]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx: load math packages automatically
[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 2
204 \use_package amssymb 2
205 \use_package cancel 0
206 \use_package esint 0
207 \use_package mathdots 1
208 \use_package mathtools 0
209 \use_package mhchem 1
210 \use_package stackrel 0
211 \use_package stmaryrd 0
212 \use_package undertilde 0
213 \cite_engine basic
214 \cite_engine_type default
215 \biblio_style plain
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \justification true
221 \use_refstyle 1
222 \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 \lang english
3123
3124 \begin_inset space ~
3125 \end_inset
3126
3127
3128 \lang ngerman
3129 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3130  Seite einer mehrseitigen Tabelle definiert.
3131 \end_layout
3132
3133 \begin_layout Description
3134 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3135  mit Ausnahme der letzten, wenn 
3136 \family sans
3137 Letzte
3138 \begin_inset space ~
3139 \end_inset
3140
3141 Fußzeile
3142 \family default
3143  aktiviert ist.
3144 \end_layout
3145
3146 \begin_layout Description
3147 Letzte
3148 \begin_inset space ~
3149 \end_inset
3150
3151 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3152  einer mehrseitigen Tabelle definiert.
3153 \end_layout
3154
3155 \begin_layout Description
3156 Legende: Die aktuelle Zeile enthält die Legende.
3157  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3158  Mehr über Beschriftungen mehrseitiger Tabellen ist in Abschnitt
3159 \begin_inset space ~
3160 \end_inset
3161
3162
3163 \begin_inset CommandInset ref
3164 LatexCommand ref
3165 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
3166
3167 \end_inset
3168
3169  erklärt.
3170 \end_layout
3171
3172 \begin_layout Standard
3173 Hier ist ein Beispiel einer mehrseitigen Tabelle:
3174 \end_layout
3175
3176 \begin_layout Standard
3177 \align center
3178 \begin_inset Tabular
3179 <lyxtabular version="3" rows="69" columns="3">
3180 <features islongtable="true" longtabularalignment="center">
3181 <column alignment="left" valignment="top" width="0cm">
3182 <column alignment="left" valignment="top" width="0pt">
3183 <column alignment="right" valignment="top" width="0pt">
3184 <row endfirsthead="true">
3185 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189
3190 \series bold
3191 Telefonliste (ignoriere die Namen)
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 <row endfirsthead="true">
3216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220
3221 \series bold
3222 NAME
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \series bold
3242 TEL.
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row endhead="true">
3249 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \series bold
3255 Telefonliste
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row endhead="true">
3280 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 NAME
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \series bold
3306 TEL.
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row endfoot="true">
3313 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 wird fortgesetzt
3320 \series default
3321  \SpecialChar ldots
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Annovi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 Silvia
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 111
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 Bertoli
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 Stefano
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 111
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 </row>
3408 <row>
3409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 Bozzi
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 Walter
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 111
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Cachia
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Maria
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 111
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row>
3471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 Cachia
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 Maurizio
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 111
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row>
3502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Cinquemani
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Giusi
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 111
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row>
3533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 Colin
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Bernard
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 111
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 Concli
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 Gianfranco
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 111
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Dal Bosco
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Carolina
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Dalpiaz
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Annamaria
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Feliciello
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Domenico
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Focarelli
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Paola
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Galletti
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Oreste
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Gasparini
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Franca
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Rizzardi
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Paola
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Lassini
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Giancarlo
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Malfatti
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Luciano
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Malfatti
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Valeriano
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Meneguzzo
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Roberto
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Mezzadra
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Roberto
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Pirpamer
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Erich
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Pochiesa
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Paolo
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111, 222
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Radina
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Claudio
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Stuffer
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Oskar
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Tacchelli
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Ugo
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Tezzele
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Margit
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Unterkalmsteiner
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Frieda
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Vieider
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Hilde
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Vigna
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Jürgen
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Weber
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Maurizio
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Winkler
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Franz
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312  
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 <row>
4337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341
4342 \series bold
4343 Annovi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 Silvia
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 555
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \series bold
4374 Bertoli
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 Stefano
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 555
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403
4404 \series bold
4405 Bozzi
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 Walter
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 555
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \series bold
4436 Cachia
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 Maria
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 555
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 </row>
4460 <row>
4461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \series bold
4467 Cachia
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 Maurizio
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 555
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 </row>
4491 <row>
4492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496
4497 \series bold
4498 Cinquemani
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 Giusi
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 555
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \series bold
4529 Colin
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 Bernard
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 555
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \series bold
4560 Concli
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 Gianfranco
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 555
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Dal Bosco
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Carolina
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Dalpiaz
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Annamaria
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Feliciello
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Domenico
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Focarelli
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Paola
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Galletti
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Oreste
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Gasparini
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Franca
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Rizzardi
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Paola
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Lassini
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Giancarlo
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Malfatti
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Luciano
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Malfatti
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Valeriano
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Meneguzzo
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Roberto
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Mezzadra
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Roberto
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Pirpamer
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Erich
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Pochiesa
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Paolo
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555, 222
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Radina
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Claudio
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Stuffer
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Oskar
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Tacchelli
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Ugo
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Tezzele
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Margit
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Unterkalmsteiner
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Frieda
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 555
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Vieider
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Hilde
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Vigna
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Jürgen
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 999
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \series bold
5242 Weber
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Maurizio
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 555
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \series bold
5273 Winkler
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Franz
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 555
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row endlastfoot="true">
5298 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 Ende
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 </lyxtabular>
5327
5328 \end_inset
5329
5330
5331 \begin_inset ERT
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335
5336
5337 \backslash
5338 addtocounter{table}{-1}
5339 \end_layout
5340
5341 \end_inset
5342
5343
5344 \begin_inset Note Note
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5349 \begin_inset space ~
5350 \end_inset
5351
5352
5353 \begin_inset CommandInset ref
5354 LatexCommand ref
5355 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5356
5357 \end_inset
5358
5359
5360 \end_layout
5361
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \begin_layout Subsection
5368 Fußnoten in mehrseitigen Tabellen
5369 \begin_inset CommandInset label
5370 LatexCommand label
5371 name "uab:Fußnoten-in-mehrseitigen"
5372
5373 \end_inset
5374
5375
5376 \begin_inset Index idx
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Tabellen ! mehrseitige ! Fußnoten
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 Fußnoten kann man in jede Zelle einer mehrseitigen Tabelle einfügen.
5390  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5391  Tabelle
5392 \begin_inset space ~
5393 \end_inset
5394
5395
5396 \begin_inset CommandInset ref
5397 LatexCommand ref
5398 reference "tab:Telefonliste"
5399
5400 \end_inset
5401
5402  hat zum Beispiel eine Fußnote.
5403 \end_layout
5404
5405 \begin_layout Subsection
5406 Ausrichtung mehrseitiger Tabellen
5407 \begin_inset Index idx
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411 Tabellen ! mehrseitige ! Ausrichtung
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 Die horizontale Ausrichtung von mehrseitigen Tabellen kann in den Tabelleneinste
5421 llungen festgelegt werden.
5422  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5423  Seitenrand.
5424  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5425  ausgerichtet werden und die Werte der Längen 
5426 \series bold
5427
5428 \backslash
5429 LTleft 
5430 \series default
5431 und 
5432 \series bold
5433
5434 \backslash
5435 LTright
5436 \series default
5437  geändert werden, indem diese Zeile als \SpecialChar TeX
5438 -Code vor die mehrseitige Tabelle
5439  eingefügt wird:
5440 \end_layout
5441
5442 \begin_layout Standard
5443
5444 \series bold
5445
5446 \backslash
5447 setlength{
5448 \backslash
5449 LTleft}{Wert}
5450 \end_layout
5451
5452 \begin_layout Standard
5453 Der Wert kann eine der in Tabelle
5454 \begin_inset space ~
5455 \end_inset
5456
5457
5458 \begin_inset CommandInset ref
5459 LatexCommand ref
5460 reference "tab:Maßeinheiten"
5461
5462 \end_inset
5463
5464  aufgelisteten Einheiten haben.
5465  
5466 \series bold
5467
5468 \backslash
5469 LTleft
5470 \series default
5471  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5472  
5473 \series bold
5474
5475 \backslash
5476 LTright
5477 \series default
5478  den Abstand von rechts.
5479  Die Voreinstellung für beide Werte ist 
5480 \series bold
5481
5482 \backslash
5483 fill
5484 \series default
5485 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5486  in \SpecialChar LyX
5487  ist.
5488 \end_layout
5489
5490 \begin_layout Standard
5491 Die folgende mehrseitige Tabelle wurde zentriert und 
5492 \series bold
5493
5494 \backslash
5495 LTleft
5496 \series default
5497  auf den Wert 
5498 \family sans
5499 0.1
5500 \backslash
5501 columnwidth
5502 \family default
5503  gesetzt:
5504 \begin_inset ERT
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508
5509
5510 \backslash
5511 setlength{
5512 \backslash
5513 LTleft}{0.1
5514 \backslash
5515 columnwidth}
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 \begin_inset Tabular
5525 <lyxtabular version="3" rows="5" columns="5">
5526 <features islongtable="true" longtabularalignment="center">
5527 <column alignment="center" valignment="top">
5528 <column alignment="center" valignment="top">
5529 <column alignment="center" valignment="top" width="0pt">
5530 <column alignment="center" valignment="top">
5531 <column alignment="center" valignment="top">
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 1
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 2
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 3
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 4
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 5
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 s
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 asd
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 s
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 s
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 asd
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 </lyxtabular>
5768
5769 \end_inset
5770
5771
5772 \begin_inset ERT
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{
5782 \backslash
5783 fill}
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \begin_inset ERT
5790 status collapsed
5791
5792 \begin_layout Plain Layout
5793
5794
5795 \backslash
5796 addtocounter{table}{-1}
5797 \end_layout
5798
5799 \end_inset
5800
5801
5802 \begin_inset Note Note
5803 status collapsed
5804
5805 \begin_layout Plain Layout
5806 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5807 \begin_inset space ~
5808 \end_inset
5809
5810
5811 \begin_inset CommandInset ref
5812 LatexCommand ref
5813 reference "uab:Beschriftungen-mehrseitiger-Tabellen"
5814
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \end_inset
5821
5822
5823 \end_layout
5824
5825 \begin_layout Subsection
5826 Beschriftungen mehrseitiger Tabellen
5827 \begin_inset CommandInset label
5828 LatexCommand label
5829 name "uab:Beschriftungen-mehrseitiger-Tabellen"
5830
5831 \end_inset
5832
5833
5834 \begin_inset Index idx
5835 status collapsed
5836
5837 \begin_layout Plain Layout
5838 Mehrseitige Tabellen
5839 \end_layout
5840
5841 \end_inset
5842
5843
5844 \begin_inset Index idx
5845 status collapsed
5846
5847 \begin_layout Plain Layout
5848 Tabellen ! mehrseitige ! Titel
5849 \end_layout
5850
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \begin_layout Standard
5857 Eine mehrseitige Tabelle kann man nicht in ein Gleitobjekt packen, weil
5858  Gleitobjekte nur auf eine Seite gedruckt werden können.
5859  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5860 \begin_inset space ~
5861 \end_inset
5862
5863
5864 \begin_inset CommandInset ref
5865 LatexCommand ref
5866 reference "abs:Mehrseitige-Tabellen"
5867
5868 \end_inset
5869
5870  erklärt.
5871  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5872  Kopf- oder eine Fußzeile.
5873 \end_layout
5874
5875 \begin_layout Standard
5876 Hier ist eine kurze mehrseitige Tabelle, die zeigt, wie das funktioniert:
5877 \end_layout
5878
5879 \begin_layout Standard
5880 \begin_inset Tabular
5881 <lyxtabular version="3" rows="6" columns="5">
5882 <features islongtable="true" longtabularalignment="center">
5883 <column alignment="center" valignment="top">
5884 <column alignment="center" valignment="top">
5885 <column alignment="center" valignment="top">
5886 <column alignment="center" valignment="top">
5887 <column alignment="center" valignment="top">
5888 <row endfirsthead="true" caption="true">
5889 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Caption Standard
5894
5895 \begin_layout Plain Layout
5896 Eine mehrseitige Tabelle mit Titel
5897 \begin_inset Argument 1
5898 status open
5899
5900 \begin_layout Plain Layout
5901 MehrseitigeTabelle
5902 \end_layout
5903
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 1
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 2
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 3
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 4
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 5
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 s
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 s
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 s
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 <row>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 asd
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 s
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 s
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 asd
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 asd
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 s
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 s
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 asd
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 </row>
6141 <row>
6142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 asd
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 asd
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 asd
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 asd
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 </row>
6188 </lyxtabular>
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \begin_layout Standard
6196 \begin_inset VSpace medskip
6197 \end_inset
6198
6199
6200 \begin_inset Note Greyedout
6201 status open
6202
6203 \begin_layout Plain Layout
6204
6205 \series bold
6206 Bemerkung
6207 \begin_inset space ~
6208 \end_inset
6209
6210 1:
6211 \series default
6212  Die Tabellennummer wird für jede mehrseitige Tabelle erhöht, auch wenn
6213  Sie keinen Titel vergeben.
6214  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6215 \begin_inset space ~
6216 \end_inset
6217
6218 2.4 auf Tabelle
6219 \begin_inset space ~
6220 \end_inset
6221
6222 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei mehrseitige Tabellen
6223  ohne Beschriftung sind.
6224  Um das zu vermeiden, können Sie hinter jede mehrseitige Tabelle ohne Titel
6225  folgenden \SpecialChar LaTeX
6226 -Befehl als \SpecialChar TeX
6227 -Code einfügen:
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231
6232 \series bold
6233
6234 \backslash
6235 addtocounter{table}{-1}
6236 \end_layout
6237
6238 \begin_layout Plain Layout
6239 Das ist nicht notwendig, wenn keine der mehrseitigen Tabellen im Dokument
6240  eine Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6241 -Vorspann hinzufügen:
6242 \end_layout
6243
6244 \begin_layout Plain Layout
6245
6246 \series bold
6247
6248 \backslash
6249 let
6250 \backslash
6251 myEnd
6252 \backslash
6253 endlongtable
6254 \begin_inset Newline newline
6255 \end_inset
6256
6257
6258 \backslash
6259 renewcommand{
6260 \backslash
6261 endlongtable}{
6262 \backslash
6263 myEnd
6264 \backslash
6265 addtocounter{table}{-1}}
6266 \end_layout
6267
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \begin_inset Note Greyedout
6275 status open
6276
6277 \begin_layout Plain Layout
6278
6279 \series bold
6280 Bemerkung
6281 \begin_inset space ~
6282 \end_inset
6283
6284 2:
6285 \series default
6286  Wenn Sie 
6287 \series bold
6288 hyperref
6289 \series default
6290
6291 \begin_inset Index idx
6292 status collapsed
6293
6294 \begin_layout Plain Layout
6295 \SpecialChar LaTeX
6296 -Pakete ! hyperref
6297 \end_layout
6298
6299 \end_inset
6300
6301  in den
6302 \family sans
6303  PDF-Eigenschaften
6304 \family default
6305  im 
6306 \family sans
6307 Dokument-Einstellungen
6308 \family default
6309  Dialog für Querverweise benutzen, wird der Verweis auf eine mehrseitige
6310  Tabelle immer auf den Anfang des Dokuments zeigen.
6311 \end_layout
6312
6313 \end_inset
6314
6315
6316 \end_layout
6317
6318 \begin_layout Subsubsection
6319 Querverweise auf mehrseitige
6320 \family sans
6321  Tabelle
6322 \family default
6323 n
6324 \begin_inset Index idx
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328 Tabellen ! mehrseitige ! Querverweis
6329 \end_layout
6330
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \begin_layout Standard
6337 \begin_inset Tabular
6338 <lyxtabular version="3" rows="6" columns="5">
6339 <features islongtable="true" longtabularalignment="center">
6340 <column alignment="center" valignment="top">
6341 <column alignment="center" valignment="top">
6342 <column alignment="center" valignment="top">
6343 <column alignment="center" valignment="top">
6344 <column alignment="center" valignment="top">
6345 <row endfirsthead="true" caption="true">
6346 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 \begin_inset Caption Standard
6351
6352 \begin_layout Plain Layout
6353 Mehrseitige Tabelle mit Marke
6354 \begin_inset CommandInset label
6355 LatexCommand label
6356 name "tab:Mehrseitige-Tabelle-mit-Marke"
6357
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 1
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 2
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 3
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 4
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 5
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 </row>
6454 <row>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 s
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 s
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 s
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 asd
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 </row>
6501 <row>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 asd
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 s
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 asd
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 asd
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 s
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 asd
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 <row>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 sad
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 </lyxtabular>
6643
6644 \end_inset
6645
6646
6647 \end_layout
6648
6649 \begin_layout Standard
6650 Damit auf eine mehrseitige Tabelle verwiesen werden kann, müssen Sie eine
6651  Marke im Titel einfügen.
6652 \end_layout
6653
6654 \begin_layout Standard
6655 Dies ist ein Verweis auf Tabelle
6656 \begin_inset space ~
6657 \end_inset
6658
6659
6660 \begin_inset CommandInset ref
6661 LatexCommand ref
6662 reference "tab:Mehrseitige-Tabelle-mit-Marke"
6663
6664 \end_inset
6665
6666 .
6667 \end_layout
6668
6669 \begin_layout Standard
6670 Mit dem \SpecialChar LaTeX
6671 -Paket 
6672 \series bold
6673 caption
6674 \series default
6675
6676 \begin_inset Index idx
6677 status collapsed
6678
6679 \begin_layout Plain Layout
6680 \SpecialChar LaTeX
6681 -Pakete ! caption
6682 \end_layout
6683
6684 \end_inset
6685
6686 , siehe Abschnitt
6687 \begin_inset space ~
6688 \end_inset
6689
6690
6691 \begin_inset CommandInset ref
6692 LatexCommand ref
6693 reference "abs:Titel-Formatierung"
6694
6695 \end_inset
6696
6697 , können Sie alle anderen Beschriftungsoptionen benutzen.
6698 \end_layout
6699
6700 \begin_layout Subsubsection
6701 Titelbreite
6702 \begin_inset Index idx
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706 Tabellen ! mehrseitige ! Beschriftungsbreite
6707 \end_layout
6708
6709 \end_inset
6710
6711
6712 \end_layout
6713
6714 \begin_layout Standard
6715 Die maximale Titelbreite wird durch die Variable 
6716 \series bold
6717
6718 \backslash
6719 LTcapwidth
6720 \series default
6721  definiert.
6722  Ihr Standardwert ist 4
6723 \begin_inset space \thinspace{}
6724 \end_inset
6725
6726 Zoll (
6727 \begin_inset Formula $\approx10$
6728 \end_inset
6729
6730
6731 \begin_inset space \thinspace{}
6732 \end_inset
6733
6734 cm).
6735  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6736 -Vorspann oder als \SpecialChar TeX
6737 -Code vor der
6738  betreffenden mehrseitigen Tabelle folgenden Befehl einsetzen:
6739 \end_layout
6740
6741 \begin_layout Standard
6742
6743 \series bold
6744
6745 \backslash
6746 setlength{
6747 \backslash
6748 LTcapwidth}{Breite}
6749 \end_layout
6750
6751 \begin_layout Standard
6752 wobei die 
6753 \family sans
6754 Breite
6755 \family default
6756  eine der in Anhang
6757 \begin_inset space ~
6758 \end_inset
6759
6760
6761 \begin_inset CommandInset ref
6762 LatexCommand ref
6763 reference "kap:In-LyX-verfügbare"
6764
6765 \end_inset
6766
6767  aufgelisteten Einheiten haben kann.
6768 \end_layout
6769
6770 \begin_layout Standard
6771 Die beiden folgenden Tabellen zeigen den Unterschied:
6772 \end_layout
6773
6774 \begin_layout Standard
6775 \begin_inset Tabular
6776 <lyxtabular version="3" rows="6" columns="5">
6777 <features islongtable="true" longtabularalignment="center">
6778 <column alignment="center" valignment="top">
6779 <column alignment="center" valignment="top">
6780 <column alignment="center" valignment="top">
6781 <column alignment="center" valignment="top">
6782 <column alignment="center" valignment="top">
6783 <row endfirsthead="true" caption="true">
6784 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 \begin_inset Caption Standard
6789
6790 \begin_layout Plain Layout
6791 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6792 \begin_inset Argument 1
6793 status open
6794
6795 \begin_layout Plain Layout
6796 Titel mit Standardbreite
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 1
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 2
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 3
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 4
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 5
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 asd
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 asd
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 s
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 asd
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 asd
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 s
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 </row>
7036 <row>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 asd
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 sad
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 asd
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 </row>
7083 </lyxtabular>
7084
7085 \end_inset
7086
7087
7088 \end_layout
7089
7090 \begin_layout Standard
7091 \begin_inset ERT
7092 status collapsed
7093
7094 \begin_layout Plain Layout
7095
7096
7097 \backslash
7098 setlength{
7099 \backslash
7100 LTcapwidth}{5cm}
7101 \end_layout
7102
7103 \end_inset
7104
7105
7106 \begin_inset Tabular
7107 <lyxtabular version="3" rows="6" columns="5">
7108 <features islongtable="true" longtabularalignment="center">
7109 <column alignment="center" valignment="top">
7110 <column alignment="center" valignment="top">
7111 <column alignment="center" valignment="top">
7112 <column alignment="center" valignment="top">
7113 <column alignment="center" valignment="top">
7114 <row endfirsthead="true" caption="true">
7115 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 \begin_inset Caption Standard
7120
7121 \begin_layout Plain Layout
7122 Langer Titel mit 5
7123 \begin_inset space \thinspace{}
7124 \end_inset
7125
7126 cm Breite, Langer Titel mit 5
7127 \begin_inset space \thinspace{}
7128 \end_inset
7129
7130 cm Breite
7131 \begin_inset Argument 1
7132 status open
7133
7134 \begin_layout Plain Layout
7135 Titel mit 5
7136 \begin_inset space \thinspace{}
7137 \end_inset
7138
7139 cm Breite
7140 \end_layout
7141
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 </row>
7191 <row>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 1
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 2
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 3
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 4
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 5
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 asd
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 asd
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 asd
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 s
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 asd
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 s
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 s
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 sad
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 asd
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 </row>
7426 </lyxtabular>
7427
7428 \end_inset
7429
7430
7431 \begin_inset ERT
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435
7436
7437 \backslash
7438 setlength{
7439 \backslash
7440 LTcapwidth}{4in}
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \begin_inset Note Note
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450 Beschriftungsbreite zurücksetzen
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \begin_layout Standard
7459 \begin_inset Note Greyedout
7460 status open
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465 Achtung:
7466 \series default
7467  Wenn das \SpecialChar LaTeX
7468 -Paket 
7469 \series bold
7470 caption
7471 \series default
7472
7473 \begin_inset Index idx
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477 \SpecialChar LaTeX
7478 -Pakete ! caption
7479 \end_layout
7480
7481 \end_inset
7482
7483  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7484  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7485  4
7486 \begin_inset space \thinspace{}
7487 \end_inset
7488
7489 Zoll für 
7490 \series bold
7491
7492 \backslash
7493 LTcapwidth
7494 \series default
7495  benutzen.
7496  Um in diesem Fall eine genau 4
7497 \begin_inset space \thinspace{}
7498 \end_inset
7499
7500 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7501  4
7502 \begin_inset space \thinspace{}
7503 \end_inset
7504
7505 Zoll veränderten Wert wie z.
7506 \begin_inset space \thinspace{}
7507 \end_inset
7508
7509 B.
7510  3.99
7511 \begin_inset space \thinspace{}
7512 \end_inset
7513
7514 Zoll verwenden oder den \SpecialChar LaTeX
7515 -Befehl 
7516 \series bold
7517
7518 \backslash
7519 captionsetup{width=Wert}
7520 \series default
7521  benutzen, der vom 
7522 \series bold
7523 caption
7524 \series default
7525 -Paket bereitgestellt wird.
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \begin_layout Subsubsection
7534 Unterschiedliche Beschriftung für Tabellenseiten
7535 \begin_inset Index idx
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539 Tabellen ! mehrseitige ! mehrere Beschriftungen
7540 \end_layout
7541
7542 \end_inset
7543
7544
7545 \end_layout
7546
7547 \begin_layout Standard
7548 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7549  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7550  eine Beschriftung enthält.
7551  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7552  
7553 \family sans
7554 Legende
7555 \begin_inset space ~
7556 \end_inset
7557
7558 (Unnummeriert)
7559 \family default
7560  aus.
7561  Tabelle
7562 \begin_inset space ~
7563 \end_inset
7564
7565
7566 \begin_inset CommandInset ref
7567 LatexCommand ref
7568 reference "tab:Telefonliste"
7569
7570 \end_inset
7571
7572  ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
7573  und ohne Tabellennummer auf der zweiten Seite.
7574 \end_layout
7575
7576 \begin_layout Standard
7577 \align center
7578 \begin_inset Tabular
7579 <lyxtabular version="3" rows="59" columns="3">
7580 <features islongtable="true" longtabularalignment="center">
7581 <column alignment="left" valignment="top" width="0pt">
7582 <column alignment="left" valignment="top" width="0pt">
7583 <column alignment="center" valignment="top" width="0pt">
7584 <row endfirsthead="true" caption="true">
7585 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 \begin_inset Caption Standard
7590
7591 \begin_layout Plain Layout
7592 Telefonliste
7593 \begin_inset CommandInset label
7594 LatexCommand label
7595 name "tab:Telefonliste"
7596
7597 \end_inset
7598
7599
7600 \begin_inset Argument 1
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Telefonliste
7605 \end_layout
7606
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row endfirsthead="true">
7639 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 Telefonliste (ignoriere die Namen)
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row endfirsthead="true">
7670 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \series bold
7676 NAME
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \series bold
7696 TEL.
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row endhead="true" caption="true">
7703 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 \begin_inset Caption Unnumbered
7708
7709 \begin_layout Plain Layout
7710 Fortsetzung der Telefonliste
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row endhead="true">
7740 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \series bold
7746 Telefonliste
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row endhead="true">
7771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \series bold
7777 NAME
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 TEL.
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row endfoot="true">
7804 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 wird fortgesetzt\SpecialChar ldots
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \series bold
7840 Annovi
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 Silvia
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 111
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \series bold
7871 Bertoli
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 Stefano
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 111
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \series bold
7902 Bozzi
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 Walter
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 111
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \series bold
7933 Cachia
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 Maria
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 111
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \series bold
7964 Cachia
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Maurizio
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 111
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \series bold
7995 Cinquemani
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Giusi
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 111
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \series bold
8026 Colin
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 Bernard
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 111
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 <row>
8051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 Concli
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Gianfranco
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Dal Bosco
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Carolina
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Dalpiaz
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Annamaria
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Feliciello
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Domenico
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Focarelli
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Paola
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Galletti
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Oreste
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Gasparini
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Franca
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Rizzardi
8275 \series default
8276
8277 \begin_inset Foot
8278 status open
8279
8280 \begin_layout Plain Layout
8281 Beispielfußnote
8282 \end_layout
8283
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Paola
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Lassini
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 Giancarlo
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \series bold
8348 Malfatti
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Luciano
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 111
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \series bold
8379 Malfatti
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 Valeriano
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 111
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 <row>
8404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 Meneguzzo
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Roberto
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Mezzadra
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 Roberto
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Pirpamer
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Erich
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Pochiesa
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Paolo
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111, 222
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Radina
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Claudio
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Stuffer
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Oskar
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Tacchelli
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Ugo
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \series bold
8627 Tezzele
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Margit
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Unterkalmsteiner
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Frieda
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Vieider
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Hilde
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Vigna
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Jürgen
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Weber
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Maurizio
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Winkler
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Franz
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811  
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Annovi
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Silvia
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 555
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Bertoli
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Stefano
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 555
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Bozzi
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Walter
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 555
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \series bold
8935 Cachia
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Maria
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 555
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Cachia
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Maurizio
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 555
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Cinquemani
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Giusi
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 555
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028 Colin
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 Bernard
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 555
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \series bold
9059 Concli
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 Gianfranco
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 555
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Dal Bosco
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Carolina
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Dalpiaz
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Annamaria
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Feliciello
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Domenico
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Focarelli
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Paola
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Galletti
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Oreste
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Gasparini
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Franca
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Rizzardi
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Paola
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Lassini
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Giancarlo
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Malfatti
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Luciano
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Malfatti
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Valeriano
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Meneguzzo
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Roberto
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Mezzadra
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Roberto
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 </lyxtabular>
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \begin_layout Section
9463 Weitere Möglichkeiten für mehrseitige
9464 \family sans
9465  Tabelle
9466 \family default
9467 n
9468 \begin_inset CommandInset label
9469 LatexCommand label
9470 name "sec:Weitere-Möglichkeiten-für"
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Subsection
9478 Berechnung mehrseitiger Tabellen
9479 \begin_inset Index idx
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483 Tabellen ! mehrseitige ! Berechnung
9484 \end_layout
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \begin_layout Standard
9492 \SpecialChar LaTeX
9493  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9494  
9495 \emph on
9496 chunks
9497 \emph default
9498  (Brocken).
9499  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9500  gleichzeitig im Speicher hält.
9501  Aus historischen Gründen wurde der Standardwert auf 20
9502 \begin_inset space ~
9503 \end_inset
9504
9505 Tabellenzeilen gesetzt.
9506  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9507  das die Druckausgabe.
9508  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100
9509 \begin_inset space \thinspace{}
9510 \end_inset
9511
9512 --
9513 \begin_inset space \thinspace{}
9514 \end_inset
9515
9516 1000 setzen, indem Sie in den \SpecialChar LaTeX
9517 -Vorspann Ihres Dokumentes folgende Zeile
9518  einfügen:
9519 \end_layout
9520
9521 \begin_layout Standard
9522
9523 \series bold
9524
9525 \backslash
9526 setcounter{LTchunksize}{100}
9527 \end_layout
9528
9529 \begin_layout Subsection
9530 Gleitobjekte und mehrseitige Tabellen
9531 \begin_inset Index idx
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535 Tabellen ! mehrseitige ! Gleitobjekte
9536 \end_layout
9537
9538 \end_inset
9539
9540
9541 \end_layout
9542
9543 \begin_layout Standard
9544 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine mehrseitige
9545  Tabelle beginnt, ein Gleitobjekt befindet.
9546  Um das zu vermeiden, können Sie vor der mehrseitigen Tabelle einen manuellen
9547  Seitenumbruch
9548 \family sans
9549  Einfügen\SpecialChar menuseparator
9550 Formatierung\SpecialChar menuseparator
9551 [Doppel]Seite
9552 \begin_inset space \space{}
9553 \end_inset
9554
9555 leeren
9556 \family default
9557  einfügen, siehe 
9558 \emph on
9559 Benutzerhandbuch
9560 \emph default
9561 .
9562 \end_layout
9563
9564 \begin_layout Subsection
9565 Manuelle Seitenumbrüche
9566 \begin_inset Index idx
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tabellen ! mehrseitige ! manueller Seitenumbruch
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9580  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9581  der Zelle umbrechen wollen, fügen Sie den Befehl  
9582 \begin_inset Quotes gld
9583 \end_inset
9584
9585
9586 \series bold
9587
9588 \backslash
9589
9590 \backslash
9591
9592 \series default
9593
9594 \begin_inset Quotes grd
9595 \end_inset
9596
9597  für eine neue Zeile als \SpecialChar TeX
9598 -Code an der Stelle in der Zelle ein, wo umgebrochen
9599  werden kann.
9600  Vor dem 
9601 \begin_inset Quotes gld
9602 \end_inset
9603
9604
9605 \series bold
9606
9607 \backslash
9608
9609 \backslash
9610
9611 \series default
9612
9613 \begin_inset Quotes grd
9614 \end_inset
9615
9616 -Befehl müssen Sie so viele 
9617 \begin_inset Quotes gld
9618 \end_inset
9619
9620
9621 \series bold
9622 &
9623 \series default
9624
9625 \begin_inset Quotes grd
9626 \end_inset
9627
9628  als \SpecialChar TeX
9629 -Code einfügen wie noch Spalten in der Zeile folgen.
9630  Mit 
9631 \begin_inset Quotes gld
9632 \end_inset
9633
9634
9635 \series bold
9636 &
9637 \series default
9638
9639 \begin_inset Quotes grd
9640 \end_inset
9641
9642   werden in \SpecialChar LaTeX
9643  Tabellenzellen getrennt.
9644  Hinter jedes 
9645 \begin_inset Quotes gld
9646 \end_inset
9647
9648
9649 \series bold
9650 &
9651 \series default
9652
9653 \begin_inset Quotes grd
9654 \end_inset
9655
9656  schreiben Sie ebenfalls in \SpecialChar TeX
9657 -Code den Inhalt der entsprechenden Zelle und
9658  löschen den Inhalt dieser Zellen.
9659 \end_layout
9660
9661 \begin_layout Standard
9662 Hinter dem 
9663 \begin_inset Quotes gld
9664 \end_inset
9665
9666
9667 \series bold
9668
9669 \backslash
9670
9671 \backslash
9672
9673 \series default
9674
9675 \begin_inset Quotes grd
9676 \end_inset
9677
9678 -Befehl müssen Sie so viele 
9679 \begin_inset Quotes gld
9680 \end_inset
9681
9682
9683 \series bold
9684 &
9685 \series default
9686
9687 \begin_inset Quotes grd
9688 \end_inset
9689
9690  als \SpecialChar TeX
9691 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9692  In Tabelle
9693 \begin_inset space ~
9694 \end_inset
9695
9696
9697 \begin_inset CommandInset ref
9698 LatexCommand ref
9699 reference "tab:Tabelle-mit-manuellem"
9700
9701 \end_inset
9702
9703  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9704  Es folgt noch eine weitere Spalte.
9705  Deshalb wurde hinter dem Wort 
9706 \emph on
9707 Castelchiodato, 
9708 \emph default
9709 folgendes eingefügt:
9710 \end_layout
9711
9712 \begin_layout Standard
9713
9714 \series bold
9715 & 111
9716 \backslash
9717
9718 \backslash
9719  
9720 \backslash
9721 newpage
9722 \begin_inset Newline newline
9723 \end_inset
9724
9725 &
9726 \end_layout
9727
9728 \begin_layout Standard
9729 Die 
9730 \begin_inset Quotes gld
9731 \end_inset
9732
9733 111
9734 \begin_inset Quotes grd
9735 \end_inset
9736
9737  in der dritten Spalte wurde gelöscht.
9738  
9739 \series bold
9740
9741 \backslash
9742 newpage
9743 \series default
9744  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9745  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9746  Wenn die Fußzeile Ihrer mehrseitigen Tabelle keine obere Linie besitzt,
9747  Sie aber eine wünschen, sollten Sie folgende Befehle benutzen:
9748 \end_layout
9749
9750 \begin_layout Standard
9751
9752 \series bold
9753 & 111
9754 \backslash
9755
9756 \backslash
9757
9758 \begin_inset Newline newline
9759 \end_inset
9760
9761
9762 \backslash
9763 hline &
9764 \end_layout
9765
9766 \begin_layout Standard
9767 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9768  muss folgender Befehl als \SpecialChar TeX
9769 -Code am Anfang der Zelle eingefügt werden:
9770 \end_layout
9771
9772 \begin_layout Standard
9773
9774 \series bold
9775
9776 \backslash
9777 setlength{
9778 \backslash
9779 parfillskip}{0pt}
9780 \end_layout
9781
9782 \begin_layout Standard
9783 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9784  erscheint.
9785 \end_layout
9786
9787 \begin_layout Standard
9788 \align center
9789 \begin_inset Tabular
9790 <lyxtabular version="3" rows="38" columns="3">
9791 <features islongtable="true" longtabularalignment="center">
9792 <column alignment="left" valignment="top" width="0pt">
9793 <column alignment="left" valignment="top" width="3cm">
9794 <column alignment="right" valignment="top" width="0pt">
9795 <row endfirsthead="true" caption="true">
9796 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Caption Standard
9801
9802 \begin_layout Plain Layout
9803 Tabelle mit manuellem Seitenumbruch in einer Zelle
9804 \begin_inset CommandInset label
9805 LatexCommand label
9806 name "tab:Tabelle-mit-manuellem"
9807
9808 \end_inset
9809
9810
9811 \begin_inset Argument 1
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815 Tabelle mit manuellem Seitenumbruch in einer Zelle
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row endfirsthead="true">
9850 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Telefonliste (ignoriere die Namen)
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row endfirsthead="true">
9881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 NAME
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 TEL.
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row endhead="true" caption="true">
9914 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 \begin_inset Caption Unnumbered
9919
9920 \begin_layout Plain Layout
9921 Fortsetzung der Tabelle
9922 \end_layout
9923
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row endhead="true">
9951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 Telefonliste
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row endhead="true">
9982 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 NAME
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 TEL.
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endfoot="true">
10015 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 wird fortgesetzt\SpecialChar ldots
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row>
10045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 Annovi
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 Silvia
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 111
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Bertoli
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 Stefano
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 111
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row>
10107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 Bozzi
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 Walter
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 111
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \series bold
10144 Cachia
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Maria
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 111
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row>
10169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \series bold
10175 Cachia
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Maurizio
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 111
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 <row>
10200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \series bold
10206 Cinquemani
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 Giusi
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 111
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 Colin
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Bernard
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 111
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row>
10262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268 Concli
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 Gianfranco
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 111
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \series bold
10299 Dal Bosco
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 Carolina
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 111
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row>
10324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \series bold
10330 Dalpiaz
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 Annamaria
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 111
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361 Feliciello
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 Domenico
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 111
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row>
10386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \series bold
10392 Focarelli
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Paola
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 111
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \series bold
10423 Galletti
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 Oreste
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454 Gasparini
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Franca
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \series bold
10485 Lassini
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 Giancarlo
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \series bold
10516 Malfatti
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Luciano
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \series bold
10547 Malfatti
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Valeriano
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 111
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \series bold
10578 Meneguzzo
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Roberto
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609 Mezzadra
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 Roberto
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 111
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 <row>
10634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638
10639 \series bold
10640 Pirpamer
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 Erich
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 111
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \series bold
10671 Pochiesa
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Paolo
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 111, 222
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \series bold
10702 Radina
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 Claudio
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 111
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \series bold
10733 Rizzardi
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 Paolo, 11.
10743  Fürst von Monte\SpecialChar softhyphen
10744 com\SpecialChar softhyphen
10745 patri, 11.
10746  Fürst von Sulmona und Vivaro, 10.
10747  Fürst von Rossano, 5.
10748  Herzog von Canemorte, 11.
10749  Herzog von Palombara, 5.
10750  Herzog von Castelchiodato,
10751 \begin_inset ERT
10752 status open
10753
10754 \begin_layout Plain Layout
10755
10756 & 111
10757 \backslash
10758
10759 \backslash
10760  
10761 \backslash
10762 newpage
10763 \end_layout
10764
10765 \begin_layout Plain Layout
10766
10767 &
10768 \end_layout
10769
10770 \end_inset
10771
10772  11.
10773  Herzog von Poggionativo, 11.
10774  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10775  Graf von Valinfreda, 11.
10776  Baron von Cropalati, 11.
10777  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Stuffer
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Oskar
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Tacchelli
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Ugo
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 111
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Tezzele
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Margit
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Unterkalmsteiner
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Frieda
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \series bold
10923 Vieider
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 Hilde
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 111
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 <row>
10948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952
10953 \series bold
10954 Vigna
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Jürgen
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 111
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \series bold
10985 Weber
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 Maurizio
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 111
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \series bold
11016 Winkler
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 Franz
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 111
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 </lyxtabular>
11041
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \begin_layout Section
11048 Mehrere Zeilen, Spalten und Zeilen
11049 \end_layout
11050
11051 \begin_layout Subsection
11052 Mehrere Zeilen in Tabellenzellen
11053 \begin_inset CommandInset label
11054 LatexCommand label
11055 name "uab:Mehrere-Zeilen-in"
11056
11057 \end_inset
11058
11059
11060 \begin_inset Index idx
11061 status collapsed
11062
11063 \begin_layout Plain Layout
11064 Mehrere Zeilen in Tabellenzellen
11065 \end_layout
11066
11067 \end_inset
11068
11069
11070 \begin_inset Index idx
11071 status collapsed
11072
11073 \begin_layout Plain Layout
11074 Tabellen ! Zeilenumbrüche
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \begin_layout Standard
11083 \noindent
11084 \begin_inset Float table
11085 placement H
11086 wide false
11087 sideways false
11088 status open
11089
11090 \begin_layout Plain Layout
11091 \begin_inset Caption Standard
11092
11093 \begin_layout Plain Layout
11094 \begin_inset CommandInset label
11095 LatexCommand label
11096 name "tab:Tabelle-mit-mehrfachen"
11097
11098 \end_inset
11099
11100 Tabelle mit mehrfachen Zeilen in einer Zelle
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Plain Layout
11109 \align center
11110 \begin_inset Tabular
11111 <lyxtabular version="3" rows="3" columns="3">
11112 <features tabularvalignment="middle">
11113 <column alignment="center" valignment="middle" width="2.5cm">
11114 <column alignment="center" valignment="middle" width="0.5cm">
11115 <column alignment="center" valignment="middle" width="0.5cm">
11116 <row>
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 zwei
11122 \begin_inset Newline linebreak
11123 \end_inset
11124
11125 Zeilen
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 b
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 c
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 d
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 e
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 f
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 <row>
11179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 g
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 h
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 i
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 </lyxtabular>
11208
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215
11216
11217 \end_layout
11218
11219 \begin_layout Standard
11220 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11221  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11222  Tabelle
11223 \begin_inset space ~
11224 \end_inset
11225
11226
11227 \begin_inset CommandInset ref
11228 LatexCommand ref
11229 reference "tab:Tabelle-mit-mehrfachen"
11230
11231 \end_inset
11232
11233  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11234 \family sans
11235 Tabellen-Einstellungen
11236 \family default
11237 -Dialog auf 2.5
11238 \begin_inset space \thinspace{}
11239 \end_inset
11240
11241 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11242  Weil unser Text schmaler als 2.5
11243 \begin_inset space \thinspace{}
11244 \end_inset
11245
11246 cm ist, würde er in einer Zeile gedruckt werden.
11247  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11248
11249 \family sans
11250 Strg+Shift+Enter
11251 \family default
11252 ) eingefügt.
11253  Wenn der Text länger ist, wird er automatisch umgebrochen.
11254 \end_layout
11255
11256 \begin_layout Standard
11257 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11258  setzen Sie die Breite der beiden Spalten im 
11259 \family sans
11260 Tabellen-Einstellungen
11261 \family default
11262 -Dialog auf 0.5
11263 \begin_inset space \thinspace{}
11264 \end_inset
11265
11266 cm und die vertikale Ausrichtung auf zentriert.
11267 \end_layout
11268
11269 \begin_layout Standard
11270 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11271  haben, kann \SpecialChar LaTeX
11272  es ohne Trennhilfen nicht trennen.
11273  Wenn Sie \SpecialChar LaTeX
11274  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11275  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11276  Fügen sie daher 0
11277 \begin_inset space \thinspace{}
11278 \end_inset
11279
11280 pt horizontalen Abstand vor dem Wort ein.
11281  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11282  Tabelle
11283 \begin_inset space ~
11284 \end_inset
11285
11286
11287 \begin_inset CommandInset ref
11288 LatexCommand ref
11289 reference "tab:Tabelle-ohne-und"
11290
11291 \end_inset
11292
11293  zeigt die Wirkungen.
11294 \end_layout
11295
11296 \begin_layout Standard
11297 \begin_inset Float table
11298 placement h
11299 wide false
11300 sideways false
11301 status open
11302
11303 \begin_layout Plain Layout
11304 \begin_inset Caption Standard
11305
11306 \begin_layout Plain Layout
11307 \begin_inset CommandInset label
11308 LatexCommand label
11309 name "tab:Tabelle-ohne-und"
11310
11311 \end_inset
11312
11313 Tabelle ohne und mit Silbentrennung
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Plain Layout
11322 \begin_inset space \hfill{}
11323 \end_inset
11324
11325
11326 \begin_inset Tabular
11327 <lyxtabular version="3" rows="3" columns="3">
11328 <features tabularvalignment="middle">
11329 <column alignment="center" valignment="middle" width="2.5cm">
11330 <column alignment="center" valignment="middle" width="0.5cm">
11331 <column alignment="center" valignment="middle" width="0.5cm">
11332 <row>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 einsehrlangesZellenwort
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 b
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 c
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 <row>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 d
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 e
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 f
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 g
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 h
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 i
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 </lyxtabular>
11420
11421 \end_inset
11422
11423
11424 \begin_inset space \hfill{}
11425 \end_inset
11426
11427
11428 \begin_inset Tabular
11429 <lyxtabular version="3" rows="3" columns="3">
11430 <features tabularvalignment="middle">
11431 <column alignment="center" valignment="middle" width="2.5cm">
11432 <column alignment="center" valignment="middle" width="0.5cm">
11433 <column alignment="center" valignment="middle" width="0.5cm">
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 \begin_inset space \hspace{}
11440 \length 0pt
11441 \end_inset
11442
11443 einsehrlangesZellenwort
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 b
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 c
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 </row>
11467 <row>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 d
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 e
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 f
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 g
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 h
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 i
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \begin_inset space \hfill{}
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \begin_layout Subsection
11542 Mehrfachspalten
11543 \begin_inset CommandInset label
11544 LatexCommand label
11545 name "uab:Mehrfachspalten"
11546
11547 \end_inset
11548
11549
11550 \begin_inset Index idx
11551 status collapsed
11552
11553 \begin_layout Plain Layout
11554 Mahrfachspalten
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \begin_inset Index idx
11561 status collapsed
11562
11563 \begin_layout Plain Layout
11564 Tabellen ! Mahrfachspalten
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \begin_layout Subsubsection
11573 Grundlagen
11574 \end_layout
11575
11576 \begin_layout Standard
11577 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11578  und verwenden dann den Knopf 
11579 \begin_inset Info
11580 type  "icon"
11581 arg   "tabular-feature multicolumn"
11582 \end_inset
11583
11584  in der Werkzeugleiste, das Menü 
11585 \family sans
11586 Bearbeiten\SpecialChar menuseparator
11587 Tabelle\SpecialChar menuseparator
11588 Mehrfachspalte
11589 \family default
11590 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11591  
11592 \family sans
11593 Mehrfachspalte
11594 \family default
11595 .
11596 \end_layout
11597
11598 \begin_layout Standard
11599 Mehrfachspalten haben ihre eigenen Einstellungen.
11600  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11601  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11602  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11603 \end_layout
11604
11605 \begin_layout Standard
11606 \align center
11607 \begin_inset Tabular
11608 <lyxtabular version="3" rows="3" columns="4">
11609 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11610 <column alignment="center" valignment="top" width="0pt">
11611 <column alignment="center" valignment="middle">
11612 <column alignment="center" valignment="top" width="0in">
11613 <column alignment="center" valignment="top" width="0pt">
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 abc
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 def ghi
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 jkl
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657
11658 \family roman
11659 \series medium
11660 \shape up
11661 \size normal
11662 \emph off
11663 \bar no
11664 \noun off
11665 \color none
11666 A
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 B
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 C
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 D
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 1
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 2
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 3
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 4
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 </lyxtabular>
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \begin_layout Subsubsection
11745 Mehrfachspalten-Berechnungen
11746 \begin_inset CommandInset label
11747 LatexCommand label
11748 name "uab:Mehrfachspalten-Berechnungen"
11749
11750 \end_inset
11751
11752
11753 \begin_inset Index idx
11754 status collapsed
11755
11756 \begin_layout Plain Layout
11757 Mahrfachspalten ! Berechnung
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \begin_inset Index idx
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 Tabellen ! Mahrfachspalten ! Berechnung
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \begin_layout Standard
11776 \SpecialChar LyX
11777  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11778  Zellen beachten.
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset Float table
11783 placement h
11784 wide false
11785 sideways false
11786 status open
11787
11788 \begin_layout Plain Layout
11789 \begin_inset Caption Standard
11790
11791 \begin_layout Plain Layout
11792 \begin_inset CommandInset label
11793 LatexCommand label
11794 name "tab:Tabelle-mit-zentriertem"
11795
11796 \end_inset
11797
11798 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11799  die halbe Breite der Mehrfachspalten-Zelle haben
11800 \begin_inset Argument 1
11801 status collapsed
11802
11803 \begin_layout Plain Layout
11804 Eine Mehrfachspalten-Tabelle
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Plain Layout
11818 \align center
11819 \begin_inset Tabular
11820 <lyxtabular version="3" rows="3" columns="3">
11821 <features tabularvalignment="middle">
11822 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11823 <column alignment="center" valignment="middle">
11824 <column alignment="center" valignment="top">
11825 <row>
11826 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 Dies ist eine Mehrfach\SpecialChar softhyphen
11831 spalten-Zelle
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 c
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 d
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 e
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 f
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 g
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 h
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 i
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 </lyxtabular>
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Standard
11926 Um Tabelle
11927 \begin_inset space ~
11928 \end_inset
11929
11930
11931 \begin_inset CommandInset ref
11932 LatexCommand ref
11933 reference "tab:Tabelle-mit-zentriertem"
11934
11935 \end_inset
11936
11937  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11938  3×3-Tabelle, kreuzen im 
11939 \family sans
11940 Tabellen-Einstellungen
11941 \family default
11942 -Dialog 
11943 \family sans
11944 Mehrfachspalte
11945 \family default
11946  an, setzen die 
11947 \family sans
11948 Horizontale
11949 \begin_inset space ~
11950 \end_inset
11951
11952 Ausrichtung
11953 \family default
11954  auf 
11955 \family sans
11956 Zentriert
11957 \family default
11958  und die 
11959 \family sans
11960 Breite
11961 \family default
11962  auf 2.5
11963 \begin_inset space \thinspace{}
11964 \end_inset
11965
11966 cm.
11967  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11968  Sie die Breite der ersten Spalte auf 1.25
11969 \begin_inset space \thinspace{}
11970 \end_inset
11971
11972 cm setzen.
11973  Die zweite Spalte wird dann automatisch 1.25
11974 \begin_inset space \thinspace{}
11975 \end_inset
11976
11977 cm breit (Breite der 
11978 \family sans
11979 Mehrfachspalte
11980 \family default
11981  
11982 \begin_inset Formula $-$
11983 \end_inset
11984
11985  Breite der ersten Spalte).
11986  Dies wurde so für Tabelle
11987 \begin_inset space ~
11988 \end_inset
11989
11990
11991 \begin_inset CommandInset ref
11992 LatexCommand ref
11993 reference "tab:Tabelle,-in-der-die"
11994
11995 \end_inset
11996
11997  gemacht.
11998 \end_layout
11999
12000 \begin_layout Standard
12001 \begin_inset Float table
12002 wide false
12003 sideways false
12004 status open
12005
12006 \begin_layout Plain Layout
12007 \begin_inset Caption Standard
12008
12009 \begin_layout Plain Layout
12010 \begin_inset CommandInset label
12011 LatexCommand label
12012 name "tab:Tabelle,-in-der-die"
12013
12014 \end_inset
12015
12016 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12017  wie die Mehrfachspalte
12018 \begin_inset Argument 1
12019 status collapsed
12020
12021 \begin_layout Plain Layout
12022 Eine unvollkommene Mehrfachspalten-Tabelle
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \end_layout
12029
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \begin_layout Plain Layout
12036 \align center
12037 \begin_inset Tabular
12038 <lyxtabular version="3" rows="3" columns="3">
12039 <features tabularvalignment="middle">
12040 <column alignment="center" valignment="top" width="1.25cm">
12041 <column alignment="center" valignment="top">
12042 <column alignment="center" valignment="top">
12043 <row>
12044 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 Dies ist auch eine Mehr\SpecialChar softhyphen
12049 fach\SpecialChar softhyphen
12050 spalten-Zelle
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 c
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 </row>
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 d
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 e
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 f
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 </row>
12103 <row>
12104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 g
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 h
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 i
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 </lyxtabular>
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \begin_layout Standard
12145 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12146  als die zweite ist.
12147  Das liegt daran, dass die Zellenbreite 
12148 \begin_inset Formula $W_{\mathrm{tot}}$
12149 \end_inset
12150
12151  nicht ihre definierte Breite 
12152 \begin_inset Formula $W_{g}$
12153 \end_inset
12154
12155  ist, sondern ein wenig mehr.
12156  Anhang
12157 \begin_inset space ~
12158 \end_inset
12159
12160
12161 \begin_inset CommandInset ref
12162 LatexCommand ref
12163 reference "kap:Erläuterung-einer-Gleichung"
12164
12165 \end_inset
12166
12167  erklärt das genauer.
12168 \end_layout
12169
12170 \begin_layout Standard
12171 Wenn 
12172 \emph on
12173 n
12174 \emph default
12175  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12176  die definierte Breite 
12177 \begin_inset Formula $W_{g\,n}$
12178 \end_inset
12179
12180  einer Spalte, deren totale Breite = 
12181 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12182 \end_inset
12183
12184  sein soll, wie folgt:
12185 \begin_inset Formula 
12186 \begin{equation}
12187 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12188 \end{equation}
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \begin_layout Standard
12196 In unserem Falls ist 
12197 \begin_inset Formula $n=2$
12198 \end_inset
12199
12200
12201 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12202 \end_inset
12203
12204 cm, und damit wird aus Gleichung
12205 \begin_inset space ~
12206 \end_inset
12207
12208
12209 \begin_inset CommandInset ref
12210 LatexCommand ref
12211 reference "eq:Wgn"
12212
12213 \end_inset
12214
12215  
12216 \begin_inset Formula 
12217 \begin{equation}
12218 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12219 \end{equation}
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Damit \SpecialChar LaTeX
12228  rechnen kann, muss das Paket 
12229 \series bold
12230 calc
12231 \series default
12232  im Vorspann geladen werden.
12233 \begin_inset Index idx
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 \SpecialChar LaTeX
12238 -Pakete ! calc
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 usepackage{calc}
12252 \end_layout
12253
12254 \begin_layout Standard
12255 \SpecialChar LyX
12256  erlaubt im 
12257 \family sans
12258 Breite
12259 \family default
12260 -Feld des 
12261 \family sans
12262 Tabellen-Einstellungen
12263 \family default
12264 -Dialogs keine Berechnungen.
12265  Deshalb müssen Sie die Formel für die Breite im Feld 
12266 \family sans
12267 LaTeX-Argument
12268 \family default
12269  eingeben.
12270  Hier iss ein Überblick über die Argumente:
12271 \end_layout
12272
12273 \begin_layout Itemize
12274
12275 \series bold
12276 p{Breite}
12277 \series default
12278  die Zelle bekommt eine feste 
12279 \series bold
12280 Breite
12281 \series default
12282 , und die vertikale Ausrichtung ist 
12283 \family sans
12284 Oben
12285 \end_layout
12286
12287 \begin_layout Itemize
12288
12289 \series bold
12290 m{Breite}
12291 \series default
12292  die Zelle bekommt eine feste 
12293 \series bold
12294 Breite
12295 \series default
12296 , und die vertikale Ausrichtung ist 
12297 \family sans
12298 Mitte
12299 \end_layout
12300
12301 \begin_layout Itemize
12302
12303 \series bold
12304 b{Breite}
12305 \series default
12306  die Zelle bekommt eine feste 
12307 \series bold
12308 Breite
12309 \series default
12310 , und die vertikale Ausrichtung ist 
12311 \family sans
12312 Unten
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Wenn Sie ein \SpecialChar LaTeX
12317 -Argument eingeben, werden alle anderen Einstellungen für diese
12318  Zelle überschrieben.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 \begin_inset Note Greyedout
12323 status open
12324
12325 \begin_layout Plain Layout
12326
12327 \series bold
12328 Bemerkung:
12329 \series default
12330  Wegen eines Fehlers in \SpecialChar LyX
12331  werden die überschriebenen Einstellungen dennoch
12332  angezeigt.
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12342  der Zelle mit dem Inhalt 
12343 \begin_inset Quotes gld
12344 \end_inset
12345
12346 d
12347 \begin_inset Quotes grd
12348 \end_inset
12349
12350  der Tabelle
12351 \begin_inset space ~
12352 \end_inset
12353
12354
12355 \begin_inset CommandInset ref
12356 LatexCommand ref
12357 reference "tab:Tabelle-mit-zentriertem"
12358
12359 \end_inset
12360
12361  auch noch der Befehl
12362 \family typewriter
12363 \series bold
12364  
12365 \family default
12366
12367 \backslash
12368 centering
12369 \series default
12370  hinzugefügt.
12371  Das Ganze sieht dann so aus:
12372 \end_layout
12373
12374 \begin_layout Standard
12375
12376 \series bold
12377 |>{
12378 \backslash
12379 centering}m{1.25cm-6.2pt}
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Der vertikale Strich 
12384 \series bold
12385
12386 \begin_inset Quotes gld
12387 \end_inset
12388
12389 |
12390 \series default
12391
12392 \begin_inset Quotes grd
12393 \end_inset
12394
12395  am Anfang zeichnet die linke Linie, und der Befehl 
12396 \series bold
12397
12398 \begin_inset Quotes gld
12399 \end_inset
12400
12401 >{ }
12402 \begin_inset Quotes grd
12403 \end_inset
12404
12405
12406 \series default
12407  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12408  der Zelle benutzt werden sollen.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12413  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12414  Ausrichtungen nur für
12415  einzelne Spalten anwendet.
12416  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12417 -Argument benutzt werden:
12418 \end_layout
12419
12420 \begin_layout Standard
12421
12422 \series bold
12423 |>{
12424 \backslash
12425 centering}m{2.5cm}|
12426 \end_layout
12427
12428 \begin_layout Subsection
12429 Mehrfachzeilen
12430 \begin_inset CommandInset label
12431 LatexCommand label
12432 name "uab:Mehrfachzeilen"
12433
12434 \end_inset
12435
12436
12437 \begin_inset Index idx
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441 Mehrfachzeilen
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \begin_inset Index idx
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 Tabellen ! Mehrfachzeilen
12452 \end_layout
12453
12454 \end_inset
12455
12456
12457 \end_layout
12458
12459 \begin_layout Standard
12460 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12461  und verwenden dann den Knopf 
12462 \begin_inset Info
12463 type  "icon"
12464 arg   "tabular-feature multirow"
12465 \end_inset
12466
12467  in der Werkzeugleiste, das Menü 
12468 \family sans
12469 Bearbeiten\SpecialChar menuseparator
12470 Tabelle\SpecialChar menuseparator
12471 Mehrfachzeile
12472 \family default
12473 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12474  
12475 \family sans
12476 Mehrfachzeile
12477 \family default
12478 .
12479 \end_layout
12480
12481 \begin_layout Standard
12482 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12483 \end_layout
12484
12485 \begin_layout Standard
12486 \align center
12487 \begin_inset Tabular
12488 <lyxtabular version="3" rows="3" columns="3">
12489 <features tabularvalignment="middle">
12490 <column alignment="center" valignment="top" width="0pt">
12491 <column alignment="center" valignment="top">
12492 <column alignment="center" valignment="top">
12493 <row>
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 ein langer Eintrag
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 b
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 c
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 </row>
12522 <row>
12523 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 Mehrfachzeile
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 e
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 f
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 h
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 i
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 </row>
12580 </lyxtabular>
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12589  Spalte festgelegt.
12590  Der 
12591 \family sans
12592 Vertikale Versatz
12593 \family default
12594  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12595  positiv/negativ ist.
12596 \end_layout
12597
12598 \begin_layout Standard
12599 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12600  die Mehrfachzeile die Ausrichtung der Spalte.
12601  Ansonsten ist sie standardmäßig links ausgerichtet.
12602  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12603 \series bold
12604
12605 \backslash
12606 multirowsetup
12607 \series default
12608  mit dem Befehl
12609 \end_layout
12610
12611 \begin_layout Standard
12612
12613 \series bold
12614
12615 \backslash
12616 renewcommand{
12617 \backslash
12618 multirowsetup}{
12619 \backslash
12620 centering}
12621 \end_layout
12622
12623 \begin_layout Standard
12624 im \SpecialChar LaTeX
12625 -Vorspann.
12626  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12627  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12628  auch mittels \SpecialChar TeX
12629 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12630 -Vorspann, erneuert
12631  werden.
12632  Für rechtsbündigen Text ersetzt man 
12633 \series bold
12634
12635 \backslash
12636 centering
12637 \series default
12638  durch 
12639 \series bold
12640
12641 \backslash
12642 raggedleft
12643 \series default
12644 .
12645  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12646 \series bold
12647
12648 \backslash
12649 raggedright
12650 \series default
12651  verwendet.
12652 \end_layout
12653
12654 \begin_layout Standard
12655 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12656  die -4
12657 \begin_inset space \thinspace{}
12658 \end_inset
12659
12660 mm vertikalen Versatz hat und sich in einer 3
12661 \begin_inset space \thinspace{}
12662 \end_inset
12663
12664 cm breiten Spalte befindet:
12665 \end_layout
12666
12667 \begin_layout Standard
12668 \noindent
12669 \align center
12670 \begin_inset ERT
12671 status collapsed
12672
12673 \begin_layout Plain Layout
12674
12675
12676 \backslash
12677 renewcommand{
12678 \backslash
12679 multirowsetup}{
12680 \backslash
12681 raggedleft}
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \begin_inset Tabular
12688 <lyxtabular version="3" rows="4" columns="3">
12689 <features tabularvalignment="middle">
12690 <column alignment="center" valignment="top" width="3cm">
12691 <column alignment="center" valignment="top">
12692 <column alignment="center" valignment="top">
12693 <row>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 ein langer Eintrag
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 b
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 c
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 <row>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 t
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 n
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 m
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 </row>
12751 <row>
12752 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Mehrfachzeile
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 e
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 f
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 </row>
12780 <row>
12781 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 h
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 i
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 </lyxtabular>
12810
12811 \end_inset
12812
12813
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819
12820 \backslash
12821 renewcommand{
12822 \backslash
12823 multirowsetup}{
12824 \backslash
12825 raggedright}
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \begin_layout Standard
12834 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12835  (Tastenkürzel 
12836 \family sans
12837 Strg+Enter
12838 \family default
12839 ) verwenden.
12840  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12841 \end_layout
12842
12843 \begin_layout Standard
12844 \noindent
12845 \align center
12846 \begin_inset Tabular
12847 <lyxtabular version="3" rows="3" columns="2">
12848 <features tabularvalignment="middle">
12849 <column alignment="left" valignment="middle" width="2cm">
12850 <column alignment="center" valignment="top">
12851 <row>
12852 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 aaa
12857 \begin_inset Newline newline
12858 \end_inset
12859
12860 aaa
12861 \begin_inset Newline newline
12862 \end_inset
12863
12864 falsche Zelle
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 ccc
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row>
12880 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 ddd
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 </row>
12899 <row>
12900 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 bbb
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 eee
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 </lyxtabular>
12920
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \begin_layout Standard
12927 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12928 \end_layout
12929
12930 \begin_layout Subsection
12931 Zellen mit diagonalen Linien
12932 \end_layout
12933
12934 \begin_layout Standard
12935 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
12936  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
12937  oder zwei diagonalen Linien zu teilen.
12938  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
12939 -Paket 
12940 \series bold
12941 diagbox
12942 \series default
12943
12944 \begin_inset Index idx
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 \SpecialChar LaTeX
12949 -Pakete ! diagbox
12950 \end_layout
12951
12952 \end_inset
12953
12954  im \SpecialChar LaTeX
12955 -Vorspann lädt.
12956  Das Paket stellt den Befehl 
12957 \series bold
12958
12959 \backslash
12960 diagbox
12961 \series default
12962  zur Verfügung, der als \SpecialChar TeX
12963 -Code eingefügt wird und 2 oder 3
12964 \begin_inset space ~
12965 \end_inset
12966
12967 Argumente hat:
12968 \end_layout
12969
12970 \begin_layout Standard
12971
12972 \series bold
12973
12974 \backslash
12975 diagbox[Optionen]{links unten}{rechts oben}
12976 \end_layout
12977
12978 \begin_layout Standard
12979
12980 \series bold
12981
12982 \backslash
12983 diagbox[Optionen]{links unten}{links oben}{rechts oben}
12984 \end_layout
12985
12986 \begin_layout Standard
12987 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
12988  die Argumente werden unter und über diese Linie platziert.
12989  Das zweite Schema teilt die Zelle mit 2
12990 \begin_inset space ~
12991 \end_inset
12992
12993 Linien.
12994 \end_layout
12995
12996 \begin_layout Standard
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002
13003 \backslash
13004 ifdiagbox
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \begin_inset Note Note
13011 status open
13012
13013 \begin_layout Plain Layout
13014 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13015 -Paket 
13016 \series bold
13017 diagbox
13018 \series default
13019  installiert ist.
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Hier ist eine Beispieltabelle in der 
13029 \series bold
13030
13031 \backslash
13032 diagbox 
13033 \series default
13034 im 2-Argument Schema in der ersten Zelle verwendet wird:
13035 \begin_inset VSpace medskip
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 \noindent
13043 \begin_inset Tabular
13044 <lyxtabular version="3" rows="4" columns="4">
13045 <features tabularvalignment="middle">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <column alignment="center" valignment="top">
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 diagbox{
13063 \end_layout
13064
13065 \end_inset
13066
13067 Name
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073 }{
13074 \end_layout
13075
13076 \end_inset
13077
13078 Parameter
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084 }
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 Dicke in nm
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Transparenz in %
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Härte in MPa
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Perfekt Grün
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 45
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 80
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 504
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 <row>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 Dunkel Multi-P
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 60
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 72
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 982
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 </row>
13198 <row>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Kristallklar Pro
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 18
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 86
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 374
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 </row>
13236 </lyxtabular>
13237
13238 \end_inset
13239
13240
13241 \begin_inset VSpace medskip
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 \begin_inset Newpage newpage
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Standard
13255 Das 3-Argument Schema ist z.
13256 \begin_inset space \thinspace{}
13257 \end_inset
13258
13259 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13260 \end_layout
13261
13262 \begin_layout Standard
13263 \noindent
13264 \align center
13265 \begin_inset Tabular
13266 <lyxtabular version="3" rows="4" columns="4">
13267 <features tabularvalignment="middle">
13268 <column alignment="center" valignment="top" width="0pt">
13269 <column alignment="center" valignment="top">
13270 <column alignment="center" valignment="top">
13271 <column alignment="center" valignment="top">
13272 <row>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 \begin_inset ERT
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281
13282
13283 \backslash
13284 diagbox{
13285 \end_layout
13286
13287 \end_inset
13288
13289 Heim
13290 \begin_inset ERT
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294
13295 }{
13296 \end_layout
13297
13298 \end_inset
13299
13300 Ergebnis
13301 \begin_inset ERT
13302 status collapsed
13303
13304 \begin_layout Plain Layout
13305
13306 }{
13307 \end_layout
13308
13309 \end_inset
13310
13311 Auswärts
13312 \begin_inset ERT
13313 status collapsed
13314
13315 \begin_layout Plain Layout
13316
13317 }
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 Tiger
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 Panther
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 Falken
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 Tiger
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 1:3
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 0:1
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 </row>
13393 <row>
13394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 Panther
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 3:1
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 0:0
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row>
13432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 Falken
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 1:0
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 0:0
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 </lyxtabular>
13470
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \begin_layout Standard
13477 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13478  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13479 \end_layout
13480
13481 \begin_layout Standard
13482 \noindent
13483 \align center
13484 \begin_inset Tabular
13485 <lyxtabular version="3" rows="5" columns="5">
13486 <features tabularvalignment="middle">
13487 <column alignment="center" valignment="top" width="0pt">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <column alignment="center" valignment="top">
13491 <column alignment="center" valignment="top">
13492 <row>
13493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 \begin_inset ERT
13498 status open
13499
13500 \begin_layout Plain Layout
13501
13502
13503 \backslash
13504 diagbox{
13505 \end_layout
13506
13507 \end_inset
13508
13509 Heim
13510 \begin_inset ERT
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514
13515 }{
13516 \end_layout
13517
13518 \end_inset
13519
13520 Ergebnis
13521 \begin_inset ERT
13522 status collapsed
13523
13524 \begin_layout Plain Layout
13525
13526 }{
13527 \end_layout
13528
13529 \end_inset
13530
13531 Auswärts
13532 \begin_inset ERT
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536
13537 }
13538 \end_layout
13539
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 Tiger
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Panther
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 Falken
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 \begin_inset ERT
13579 status open
13580
13581 \begin_layout Plain Layout
13582
13583
13584 \backslash
13585 diagbox[dir=NE]{
13586 \end_layout
13587
13588 \end_inset
13589
13590 Heim
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596 }{
13597 \end_layout
13598
13599 \end_inset
13600
13601 Ergebnis
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607 }{
13608 \end_layout
13609
13610 \end_inset
13611
13612 Auswärts
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 }
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 </row>
13629 <row>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 Tiger
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 1:3
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 0:1
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 Tiger
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 </row>
13676 <row>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 Panther
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 3:1
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 0:0
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 Panther
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 <row>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 Falken
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 1:0
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 0:0
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 Falken
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 <row>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 \begin_inset ERT
13776 status open
13777
13778 \begin_layout Plain Layout
13779
13780
13781 \backslash
13782 diagbox[dir=SW]{
13783 \end_layout
13784
13785 \end_inset
13786
13787 Heim
13788 \begin_inset ERT
13789 status collapsed
13790
13791 \begin_layout Plain Layout
13792
13793 }{
13794 \end_layout
13795
13796 \end_inset
13797
13798 Ergebnis
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804 }{
13805 \end_layout
13806
13807 \end_inset
13808
13809 Auswärts
13810 \begin_inset ERT
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815 }
13816 \end_layout
13817
13818 \end_inset
13819
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Tiger
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 Panther
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 Falken
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 \begin_inset ERT
13857 status open
13858
13859 \begin_layout Plain Layout
13860
13861
13862 \backslash
13863 diagbox[dir=SE]{
13864 \end_layout
13865
13866 \end_inset
13867
13868 Heim
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874 }{
13875 \end_layout
13876
13877 \end_inset
13878
13879 Ergebnis
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885 }{
13886 \end_layout
13887
13888 \end_inset
13889
13890 Auswärts
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }
13897 \end_layout
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 </lyxtabular>
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Standard
13915 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13916 \series bold
13917 dir=Richtung
13918 \series default
13919  verwendet.
13920  
13921 \emph on
13922 Richtung
13923 \emph default
13924  ist entweder 
13925 \series bold
13926 NE
13927 \series default
13928
13929 \series bold
13930 SE
13931 \series default
13932
13933 \series bold
13934 SW
13935 \series default
13936  oder 
13937 \series bold
13938 NW
13939 \series default
13940  und stellt eine Himmelsrichtung dar.
13941  
13942 \series bold
13943 SW
13944 \series default
13945  ist z.
13946 \begin_inset space \thinspace{}
13947 \end_inset
13948
13949 B.
13950  die Südwestecke.
13951  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
13952 \end_layout
13953
13954 \begin_layout Standard
13955
13956 \series bold
13957
13958 \backslash
13959 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
13960 \end_layout
13961
13962 \begin_layout Standard
13963 verwendet.
13964  Wenn keine Richtung angegeben ist, wird NW verwendet.
13965 \end_layout
13966
13967 \begin_layout Standard
13968 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
13969  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
13970 e ist, ragt der Inhalt über die Zelle hinaus:
13971 \end_layout
13972
13973 \begin_layout Standard
13974 \noindent
13975 \align center
13976 \begin_inset Tabular
13977 <lyxtabular version="3" rows="2" columns="2">
13978 <features tabularvalignment="middle">
13979 <column alignment="center" valignment="top" width="3cm">
13980 <column alignment="center" valignment="top">
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 \begin_inset ERT
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990
13991
13992 \backslash
13993 diagbox{
13994 \end_layout
13995
13996 \end_inset
13997
13998 Name
13999 \begin_inset ERT
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003
14004 }{
14005 \end_layout
14006
14007 \end_inset
14008
14009 Parameter
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015 }
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 Dicke in nm
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 Perfekt Grün
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 45
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 </row>
14055 </lyxtabular>
14056
14057 \end_inset
14058
14059
14060 \end_layout
14061
14062 \begin_layout Standard
14063 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14064  verwendet man die Befehlsoption 
14065 \series bold
14066 width=3cm
14067 \series default
14068  (ersetzen Sie '3cm' durch die benötigte Breite).
14069  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14070 \begin_inset space \thinspace{}
14071 \end_inset
14072
14073 cm gesetzt.
14074  Für 
14075 \series bold
14076
14077 \backslash
14078 diagbox
14079 \series default
14080  wird eine Breite von 4
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084 cm + 2
14085 \begin_inset space \thinspace{}
14086 \end_inset
14087
14088
14089 \backslash
14090 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14091  diesem Fall 4
14092 \begin_inset space \thinspace{}
14093 \end_inset
14094
14095 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14096  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14097 \series bold
14098
14099 \backslash
14100 diagbox
14101 \series default
14102  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14103  später verwenden kann.
14104  Dies wird mit den \SpecialChar TeX
14105 -Code Befehlen
14106 \end_layout
14107
14108 \begin_layout Standard
14109
14110 \series bold
14111
14112 \backslash
14113 newlength{
14114 \backslash
14115 diagtest}
14116 \begin_inset Newline newline
14117 \end_inset
14118
14119
14120 \backslash
14121 setlength{
14122 \backslash
14123 diagtest}{4cm+2
14124 \backslash
14125 tabcolsep}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 erreicht.
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \begin_inset ERT
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137
14138
14139 \backslash
14140 newlength{
14141 \backslash
14142 diagtest}
14143 \end_layout
14144
14145 \begin_layout Plain Layout
14146
14147
14148 \backslash
14149 setlength{
14150 \backslash
14151 diagtest}{4cm+2
14152 \backslash
14153 tabcolsep}
14154 \end_layout
14155
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \begin_layout Standard
14162 Um Berechnungen in \SpecialChar LaTeX
14163  zu aktivieren, muss das Paket 
14164 \series bold
14165 calc
14166 \series default
14167
14168 \begin_inset Index idx
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172 \SpecialChar LaTeX
14173 -Pakete ! calc
14174 \end_layout
14175
14176 \end_inset
14177
14178  im \SpecialChar LaTeX
14179 -Vorspann geladen werden.
14180 \end_layout
14181
14182 \begin_layout Standard
14183 In der Tabelle kann man nun den Befehl
14184 \end_layout
14185
14186 \begin_layout Standard
14187
14188 \series bold
14189
14190 \backslash
14191 diagbox[width=
14192 \backslash
14193 diagtest]{A}{B}
14194 \end_layout
14195
14196 \begin_layout Standard
14197 in der ersten Zelle verwenden:
14198 \end_layout
14199
14200 \begin_layout Standard
14201 \noindent
14202 \align center
14203 \begin_inset Tabular
14204 <lyxtabular version="3" rows="2" columns="2">
14205 <features tabularvalignment="middle">
14206 <column alignment="center" valignment="top" width="4cm">
14207 <column alignment="center" valignment="top">
14208 <row>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 \begin_inset ERT
14214 status open
14215
14216 \begin_layout Plain Layout
14217
14218
14219 \backslash
14220 diagbox[width=
14221 \backslash
14222 diagtest]{
14223 \end_layout
14224
14225 \end_inset
14226
14227 A
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233 }{
14234 \end_layout
14235
14236 \end_inset
14237
14238 B
14239 \begin_inset ERT
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243
14244 }
14245 \end_layout
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 Dicke in nm
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 </row>
14264 <row>
14265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 Perfekt Grün
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 45
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 </lyxtabular>
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \begin_layout Standard
14292 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14293  muss.
14294  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14295  wie in in dieser Tabelle:
14296 \end_layout
14297
14298 \begin_layout Standard
14299 \noindent
14300 \align center
14301 \begin_inset Tabular
14302 <lyxtabular version="3" rows="2" columns="2">
14303 <features tabularvalignment="middle">
14304 <column alignment="center" valignment="top" width="0pt">
14305 <column alignment="center" valignment="top">
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 \begin_inset ERT
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315
14316
14317 \backslash
14318 diagbox{
14319 \end_layout
14320
14321 \end_inset
14322
14323 A
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329 }{
14330 \end_layout
14331
14332 \end_inset
14333
14334 B
14335 \begin_inset ERT
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339
14340 }
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 Dicke in nm
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 <row>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 Perfekt Grün
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 45
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 </row>
14380 </lyxtabular>
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Standard
14388 Verwenden Sie in diesem Fall die Option 
14389 \series bold
14390 width
14391 \series default
14392  des Befehls 
14393 \series bold
14394
14395 \backslash
14396 diagbox
14397 \series default
14398 .
14399  Es ist dabei nicht notwendig, 2
14400 \backslash
14401 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14402  ist.
14403  In dieser Tabelle wird eine Breite von 3
14404 \begin_inset space \thinspace{}
14405 \end_inset
14406
14407 cm verwendet:
14408 \end_layout
14409
14410 \begin_layout Standard
14411 \noindent
14412 \align center
14413 \begin_inset Tabular
14414 <lyxtabular version="3" rows="2" columns="2">
14415 <features tabularvalignment="middle">
14416 <column alignment="center" valignment="top" width="0pt">
14417 <column alignment="center" valignment="top">
14418 <row>
14419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 \begin_inset ERT
14424 status open
14425
14426 \begin_layout Plain Layout
14427
14428
14429 \backslash
14430 diagbox[width=3cm]{
14431 \end_layout
14432
14433 \end_inset
14434
14435 A
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441 }{
14442 \end_layout
14443
14444 \end_inset
14445
14446 B
14447 \begin_inset ERT
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451
14452 }
14453 \end_layout
14454
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 Dicke in nm
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 </row>
14472 <row>
14473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 Perfekt Grün
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 45
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 </lyxtabular>
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \begin_layout Standard
14500 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14501  Text in der Zelle unterzubringen.
14502  Dies wird mit der 
14503 \series bold
14504
14505 \backslash
14506 diagbox
14507 \series default
14508 -Option 
14509 \series bold
14510 height=3cm
14511 \series default
14512  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14513  In der folgenden Tabelle wird der Befehl
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 diagbox[width=3cm,height=1.4cm]{A
14522 \backslash
14523
14524 \backslash
14525 B}{C
14526 \backslash
14527
14528 \backslash
14529 D}
14530 \end_layout
14531
14532 \begin_layout Standard
14533 in der ersten Zelle verwendet.
14534  Der Befehl 
14535 \series bold
14536
14537 \backslash
14538
14539 \backslash
14540
14541 \series default
14542  erzeugt hierbei den Zeilenumbruch.
14543 \begin_inset Foot
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 Zeilen mit 
14548 \family sans
14549 Strg+Enter
14550 \family default
14551  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Standard
14560 \noindent
14561 \align center
14562 \begin_inset Tabular
14563 <lyxtabular version="3" rows="2" columns="2">
14564 <features tabularvalignment="middle">
14565 <column alignment="center" valignment="top">
14566 <column alignment="center" valignment="top">
14567 <row>
14568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 \begin_inset ERT
14573 status open
14574
14575 \begin_layout Plain Layout
14576
14577
14578 \backslash
14579 diagbox[width=3cm,height=1.4cm]{
14580 \end_layout
14581
14582 \end_inset
14583
14584 A
14585 \begin_inset ERT
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592
14593 \backslash
14594
14595 \end_layout
14596
14597 \end_inset
14598
14599 B
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605 }{
14606 \end_layout
14607
14608 \end_inset
14609
14610 C
14611 \begin_inset ERT
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618
14619 \backslash
14620
14621 \end_layout
14622
14623 \end_inset
14624
14625 D
14626 \begin_inset ERT
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630
14631 }
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645 Dicke in nm
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 <row>
14652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 Perfekt Grün
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665 45
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 </row>
14671 </lyxtabular>
14672
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \begin_layout Standard
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684
14685 \backslash
14686 else
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \begin_inset Note Note
14693 status open
14694
14695 \begin_layout Plain Layout
14696 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14697 -Paket 
14698 \series bold
14699 diagbox
14700 \series default
14701  nicht installiert ist:
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 Sie müssen das \SpecialChar LaTeX
14711 -Paket 
14712 \series bold
14713 diagbox
14714 \series default
14715  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14716 \end_layout
14717
14718 \begin_layout Standard
14719 \begin_inset ERT
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 fi
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Für mehr Informationen über das \SpecialChar LaTeX
14736 -Paket 
14737 \series bold
14738 diagbox
14739 \series default
14740 , siehe dessen Dokumentation, 
14741 \begin_inset CommandInset citation
14742 LatexCommand cite
14743 key "diagbox"
14744 literal "true"
14745
14746 \end_inset
14747
14748 .
14749 \end_layout
14750
14751 \begin_layout Section
14752 Formale Tabellen
14753 \begin_inset CommandInset label
14754 LatexCommand label
14755 name "abs:Formale-Tabellen"
14756
14757 \end_inset
14758
14759
14760 \begin_inset Index idx
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764 Tabellen ! Formale
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Standard
14773 Tabellen werden in Büchern oft wie Tabelle
14774 \begin_inset space ~
14775 \end_inset
14776
14777
14778 \begin_inset CommandInset ref
14779 LatexCommand ref
14780 reference "tab:Formale-Tabelle"
14781
14782 \end_inset
14783
14784  gesetzt.
14785  Diese Tabellen werden
14786 \emph on
14787  formal
14788 \emph default
14789  genannt.
14790  Formale Tabellen bekommen Sie, wenn Sie im 
14791 \family sans
14792 Tabellen-Einstellungen
14793 \family default
14794 -Dialog auf der Karteikarte 
14795 \family sans
14796 Rahmen
14797 \family default
14798  den 
14799 \family sans
14800 Stil
14801 \family default
14802  
14803 \family sans
14804 Formal
14805 \family default
14806  ankreuzen.
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \begin_inset Float table
14811 placement h
14812 wide false
14813 sideways false
14814 status open
14815
14816 \begin_layout Plain Layout
14817 \begin_inset Caption Standard
14818
14819 \begin_layout Plain Layout
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "tab:Formale-Tabelle"
14823
14824 \end_inset
14825
14826 Formale Tabelle
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Plain Layout
14835 \align center
14836 \begin_inset Tabular
14837 <lyxtabular version="3" rows="8" columns="4">
14838 <features booktabs="true" tabularvalignment="middle">
14839 <column alignment="center" valignment="top">
14840 <column alignment="right" valignment="top">
14841 <column alignment="right" valignment="top">
14842 <column alignment="right" valignment="top">
14843 <row>
14844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848 System
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 Chip
14858 \begin_inset space \thinspace{}
14859 \end_inset
14860
14861 1
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 Chip
14871 \begin_inset space \thinspace{}
14872 \end_inset
14873
14874 2
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 \begin_inset ERT
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898
14899
14900 \backslash
14901 cmidrule(r){2-2}
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \begin_inset ERT
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911
14912
14913 \backslash
14914 cmidrule(l){3-4}
14915 \end_layout
14916
14917 \end_inset
14918
14919 Detektordicke in µm
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 300
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 300
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 700
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 Kantenwinkel in °
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 3.55
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 2.71
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 7.99
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row topspace="default">
14991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 räumliche Auf\SpecialChar ligaturebreak
14996 lösung in µm
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 4.26
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 10.17
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 10.56
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row topspace="default">
15030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 MTF bei 
15035 \begin_inset Formula $f_{\mathrm{max}}$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 0.53
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 0.37
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 0.39
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row topspace="default">
15072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 \begin_inset ERT
15077 status collapsed
15078
15079 \begin_layout Plain Layout
15080
15081
15082 \backslash
15083 cmidrule[2pt](l{10pt}){1-1}
15084 \end_layout
15085
15086 \end_inset
15087
15088 LSF räumliche Auf\SpecialChar ligaturebreak
15089 lösung
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 in µm
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 129.7
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 52.75
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 50.78
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 in % der Pixelgröße
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 76.3
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 95.9
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 92.3
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 </lyxtabular>
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \begin_layout Standard
15211 Abstände zu Tabellenzeilen können auf der Karteikarte 
15212 \family sans
15213 Rahmen
15214 \family default
15215  des 
15216 \family sans
15217 Tabellen-Ein\SpecialChar softhyphen
15218 stel\SpecialChar softhyphen
15219 lun\SpecialChar softhyphen
15220 gen
15221 \family default
15222 -Dialogs hinzugefügt werden, wie in Abschnitt
15223 \begin_inset space ~
15224 \end_inset
15225
15226
15227 \begin_inset CommandInset ref
15228 LatexCommand ref
15229 reference "uab:Zeilenabstand"
15230
15231 \end_inset
15232
15233  beschrieben.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15238  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15239  gedruckt aber anders aus.
15240  Die erste und letzte Linie ist 0.08
15241 \begin_inset space \thinspace{}
15242 \end_inset
15243
15244 em dick, während die anderen 0.05
15245 \begin_inset space \thinspace{}
15246 \end_inset
15247
15248 em dick sind.
15249 \end_layout
15250
15251 \begin_layout Standard
15252 Die Standarddicken können im \SpecialChar LaTeX
15253 -Vorspann geändert werden:
15254 \end_layout
15255
15256 \begin_layout Standard
15257
15258 \series bold
15259
15260 \backslash
15261 let
15262 \backslash
15263 mytoprule
15264 \backslash
15265 toprule
15266 \begin_inset Newline newline
15267 \end_inset
15268
15269
15270 \backslash
15271 renewcommand{
15272 \backslash
15273 toprule}{
15274 \backslash
15275 mytoprule[Breite]}
15276 \end_layout
15277
15278 \begin_layout Standard
15279 Dies Beispiel gilt für die oberste Linie, genannt 
15280 \series bold
15281 toprule
15282 \series default
15283 .
15284  Für die letzte müssen Sie 
15285 \series bold
15286 toprule
15287 \series default
15288  durch 
15289 \series bold
15290 bottomrule
15291 \series default
15292  ersetzen.
15293  Die Linien dazwischen heißen 
15294 \series bold
15295 midrule
15296 \series default
15297 .
15298  Für 
15299 \family sans
15300 Breite
15301 \family default
15302  können Sie alle Einheiten benutzen, die in Anhang
15303 \begin_inset space ~
15304 \end_inset
15305
15306
15307 \begin_inset CommandInset ref
15308 LatexCommand ref
15309 reference "kap:In-LyX-verfügbare"
15310
15311 \end_inset
15312
15313  aufgelistet sind.
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15318  eine Linie unter einer Mehrfachspalte.
15319  \SpecialChar LyX
15320  wird intern den Befehl 
15321 \series bold
15322
15323 \backslash
15324 cmidrule
15325 \series default
15326  benutzen, um diese Linie zu drucken.
15327  Der ganze Befehl sieht so aus:
15328 \end_layout
15329
15330 \begin_layout Standard
15331
15332 \series bold
15333
15334 \backslash
15335 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Die 
15340 \series bold
15341
15342 \backslash
15343 cmidrule
15344 \series default
15345 -Optionen werden (noch) nicht von \SpecialChar LyX
15346  unterstützt, also müssen Sie \SpecialChar TeX
15347 -Code benutzen.
15348  
15349 \series bold
15350
15351 \backslash
15352 cmidrule
15353 \series default
15354  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15355 -Code als erstes in die erste
15356  Zelle einer Zeile einfügt.
15357  Die Linie wird dann über der Zeile gedruckt.
15358 \end_layout
15359
15360 \begin_layout Standard
15361 Der Standardwert der optionalen 
15362 \series bold
15363 Höhe
15364 \series default
15365  ist 0.03
15366 \begin_inset space \thinspace{}
15367 \end_inset
15368
15369 em.
15370  Die Linie reicht von 
15371 \series bold
15372 Anfangsspalte
15373 \series default
15374  bis 
15375 \series bold
15376 Endspalte
15377 \series default
15378 .
15379  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15380  Die 
15381 \series bold
15382 Endspalte
15383 \series default
15384  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15385  Der optionale Parameter 
15386 \series bold
15387 trim
15388 \series default
15389  kann die Werte 
15390 \emph on
15391 r
15392 \emph default
15393
15394 \emph on
15395 r{Breite}
15396 \emph default
15397
15398 \emph on
15399 l
15400 \family typewriter
15401 \emph default
15402  
15403 \family default
15404 oder 
15405 \emph on
15406 l{Breite}
15407 \emph default
15408  annehmen, wobei die 
15409 \emph on
15410 Breite
15411 \emph default
15412  optional ist.
15413  
15414 \emph on
15415 l{2pt}
15416 \emph default
15417  zum Beispiel bedeutet, dass die Linie links um 2
15418 \begin_inset space \thinspace{}
15419 \end_inset
15420
15421 pt gekürzt wird.
15422  Ohne Breitenangabe wird die Linie um 0.5
15423 \begin_inset space \thinspace{}
15424 \end_inset
15425
15426 em gekürzt.
15427 \end_layout
15428
15429 \begin_layout Standard
15430 \begin_inset VSpace bigskip
15431 \end_inset
15432
15433 In Tabelle
15434 \begin_inset space ~
15435 \end_inset
15436
15437
15438 \begin_inset CommandInset ref
15439 LatexCommand ref
15440 reference "tab:Formale-Tabelle"
15441
15442 \end_inset
15443
15444  wurden die Befehle
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 cmidrule(r){2-2}
15453 \backslash
15454 cmidrule(l){3-4}
15455 \end_layout
15456
15457 \begin_layout Standard
15458 am Anfang der zweiten Zeile und
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 cmidrule[2pt](l{10pt}){1-1}
15467 \end_layout
15468
15469 \begin_layout Standard
15470 in der sechsten benutzt.
15471 \end_layout
15472
15473 \begin_layout Standard
15474 \begin_inset VSpace bigskip
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \begin_layout Standard
15481 Sie können mit 
15482 \series bold
15483
15484 \backslash
15485 cmidrule
15486 \series default
15487  auch überlappende Linien wie in Tabelle
15488 \begin_inset space ~
15489 \end_inset
15490
15491
15492 \begin_inset CommandInset ref
15493 LatexCommand ref
15494 reference "tab:Special-booktabs-table"
15495
15496 \end_inset
15497
15498  definieren.
15499  Der Befehl ist:
15500 \end_layout
15501
15502 \begin_layout Standard
15503
15504 \series bold
15505
15506 \backslash
15507 morecmidrules
15508 \end_layout
15509
15510 \begin_layout Standard
15511 In Zeile zwei der Tabelle
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "tab:Special-booktabs-table"
15519
15520 \end_inset
15521
15522  wurde folgender Befehl benutzt:
15523 \end_layout
15524
15525 \begin_layout Standard
15526
15527 \series bold
15528
15529 \backslash
15530 cmidrule(r){2-2}
15531 \backslash
15532 cmidrule(l){3-4}
15533 \backslash
15534 morecmidrules
15535 \begin_inset Newline newline
15536 \end_inset
15537
15538
15539 \backslash
15540 cmidrule{2-4}
15541 \end_layout
15542
15543 \begin_layout Standard
15544 und in Zeile sechs:
15545 \end_layout
15546
15547 \begin_layout Standard
15548
15549 \series bold
15550
15551 \backslash
15552 midrule
15553 \backslash
15554 morecmidrules
15555 \backslash
15556 cmidrule{3-4}
15557 \end_layout
15558
15559 \begin_layout Standard
15560 \begin_inset VSpace bigskip
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \begin_layout Standard
15567 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15568  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15569 \end_layout
15570
15571 \begin_layout Standard
15572
15573 \series bold
15574
15575 \backslash
15576 specialrule{Dicke}{Abstand davor}{Abstand danach}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15581 -Pakets 
15582 \series bold
15583 booktabs
15584 \series default
15585  
15586 \begin_inset CommandInset citation
15587 LatexCommand cite
15588 key "booktabs"
15589 literal "true"
15590
15591 \end_inset
15592
15593 .
15594 \begin_inset Index idx
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598 \SpecialChar LaTeX
15599 -Pakete ! booktabs
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset Float table
15609 placement h
15610 wide false
15611 sideways false
15612 status open
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Caption Standard
15616
15617 \begin_layout Plain Layout
15618 \begin_inset CommandInset label
15619 LatexCommand label
15620 name "tab:Special-booktabs-table"
15621
15622 \end_inset
15623
15624 Eine spezielle formale Tabelle
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Plain Layout
15633 \align center
15634 \begin_inset Tabular
15635 <lyxtabular version="3" rows="8" columns="4">
15636 <features booktabs="true" tabularvalignment="middle">
15637 <column alignment="center" valignment="top">
15638 <column alignment="center" valignment="top">
15639 <column alignment="right" valignment="top">
15640 <column alignment="right" valignment="top">
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 System
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 <cell alignment="center" valignment="top" topline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 Chip
15656 \begin_inset space \thinspace{}
15657 \end_inset
15658
15659 1
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 Chip
15669 \begin_inset space \thinspace{}
15670 \end_inset
15671
15672 2
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 <row>
15688 <cell alignment="center" valignment="top" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset ERT
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696
15697
15698 \backslash
15699 cmidrule(r){2-2}
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 cmidrule(l){3-4}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \begin_inset ERT
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722
15723
15724 \backslash
15725 morecmidrules 
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \begin_inset ERT
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735
15736
15737 \backslash
15738 cmidrule{2-4}
15739 \end_layout
15740
15741 \end_inset
15742
15743 Detektordicke in µm
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 300
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 300
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 700
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 Kantenwinkel in °
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 3,55
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 2,71
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" topline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 7,99
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 </row>
15814 <row topspace="default">
15815 <cell alignment="center" valignment="top" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 räumliche Auf\SpecialChar ligaturebreak
15820 lösung in µm
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 4,26
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838 10,17
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 10,56
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row topspace="default">
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 MTF bei 
15859 \begin_inset Formula $f_{\mathrm{max}}$
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 0,53
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 0,37
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 0,39
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 \begin_inset ERT
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905
15906 \backslash
15907 morecmidrules 
15908 \end_layout
15909
15910 \end_inset
15911
15912
15913 \begin_inset ERT
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917
15918
15919 \backslash
15920 cmidrule{3-4}
15921 \end_layout
15922
15923 \end_inset
15924
15925 LSF-räumliche Auf\SpecialChar ligaturebreak
15926 lösung
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 <row>
15960 <cell alignment="center" valignment="top" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 in µm
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 129,7
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 52,75
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 50,78
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 <row>
15998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 in % der Pixelgröße
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 76,3
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 95,9
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 92,3
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 </lyxtabular>
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Section
16048 Vertikale Tabellen-Ausrichtung
16049 \begin_inset Index idx
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053 Tabellen ! Ausrichtung
16054 \end_layout
16055
16056 \end_inset
16057
16058
16059 \end_layout
16060
16061 \begin_layout Standard
16062 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16063  einer Box sein.
16064  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16065 \begin_inset space ~
16066 \end_inset
16067
16068
16069 \begin_inset CommandInset ref
16070 LatexCommand ref
16071 reference "abs:Box-Dialog"
16072
16073 \end_inset
16074
16075  beschrieben.
16076 \end_layout
16077
16078 \begin_layout Standard
16079 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16080 \begin_inset Foot
16081 status collapsed
16082
16083 \begin_layout Plain Layout
16084 Minipages werden in Abschnitt
16085 \begin_inset space ~
16086 \end_inset
16087
16088
16089 \begin_inset CommandInset ref
16090 LatexCommand ref
16091 reference "abs:Minipage"
16092
16093 \end_inset
16094
16095  beschrieben.
16096 \end_layout
16097
16098 \end_inset
16099
16100  mit 15
16101 \begin_inset space \thinspace{}
16102 \end_inset
16103
16104 col%-Breite:
16105 \end_layout
16106
16107 \begin_layout Itemize
16108 Test 
16109 \begin_inset Box Frameless
16110 position "t"
16111 hor_pos "c"
16112 has_inner_box 1
16113 inner_pos "c"
16114 use_parbox 0
16115 use_makebox 0
16116 width "15col%"
16117 special "none"
16118 height "1in"
16119 height_special "totalheight"
16120 thickness "0.4pt"
16121 separation "3pt"
16122 shadowsize "4pt"
16123 framecolor "black"
16124 backgroundcolor "none"
16125 status collapsed
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Tabular
16129 <lyxtabular version="3" rows="3" columns="3">
16130 <features tabularvalignment="middle">
16131 <column alignment="center" valignment="top">
16132 <column alignment="center" valignment="top">
16133 <column alignment="center" valignment="top">
16134 <row>
16135 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 Tabelle 1
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 </row>
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 b
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 e
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 h
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 c
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 f
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 i
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 </lyxtabular>
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229
16230  Test 
16231 \begin_inset ERT
16232 status collapsed
16233
16234 \begin_layout Plain Layout
16235
16236
16237 \backslash
16238 raisebox{0.85
16239 \backslash
16240 baselineskip}{
16241 \end_layout
16242
16243 \end_inset
16244
16245
16246 \begin_inset Box Frameless
16247 position "t"
16248 hor_pos "c"
16249 has_inner_box 1
16250 inner_pos "c"
16251 use_parbox 0
16252 use_makebox 0
16253 width "15col%"
16254 special "none"
16255 height "1in"
16256 height_special "totalheight"
16257 thickness "0.4pt"
16258 separation "3pt"
16259 shadowsize "4pt"
16260 framecolor "black"
16261 backgroundcolor "none"
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265 \begin_inset Tabular
16266 <lyxtabular version="3" rows="3" columns="3">
16267 <features tabularvalignment="middle">
16268 <column alignment="center" valignment="top">
16269 <column alignment="center" valignment="top">
16270 <column alignment="center" valignment="top">
16271 <row>
16272 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 Tabelle 2
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 b
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 e
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 h
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 c
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 f
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 i
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 </lyxtabular>
16359
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \begin_inset ERT
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373 }
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Itemize
16382 Test 
16383 \begin_inset Box Frameless
16384 position "c"
16385 hor_pos "c"
16386 has_inner_box 1
16387 inner_pos "c"
16388 use_parbox 0
16389 use_makebox 0
16390 width "15col%"
16391 special "none"
16392 height "1in"
16393 height_special "totalheight"
16394 thickness "0.4pt"
16395 separation "3pt"
16396 shadowsize "4pt"
16397 framecolor "black"
16398 backgroundcolor "none"
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 \begin_inset Tabular
16403 <lyxtabular version="3" rows="3" columns="3">
16404 <features tabularvalignment="middle">
16405 <column alignment="center" valignment="top">
16406 <column alignment="center" valignment="top">
16407 <column alignment="center" valignment="top">
16408 <row>
16409 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 Tabelle 3
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 b
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 e
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 h
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 c
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 f
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 i
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 </lyxtabular>
16496
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Itemize
16508 Test 
16509 \begin_inset Box Frameless
16510 position "b"
16511 hor_pos "c"
16512 has_inner_box 1
16513 inner_pos "c"
16514 use_parbox 0
16515 use_makebox 0
16516 width "15col%"
16517 special "none"
16518 height "1in"
16519 height_special "totalheight"
16520 thickness "0.4pt"
16521 separation "3pt"
16522 shadowsize "4pt"
16523 framecolor "black"
16524 backgroundcolor "none"
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Tabular
16529 <lyxtabular version="3" rows="3" columns="3">
16530 <features tabularvalignment="middle">
16531 <column alignment="center" valignment="top">
16532 <column alignment="center" valignment="top">
16533 <column alignment="center" valignment="top">
16534 <row>
16535 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 Tabelle 4
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 b
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 e
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 h
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 c
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 f
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 i
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 </lyxtabular>
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629
16630 Test 
16631 \begin_inset ERT
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635
16636
16637 \backslash
16638 raisebox{-0.32
16639 \backslash
16640 baselineskip}{
16641 \end_layout
16642
16643 \end_inset
16644
16645
16646 \begin_inset Box Frameless
16647 position "b"
16648 hor_pos "c"
16649 has_inner_box 1
16650 inner_pos "c"
16651 use_parbox 0
16652 use_makebox 0
16653 width "15col%"
16654 special "none"
16655 height "1in"
16656 height_special "totalheight"
16657 thickness "0.4pt"
16658 separation "3pt"
16659 shadowsize "4pt"
16660 framecolor "black"
16661 backgroundcolor "none"
16662 status collapsed
16663
16664 \begin_layout Plain Layout
16665 \begin_inset Tabular
16666 <lyxtabular version="3" rows="3" columns="3">
16667 <features tabularvalignment="middle">
16668 <column alignment="center" valignment="top">
16669 <column alignment="center" valignment="top">
16670 <column alignment="center" valignment="top">
16671 <row>
16672 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 Tabelle 5
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 b
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 e
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 h
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 c
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 f
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 i
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 </lyxtabular>
16759
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766
16767
16768 \begin_inset ERT
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773 }
16774 \end_layout
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \begin_layout Standard
16782 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16783 \begin_inset space \space{}
16784 \end_inset
16785
16786 1 und letzten Zeile von Tabelle
16787 \begin_inset space \space{}
16788 \end_inset
16789
16790 4 bezüglich dem Wort 
16791 \begin_inset Quotes gld
16792 \end_inset
16793
16794 Test
16795 \begin_inset Quotes grd
16796 \end_inset
16797
16798  nicht richtig ausgerichtet.
16799  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16800 \begin_inset Quotes gld
16801 \end_inset
16802
16803 Raisebox
16804 \begin_inset Quotes grd
16805 \end_inset
16806
16807
16808 \begin_inset Foot
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Raiseboxen werden in Abschnitt
16813 \begin_inset space ~
16814 \end_inset
16815
16816
16817 \begin_inset CommandInset ref
16818 LatexCommand ref
16819 reference "uab:Vertikale-Ausrichtung"
16820
16821 \end_inset
16822
16823  beschrieben.
16824 \end_layout
16825
16826 \end_inset
16827
16828  setzen.
16829  In Tabelle
16830 \begin_inset space \space{}
16831 \end_inset
16832
16833 2 wurde der Text mit dem Befehl
16834 \end_layout
16835
16836 \begin_layout Standard
16837
16838 \series bold
16839
16840 \backslash
16841 raisebox{0.85
16842 \backslash
16843 baselineskip}{
16844 \end_layout
16845
16846 \begin_layout Standard
16847 vor der Box ausgerichtet.
16848  Hinter der Box wurde auch noch 
16849 \series bold
16850 }
16851 \series default
16852  als \SpecialChar TeX
16853 -Code eingefügt, weil der obige Befehl mit 
16854 \series bold
16855 {
16856 \series default
16857  aufhörte.
16858  Für Tabelle
16859 \begin_inset space \space{}
16860 \end_inset
16861
16862 5 wurde der Befehl
16863 \end_layout
16864
16865 \begin_layout Standard
16866
16867 \series bold
16868
16869 \backslash
16870 raisebox{-0.32
16871 \backslash
16872 baselineskip}{
16873 \end_layout
16874
16875 \begin_layout Standard
16876 benutzt.
16877 \end_layout
16878
16879 \begin_layout Standard
16880 \begin_inset Note Greyedout
16881 status open
16882
16883 \begin_layout Plain Layout
16884
16885 \series bold
16886 Bemerkung:
16887 \series default
16888  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16889  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16890  Der Faktor im 
16891 \series bold
16892
16893 \backslash
16894 raisebox
16895 \series default
16896 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \begin_layout Section
16905 Farbige Tabellen
16906 \begin_inset CommandInset label
16907 LatexCommand label
16908 name "abs:Farbige-Tabellen"
16909
16910 \end_inset
16911
16912
16913 \begin_inset Index idx
16914 status collapsed
16915
16916 \begin_layout Plain Layout
16917 Tabellen ! farbige
16918 \end_layout
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \begin_layout Subsection
16926 Farbige Zellen
16927 \begin_inset Index idx
16928 status collapsed
16929
16930 \begin_layout Plain Layout
16931 farbige !  Tabellenzellen
16932 \end_layout
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \begin_layout Standard
16940 \begin_inset Float table
16941 placement h
16942 wide false
16943 sideways false
16944 status open
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Caption Standard
16948
16949 \begin_layout Plain Layout
16950 \begin_inset CommandInset label
16951 LatexCommand label
16952 name "tab:Farbige-Tabelle-ohne"
16953
16954 \end_inset
16955
16956 Farbige Tabelle, ohne Paket 
16957 \series bold
16958 colortbl
16959 \series default
16960
16961 \begin_inset Argument 1
16962 status collapsed
16963
16964 \begin_layout Plain Layout
16965 Tabelle ohne 
16966 \family typewriter
16967 colortbl
16968 \end_layout
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Plain Layout
16981 \align center
16982 \begin_inset Tabular
16983 <lyxtabular version="3" rows="3" columns="3">
16984 <features tabularvalignment="middle">
16985 <column alignment="center" valignment="top">
16986 <column alignment="center" valignment="top">
16987 <column alignment="center" valignment="top">
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \color green
16995 a
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \color red
17006 b
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \color red
17017 c
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color green
17030 d
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color blue
17041 e
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \color blue
17052 f
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \color green
17065 g
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \color blue
17076 h
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \color blue
17087 i
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 </lyxtabular>
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \begin_layout Standard
17106 Wenn Sie nur farbigen Text
17107 \begin_inset Index idx
17108 status collapsed
17109
17110 \begin_layout Plain Layout
17111 Farbe ! für Text
17112 \end_layout
17113
17114 \end_inset
17115
17116  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17117 \family sans
17118 Textstil
17119 \family default
17120 -Dialog (Werkzeugleistenknopf 
17121 \begin_inset Info
17122 type  "icon"
17123 arg   "dialog-show character"
17124 \end_inset
17125
17126 ) wie es in Tabelle
17127 \begin_inset space ~
17128 \end_inset
17129
17130
17131 \begin_inset CommandInset ref
17132 LatexCommand ref
17133 reference "tab:Farbige-Tabelle-ohne"
17134
17135 \end_inset
17136
17137  gemacht wurde.
17138  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17139 -Paket 
17140 \series bold
17141 colortbl
17142 \series default
17143  benutzen.
17144 \begin_inset Index idx
17145 status collapsed
17146
17147 \begin_layout Plain Layout
17148 \SpecialChar LaTeX
17149 -Pakete ! colortbl
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 \begin_inset ERT
17159 status collapsed
17160
17161 \begin_layout Plain Layout
17162
17163
17164 \backslash
17165 ifcolortbl
17166 \end_layout
17167
17168 \end_inset
17169
17170
17171 \begin_inset Note Note
17172 status open
17173
17174 \begin_layout Plain Layout
17175 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17176 -Paket 
17177 \series bold
17178 colortbl
17179 \series default
17180  installiert ist.
17181 \end_layout
17182
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \begin_layout Standard
17189 Um farbige Tabellen zu erzeugen, muss 
17190 \series bold
17191 colortbl
17192 \series default
17193  im \SpecialChar LaTeX
17194 -Vorspann geladen werden:
17195 \end_layout
17196
17197 \begin_layout Standard
17198
17199 \series bold
17200
17201 \backslash
17202 usepackage{colortbl}
17203 \end_layout
17204
17205 \begin_layout Standard
17206 Die Farbe einer Spalte ändert man dann mit dem Befehl
17207 \end_layout
17208
17209 \begin_layout Standard
17210
17211 \series bold
17212
17213 \backslash
17214 columncolor{Farbname}
17215 \end_layout
17216
17217 \begin_layout Standard
17218 innerhalb des Befehls 
17219 \series bold
17220 >{}
17221 \series default
17222 .
17223  Mehr über den Befehl 
17224 \series bold
17225 >{}
17226 \series default
17227  finden Sie im Abschnitt
17228 \begin_inset space ~
17229 \end_inset
17230
17231
17232 \begin_inset CommandInset ref
17233 LatexCommand ref
17234 reference "uab:Mehrfachspalten-Berechnungen"
17235
17236 \end_inset
17237
17238 .
17239 \end_layout
17240
17241 \begin_layout Standard
17242 Folgende Farbnamen sind vordefiniert:
17243 \end_layout
17244
17245 \begin_layout Standard
17246
17247 \family sans
17248 red
17249 \family default
17250
17251 \family sans
17252 green
17253 \family default
17254
17255 \family sans
17256 yellow
17257 \family default
17258
17259 \family sans
17260 blue
17261 \family default
17262
17263 \family sans
17264 cyan
17265 \family default
17266
17267 \family sans
17268 magenta
17269 \family default
17270
17271 \family sans
17272 black
17273 \family default
17274  und 
17275 \family sans
17276 white
17277 \begin_inset Newline newline
17278 \end_inset
17279
17280 (
17281 \family default
17282 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17283 \end_layout
17284
17285 \begin_layout Standard
17286 \begin_inset VSpace medskip
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \begin_layout Standard
17293 Wenn Sie die Option
17294 \end_layout
17295
17296 \begin_layout Standard
17297
17298 \series bold
17299 dvipsnames
17300 \end_layout
17301
17302 \begin_layout Standard
17303 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17304  können Sie zusätzlich weitere 61
17305 \begin_inset space ~
17306 \end_inset
17307
17308 Farben verwenden.
17309  Diese Farben sind in Anhang
17310 \begin_inset space ~
17311 \end_inset
17312
17313
17314 \begin_inset CommandInset ref
17315 LatexCommand ref
17316 reference "kap:Liste-der-dvips-Farbnamen"
17317
17318 \end_inset
17319
17320  aufgelistet.
17321  Eine dieser Farben, 
17322 \family sans
17323 Maroon
17324 \family default
17325 , wird als Beispiel in Tabelle
17326 \begin_inset space ~
17327 \end_inset
17328
17329
17330 \begin_inset CommandInset ref
17331 LatexCommand ref
17332 reference "tab:Eine-mit-colortbl"
17333
17334 \end_inset
17335
17336  verwendet.
17337 \end_layout
17338
17339 \begin_layout Standard
17340 \begin_inset VSpace medskip
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \begin_layout Standard
17347 Sie können auch eigene Farben definieren:
17348 \end_layout
17349
17350 \begin_layout Standard
17351
17352 \series bold
17353
17354 \backslash
17355 definecolor{Farbname}{Farbmodell}{Farbwerte}
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Das Farbmodell kann eins der folgenden sein:
17360 \end_layout
17361
17362 \begin_layout Labeling
17363 \labelwidthstring 00.00.0000
17364 cmyk: cyan, magenta, yellow, black
17365 \end_layout
17366
17367 \begin_layout Labeling
17368 \labelwidthstring 00.00.0000
17369 rgb: red, green blue
17370 \end_layout
17371
17372 \begin_layout Labeling
17373 \labelwidthstring 00.00.0000
17374 gray: gray
17375 \end_layout
17376
17377 \begin_layout Standard
17378 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17379  die die entsprechende Farbe für das Farbmodell beschreiben.
17380 \end_layout
17381
17382 \begin_layout Standard
17383 Im \SpecialChar LaTeX
17384 -Vorspann können Sie zum Beispiel die Farbe 
17385 \emph on
17386
17387 \begin_inset Quotes gld
17388 \end_inset
17389
17390 dunkelgruen
17391 \emph default
17392
17393 \begin_inset Quotes grd
17394 \end_inset
17395
17396  und 
17397 \begin_inset Quotes gld
17398 \end_inset
17399
17400
17401 \emph on
17402 hellgrau
17403 \emph default
17404
17405 \begin_inset Quotes grd
17406 \end_inset
17407
17408  folgendermaßen definieren:
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 definecolor{hellgrau}{gray}{0.8}
17425 \end_layout
17426
17427 \begin_layout Standard
17428 \begin_inset VSpace medskip
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 Linien werden mit dem Befehl
17436 \end_layout
17437
17438 \begin_layout Standard
17439
17440 \series bold
17441
17442 \backslash
17443 rowcolor{Farbname}
17444 \end_layout
17445
17446 \begin_layout Standard
17447 gefärbt, Zellen mit dem Befehl
17448 \end_layout
17449
17450 \begin_layout Standard
17451
17452 \series bold
17453
17454 \backslash
17455 cellcolor{Farbname}
17456 \end_layout
17457
17458 \begin_layout Standard
17459 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17460 -Code eingegeben.
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Um nur Text zu färben, verwenden Sie den 
17465 \family sans
17466 Textstil
17467 \family default
17468 -Dialog.
17469  Wenn die Zelle aber \SpecialChar TeX
17470 -Code zum Färben enthält, 
17471 \emph on
17472 markieren Sie nur den Text
17473 \emph default
17474 , sonst werden Sie \SpecialChar LaTeX
17475 -Fehler erzeugen.
17476 \end_layout
17477
17478 \begin_layout Standard
17479 \begin_inset Note Greyedout
17480 status open
17481
17482 \begin_layout Plain Layout
17483
17484 \series bold
17485 Achtung:
17486 \series default
17487  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset VSpace medskip
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 Die Tabelle
17504 \begin_inset space ~
17505 \end_inset
17506
17507
17508 \begin_inset CommandInset ref
17509 LatexCommand ref
17510 reference "tab:Eine-mit-colortbl"
17511
17512 \end_inset
17513
17514  wurde folgendermaßen erstellt: die erste Spalte soll 
17515 \emph on
17516
17517 \begin_inset Quotes gld
17518 \end_inset
17519
17520 dunkelgruen
17521 \emph default
17522
17523 \begin_inset Quotes grd
17524 \end_inset
17525
17526  werden, also müssen Sie ins 
17527 \family sans
17528 LaTeX-Argument
17529 \family default
17530  der Zellen der ersten Spalte den Befehl
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536 >{
17537 \backslash
17538 columncolor{dunkelgruen}
17539 \backslash
17540 centering}c
17541 \end_layout
17542
17543 \begin_layout Standard
17544 schreiben.
17545  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17546 -Code-Befehl
17547 \end_layout
17548
17549 \begin_layout Standard
17550
17551 \series bold
17552
17553 \backslash
17554 rowcolor{cyan}
17555 \end_layout
17556
17557 \begin_layout Standard
17558 in die erste Zelle der ersten Zeile eingefügt.
17559  Diese Farbe ersetzt die Spaltenfarbe.
17560  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17561  Das wird mit folgendem Befehl erreicht:
17562 \end_layout
17563
17564 \begin_layout Standard
17565
17566 \series bold
17567
17568 \backslash
17569 cellcolor{Maroon}
17570 \end_layout
17571
17572 \begin_layout Standard
17573 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17574 \family sans
17575 Textstil
17576 \family default
17577 -Dialog.
17578 \end_layout
17579
17580 \begin_layout Standard
17581 \begin_inset Float table
17582 placement h
17583 wide false
17584 sideways false
17585 status open
17586
17587 \begin_layout Plain Layout
17588 \begin_inset Caption Standard
17589
17590 \begin_layout Plain Layout
17591 \begin_inset CommandInset label
17592 LatexCommand label
17593 name "tab:Eine-mit-colortbl"
17594
17595 \end_inset
17596
17597 Eine mit dem Paket 
17598 \series bold
17599 colortbl
17600 \series default
17601  gefärbte Tabelle
17602 \begin_inset Argument 1
17603 status collapsed
17604
17605 \begin_layout Plain Layout
17606 Tabelle mit 
17607 \family typewriter
17608 colortbl
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Plain Layout
17622 \align center
17623 \begin_inset Tabular
17624 <lyxtabular version="3" rows="3" columns="3">
17625 <features tabularvalignment="middle">
17626 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17627 <column alignment="center" valignment="top">
17628 <column alignment="center" valignment="top">
17629 <row>
17630 <cell alignment="center" valignment="top" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 \begin_inset ERT
17635 status open
17636
17637 \begin_layout Plain Layout
17638
17639
17640 \backslash
17641 rowcolor{cyan}
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \color magenta
17648 a
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \color red
17659 b
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \color red
17670 c
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 </row>
17676 <row>
17677 <cell alignment="center" valignment="top" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681
17682 \color yellow
17683 d
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692
17693 \color blue
17694 e
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703
17704 \color blue
17705 f
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 </row>
17711 <row>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \color yellow
17718 g
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \color blue
17729 h
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 \begin_inset ERT
17739 status collapsed
17740
17741 \begin_layout Plain Layout
17742
17743
17744 \backslash
17745 cellcolor{Maroon}
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \color green
17752 i
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 </row>
17758 </lyxtabular>
17759
17760 \end_inset
17761
17762
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 \begin_inset ERT
17772 status collapsed
17773
17774 \begin_layout Plain Layout
17775
17776
17777 \backslash
17778 else
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \begin_inset Note Note
17785 status open
17786
17787 \begin_layout Plain Layout
17788 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17789 -Paket 
17790 \series bold
17791 colortbl
17792 \series default
17793  nicht installiert ist:
17794 \end_layout
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \begin_layout Standard
17802 Sie müssen das \SpecialChar LaTeX
17803 -Paket 
17804 \series bold
17805 colortbl
17806 \series default
17807  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17808 \end_layout
17809
17810 \begin_layout Standard
17811 \begin_inset ERT
17812 status collapsed
17813
17814 \begin_layout Plain Layout
17815
17816
17817 \backslash
17818 fi
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Subsection
17827 Farbige Zeilen
17828 \begin_inset Index idx
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832 farbige ! Tabellenzeilen
17833 \end_layout
17834
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \begin_layout Standard
17841 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17842  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17843  Man lädt das \SpecialChar LaTeX
17844 -Paket 
17845 \series bold
17846 xcolor
17847 \series default
17848
17849 \begin_inset Index idx
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853 \SpecialChar LaTeX
17854 -Pakete ! xcolor
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 vspace{4mm}
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871
17872  im \SpecialChar LaTeX
17873 -Vorspann mit dem Befehl
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 usepackage[table]{xcolor}
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \series bold
17887 xcolor
17888 \series default
17889  lädt automatisch auch das \SpecialChar LaTeX
17890 -Paket 
17891 \series bold
17892 colortbl
17893 \series default
17894
17895 \begin_inset Index idx
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899 \SpecialChar LaTeX
17900 -Pakete ! colortbl
17901 \end_layout
17902
17903 \end_inset
17904
17905 , so dass 
17906 \series bold
17907 colortbl
17908 \series default
17909  in Ihrer \SpecialChar LaTeX
17910 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
17911 -Fehler.
17912 \end_layout
17913
17914 \begin_layout Standard
17915 \begin_inset ERT
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919
17920
17921 \backslash
17922 ifcolortbl
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \begin_inset Note Note
17929 status open
17930
17931 \begin_layout Plain Layout
17932 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17933 -Paket 
17934 \series bold
17935 colortbl
17936 \series default
17937  installiert ist.
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Standard
17946 Die Tabellenzeilen werden mit dem Befehl
17947 \end_layout
17948
17949 \begin_layout Standard
17950
17951 \series bold
17952
17953 \backslash
17954 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17955 \end_layout
17956
17957 \begin_layout Standard
17958 eingefärbt, der entweder in den \SpecialChar LaTeX
17959 -Vorspann oder als \SpecialChar TeX
17960 -Code vor der ersten
17961  zu färbenden Tabelle eingefügt wird.
17962  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17963  Zeilenfarbe gefärbt werden soll.
17964  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17965  werden.
17966  So führt zum Beispiel der Befehl
17967 \end_layout
17968
17969 \begin_layout Standard
17970
17971 \series bold
17972
17973 \backslash
17974 rowcolors{1}{white}{lightgray}
17975 \end_layout
17976
17977 \begin_layout Standard
17978 zum Farbschema von Tabelle
17979 \begin_inset space ~
17980 \end_inset
17981
17982
17983 \begin_inset CommandInset ref
17984 LatexCommand ref
17985 reference "tab:Tabelle-rowcolors"
17986
17987 \end_inset
17988
17989 .
17990  Der Befehl
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 rowcolors[
17999 \backslash
18000 hline]{1}{lightgray}{cyan}
18001 \end_layout
18002
18003 \begin_layout Standard
18004 führt zum Farbschema von Tabelle
18005 \begin_inset space ~
18006 \end_inset
18007
18008
18009 \begin_inset CommandInset ref
18010 LatexCommand ref
18011 reference "tab:Tabelle-rowcolors-2"
18012
18013 \end_inset
18014
18015 .
18016  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18017  wird keine Farbe verwendet, so dass der Befehl
18018 \end_layout
18019
18020 \begin_layout Standard
18021
18022 \series bold
18023
18024 \backslash
18025 rowcolors{1}{}{}
18026 \end_layout
18027
18028 \begin_layout Standard
18029 alle Farben löscht.
18030  
18031 \series bold
18032
18033 \backslash
18034 rowcolors
18035 \series default
18036  beeinflusst alle diesem Befehl folgenden Tabellen.
18037 \end_layout
18038
18039 \begin_layout Standard
18040 \begin_inset ERT
18041 status open
18042
18043 \begin_layout Plain Layout
18044
18045
18046 \backslash
18047 rowcolors{1}{white}{lightgray}
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \begin_inset Float table
18057 placement h
18058 wide false
18059 sideways false
18060 status open
18061
18062 \begin_layout Plain Layout
18063 \begin_inset Caption Standard
18064
18065 \begin_layout Plain Layout
18066 \begin_inset CommandInset label
18067 LatexCommand label
18068 name "tab:Tabelle-rowcolors"
18069
18070 \end_inset
18071
18072 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Plain Layout
18081 \align center
18082 \begin_inset Tabular
18083 <lyxtabular version="3" rows="4" columns="3">
18084 <features tabularvalignment="middle">
18085 <column alignment="center" valignment="top">
18086 <column alignment="center" valignment="top" width="0pt">
18087 <column alignment="center" valignment="top" width="0pt">
18088 <row>
18089 <cell alignment="center" valignment="top" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 X
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 Y
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 Z
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 </row>
18117 <row>
18118 <cell alignment="center" valignment="top" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 1
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 2
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 3
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 <row>
18147 <cell alignment="center" valignment="top" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 4
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 5
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 6
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 </row>
18175 <row>
18176 <cell alignment="center" valignment="top" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 7
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 8
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 9
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 </row>
18204 </lyxtabular>
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \begin_layout Standard
18217 \begin_inset ERT
18218 status open
18219
18220 \begin_layout Plain Layout
18221
18222
18223 \backslash
18224 rowcolors[
18225 \backslash
18226 hline]{1}{lightgray}{cyan}
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 \begin_inset Float table
18236 placement h
18237 wide false
18238 sideways false
18239 status open
18240
18241 \begin_layout Plain Layout
18242 \begin_inset Caption Standard
18243
18244 \begin_layout Plain Layout
18245 \begin_inset CommandInset label
18246 LatexCommand label
18247 name "tab:Tabelle-rowcolors-2"
18248
18249 \end_inset
18250
18251 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18252  Linie zwischen jeder Zeile befindet.
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Plain Layout
18261 \align center
18262 \begin_inset Tabular
18263 <lyxtabular version="3" rows="4" columns="3">
18264 <features tabularvalignment="middle">
18265 <column alignment="center" valignment="top">
18266 <column alignment="center" valignment="top">
18267 <column alignment="center" valignment="top" width="0pt">
18268 <row>
18269 <cell alignment="center" valignment="top" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 X
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 Y
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 Z
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 </row>
18297 <row>
18298 <cell alignment="center" valignment="top" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 1
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 2
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 3
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 4
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 5
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 6
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 <row>
18356 <cell alignment="center" valignment="top" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 7
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 8
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 9
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 </lyxtabular>
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 rowcolors{1}{}{}
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \begin_inset Note Note
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414 schaltet die Färbung aus
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \begin_inset ERT
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427
18428
18429 \backslash
18430 else
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \begin_inset Note Note
18437 status open
18438
18439 \begin_layout Plain Layout
18440 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18441 -Paket 
18442 \series bold
18443 colortbl
18444 \series default
18445  nicht installiert ist:
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 Sie müssen das \SpecialChar LaTeX
18455 -Paket 
18456 \series bold
18457 colortbl
18458 \series default
18459  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18460 \end_layout
18461
18462 \begin_layout Standard
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 fi
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Subsection
18479 Farbige Linien
18480 \begin_inset Index idx
18481 status collapsed
18482
18483 \begin_layout Plain Layout
18484 farbige !  Tabellenlinien
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 Wie in Abschnitt
18494 \begin_inset space ~
18495 \end_inset
18496
18497
18498 \begin_inset CommandInset ref
18499 LatexCommand ref
18500 reference "uab:Liniendicke"
18501
18502 \end_inset
18503
18504  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18505 \series bold
18506
18507 \backslash
18508 arrayrulewidth
18509 \series default
18510  definiert werden.
18511  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18512 \begin_inset space \thinspace{}
18513 \end_inset
18514
18515 pt gesetzt.
18516 \begin_inset ERT
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520
18521
18522 \backslash
18523 setlength{
18524 \backslash
18525 arrayrulewidth}{1.5pt}
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \end_layout
18532
18533 \begin_layout Standard
18534 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18535 -Vorspann
18536  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18537 \begin_inset space ~
18538 \end_inset
18539
18540
18541 \begin_inset CommandInset ref
18542 LatexCommand ref
18543 reference "uab:Angepasste-Zellen-/Spaltenformate"
18544
18545 \end_inset
18546
18547  definiert:
18548 \end_layout
18549
18550 \begin_layout Standard
18551
18552 \series bold
18553
18554 \backslash
18555 newcolumntype{W}{!{
18556 \backslash
18557 color{green}
18558 \backslash
18559 vline}}
18560 \end_layout
18561
18562 \begin_layout Standard
18563 In Tabelle
18564 \begin_inset space ~
18565 \end_inset
18566
18567
18568 \begin_inset CommandInset ref
18569 LatexCommand ref
18570 reference "tab:Tabelle-mit-farbigen-vert"
18571
18572 \end_inset
18573
18574  wurde das \SpecialChar LaTeX
18575 -Argument 
18576 \series bold
18577 WcW
18578 \series default
18579  für die letzte und 
18580 \series bold
18581 Wc
18582 \series default
18583  für die anderen Spalten benutzt.
18584 \end_layout
18585
18586 \begin_layout Standard
18587 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18588 \end_layout
18589
18590 \begin_layout Standard
18591 \begin_inset Float table
18592 placement h
18593 wide false
18594 sideways false
18595 status open
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Caption Standard
18599
18600 \begin_layout Plain Layout
18601 \begin_inset CommandInset label
18602 LatexCommand label
18603 name "tab:Tabelle-mit-farbigen-vert"
18604
18605 \end_inset
18606
18607 Tabelle mit farbigen vertikalen Linien
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Plain Layout
18616 \align center
18617 \begin_inset Tabular
18618 <lyxtabular version="3" rows="3" columns="3">
18619 <features tabularvalignment="middle">
18620 <column alignment="center" valignment="top" special="Wc">
18621 <column alignment="center" valignment="top" special="Wc">
18622 <column alignment="center" valignment="top" special="WcW">
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 sd
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666 sd
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 </row>
18681 <row>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 sd
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 </row>
18710 </lyxtabular>
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Standard
18723 \begin_inset VSpace bigskip
18724 \end_inset
18725
18726 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "tab:Tabelle-mit-farbigen-horiz"
18734
18735 \end_inset
18736
18737 , müssen Sie folgenden Befehl als \SpecialChar TeX
18738 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18739 \end_layout
18740
18741 \begin_layout Standard
18742
18743 \series bold
18744
18745 \backslash
18746 let
18747 \backslash
18748 myHlineC
18749 \backslash
18750 hline
18751 \begin_inset Newline newline
18752 \end_inset
18753
18754
18755 \backslash
18756 renewcommand{
18757 \backslash
18758 hline}
18759 \begin_inset Newline newline
18760 \end_inset
18761
18762
18763 \begin_inset Phantom HPhantom
18764 status open
18765
18766 \begin_layout Plain Layout
18767
18768 \series bold
18769 \begin_inset space ~
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \end_inset
18776
18777 {
18778 \backslash
18779 arrayrulecolor{red}
18780 \backslash
18781 myHlineC
18782 \backslash
18783 arrayrulecolor{black}}
18784 \end_layout
18785
18786 \begin_layout Standard
18787 \begin_inset ERT
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791
18792
18793 \backslash
18794 let
18795 \backslash
18796 myHlineC
18797 \backslash
18798 hline
18799 \end_layout
18800
18801 \begin_layout Plain Layout
18802
18803
18804 \backslash
18805 renewcommand{
18806 \backslash
18807 hline}
18808 \end_layout
18809
18810 \begin_layout Plain Layout
18811
18812  {
18813 \backslash
18814 arrayrulecolor{red}
18815 \backslash
18816 myHlineC
18817 \backslash
18818 arrayrulecolor{black}}
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \begin_inset Float table
18825 placement h
18826 wide false
18827 sideways false
18828 status open
18829
18830 \begin_layout Plain Layout
18831 \begin_inset Caption Standard
18832
18833 \begin_layout Plain Layout
18834 \begin_inset CommandInset label
18835 LatexCommand label
18836 name "tab:Tabelle-mit-farbigen-horiz"
18837
18838 \end_inset
18839
18840 Tabelle mit farbigen horizontalen Linien
18841 \end_layout
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \begin_layout Plain Layout
18849 \align center
18850 \begin_inset Tabular
18851 <lyxtabular version="3" rows="3" columns="3">
18852 <features tabularvalignment="middle">
18853 <column alignment="center" valignment="top">
18854 <column alignment="center" valignment="top">
18855 <column alignment="center" valignment="top">
18856 <row>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 sd
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 sd
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 sd
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 </lyxtabular>
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18957  als \SpecialChar TeX
18958 -Code hinter der Tabelle einfügen:
18959 \end_layout
18960
18961 \begin_layout Standard
18962
18963 \series bold
18964
18965 \backslash
18966 renewcommand{
18967 \backslash
18968 hline}{
18969 \backslash
18970 myHlineC}
18971 \end_layout
18972
18973 \begin_layout Standard
18974 Tabelle
18975 \begin_inset space ~
18976 \end_inset
18977
18978
18979 \begin_inset CommandInset ref
18980 LatexCommand ref
18981 reference "tab:Table-with-colored"
18982
18983 \end_inset
18984
18985  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18986 \end_layout
18987
18988 \begin_layout Standard
18989 \begin_inset Float table
18990 placement h
18991 wide false
18992 sideways false
18993 status open
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Caption Standard
18997
18998 \begin_layout Plain Layout
18999 \begin_inset CommandInset label
19000 LatexCommand label
19001 name "tab:Table-with-colored"
19002
19003 \end_inset
19004
19005 Tabelle mit farbigen Linien
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Plain Layout
19014 \align center
19015 \begin_inset Tabular
19016 <lyxtabular version="3" rows="3" columns="3">
19017 <features tabularvalignment="middle">
19018 <column alignment="center" valignment="top" special="Wc">
19019 <column alignment="center" valignment="top" special="Wc">
19020 <column alignment="center" valignment="top" special="WcW">
19021 <row>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 sd
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 </row>
19050 <row>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 sd
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 <row topspace="default">
19080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 sd
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 </row>
19108 </lyxtabular>
19109
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126
19127 \backslash
19128 renewcommand{
19129 \backslash
19130 hline}{
19131 \backslash
19132 myHlineC}
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \begin_layout Standard
19141 \begin_inset ERT
19142 status collapsed
19143
19144 \begin_layout Plain Layout
19145
19146
19147 \backslash
19148 setlength{
19149 \backslash
19150 arrayrulewidth}{1.2pt}
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \begin_layout Standard
19159 Um nur einige Linien einzufärben ist eine andere Strategie notwendig.
19160  Um alle folgenden horizontalen Linien zu färben, fügt man diesen Befehl
19161  als \SpecialChar TeX
19162 -Code als letzte Sache in die Zeile ein, die über der ersten gefärbten
19163  Linie sein soll:
19164 \end_layout
19165
19166 \begin_layout Standard
19167
19168 \series bold
19169
19170 \backslash
19171
19172 \backslash
19173
19174 \backslash
19175 arrayrulecolor{blue}%
19176 \end_layout
19177
19178 \begin_layout Standard
19179 Um wieder schwarze Linien zu erhalten, fügt man diesen Befehl als erste
19180  Sache in die Zeile ein, die über den schwarzen Linien liegt:
19181 \end_layout
19182
19183 \begin_layout Standard
19184
19185 \series bold
19186
19187 \backslash
19188 arrayrulecolor{black}
19189 \end_layout
19190
19191 \begin_layout Standard
19192 Damit kann man Tabellenlinien wie in Tabelle
19193 \begin_inset space ~
19194 \end_inset
19195
19196
19197 \begin_inset CommandInset ref
19198 LatexCommand ref
19199 reference "tab:Tabelle-mit-verschiedenen-hor"
19200
19201 \end_inset
19202
19203  färben.
19204  Es ist jedoch mit dieser Methode nicht möglich die Linie über der ersten
19205  Zeile einer Tabelle zu färben.
19206 \end_layout
19207
19208 \begin_layout Standard
19209 \begin_inset Float table
19210 wide false
19211 sideways false
19212 status open
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Caption Standard
19216
19217 \begin_layout Plain Layout
19218 \begin_inset CommandInset label
19219 LatexCommand label
19220 name "tab:Tabelle-mit-verschiedenen-hor"
19221
19222 \end_inset
19223
19224 Tabelle mit verschiedenen horizontalen Linienfarben.
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Plain Layout
19233 \align center
19234 \begin_inset Tabular
19235 <lyxtabular version="3" rows="6" columns="7">
19236 <features tabularvalignment="middle">
19237 <column alignment="center" valignment="top">
19238 <column alignment="center" valignment="top">
19239 <column alignment="center" valignment="top">
19240 <column alignment="center" valignment="top">
19241 <column alignment="center" valignment="top">
19242 <column alignment="center" valignment="top">
19243 <column alignment="center" valignment="top">
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset ERT
19304 status open
19305
19306 \begin_layout Plain Layout
19307
19308
19309 \backslash
19310
19311 \backslash
19312
19313 \backslash
19314 arrayrulecolor{blue}%
19315 \end_layout
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row>
19326 <cell alignment="center" valignment="top" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 Y
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 Y
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 \begin_inset ERT
19396 status open
19397
19398 \begin_layout Plain Layout
19399
19400
19401 \backslash
19402 arrayrulecolor{black}
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset ERT
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530
19531
19532 \backslash
19533
19534 \backslash
19535
19536 \backslash
19537 arrayrulecolor{green}%
19538 \end_layout
19539
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset ERT
19619 status collapsed
19620
19621 \begin_layout Plain Layout
19622
19623
19624 \backslash
19625 arrayrulecolor{black}
19626 \end_layout
19627
19628 \end_inset
19629
19630 B
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688
19689
19690 \backslash
19691
19692 \backslash
19693
19694 \backslash
19695 arrayrulecolor{blue}%
19696 \end_layout
19697
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 </lyxtabular>
19707
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \begin_layout Standard
19719 Um die Farbe von vertikalen Linien innerhalb einer Zeile zu ändern, wie
19720  in Tabelle
19721 \begin_inset space ~
19722 \end_inset
19723
19724
19725 \begin_inset CommandInset ref
19726 LatexCommand ref
19727 reference "tab:Tabelle-mit-verschiedenen-ver"
19728
19729 \end_inset
19730
19731 , benötigt man Mehrfachzeilen.
19732  Zuerst müssen alle vertikalen Linien entfernt werden, die nicht entlang
19733  der kompletten Spalte laufen.
19734  Nun werden alle Linien mit dem Befehl
19735 \end_layout
19736
19737 \begin_layout Standard
19738
19739 \series bold
19740
19741 \backslash
19742
19743 \backslash
19744
19745 \backslash
19746 arrayrulecolor{blue}%
19747 \end_layout
19748
19749 \begin_layout Standard
19750 wie oben gefärbt.
19751  Zuletzt fügt man diesen Befehl als \SpecialChar TeX
19752 -Code in jede Zelle ein, für die man
19753  eine vertikale Linie in einer anderen Farbe benötigt:
19754 \end_layout
19755
19756 \begin_layout Standard
19757
19758 \series bold
19759
19760 \backslash
19761 multicolumn{1}{!{
19762 \backslash
19763 color{green}
19764 \backslash
19765 vline}c!{
19766 \backslash
19767 color{red}
19768 \backslash
19769 vline}}{
19770 \end_layout
19771
19772 \begin_layout Standard
19773 Dies fügt eine vertikale Linie an beiden Seiten der Zelle ein.
19774  Die linke ist grün, die rechte rot.
19775  Wenn keine Farbänderung notwendig ist, kann man den Befehl 
19776 \series bold
19777
19778 \backslash
19779 color
19780 \series default
19781  in obigem Befehl weglassen.
19782  Um z.
19783 \begin_inset space \thinspace{}
19784 \end_inset
19785
19786 B.
19787  eine schwarze linke Linie und eine blaue rechte zu erhalten, kann man schreiben
19788 :
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \series bold
19794
19795 \backslash
19796 multicolumn{1}{!{
19797 \backslash
19798 color{black}
19799 \backslash
19800 vline}c|}{
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Denn die Farbe blau ist bereits für alle Linien gesetzt.
19805  Das | erstellt dabei die vertikale Linie, während das ansonsten 
19806 \series bold
19807
19808 \backslash
19809 vline
19810 \series default
19811  tut, wenn 
19812 \series bold
19813
19814 \backslash
19815 color
19816 \series default
19817  verwendet wird.
19818  Um vertikale Linien einzufügen, ohne die Farbe zu ändern, verwendet man
19819 \end_layout
19820
19821 \begin_layout Standard
19822
19823 \series bold
19824
19825 \backslash
19826 multicolumn{1}{|c|}{
19827 \end_layout
19828
19829 \begin_layout Standard
19830 Nach diesem Befehl fügt man den Zelleninhalt normal ein und beendet die
19831  Zelle mit einer schließenden Klammer 
19832 \series bold
19833 }
19834 \series default
19835  in \SpecialChar TeX
19836 -Code.
19837 \end_layout
19838
19839 \begin_layout Standard
19840 \begin_inset Float table
19841 wide false
19842 sideways false
19843 status open
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Caption Standard
19847
19848 \begin_layout Plain Layout
19849 \begin_inset CommandInset label
19850 LatexCommand label
19851 name "tab:Tabelle-mit-verschiedenen-ver"
19852
19853 \end_inset
19854
19855 Tabelle mit verschiedenen vertikalen Linienfarben in einer Zeile.
19856 \end_layout
19857
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \begin_layout Plain Layout
19864 \align center
19865 \begin_inset Tabular
19866 <lyxtabular version="3" rows="5" columns="7">
19867 <features tabularvalignment="middle">
19868 <column alignment="center" valignment="top">
19869 <column alignment="center" valignment="top">
19870 <column alignment="center" valignment="top">
19871 <column alignment="center" valignment="top">
19872 <column alignment="center" valignment="top">
19873 <column alignment="center" valignment="top">
19874 <column alignment="center" valignment="top">
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset ERT
19935 status open
19936
19937 \begin_layout Plain Layout
19938
19939
19940 \backslash
19941
19942 \backslash
19943
19944 \backslash
19945 arrayrulecolor{red}%
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset ERT
19962 status open
19963
19964 \begin_layout Plain Layout
19965
19966
19967 \backslash
19968 multicolumn{1}{!{
19969 \backslash
19970 color{black}
19971 \backslash
19972 vline}c|}{
19973 \end_layout
19974
19975 \end_inset
19976
19977 Y
19978 \begin_inset ERT
19979 status collapsed
19980
19981 \begin_layout Plain Layout
19982
19983 }
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset ERT
20034 status open
20035
20036 \begin_layout Plain Layout
20037
20038
20039 \backslash
20040 multicolumn{1}{c|}{
20041 \end_layout
20042
20043 \end_inset
20044
20045
20046 \begin_inset ERT
20047 status collapsed
20048
20049 \begin_layout Plain Layout
20050
20051 }
20052 \end_layout
20053
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset ERT
20066 status open
20067
20068 \begin_layout Plain Layout
20069
20070
20071 \backslash
20072 multicolumn{1}{c!{
20073 \backslash
20074 color{black}
20075 \backslash
20076 vline}}{
20077 \end_layout
20078
20079 \end_inset
20080
20081 Y
20082 \begin_inset ERT
20083 status collapsed
20084
20085 \begin_layout Plain Layout
20086
20087 }
20088 \end_layout
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset ERT
20104 status collapsed
20105
20106 \begin_layout Plain Layout
20107
20108
20109 \backslash
20110 arrayrulecolor{black}
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell alignment="center" valignment="top" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset ERT
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173
20174
20175 \backslash
20176
20177 \backslash
20178
20179 \backslash
20180 arrayrulecolor{magenta}%
20181 \end_layout
20182
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row>
20192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196 \begin_inset ERT
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200
20201
20202 \backslash
20203 multicolumn{1}{|c!{
20204 \backslash
20205 color{red}
20206 \backslash
20207 vline}}{
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \begin_inset ERT
20214 status collapsed
20215
20216 \begin_layout Plain Layout
20217
20218 }
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset ERT
20233 status collapsed
20234
20235 \begin_layout Plain Layout
20236
20237
20238 \backslash
20239 multicolumn{1}{c!{
20240 \backslash
20241 color{green}
20242 \backslash
20243 vline}}{
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \begin_inset ERT
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253
20254 }
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268 \begin_inset ERT
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272
20273
20274 \backslash
20275 multicolumn{1}{c!{
20276 \backslash
20277 color{yellow}
20278 \backslash
20279 vline}}{
20280 \end_layout
20281
20282 \end_inset
20283
20284
20285 \begin_inset ERT
20286 status collapsed
20287
20288 \begin_layout Plain Layout
20289
20290 }
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 \begin_inset ERT
20305 status collapsed
20306
20307 \begin_layout Plain Layout
20308
20309
20310 \backslash
20311 multicolumn{1}{c!{
20312 \backslash
20313 color{blue}
20314 \backslash
20315 vline}}{
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \begin_inset ERT
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325
20326 }
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset ERT
20341 status collapsed
20342
20343 \begin_layout Plain Layout
20344
20345
20346 \backslash
20347 multicolumn{1}{c!{
20348 \backslash
20349 color{cyan}
20350 \backslash
20351 vline}}{
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \begin_inset ERT
20358 status collapsed
20359
20360 \begin_layout Plain Layout
20361
20362 }
20363 \end_layout
20364
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 \begin_inset ERT
20377 status collapsed
20378
20379 \begin_layout Plain Layout
20380
20381
20382 \backslash
20383 multicolumn{1}{c!{
20384 \backslash
20385 color{black}
20386 \backslash
20387 vline}}{
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \begin_inset ERT
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397
20398 }
20399 \end_layout
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset ERT
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416
20417
20418 \backslash
20419 multicolumn{1}{c|}{
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \begin_inset ERT
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429
20430 }
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset ERT
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450
20451
20452 \backslash
20453 arrayrulecolor{black}
20454 \end_layout
20455
20456 \end_inset
20457
20458 B
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 </lyxtabular>
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \begin_layout Standard
20531 \begin_inset ERT
20532 status collapsed
20533
20534 \begin_layout Plain Layout
20535
20536
20537 \backslash
20538 setlength{
20539 \backslash
20540 arrayrulewidth}{0.4pt}
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \begin_layout Section
20549 Rotierte Tabellenzellen
20550 \begin_inset CommandInset label
20551 LatexCommand label
20552 name "abs:Rotierte-Tabellenzellen"
20553
20554 \end_inset
20555
20556
20557 \begin_inset Index idx
20558 status collapsed
20559
20560 \begin_layout Plain Layout
20561 Tabellen ! rotierte Zellen
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \begin_inset Index idx
20568 status collapsed
20569
20570 \begin_layout Plain Layout
20571 Rotiertes Material
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Standard
20580 \begin_inset Note Greyedout
20581 status open
20582
20583 \begin_layout Plain Layout
20584
20585 \series bold
20586 Achtung:
20587 \series default
20588  Nicht alle DVI-Betrachter können Rotationen anzeigen.
20589 \end_layout
20590
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \begin_layout Standard
20597 Tabelle
20598 \begin_inset space ~
20599 \end_inset
20600
20601
20602 \begin_inset CommandInset ref
20603 LatexCommand ref
20604 reference "tab:Tabelle-mit-rotierten"
20605
20606 \end_inset
20607
20608  ist ein Beispiel bei dem 3
20609 \begin_inset space ~
20610 \end_inset
20611
20612 Zellen um 45
20613 \begin_inset space \thinspace{}
20614 \end_inset
20615
20616 ° rotiert wurden.
20617 \end_layout
20618
20619 \begin_layout Standard
20620 \begin_inset Float table
20621 placement h
20622 wide false
20623 sideways false
20624 status open
20625
20626 \begin_layout Plain Layout
20627 \begin_inset Caption Standard
20628
20629 \begin_layout Plain Layout
20630 \begin_inset CommandInset label
20631 LatexCommand label
20632 name "tab:Tabelle-mit-rotierten"
20633
20634 \end_inset
20635
20636 Tabelle mit rotierten Zellen in der ersten Zeile.
20637 \end_layout
20638
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \begin_layout Plain Layout
20645 \noindent
20646 \align center
20647 \begin_inset Tabular
20648 <lyxtabular version="3" rows="2" columns="3">
20649 <features tabularvalignment="middle">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <column alignment="center" valignment="top" width="0pt">
20653 <row>
20654 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 Tassen
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 Teller
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 Untertassen
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 45
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 33
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 21
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 </lyxtabular>
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 \begin_inset Note Greyedout
20725 status open
20726
20727 \begin_layout Plain Layout
20728
20729 \series bold
20730 Achtung:
20731 \series default
20732  Zeilenumbrüche (Tastenkürzel 
20733 \family sans
20734 Strg+Enter
20735 \family default
20736 ) sind in rotierten Zellen nicht erlaubt.
20737 \end_layout
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \begin_layout Standard
20745 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
20746  den Zelleninhalt in eine Minipage oder Parbox tun.
20747 \begin_inset Foot
20748 status collapsed
20749
20750 \begin_layout Plain Layout
20751 Für mehr über diese Boxen siehe Abschnitt
20752 \begin_inset space ~
20753 \end_inset
20754
20755
20756 \begin_inset CommandInset ref
20757 LatexCommand ref
20758 reference "abs:Minipage"
20759
20760 \end_inset
20761
20762  und 
20763 \begin_inset CommandInset ref
20764 LatexCommand ref
20765 reference "abs:Parbox"
20766
20767 \end_inset
20768
20769 .
20770 \end_layout
20771
20772 \end_inset
20773
20774  Wenn Sie diese Zelle um 90
20775 \begin_inset space \thinspace{}
20776 \end_inset
20777
20778 ° rotieren, ist die Breite der Box die Höhe der Zelle.
20779  Tabelle
20780 \begin_inset space ~
20781 \end_inset
20782
20783
20784 \begin_inset CommandInset ref
20785 LatexCommand ref
20786 reference "tab:Tabelle-mit-rotierter-Umbruch"
20787
20788 \end_inset
20789
20790  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
20791  auch 3
20792 \begin_inset space \thinspace{}
20793 \end_inset
20794
20795 cm gesetzt wurde.
20796 \end_layout
20797
20798 \begin_layout Standard
20799 \begin_inset Float table
20800 wide false
20801 sideways false
20802 status open
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Caption Standard
20806
20807 \begin_layout Plain Layout
20808 \begin_inset CommandInset label
20809 LatexCommand label
20810 name "tab:Tabelle-mit-rotierter-Umbruch"
20811
20812 \end_inset
20813
20814 Tabelle mit rotierter Zelle mit Zeilenumbruch.
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Plain Layout
20823 \noindent
20824 \align center
20825 \begin_inset Tabular
20826 <lyxtabular version="3" rows="2" columns="3">
20827 <features tabularvalignment="middle">
20828 <column alignment="center" valignment="top">
20829 <column alignment="center" valignment="top" width="0pt">
20830 <column alignment="center" valignment="top">
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 a
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Box Frameless
20846 position "t"
20847 hor_pos "c"
20848 has_inner_box 1
20849 inner_pos "t"
20850 use_parbox 0
20851 use_makebox 0
20852 width "3cm"
20853 special "none"
20854 height "1in"
20855 height_special "totalheight"
20856 thickness "0.4pt"
20857 separation "3pt"
20858 shadowsize "4pt"
20859 framecolor "black"
20860 backgroundcolor "none"
20861 status open
20862
20863 \begin_layout Plain Layout
20864 rotierte Zelle
20865 \begin_inset Newline newline
20866 \end_inset
20867
20868 mit Zeilenumbruch
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 e
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 b
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 c
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911 d
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 </lyxtabular>
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \begin_layout Section
20930 Berechnung der Tabellenbreite
20931 \begin_inset CommandInset label
20932 LatexCommand label
20933 name "abs:Berechnung-der-Tabellenbreite"
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
20942  Tabelle nicht über den Seitenrand hinausragt.
20943  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
20944  aber wie viel Platz wird für jede Spalte benötigt?
20945 \end_layout
20946
20947 \begin_layout Standard
20948 Die Tabellenbreite 
20949 \begin_inset Formula $W_{\mathrm{Tabelle}}$
20950 \end_inset
20951
20952  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
20953  
20954 \begin_inset Formula $W_{\mathrm{Spalte}}$
20955 \end_inset
20956
20957  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
20958  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
20959 -Länge
20960 \series bold
20961  
20962 \backslash
20963 tabcolsep
20964 \series default
20965 , Voreinstellung 6
20966 \begin_inset space \thinspace{}
20967 \end_inset
20968
20969 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
20970 -Länge 
20971 \series bold
20972
20973 \backslash
20974 arrayrulewidth
20975 \series default
20976 , Voreinstellung 0.4
20977 \begin_inset space \thinspace{}
20978 \end_inset
20979
20980 pt): Wenn alle 
20981 \begin_inset Formula $n$
20982 \end_inset
20983
20984
20985 \begin_inset space ~
20986 \end_inset
20987
20988 Spalten dieselbe Breite haben, ist die Tabellenbreite also
20989 \begin_inset Formula 
20990 \begin{equation}
20991 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20992 \end{equation}
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Standard
21000 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
21001  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
21002 -Länge
21003  
21004 \series bold
21005
21006 \backslash
21007 columnwidth
21008 \series default
21009 ).
21010  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
21011 \begin_inset Formula $W_{\mathrm{Tabelle}}$
21012 \end_inset
21013
21014  gleich 1
21015 \begin_inset space \thinspace{}
21016 \end_inset
21017
21018
21019 \backslash
21020 columnwidth sein soll, kann 
21021 \begin_inset Formula $W_{\mathrm{Spalte}}$
21022 \end_inset
21023
21024  leicht berechnet werden.
21025 \end_layout
21026
21027 \begin_layout Standard
21028 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
21029 -Paket 
21030 \series bold
21031 calc
21032 \series default
21033
21034 \begin_inset Index idx
21035 status collapsed
21036
21037 \begin_layout Plain Layout
21038 \SpecialChar LaTeX
21039 -Pakete ! calc
21040 \end_layout
21041
21042 \end_inset
21043
21044  im \SpecialChar LaTeX
21045 -Vorspann geladen werden.
21046  Um die Breite im Tabellendialog anzugeben, muss das Feld 
21047 \family sans
21048 \SpecialChar LaTeX
21049 -Argument
21050 \family default
21051  verwendet werden.
21052  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
21053 \begin_inset space ~
21054 \end_inset
21055
21056
21057 \begin_inset CommandInset ref
21058 LatexCommand ref
21059 reference "uab:Mehrfachspalten-Berechnungen"
21060
21061 \end_inset
21062
21063  erklärt ist.
21064  Für eine Tabelle mit 5
21065 \begin_inset space \thinspace{}
21066 \end_inset
21067
21068 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
21069  für jede Spalte den Befehl
21070 \end_layout
21071
21072 \begin_layout Standard
21073
21074 \series bold
21075 >{
21076 \backslash
21077 centering}p{(1
21078 \backslash
21079 columnwidth-62.4pt)/5}
21080 \end_layout
21081
21082 \begin_layout Standard
21083 an.
21084  Für eine Tabelle mit 5
21085 \begin_inset space \thinspace{}
21086 \end_inset
21087
21088 Spalten bei der 2 das 0,75
21089 \begin_inset space \thinspace{}
21090 \end_inset
21091
21092 fache der Breite der anderen 3
21093 \begin_inset space ~
21094 \end_inset
21095
21096 Spalten haben sollen, ist die Berechnung
21097 \begin_inset Formula 
21098 \begin{align}
21099 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21100  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21101  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
21102 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
21103 \end{align}
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Standard
21111 In der Tabelle wird daher der Befehl
21112 \end_layout
21113
21114 \begin_layout Standard
21115
21116 \series bold
21117 >{
21118 \backslash
21119 centering}p{(1
21120 \backslash
21121 columnwidth-62.4pt)/
21122 \backslash
21123 real{4.5}}
21124 \end_layout
21125
21126 \begin_layout Standard
21127 für die breiteren Spalten verwendet und
21128 \end_layout
21129
21130 \begin_layout Standard
21131
21132 \series bold
21133 >{
21134 \backslash
21135 centering}p{(1
21136 \backslash
21137 columnwidth-62.4pt)/
21138 \backslash
21139 real{4.5}*
21140 \backslash
21141 real{0.75}}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 für die schmaleren:
21146 \end_layout
21147
21148 \begin_layout Standard
21149 \begin_inset Tabular
21150 <lyxtabular version="3" rows="2" columns="5">
21151 <features tabularvalignment="middle">
21152 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21153 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21154 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21155 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21156 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 1
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 2
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 3
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 4
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 5
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 </row>
21204 <row>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 111111 1111111 111111 111111111 11111 11111 1111
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 2222 22222 222222 222222222 2222222 22 22222
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245 333333 333333 333333 33333 3333333 333
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 </lyxtabular>
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Section
21259 Tabellen-Anpassung
21260 \begin_inset Index idx
21261 status collapsed
21262
21263 \begin_layout Plain Layout
21264 Tabellen ! Anpassung
21265 \end_layout
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Subsection
21273 Zeilenabstand
21274 \begin_inset CommandInset label
21275 LatexCommand label
21276 name "uab:Zeilenabstand"
21277
21278 \end_inset
21279
21280
21281 \begin_inset Index idx
21282 status collapsed
21283
21284 \begin_layout Plain Layout
21285 Tabellen ! Zeilenabstand
21286 \end_layout
21287
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \begin_layout Standard
21294 Auf der Karteikarte 
21295 \family sans
21296 Rahmen
21297 \family default
21298  des 
21299 \family sans
21300 Tabellen-Einstellungen
21301 \family default
21302 -Dialogs können Sie 
21303 \family sans
21304 zusätzliche
21305 \begin_inset space ~
21306 \end_inset
21307
21308 Abstände
21309 \family default
21310  einfügen.
21311  Dabei haben Sie drei Möglichkeiten:
21312 \end_layout
21313
21314 \begin_layout Description
21315 Oberhalb
21316 \begin_inset space ~
21317 \end_inset
21318
21319 der
21320 \begin_inset space ~
21321 \end_inset
21322
21323 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
21324  Bei einer formalen Tabelle
21325 \begin_inset Foot
21326 status collapsed
21327
21328 \begin_layout Plain Layout
21329 Formale Tabellen wurden in Abschnitt
21330 \begin_inset space ~
21331 \end_inset
21332
21333
21334 \begin_inset CommandInset ref
21335 LatexCommand ref
21336 reference "abs:Formale-Tabellen"
21337
21338 \end_inset
21339
21340  beschrieben.
21341 \end_layout
21342
21343 \end_inset
21344
21345  fügt \SpecialChar LyX
21346  standardmäßig 0.5
21347 \begin_inset space \thinspace{}
21348 \end_inset
21349
21350 em Leerraum ein.
21351  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21352 \begin_inset VSpace medskip
21353 \end_inset
21354
21355
21356 \begin_inset Newline newline
21357 \end_inset
21358
21359
21360 \begin_inset space \hspace*{}
21361 \length 0pt
21362 \end_inset
21363
21364
21365 \begin_inset space \hfill{}
21366 \end_inset
21367
21368
21369 \begin_inset Tabular
21370 <lyxtabular version="3" rows="3" columns="1">
21371 <features tabularvalignment="middle">
21372 <column alignment="center" valignment="top">
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 A
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row topspace="3mm">
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 3
21390 \begin_inset space \thinspace{}
21391 \end_inset
21392
21393 mm Leerraum oberhalb der Zeile
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 </row>
21399 <row>
21400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 C
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 </lyxtabular>
21411
21412 \end_inset
21413
21414
21415 \begin_inset space \hfill{}
21416 \end_inset
21417
21418
21419 \begin_inset space \hspace*{}
21420 \length 0pt
21421 \end_inset
21422
21423
21424 \begin_inset VSpace medskip
21425 \end_inset
21426
21427
21428 \begin_inset Newline newline
21429 \end_inset
21430
21431 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21432 n Linien verwenden.
21433 \end_layout
21434
21435 \begin_layout Description
21436 Unterhalb
21437 \begin_inset space ~
21438 \end_inset
21439
21440 der
21441 \begin_inset space ~
21442 \end_inset
21443
21444 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
21445  Bei einer formalen Tabelle fügt \SpecialChar LyX
21446  standardmäßig 0.5
21447 \begin_inset space \thinspace{}
21448 \end_inset
21449
21450 em Leerraum ein.
21451  Bei normalen Tabellen ist der Standardwert 2
21452 \begin_inset space \thinspace{}
21453 \end_inset
21454
21455 pt.
21456 \end_layout
21457
21458 \begin_layout Description
21459 Zwischen
21460 \begin_inset space ~
21461 \end_inset
21462
21463 den
21464 \begin_inset space ~
21465 \end_inset
21466
21467 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
21468  Bei einer formalen Tabelle fügt \SpecialChar LyX
21469  standardmäßig 0.5
21470 \begin_inset space \thinspace{}
21471 \end_inset
21472
21473 em Leerraum ein.
21474  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
21475 \begin_inset VSpace medskip
21476 \end_inset
21477
21478
21479 \begin_inset Newline newline
21480 \end_inset
21481
21482
21483 \begin_inset space \hspace*{}
21484 \length 0pt
21485 \end_inset
21486
21487
21488 \begin_inset space \hfill{}
21489 \end_inset
21490
21491
21492 \begin_inset Tabular
21493 <lyxtabular version="3" rows="3" columns="1">
21494 <features tabularvalignment="middle">
21495 <column alignment="center" valignment="top">
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 A
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row interlinespace="3mm">
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\downarrow$
21513 \end_inset
21514
21515  3
21516 \begin_inset space \thinspace{}
21517 \end_inset
21518
21519 mm Leerraum zwischen den Zeilen 
21520 \begin_inset Formula $\downarrow$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\uparrow$
21535 \end_inset
21536
21537  3
21538 \begin_inset space \thinspace{}
21539 \end_inset
21540
21541 mm Leerraum zwischen den Zeilen 
21542 \begin_inset Formula $\uparrow$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \begin_inset space \hfill{}
21557 \end_inset
21558
21559
21560 \begin_inset space \hspace*{}
21561 \length 0pt
21562 \end_inset
21563
21564
21565 \begin_inset VSpace medskip
21566 \end_inset
21567
21568
21569 \begin_inset Newline newline
21570 \end_inset
21571
21572 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
21573 n Linien verwenden.
21574 \end_layout
21575
21576 \begin_layout Standard
21577 \begin_inset VSpace bigskip
21578 \end_inset
21579
21580 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
21581  Befehlen im \SpecialChar LaTeX
21582 -Vorspann machen:
21583 \end_layout
21584
21585 \begin_layout Standard
21586
21587 \series bold
21588
21589 \backslash
21590 @ifundefined{extrarowheight}
21591 \begin_inset Newline newline
21592 \end_inset
21593
21594
21595 \begin_inset Phantom HPhantom
21596 status open
21597
21598 \begin_layout Plain Layout
21599
21600 \series bold
21601 \begin_inset space ~
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608
21609 {
21610 \backslash
21611 usepackage{array}}{}
21612 \begin_inset Newline newline
21613 \end_inset
21614
21615
21616 \backslash
21617 setlength{
21618 \backslash
21619 extrarowheight}{Höhe}
21620 \series default
21621
21622 \begin_inset Note Note
21623 status collapsed
21624
21625 \begin_layout Plain Layout
21626 Das Paket 
21627 \series bold
21628 array
21629 \series default
21630  wird automatisch von \SpecialChar LyX
21631  geladen, wenn Sie selbst definierte Tabellenformate
21632  verwenden.
21633  Der Befehl 
21634 \series bold
21635
21636 \backslash
21637 @ifundefined
21638 \series default
21639  vermeidet, dass es in diesem Fall doppelt geladen wird.
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 wobei die 
21649 \family sans
21650 Höhe
21651 \family default
21652  eine der in Anhang
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "kap:In-LyX-verfügbare"
21660
21661 \end_inset
21662
21663  aufgelisteten Einheiten haben kann.
21664  Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
21665  ausgerichtet sind.
21666 \end_layout
21667
21668 \begin_layout Standard
21669 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
21670  zu nah an den Buchstaben.
21671  Das kann korrigiert werden, indem man den Befehl 
21672 \series bold
21673
21674 \backslash
21675 strut
21676 \series default
21677  als \SpecialChar TeX
21678 -Code am Anfang einer Tabellenzeile einfügt.
21679  Tabelle
21680 \begin_inset space ~
21681 \end_inset
21682
21683
21684 \begin_inset CommandInset ref
21685 LatexCommand ref
21686 reference "tab:Vertikale-Ausrichtung-von"
21687
21688 \end_inset
21689
21690  zeigt den Effekt.
21691 \end_layout
21692
21693 \begin_layout Standard
21694 \noindent
21695 \begin_inset Float table
21696 placement h
21697 wide false
21698 sideways false
21699 status open
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Caption Standard
21703
21704 \begin_layout Plain Layout
21705 \begin_inset CommandInset label
21706 LatexCommand label
21707 name "tab:Vertikale-Ausrichtung-von"
21708
21709 \end_inset
21710
21711 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \begin_layout Plain Layout
21720 \begin_inset space \hfill{}
21721 \end_inset
21722
21723
21724 \begin_inset Float table
21725 wide false
21726 sideways false
21727 status collapsed
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Caption Standard
21731
21732 \begin_layout Plain Layout
21733 Normale Tabelle.
21734 \end_layout
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \begin_layout Plain Layout
21742 \noindent
21743 \align center
21744 \begin_inset Tabular
21745 <lyxtabular version="3" rows="6" columns="1">
21746 <features tabularvalignment="middle">
21747 <column alignment="left" valignment="top">
21748 <row>
21749 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 Normal, g
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \size large
21766 Groß, g
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \size larger
21779 Größer, g
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \size largest
21792 noch Größer, g
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \size huge
21805 Riesig
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \size giant
21818 Gigantisch
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 </lyxtabular>
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \begin_inset space \hfill{}
21835 \end_inset
21836
21837
21838 \begin_inset Float table
21839 wide false
21840 sideways false
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844 \begin_inset Caption Standard
21845
21846 \begin_layout Plain Layout
21847 Tabelle bei der der Befehl 
21848 \series bold
21849
21850 \backslash
21851 strut
21852 \series default
21853  verwendet wurde.
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \begin_layout Plain Layout
21862 \noindent
21863 \align center
21864 \begin_inset Tabular
21865 <lyxtabular version="3" rows="6" columns="1">
21866 <features tabularvalignment="middle">
21867 <column alignment="left" valignment="top">
21868 <row>
21869 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 Normal, g
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \size large
21886 \begin_inset ERT
21887 status collapsed
21888
21889 \begin_layout Plain Layout
21890
21891
21892 \backslash
21893 strut 
21894 \end_layout
21895
21896 \end_inset
21897
21898 Groß, g
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \size larger
21911 \begin_inset ERT
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915
21916
21917 \backslash
21918 strut 
21919 \end_layout
21920
21921 \end_inset
21922
21923 Größer, g
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \size largest
21936 \begin_inset ERT
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940
21941
21942 \backslash
21943 strut 
21944 \end_layout
21945
21946 \end_inset
21947
21948 noch Größer, g
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \size huge
21961 \begin_inset ERT
21962 status collapsed
21963
21964 \begin_layout Plain Layout
21965
21966
21967 \backslash
21968 strut 
21969 \end_layout
21970
21971 \end_inset
21972
21973 Riesig
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \size giant
21986 \begin_inset ERT
21987 status collapsed
21988
21989 \begin_layout Plain Layout
21990
21991
21992 \backslash
21993 strut 
21994 \end_layout
21995
21996 \end_inset
21997
21998 Gigantisch
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 </lyxtabular>
22005
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \end_inset
22012
22013
22014 \begin_inset space \hfill{}
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \begin_layout Subsection
22026 Besondere Zellenausrichtung
22027 \begin_inset CommandInset label
22028 LatexCommand label
22029 name "uab:Besondere-Zellenausrichtung"
22030
22031 \end_inset
22032
22033
22034 \begin_inset Index idx
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038 Tabellen ! Zellenausrichtung
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Standard
22047 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
22048  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
22049 \begin_inset space ~
22050 \end_inset
22051
22052
22053 \begin_inset CommandInset ref
22054 LatexCommand ref
22055 reference "tab:Tabellenzellen-sind-auf"
22056
22057 \end_inset
22058
22059 .
22060  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
22061  dann entweder den Werkzeugleistenknopf 
22062 \begin_inset Info
22063 type  "icon"
22064 arg   "tabular-feature align-decimal"
22065 \end_inset
22066
22067  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
22068 \family sans
22069 Am
22070 \begin_inset space ~
22071 \end_inset
22072
22073 Dezimaltrenner
22074 \family default
22075  setzt.
22076  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
22077  frei wählen.
22078 \end_layout
22079
22080 \begin_layout Standard
22081 \begin_inset Float table
22082 placement h
22083 wide false
22084 sideways false
22085 status open
22086
22087 \begin_layout Plain Layout
22088 \begin_inset Caption Standard
22089
22090 \begin_layout Plain Layout
22091 \begin_inset CommandInset label
22092 LatexCommand label
22093 name "tab:Tabellenzellen-sind-auf"
22094
22095 \end_inset
22096
22097 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
22098 \end_layout
22099
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \begin_layout Plain Layout
22106 \align center
22107 \begin_inset Tabular
22108 <lyxtabular version="3" rows="4" columns="1">
22109 <features booktabs="true" tabularvalignment="middle">
22110 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22111 <row>
22112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 Überschrift
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" topline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 12,6
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 <row>
22134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 0,68
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149 -123,0
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 </lyxtabular>
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \begin_layout Standard
22168 \begin_inset Float table
22169 placement h
22170 wide false
22171 sideways false
22172 status open
22173
22174 \begin_layout Plain Layout
22175 \begin_inset Caption Standard
22176
22177 \begin_layout Plain Layout
22178 \begin_inset CommandInset label
22179 LatexCommand label
22180 name "tab:Tabellenzellen-Operator"
22181
22182 \end_inset
22183
22184 Tabellenzellen sind auf den Operator ausgerichtet
22185 \end_layout
22186
22187 \end_inset
22188
22189
22190 \end_layout
22191
22192 \begin_layout Plain Layout
22193 \align center
22194 \begin_inset Tabular
22195 <lyxtabular version="3" rows="4" columns="2">
22196 <features booktabs="true" tabularvalignment="middle">
22197 <column alignment="right" valignment="top" width="0pt">
22198 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22199 <row>
22200 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 Überschrift
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $12\,+$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\,6$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Formula $0\,-$
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\,68$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $-123\,/$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 \begin_inset Formula $\,0$
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 </lyxtabular>
22298
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
22311  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
22312  Formeln erlaubt.
22313  In diesem Fall verwendet man die Methode von Tabelle
22314 \begin_inset space ~
22315 \end_inset
22316
22317
22318 \begin_inset CommandInset ref
22319 LatexCommand ref
22320 reference "tab:Tabellenzellen-Operator"
22321
22322 \end_inset
22323
22324 .
22325  Diese Tabelle wurde als 4×2 Tabelle erstellt.
22326  Die Überschrift ist eine zentrierte Mehrfachspalte.
22327  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
22328  und den Operator.
22329  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
22330  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
22331  um den üblichen Leerraum um einen Operator zu erhalten.
22332  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
22333 -Argument
22334  für die zweite Spalte folgendes eingefügt:
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340 @{}l
22341 \end_layout
22342
22343 \begin_layout Standard
22344 Tabelle
22345 \begin_inset space ~
22346 \end_inset
22347
22348
22349 \begin_inset CommandInset ref
22350 LatexCommand ref
22351 reference "tab:Verschiedene-Ausrichtungen"
22352
22353 \end_inset
22354
22355  zeigt einige Ausrichtungen.
22356  Für die Ausrichtung der Relationen wurde ein kleiner 
22357 \family sans
22358 Leerraum
22359 \family default
22360  eingefügt; wie in der zweiten Spalte von Tabelle
22361 \begin_inset space ~
22362 \end_inset
22363
22364
22365 \begin_inset CommandInset ref
22366 LatexCommand ref
22367 reference "tab:Tabellenzellen-Operator"
22368
22369 \end_inset
22370
22371 .
22372 \end_layout
22373
22374 \begin_layout Standard
22375
22376 \color black
22377 \begin_inset Float table
22378 placement h
22379 wide false
22380 sideways false
22381 status open
22382
22383 \begin_layout Plain Layout
22384
22385 \color black
22386 \begin_inset Caption Standard
22387
22388 \begin_layout Plain Layout
22389
22390 \color black
22391 \begin_inset CommandInset label
22392 LatexCommand label
22393 name "tab:Verschiedene-Ausrichtungen"
22394
22395 \end_inset
22396
22397
22398 \color inherit
22399 Verschiedene Ausrichtungen
22400 \end_layout
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \begin_layout Plain Layout
22408 \align center
22409 \begin_inset Tabular
22410 <lyxtabular version="3" rows="4" columns="6">
22411 <features tabularvalignment="middle">
22412 <column alignment="right" valignment="top">
22413 <column alignment="left" valignment="top" special="@{}l">
22414 <column alignment="right" valignment="top">
22415 <column alignment="left" valignment="top" special="@{}l">
22416 <column alignment="right" valignment="top">
22417 <column alignment="left" valignment="top" special="@{}l">
22418 <row>
22419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 Einheiten
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 Exponenten
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 Relationen
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 12×
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 24
22489 \begin_inset space \thinspace{}
22490 \end_inset
22491
22492 Flaschen
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Formula $10\cdot$
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $10^{\mbox{-}17}$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\Gamma(t)\propto$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 \begin_inset Formula $\:\Upsilon(t)$
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 </row>
22546 <row>
22547 <cell alignment="center" valignment="top" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 1024×
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 768
22561 \begin_inset space \thinspace{}
22562 \end_inset
22563
22564 Pixel
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $5.78\cdot$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $10^{7}$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $A\ne$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Formula $\:B_{\mathrm{red}}$
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 </row>
22618 <row>
22619 <cell alignment="center" valignment="top" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 32×
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 6
22633 \begin_inset space \thinspace{}
22634 \end_inset
22635
22636 cm
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 -
22646 \begin_inset Formula $33.5\cdot$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $10^{4}$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\sin(\alpha)\ge$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Formula $\:\sin(\beta)$
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 </row>
22691 </lyxtabular>
22692
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Subsection
22704 Angepasste Zellen-/Spaltenformate
22705 \begin_inset CommandInset label
22706 LatexCommand label
22707 name "uab:Angepasste-Zellen-/Spaltenformate"
22708
22709 \end_inset
22710
22711
22712 \begin_inset Index idx
22713 status collapsed
22714
22715 \begin_layout Plain Layout
22716 Tabellen ! Spaltenformat
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Standard
22725 Wenn man wie in Abschnitt
22726 \begin_inset space ~
22727 \end_inset
22728
22729
22730 \begin_inset CommandInset ref
22731 LatexCommand ref
22732 reference "abs:Berechnung-der-Tabellenbreite"
22733
22734 \end_inset
22735
22736  oder Abschnitt
22737 \begin_inset space ~
22738 \end_inset
22739
22740
22741 \begin_inset CommandInset ref
22742 LatexCommand ref
22743 reference "uab:Mehrfachspalten-Berechnungen"
22744
22745 \end_inset
22746
22747  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
22748  Tabellen sehr lästig.
22749  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
22750 -Vorspann ein Zellen/Spalten-Form
22751 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
22752  kann.
22753  Das Format wird mit dem Befehl
22754 \end_layout
22755
22756 \begin_layout Standard
22757
22758 \series bold
22759
22760 \backslash
22761 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
22762 \end_layout
22763
22764 \begin_layout Standard
22765 definiert.
22766  Der Formatname darf nur ein Buchstabe sein, aber nicht 
22767 \emph on
22768 b
22769 \emph default
22770
22771 \emph on
22772 c
22773 \emph default
22774
22775 \emph on
22776 l
22777 \emph default
22778
22779 \emph on
22780 m
22781 \emph default
22782
22783 \emph on
22784 p
22785 \emph default
22786  oder 
22787 \emph on
22788 r
22789 \emph default
22790 , weil diese vordefiniert sind.
22791  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
22792 \end_layout
22793
22794 \begin_layout Standard
22795 \begin_inset VSpace medskip
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
22803  Breite könnte das Format so aussehen:
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \series bold
22809
22810 \backslash
22811 newcolumntype{M}[1]{>{
22812 \backslash
22813 centering
22814 \backslash
22815 hspace{0pt}}m{#1}}
22816 \end_layout
22817
22818 \begin_layout Standard
22819 wobei 
22820 \series bold
22821
22822 \backslash
22823 hspace{0pt}
22824 \series default
22825  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
22826  Abschnitt
22827 \begin_inset space ~
22828 \end_inset
22829
22830
22831 \begin_inset CommandInset ref
22832 LatexCommand ref
22833 reference "uab:Mehrere-Zeilen-in"
22834
22835 \end_inset
22836
22837  beschrieben.
22838  Jetzt können Sie mit
22839 \end_layout
22840
22841 \begin_layout Standard
22842
22843 \series bold
22844 M{Breite}
22845 \end_layout
22846
22847 \begin_layout Standard
22848 im 
22849 \family sans
22850 \SpecialChar LaTeX
22851 -Argument
22852 \family default
22853  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
22854 \end_layout
22855
22856 \begin_layout Standard
22857 \begin_inset VSpace bigskip
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
22865  Format definieren:
22866 \end_layout
22867
22868 \begin_layout Standard
22869
22870 \series bold
22871
22872 \backslash
22873 newcolumntype{S}[2]{>{
22874 \backslash
22875 centering
22876 \backslash
22877 hspace{0pt}}
22878 \begin_inset Newline newline
22879 \end_inset
22880
22881
22882 \begin_inset Phantom HPhantom
22883 status open
22884
22885 \begin_layout Plain Layout
22886
22887 \series bold
22888
22889 \backslash
22890 newcolumntype
22891 \end_layout
22892
22893 \end_inset
22894
22895 m{(#1+(2
22896 \backslash
22897 tabcolsep+
22898 \backslash
22899 arrayrulewidth)*(1-#2))/#2}}
22900 \end_layout
22901
22902 \begin_layout Standard
22903 Dieses Format benutzt Gleichung
22904 \begin_inset space ~
22905 \end_inset
22906
22907
22908 \begin_inset CommandInset ref
22909 LatexCommand ref
22910 reference "eq:Wgn"
22911
22912 \end_inset
22913
22914 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
22915  breit ist.
22916 \end_layout
22917
22918 \begin_layout Standard
22919 Jetzt können Sie im 
22920 \family sans
22921 \SpecialChar LaTeX
22922 -Argument
22923 \family default
22924  im 
22925 \family sans
22926 Tabellen-Einstellungen
22927 \family default
22928 -Dialog folgendes einfügen:
22929 \end_layout
22930
22931 \begin_layout Standard
22932
22933 \series bold
22934 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
22935 \end_layout
22936
22937 \begin_layout Standard
22938 \begin_inset VSpace bigskip
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 Für farbige Spalten können Sie folgendes einfügen:
22946 \end_layout
22947
22948 \begin_layout Standard
22949
22950 \series bold
22951
22952 \backslash
22953 newcolumntype{K}[1]{>{
22954 \backslash
22955 columncolor{#1}
22956 \backslash
22957 hspace{0pt}}c}
22958 \end_layout
22959
22960 \begin_layout Standard
22961 Das 
22962 \begin_inset Quotes gld
22963 \end_inset
22964
22965 c
22966 \begin_inset Quotes grd
22967 \end_inset
22968
22969  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
22970  zentriert ist.
22971  Jetzt können Sie als 
22972 \family sans
22973 \SpecialChar LaTeX
22974 -Argument
22975 \family default
22976  folgendes einfügen:
22977 \end_layout
22978
22979 \begin_layout Standard
22980
22981 \series bold
22982 K{Farbname}
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset VSpace bigskip
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \begin_layout Standard
22993 Für Tabelle
22994 \begin_inset space ~
22995 \end_inset
22996
22997
22998 \begin_inset CommandInset ref
22999 LatexCommand ref
23000 reference "tab:Tabelle-mit-benutzerdefinierte"
23001
23002 \end_inset
23003
23004  wurden folgende 
23005 \family sans
23006 \SpecialChar LaTeX
23007 -Argumente
23008 \family default
23009  benutzt:
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \series bold
23015 M{2.5cm}
23016 \end_layout
23017
23018 \begin_layout Standard
23019 für die erste Spalte und die Mehrfachspalte,
23020 \end_layout
23021
23022 \begin_layout Standard
23023
23024 \series bold
23025 K{red}
23026 \end_layout
23027
23028 \begin_layout Standard
23029 für die letzte Spalte und
23030 \end_layout
23031
23032 \begin_layout Standard
23033
23034 \series bold
23035 S{2.5cm}{2}
23036 \end_layout
23037
23038 \begin_layout Standard
23039 für die Spalten in der zweiten Mehrfachspalte.
23040 \end_layout
23041
23042 \begin_layout Standard
23043 \begin_inset Float table
23044 placement h
23045 wide false
23046 sideways false
23047 status open
23048
23049 \begin_layout Plain Layout
23050 \begin_inset Caption Standard
23051
23052 \begin_layout Plain Layout
23053 \begin_inset CommandInset label
23054 LatexCommand label
23055 name "tab:Tabelle-mit-benutzerdefinierte"
23056
23057 \end_inset
23058
23059 Tabelle mit benutzerdefinierten Formaten
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Plain Layout
23068 \align center
23069 \begin_inset Tabular
23070 <lyxtabular version="3" rows="3" columns="4">
23071 <features tabularvalignment="middle">
23072 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23073 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23074 <column alignment="center" valignment="middle">
23075 <column alignment="center" valignment="middle" special="K{red}">
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 einsehrlangesWort
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 Mehrfachspalte mit mehreren Zeilen
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 c
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 d
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 e
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 f
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 g
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 h
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 i
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 j
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 k
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 </lyxtabular>
23191
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \begin_layout Subsection
23203 Liniendicke
23204 \begin_inset CommandInset label
23205 LatexCommand label
23206 name "uab:Liniendicke"
23207
23208 \end_inset
23209
23210
23211 \begin_inset Index idx
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215 Tabellen  ! Linien ! -dicke
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 Die Liniendicke für alle Linien einer Tabelle kann mit 
23225 \series bold
23226
23227 \backslash
23228 arrayrulewidth
23229 \series default
23230  eingestellt werden.
23231  Um eine Liniendicke von 1.5
23232 \begin_inset space \thinspace{}
23233 \end_inset
23234
23235 pt wie in Tabelle
23236 \begin_inset space ~
23237 \end_inset
23238
23239
23240 \begin_inset CommandInset ref
23241 LatexCommand ref
23242 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
23243
23244 \end_inset
23245
23246  zu bekommen, geben Sie den Befehl
23247 \end_layout
23248
23249 \begin_layout Standard
23250
23251 \series bold
23252
23253 \backslash
23254 setlength{
23255 \backslash
23256 arrayrulewidth}{1.5pt}
23257 \end_layout
23258
23259 \begin_layout Standard
23260 als \SpecialChar TeX
23261 -Code vor der (Gleitobjekt-)Tabelle ein.
23262  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
23263  Mit
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 setlength{
23272 \backslash
23273 arrayrulewidth}{0.4pt}
23274 \end_layout
23275
23276 \begin_layout Standard
23277 bekommen Sie wieder die Standarddicke.
23278 \end_layout
23279
23280 \begin_layout Standard
23281 \begin_inset ERT
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285
23286
23287 \backslash
23288 setlength{
23289 \backslash
23290 arrayrulewidth}{1.5pt}
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \begin_inset Float table
23297 placement H
23298 wide false
23299 sideways false
23300 status open
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Caption Standard
23304
23305 \begin_layout Plain Layout
23306 \begin_inset CommandInset label
23307 LatexCommand label
23308 name "tab:Tabelle-mit-1.5pt-Liniendicke"
23309
23310 \end_inset
23311
23312 Tabelle mit 1.5
23313 \begin_inset space \thinspace{}
23314 \end_inset
23315
23316 pt Liniendicke
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Plain Layout
23325 \align center
23326 \begin_inset Tabular
23327 <lyxtabular version="3" rows="3" columns="3">
23328 <features tabularvalignment="middle">
23329 <column alignment="center" valignment="top">
23330 <column alignment="center" valignment="top">
23331 <column alignment="center" valignment="top">
23332 <row>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 sd
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 sd
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 sd
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 </lyxtabular>
23420
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 setlength{
23437 \backslash
23438 arrayrulewidth}{0.4pt}
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \begin_layout Standard
23447 \begin_inset VSpace bigskip
23448 \end_inset
23449
23450 Um eine Liniendicke von 1.5
23451 \begin_inset space \thinspace{}
23452 \end_inset
23453
23454 pt nur für horizontale Linien zu bekommen wie in Tabelle
23455 \begin_inset space ~
23456 \end_inset
23457
23458
23459 \begin_inset CommandInset ref
23460 LatexCommand ref
23461 reference "tab:Tabelle-mit-1.5pt-horiz"
23462
23463 \end_inset
23464
23465 , müssen Sie folgende Befehle als \SpecialChar TeX
23466 -Code vor der (Gleitobjekt-)Tabelle einfügen:
23467 \end_layout
23468
23469 \begin_layout Standard
23470
23471 \series bold
23472
23473 \backslash
23474 let
23475 \backslash
23476 myHline
23477 \backslash
23478 hline
23479 \begin_inset Newline newline
23480 \end_inset
23481
23482
23483 \backslash
23484 renewcommand{
23485 \backslash
23486 hline}
23487 \begin_inset Newline newline
23488 \end_inset
23489
23490  {
23491 \backslash
23492 noalign{
23493 \backslash
23494 global
23495 \backslash
23496 arrayrulewidth 1.5pt}
23497 \begin_inset Newline newline
23498 \end_inset
23499
23500  
23501 \backslash
23502 myHline
23503 \backslash
23504 noalign{
23505 \backslash
23506 global
23507 \backslash
23508 arrayrulewidth 0.4pt}}
23509 \end_layout
23510
23511 \begin_layout Standard
23512 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
23513 -Code hinter der
23514  (Gleit\SpecialChar softhyphen
23515 objekt-)Tabelle zurück:
23516 \end_layout
23517
23518 \begin_layout Standard
23519
23520 \series bold
23521
23522 \backslash
23523 renewcommand{
23524 \backslash
23525 hline}{
23526 \backslash
23527 myHline}
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset ERT
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535
23536
23537 \backslash
23538 let
23539 \backslash
23540 myHline
23541 \backslash
23542 hline
23543 \end_layout
23544
23545 \begin_layout Plain Layout
23546
23547
23548 \backslash
23549 renewcommand{
23550 \backslash
23551 hline}
23552 \end_layout
23553
23554 \begin_layout Plain Layout
23555
23556  {
23557 \backslash
23558 noalign{
23559 \backslash
23560 global
23561 \backslash
23562 arrayrulewidth 1.5pt}
23563 \end_layout
23564
23565 \begin_layout Plain Layout
23566
23567   
23568 \backslash
23569 myHline
23570 \backslash
23571 noalign{
23572 \backslash
23573 global
23574 \backslash
23575 arrayrulewidth 0.4pt}}
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \begin_inset Float table
23582 placement h
23583 wide false
23584 sideways false
23585 status open
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Caption Standard
23589
23590 \begin_layout Plain Layout
23591 \begin_inset CommandInset label
23592 LatexCommand label
23593 name "tab:Tabelle-mit-1.5pt-horiz"
23594
23595 \end_inset
23596
23597 Tabelle mit 1.5
23598 \begin_inset space \thinspace{}
23599 \end_inset
23600
23601 pt dicken horizontalen Linien
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Plain Layout
23610 \align center
23611 \begin_inset Tabular
23612 <lyxtabular version="3" rows="3" columns="3">
23613 <features tabularvalignment="middle">
23614 <column alignment="center" valignment="top">
23615 <column alignment="center" valignment="top">
23616 <column alignment="center" valignment="top">
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 sd
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 sd
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 <row>
23676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 sd
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 </row>
23704 </lyxtabular>
23705
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 renewcommand{
23722 \backslash
23723 hline}{
23724 \backslash
23725 myHline}
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset VSpace bigskip
23735 \end_inset
23736
23737 Um die Liniendicke von 1.5
23738 \begin_inset space \thinspace{}
23739 \end_inset
23740
23741 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
23742 -Vorspann folgendes
23743  Spaltenformat entsprechend der Beschreibung in Abschnitt
23744 \begin_inset space ~
23745 \end_inset
23746
23747
23748 \begin_inset CommandInset ref
23749 LatexCommand ref
23750 reference "uab:Angepasste-Zellen-/Spaltenformate"
23751
23752 \end_inset
23753
23754  definieren:
23755 \end_layout
23756
23757 \begin_layout Standard
23758
23759 \series bold
23760
23761 \backslash
23762 newcolumntype{V}{!{
23763 \backslash
23764 vrule width 1.5pt}}
23765 \end_layout
23766
23767 \begin_layout Standard
23768 In Tabelle
23769 \begin_inset space ~
23770 \end_inset
23771
23772
23773 \begin_inset CommandInset ref
23774 LatexCommand ref
23775 reference "tab:Tabelle-mit-1.5pt-vert"
23776
23777 \end_inset
23778
23779  wurde das 
23780 \family sans
23781 LaTeX-Argument
23782 \family default
23783 \series bold
23784  VcV
23785 \series default
23786  für die letzte Spalte und
23787 \series bold
23788  Vc
23789 \series default
23790  für die anderen benutzt.
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset Float table
23795 placement H
23796 wide false
23797 sideways false
23798 status open
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Caption Standard
23802
23803 \begin_layout Plain Layout
23804 \begin_inset CommandInset label
23805 LatexCommand label
23806 name "tab:Tabelle-mit-1.5pt-vert"
23807
23808 \end_inset
23809
23810 Tabelle mit 1.5
23811 \begin_inset space \thinspace{}
23812 \end_inset
23813
23814 pt dicken vertikalen Linien
23815 \end_layout
23816
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \begin_layout Plain Layout
23823 \align center
23824 \begin_inset Tabular
23825 <lyxtabular version="3" rows="3" columns="3">
23826 <features tabularvalignment="middle">
23827 <column alignment="center" valignment="top" special="Vc">
23828 <column alignment="center" valignment="top" special="Vc">
23829 <column alignment="center" valignment="top" special="VcV">
23830 <row>
23831 <cell alignment="center" valignment="top" topline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 sd
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 sd
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 sd
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 </lyxtabular>
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Subsection
23930 Gestrichelte Linien
23931 \begin_inset Index idx
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 Tabellen  ! Linien ! gestrichelte 
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \begin_inset ERT
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948
23949
23950 \backslash
23951 ifarydshln
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \begin_inset Note Note
23958 status open
23959
23960 \begin_layout Plain Layout
23961 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
23962 -Paket 
23963 \series bold
23964 arydshln
23965 \series default
23966  installiert ist.
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 \begin_inset Float table
23976 placement h
23977 wide false
23978 sideways false
23979 status open
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Caption Standard
23983
23984 \begin_layout Plain Layout
23985 \begin_inset CommandInset label
23986 LatexCommand label
23987 name "tab:Tabelle-mit-gestrichelten"
23988
23989 \end_inset
23990
23991 Tabelle mit gestrichelten Linien
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Plain Layout
24000 \align center
24001 \begin_inset Tabular
24002 <lyxtabular version="3" rows="5" columns="5">
24003 <features tabularvalignment="middle">
24004 <column alignment="center" valignment="top">
24005 <column alignment="center" valignment="top">
24006 <column alignment="center" valignment="top" special=":c">
24007 <column alignment="center" valignment="top">
24008 <column alignment="center" valignment="top">
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 a
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 b
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 c
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 d
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 e
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 f
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 g
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 h
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 i
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 j
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset ERT
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112
24113
24114 \backslash
24115 hdashline 
24116 \end_layout
24117
24118 \end_inset
24119
24120 k
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 l
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 m
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 n
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156 o
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 </row>
24162 <row>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 \begin_inset ERT
24168 status collapsed
24169
24170 \begin_layout Plain Layout
24171
24172
24173 \backslash
24174 cdashline{4-5}
24175 \end_layout
24176
24177 \end_inset
24178
24179 p
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 q
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 r
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 s
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 <row>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 t
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 u
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 v
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 w
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 x
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 </lyxtabular>
24269
24270 \end_inset
24271
24272
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \SpecialChar LyX
24282  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
24283 -Code
24284  benutzen.
24285  Zunächst müssen Sie das \SpecialChar LaTeX
24286 -Paket 
24287 \series bold
24288 arydshln
24289 \series default
24290
24291 \begin_inset Index idx
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295 \SpecialChar LaTeX
24296 -Pakete ! arydshln
24297 \end_layout
24298
24299 \end_inset
24300
24301  im \SpecialChar LaTeX
24302 -Vorspann laden:
24303 \end_layout
24304
24305 \begin_layout Standard
24306
24307 \series bold
24308
24309 \backslash
24310 usepackage{arydshln}
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Um senkrechte Linien zu stricheln, müssen Sie im 
24315 \family sans
24316 LaTeX-Argument
24317 \family default
24318  des 
24319 \family sans
24320 Tabellen-Einstellungen
24321 \family default
24322 -Dialogs 
24323 \begin_inset Quotes gld
24324 \end_inset
24325
24326 :
24327 \begin_inset Quotes grd
24328 \end_inset
24329
24330 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
24331 \end_layout
24332
24333 \begin_layout Standard
24334 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
24335 \end_layout
24336
24337 \begin_layout Standard
24338
24339 \series bold
24340
24341 \backslash
24342 hdashline
24343 \end_layout
24344
24345 \begin_layout Standard
24346 als \SpecialChar TeX
24347 -Code als erstes in die erste Zelle einer Zeile einfügen.
24348 \end_layout
24349
24350 \begin_layout Standard
24351 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
24352 \end_layout
24353
24354 \begin_layout Standard
24355
24356 \series bold
24357
24358 \backslash
24359 cdashline{Anfangsspalte-Endspalte}
24360 \end_layout
24361
24362 \begin_layout Standard
24363 als \SpecialChar TeX
24364 -Code als erstes in die erste Zelle einer Zeile eingefügt.
24365  Wenn Sie z.
24366 \begin_inset space \thinspace{}
24367 \end_inset
24368
24369 B.
24370  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
24371  gestrichelte Linie haben, fügen Sie den Befehl
24372 \end_layout
24373
24374 \begin_layout Standard
24375
24376 \series bold
24377
24378 \backslash
24379 cdashline{2-4}
24380 \end_layout
24381
24382 \begin_layout Standard
24383 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \begin_inset VSpace bigskip
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 In Tabelle
24395 \begin_inset space ~
24396 \end_inset
24397
24398
24399 \begin_inset CommandInset ref
24400 LatexCommand ref
24401 reference "tab:Tabelle-mit-gestrichelten"
24402
24403 \end_inset
24404
24405  wurde in der dritten Spalte der Befehl
24406 \series bold
24407  
24408 \series default
24409
24410 \begin_inset Quotes gld
24411 \end_inset
24412
24413
24414 \series bold
24415 :c
24416 \begin_inset Quotes grd
24417 \end_inset
24418
24419
24420 \series default
24421  benutzt.
24422  Der Befehl 
24423 \series bold
24424
24425 \backslash
24426 hdashline
24427 \series default
24428  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
24429 \begin_inset Newline newline
24430 \end_inset
24431
24432  
24433 \series bold
24434
24435 \backslash
24436 cdashline{4-5} 
24437 \series default
24438 wurde in die erste Zelle der vierten Zeile eingefügt.
24439 \end_layout
24440
24441 \begin_layout Standard
24442 \begin_inset VSpace bigskip
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \begin_layout Standard
24449 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
24450 \begin_inset space ~
24451 \end_inset
24452
24453
24454 \begin_inset CommandInset ref
24455 LatexCommand ref
24456 reference "tab:Farbige-Tabelle-mit"
24457
24458 \end_inset
24459
24460  verdeutlicht.
24461 \end_layout
24462
24463 \begin_layout Standard
24464 \begin_inset ERT
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468
24469
24470 \backslash
24471 setlength{
24472 \backslash
24473 arrayrulewidth}{1pt}
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \begin_inset Note Note
24480 status collapsed
24481
24482 \begin_layout Plain Layout
24483 dickere Linien zur besseren Visualisierung der Linienfarbe
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \begin_inset ERT
24493 status collapsed
24494
24495 \begin_layout Plain Layout
24496
24497
24498 \backslash
24499 dashgapcolor{green}
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \begin_inset Note Note
24506 status collapsed
24507
24508 \begin_layout Plain Layout
24509 färbt Raum zwischen den Strichen grün
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \begin_inset ERT
24519 status collapsed
24520
24521 \begin_layout Plain Layout
24522
24523
24524 \backslash
24525 let
24526 \backslash
24527 myHdashline
24528 \backslash
24529 hdashline
24530 \end_layout
24531
24532 \begin_layout Plain Layout
24533
24534
24535 \backslash
24536 renewcommand{
24537 \backslash
24538 hdashline}
24539 \end_layout
24540
24541 \begin_layout Plain Layout
24542
24543  {
24544 \backslash
24545 arrayrulecolor{red}
24546 \backslash
24547 myHdashline
24548 \backslash
24549 arrayrulecolor{black}}
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Note Note
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 färbt horizontale, gestrichelte Linien rot
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 let
24576 \backslash
24577 myCdashline
24578 \backslash
24579 cdashline
24580 \end_layout
24581
24582 \begin_layout Plain Layout
24583
24584
24585 \backslash
24586 renewcommand{
24587 \backslash
24588 cdashline}[1]
24589 \end_layout
24590
24591 \begin_layout Plain Layout
24592
24593  {
24594 \backslash
24595 arrayrulecolor{yellow}
24596 \backslash
24597 myCdashline{#1}
24598 \backslash
24599 arrayrulecolor{black}}
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Note Note
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 färbt partielle horizontale, gestrichelte Linien gelb
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Standard
24618 \begin_inset Float table
24619 placement h
24620 wide false
24621 sideways false
24622 status open
24623
24624 \begin_layout Plain Layout
24625 \begin_inset Caption Standard
24626
24627 \begin_layout Plain Layout
24628 \begin_inset CommandInset label
24629 LatexCommand label
24630 name "tab:Farbige-Tabelle-mit"
24631
24632 \end_inset
24633
24634 Farbige Tabelle mit gestrichelten Linien
24635 \end_layout
24636
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \begin_layout Plain Layout
24643 \align center
24644 \begin_inset Tabular
24645 <lyxtabular version="3" rows="5" columns="5">
24646 <features tabularvalignment="middle">
24647 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
24648 <column alignment="center" valignment="top" width="0pt">
24649 <column alignment="center" valignment="top" width="0pt" special=":c">
24650 <column alignment="center" valignment="top">
24651 <column alignment="center" valignment="top">
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 a
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 b
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675 c
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 d
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 e
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 <row>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 f
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 g
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 h
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 i
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740 j
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 \begin_inset ERT
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755
24756
24757 \backslash
24758 hdashline 
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769
24770 \backslash
24771 rowcolor{Gray}
24772 \end_layout
24773
24774 \end_inset
24775
24776 k
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785 l
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 m
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 n
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 o
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 \begin_inset ERT
24824 status collapsed
24825
24826 \begin_layout Plain Layout
24827
24828
24829 \backslash
24830 cdashline{4-5}
24831 \end_layout
24832
24833 \end_inset
24834
24835 p
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 q
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 r
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 s
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 <row>
24878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882 t
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 u
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 v
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909 w
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 \begin_inset ERT
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922
24923
24924 \backslash
24925 cellcolor{Maroon}
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \color green
24932 i
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 </lyxtabular>
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956
24957 \backslash
24958 renewcommand{
24959 \backslash
24960 hdashline}{
24961 \backslash
24962 myHdashline}
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \begin_inset Note Note
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972 zurücksetzen auf Standardwert
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Standard
24981 \begin_inset ERT
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985
24986
24987 \backslash
24988 renewcommand{
24989 \backslash
24990 cdashline}{
24991 \backslash
24992 myCdashline}
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \begin_inset Note Note
24999 status collapsed
25000
25001 \begin_layout Plain Layout
25002 zurücksetzen auf Standardwert
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 \begin_inset ERT
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015
25016
25017 \backslash
25018 nodashgapcolor
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \begin_inset Note Note
25025 status collapsed
25026
25027 \begin_layout Plain Layout
25028 zurücksetzen auf Standardwert
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset ERT
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041
25042
25043 \backslash
25044 setlength{
25045 \backslash
25046 arrayrulewidth}{0.4pt}
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \begin_inset Note Note
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 zurücksetzen auf Standardwert
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
25066 \begin_inset space ~
25067 \end_inset
25068
25069
25070 \begin_inset CommandInset ref
25071 LatexCommand ref
25072 reference "abs:Farbige-Tabellen"
25073
25074 \end_inset
25075
25076  beschrieben.
25077  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
25078  beschrieben, man muss in den Befehlen nur 
25079 \series bold
25080
25081 \backslash
25082 myHlineC
25083 \series default
25084  durch 
25085 \series bold
25086
25087 \backslash
25088 myHdashline
25089 \series default
25090  und 
25091 \backslash
25092
25093 \series bold
25094 hline
25095 \series default
25096  durch 
25097 \series bold
25098
25099 \backslash
25100 hdashline
25101 \series default
25102  ersetzen; man verwendet also den Befehl
25103 \end_layout
25104
25105 \begin_layout Standard
25106
25107 \series bold
25108
25109 \backslash
25110 let
25111 \backslash
25112 myHdashline
25113 \backslash
25114 hdashline
25115 \begin_inset Newline newline
25116 \end_inset
25117
25118
25119 \backslash
25120 renewcommand{
25121 \backslash
25122 hdashline}
25123 \begin_inset Newline newline
25124 \end_inset
25125
25126
25127 \begin_inset Phantom HPhantom
25128 status open
25129
25130 \begin_layout Plain Layout
25131
25132 \series bold
25133 \begin_inset space ~
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140
25141 {
25142 \backslash
25143 arrayrulecolor{red}
25144 \backslash
25145 myHdashline
25146 \backslash
25147 arrayrulecolor{black}}
25148 \end_layout
25149
25150 \begin_layout Standard
25151 Um 
25152 \series bold
25153
25154 \backslash
25155 cdashline
25156 \series default
25157  zu färben, lautet der Befehl
25158 \end_layout
25159
25160 \begin_layout Standard
25161
25162 \series bold
25163
25164 \backslash
25165 let
25166 \backslash
25167 myCdashline
25168 \backslash
25169 cdashline
25170 \begin_inset Newline newline
25171 \end_inset
25172
25173
25174 \backslash
25175 renewcommand{
25176 \backslash
25177 cdashline}[1]
25178 \begin_inset Newline newline
25179 \end_inset
25180
25181
25182 \begin_inset Phantom HPhantom
25183 status open
25184
25185 \begin_layout Plain Layout
25186
25187 \series bold
25188 \begin_inset space ~
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \end_inset
25195
25196 {
25197 \backslash
25198 arrayrulecolor{red}
25199 \backslash
25200 myCdashline{#1}
25201 \backslash
25202 arrayrulecolor{black}}
25203 \end_layout
25204
25205 \begin_layout Standard
25206 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
25207  als \SpecialChar TeX
25208 -Code hinter der Tabelle einfügen:
25209 \end_layout
25210
25211 \begin_layout Standard
25212 Für 
25213 \series bold
25214
25215 \backslash
25216 hdashline
25217 \end_layout
25218
25219 \begin_layout Standard
25220
25221 \series bold
25222
25223 \backslash
25224 renewcommand{
25225 \backslash
25226 hdashline}{
25227 \backslash
25228 myHdashline}
25229 \end_layout
25230
25231 \begin_layout Standard
25232 und für 
25233 \series bold
25234
25235 \backslash
25236 cdashline
25237 \end_layout
25238
25239 \begin_layout Standard
25240
25241 \series bold
25242
25243 \backslash
25244 renewcommand{
25245 \backslash
25246 cdashline}{
25247 \backslash
25248 myCdashline}
25249 \end_layout
25250
25251 \begin_layout Standard
25252 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
25253  Befehl
25254 \end_layout
25255
25256 \begin_layout Standard
25257
25258 \series bold
25259
25260 \backslash
25261 dashgapcolor{Farbe}
25262 \end_layout
25263
25264 \begin_layout Standard
25265 als \SpecialChar TeX
25266 -Code vor der Tabelle verwenden.
25267  Farbe ist hierbei der Name einer definierten Farbe.
25268  Der Befehl
25269 \end_layout
25270
25271 \begin_layout Standard
25272
25273 \series bold
25274
25275 \backslash
25276 nodashgapcolor
25277 \end_layout
25278
25279 \begin_layout Standard
25280 hebt die Einstellung von 
25281 \series bold
25282
25283 \backslash
25284 dashgapcolor
25285 \series default
25286  auf.
25287 \end_layout
25288
25289 \begin_layout Standard
25290 \begin_inset Note Greyedout
25291 status open
25292
25293 \begin_layout Plain Layout
25294
25295 \series bold
25296 \color none
25297 Achtung
25298 \series default
25299 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
25300  
25301 \series bold
25302 arydshln
25303 \series default
25304  an erster Stelle in der Zelle befinden.
25305  Daher ist in in Zelle 
25306 \emph on
25307 k
25308 \emph default
25309  der Tabelle
25310 \begin_inset space ~
25311 \end_inset
25312
25313
25314 \begin_inset CommandInset ref
25315 LatexCommand ref
25316 reference "tab:Farbige-Tabelle-mit"
25317
25318 \end_inset
25319
25320  der Befehl 
25321 \series bold
25322
25323 \backslash
25324 hdashline
25325 \series default
25326  vor 
25327 \series bold
25328
25329 \backslash
25330 rowcolor
25331 \series default
25332 .
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341 \begin_inset Note Greyedout
25342 status open
25343
25344 \begin_layout Plain Layout
25345
25346 \series bold
25347 \color none
25348 Achtung:
25349 \series default
25350  Das \SpecialChar LaTeX
25351 -Paket 
25352 \series bold
25353 arydshln
25354 \series default
25355  muss im \SpecialChar LaTeX
25356 -Vorspann nach dem \SpecialChar LaTeX
25357 -Paket 
25358 \series bold
25359 colortbl
25360 \series default
25361
25362 \begin_inset Index idx
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366 \SpecialChar LaTeX
25367 -Pakete ! colortbl
25368 \end_layout
25369
25370 \end_inset
25371
25372  geladen werden.
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Standard
25381 \begin_inset ERT
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388 else
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \begin_inset Note Note
25395 status open
25396
25397 \begin_layout Plain Layout
25398 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
25399 -Paket 
25400 \series bold
25401 arydshln
25402 \series default
25403  nicht installiert ist:
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 Sie müssen das \SpecialChar LaTeX
25413 -Paket 
25414 \series bold
25415 arydshln
25416 \series default
25417  installiert haben um den Inhalt dieses Abschnitts zu sehen.
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \begin_inset ERT
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425
25426
25427 \backslash
25428 fi
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
25438  von 
25439 \series bold
25440 arydshln
25441 \series default
25442
25443 \begin_inset CommandInset citation
25444 LatexCommand cite
25445 key "arydshln"
25446 literal "true"
25447
25448 \end_inset
25449
25450 .
25451 \end_layout
25452
25453 \begin_layout Chapter
25454 Gleitobjekte
25455 \begin_inset CommandInset label
25456 LatexCommand label
25457 name "kap:Gleitobjekte"
25458
25459 \end_inset
25460
25461
25462 \begin_inset Index idx
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466 Gleitobjekte
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \begin_layout Section
25475 Einleitung
25476 \begin_inset CommandInset label
25477 LatexCommand label
25478 name "abs:Gleitobjekte-Einleitung"
25479
25480 \end_inset
25481
25482
25483 \begin_inset Index idx
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 Gleitobjekte ! Einleitung
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \begin_layout Standard
25496 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
25497  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
25498  der beste Platz ist.
25499  
25500 \family sans
25501 Fußnoten
25502 \family default
25503  und 
25504 \family sans
25505 Randnotizen
25506 \family default
25507  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
25508  wenn auf ihrer Seite schon zu viele sind.
25509 \end_layout
25510
25511 \begin_layout Standard
25512 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
25513  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
25514  um weiße Flächen und Seiten ohne Text zu vermeiden.
25515  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
25516 löst,
25517  kann im Text auf ein Gleitobjekt verwiesen werden.
25518  Gleitobjekte sind deshalb nummeriert.
25519  Querverweise werden in Abschnitt
25520 \begin_inset space ~
25521 \end_inset
25522
25523
25524 \begin_inset CommandInset ref
25525 LatexCommand ref
25526 reference "abs:Auf-Gleitobjekte-verweisen"
25527
25528 \end_inset
25529
25530  beschrieben.
25531 \end_layout
25532
25533 \begin_layout Standard
25534 Ein Gleitobjekt wird mit 
25535 \family sans
25536 Einfügen\SpecialChar menuseparator
25537 Gleitobjekt\SpecialChar menuseparator
25538 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
25539 belle/Um\SpecialChar softhyphen
25540 flos\SpecialChar softhyphen
25541 se\SpecialChar softhyphen
25542 nes
25543 \begin_inset space ~
25544 \end_inset
25545
25546 Gleitobjekt
25547 \family default
25548  eingefügt (Werkzeugleistenknopf 
25549 \begin_inset Info
25550 type  "icon"
25551 arg   "float-insert figure"
25552 \end_inset
25553
25554  oder 
25555 \begin_inset Info
25556 type  "icon"
25557 arg   "float-insert table"
25558 \end_inset
25559
25560 ).
25561  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
25562  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
25563  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
25564  #:).
25565  Statt # sehen Sie die von \SpecialChar LyX
25566  vergebene Nummer.
25567  In das schmale Feld nach der Marke können Sie den Titel schreiben.
25568  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
25569  eingefügt.
25570  In Abschnitt
25571 \begin_inset space ~
25572 \end_inset
25573
25574
25575 \begin_inset CommandInset ref
25576 LatexCommand ref
25577 reference "abs:Titel-Platzierung"
25578
25579 \end_inset
25580
25581  finden Sie mehr über die Platzierung des Titels.
25582  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
25583  auch wieder geöffnet.
25584  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
25585 \begin_inset Graphics
25586         filename clipart/Gleitobjekt.png
25587         scale 95
25588         scaleBeforeRotation
25589
25590 \end_inset
25591
25592  – ein graues Kästchen mit roter Beschriftung.
25593 \end_layout
25594
25595 \begin_layout Standard
25596 Um mögliche \SpecialChar LaTeX
25597 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
25598  Gleitobjekte in einem eigenen Absatz einzufügen.
25599 \end_layout
25600
25601 \begin_layout Standard
25602 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
25603  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
25604  klicken.
25605 \end_layout
25606
25607 \begin_layout Section
25608 Gleitobjekt-Typen
25609 \begin_inset Index idx
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 Gleitobjekte ! Typen
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
25623 \begin_inset space ~
25624 \end_inset
25625
25626
25627 \begin_inset CommandInset ref
25628 LatexCommand ref
25629 reference "abs:Gleitende-Abbildungen"
25630
25631 \end_inset
25632
25633  und 
25634 \begin_inset CommandInset ref
25635 LatexCommand ref
25636 reference "abs:Gleitende-Tabellen"
25637
25638 \end_inset
25639
25640  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
25641  Letztere sind in Abschnitt
25642 \begin_inset space ~
25643 \end_inset
25644
25645
25646 \begin_inset CommandInset ref
25647 LatexCommand ref
25648 reference "abs:Umflossene-Gleitobjekte"
25649
25650 \end_inset
25651
25652  beschrieben.
25653 \end_layout
25654
25655 \begin_layout Subsection
25656 Algorithmen-Gleitobjekt
25657 \begin_inset Index idx
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661 Gleitobjekte ! Algorithmen
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \begin_layout Standard
25670 \begin_inset Float algorithm
25671 placement h
25672 wide false
25673 sideways false
25674 status open
25675
25676 \begin_layout Plain Layout
25677 \begin_inset Caption Standard
25678
25679 \begin_layout Plain Layout
25680 \begin_inset CommandInset label
25681 LatexCommand label
25682 name "alg:Ein-Gleitobjekt-Algorithmus"
25683
25684 \end_inset
25685
25686 Ein Gleitobjekt-Algorithmus 
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout LyX-Code
25695 for I in 1..N loop
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699  Sum:= Sum + A(I); /*Kommentar*/
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703 end loop
25704 \begin_inset VSpace -4mm
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Standard
25716 Dieser Typ wird mit 
25717 \family sans
25718 Einfügen\SpecialChar menuseparator
25719 Gleitobjekt\SpecialChar menuseparator
25720 Algorithmus
25721 \family default
25722  eingefügt.
25723  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
25724  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
25725 \begin_inset space ~
25726 \end_inset
25727
25728
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "kap:Programm-Code-Listen"
25732
25733 \end_inset
25734
25735 .
25736  Eine mögliche Absatz-Umgebung hier für ist 
25737 \family sans
25738 \SpecialChar LyX
25739 -Code
25740 \family default
25741 , beschrieben im 
25742 \emph on
25743 Benutzerhandbuch
25744 \emph default
25745 .
25746  In Algorithmus
25747 \begin_inset space ~
25748 \end_inset
25749
25750
25751 \begin_inset CommandInset ref
25752 LatexCommand ref
25753 reference "alg:Ein-Gleitobjekt-Algorithmus"
25754
25755 \end_inset
25756
25757  wurden am Ende -4
25758 \begin_inset space \thinspace{}
25759 \end_inset
25760
25761 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
25762  letzten Zeile gedruckt wird.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Die Marke 
25767 \emph on
25768 Algorithmus
25769 \emph default
25770  wird nicht automatisch in die druckbare Version übernommen, sondern das
25771  englische Wort 
25772 \emph on
25773 Algorithm
25774 \emph default
25775  verwendet.
25776  Soll
25777 \emph on
25778  Algorithmus
25779 \emph default
25780  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
25781 -Vorspann schreiben: 
25782 \end_layout
25783
25784 \begin_layout Standard
25785
25786 \series bold
25787
25788 \backslash
25789 floatname{algorithm}{Algorithmus}
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
25794  Sprache wie die \SpecialChar LyX
25795  Menünamen haben, das Menü 
25796 \family sans
25797 Einfügen\SpecialChar menuseparator
25798 Liste
25799 \begin_inset space \thinspace{}
25800 \end_inset
25801
25802 /
25803 \begin_inset space \thinspace{}
25804 \end_inset
25805
25806 Inhaltsverzeichnis\SpecialChar menuseparator
25807 Algorithmenverzeichnis
25808 \family default
25809  verwendet werden.
25810  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
25811 -Code
25812  eingefügt werden:
25813 \end_layout
25814
25815 \begin_layout Standard
25816
25817 \series bold
25818
25819 \backslash
25820 listof{algorithm}{Algorithmenverzeichnis}
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
25825  nach dem Schema 
25826 \begin_inset Quotes gld
25827 \end_inset
25828
25829 Kapitelnummer.Algorithmusnummer
25830 \begin_inset Quotes grd
25831 \end_inset
25832
25833  nummeriert.
25834  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
25835 -Vorspann einfügen:
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 numberwithin{algorithm}{chapter}
25844 \end_layout
25845
25846 \begin_layout Standard
25847 Um 
25848 \series bold
25849
25850 \backslash
25851 numberwithin
25852 \series default
25853  benutzen zu können, muss in den 
25854 \family sans
25855 Mathe
25856 \begin_inset space ~
25857 \end_inset
25858
25859 Optionen
25860 \family default
25861  der 
25862 \family sans
25863 Dokument-Einstellungen
25864 \family default
25865  
25866 \family sans
25867 AMS
25868 \begin_inset space ~
25869 \end_inset
25870
25871 Mathe
25872 \begin_inset space ~
25873 \end_inset
25874
25875 Paket
25876 \family default
25877
25878 \begin_inset space ~
25879 \end_inset
25880
25881
25882 \family sans
25883 verwenden
25884 \family default
25885  angekreuzt sein.
25886 \end_layout
25887
25888 \begin_layout Section
25889 Gleitobjekt-Nummerierung
25890 \begin_inset Index idx
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894 Gleitobjekte ! Nummerierung
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
25904  nummeriert oder nach dem Schema 
25905 \begin_inset Quotes gld
25906 \end_inset
25907
25908 Kapitelnummer.Gleitobjektnummer
25909 \begin_inset Quotes grd
25910 \end_inset
25911
25912  oder 
25913 \begin_inset Quotes gld
25914 \end_inset
25915
25916 Abschnittsnummer.Gleitobjektnummer
25917 \begin_inset Quotes grd
25918 \end_inset
25919
25920 .
25921  Das hängt von der Dokumentklasse ab.
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
25926  in den \SpecialChar LaTeX
25927 -Vorspann einfügen:
25928 \end_layout
25929
25930 \begin_layout Standard
25931
25932 \series bold
25933
25934 \backslash
25935 renewcommand{
25936 \backslash
25937 thetable}{
25938 \backslash
25939 roman{table}}
25940 \end_layout
25941
25942 \begin_layout Standard
25943
25944 \series bold
25945
25946 \backslash
25947 thetable
25948 \series default
25949  ist der Befehl, der die Tabellennummer druckt.
25950  Für Abbildungen ist das 
25951 \series bold
25952
25953 \backslash
25954 thefigure
25955 \series default
25956 .
25957  Der Befehl 
25958 \series bold
25959
25960 \backslash
25961 roman
25962 \series default
25963  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
25964 \end_layout
25965
25966 \begin_layout Standard
25967 Um das Nummerierungsschema zum Beispiel auf 
25968 \begin_inset Quotes gld
25969 \end_inset
25970
25971 Unterabschnittsnummer.Num\SpecialChar softhyphen
25972 mer
25973 \begin_inset Quotes grd
25974 \end_inset
25975
25976  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
25977 -Vorspann:
25978 \end_layout
25979
25980 \begin_layout Standard
25981
25982 \series bold
25983
25984 \backslash
25985 numberwithin{table}{subsection}
25986 \end_layout
25987
25988 \begin_layout Standard
25989 Um den Befehl 
25990 \series bold
25991
25992 \backslash
25993 numberwithin
25994 \series default
25995  benutzen zu können, müssen Sie in den 
25996 \family sans
25997 Mathe
25998 \begin_inset space ~
25999 \end_inset
26000
26001 Optionen
26002 \family default
26003  der 
26004 \family sans
26005 Dokument-Einstellungen
26006 \family default
26007  
26008 \family sans
26009 AMS
26010 \begin_inset space ~
26011 \end_inset
26012
26013 Mathe
26014 \begin_inset space ~
26015 \end_inset
26016
26017 Paket
26018 \family default
26019
26020 \begin_inset space ~
26021 \end_inset
26022
26023
26024 \family sans
26025 verwenden
26026 \family default
26027  ankreuzen.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 Sehen Sie sich bitte auch Abschnitt
26032 \begin_inset space ~
26033 \end_inset
26034
26035
26036 \begin_inset CommandInset ref
26037 LatexCommand ref
26038 reference "uab:Fußnoten-Nummerierung"
26039
26040 \end_inset
26041
26042  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
26043 \end_layout
26044
26045 \begin_layout Section
26046 Auf Gleitobjekte verweisen
26047 \begin_inset CommandInset label
26048 LatexCommand label
26049 name "abs:Auf-Gleitobjekte-verweisen"
26050
26051 \end_inset
26052
26053
26054 \begin_inset Index idx
26055 status collapsed
26056
26057 \begin_layout Plain Layout
26058 Gleitobjekte ! Querverweise
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \begin_inset Index idx
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068 Querverweise ! auf Gleitobjekte
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \begin_layout Standard
26077 Zunächst müssen Sie mit 
26078 \family sans
26079 Einfügen\SpecialChar menuseparator
26080 Marke
26081 \family default
26082  oder einen Klick auf 
26083 \begin_inset Info
26084 type  "icon"
26085 arg   "label-insert"
26086 \end_inset
26087
26088  eine Marke im Titel einfügen.
26089  Im 
26090 \family sans
26091 Marke
26092 \family default
26093 -Dialog schreiben Sie einen Text in das Feld 
26094 \family sans
26095 Marke
26096 \family default
26097  oder übernehmen den vorgeschlagenen.
26098  Die Marke sieht in \SpecialChar LyX
26099  dann so aus:
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset Graphics
26104         filename clipart/Marke.png
26105         scaleBeforeRotation
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Die Marke wird als Anker und Name für den Querverweis benutzt.
26114  Mit 
26115 \family sans
26116 Einfügen\SpecialChar menuseparator
26117 Querverweis
26118 \family default
26119  oder einen Klick auf 
26120 \begin_inset Info
26121 type  "icon"
26122 arg   "dialog-show-new-inset ref"
26123 \end_inset
26124
26125  können Sie dann auf die Marke verweisen.
26126  Als Querverweis wird in \SpecialChar LyX
26127  ein graues Kästchen wie zum Beispiel dieses angezeigt:
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset Graphics
26132         filename clipart/Querverweis.png
26133         scaleBeforeRotation
26134
26135 \end_inset
26136
26137
26138 \begin_inset Newline newline
26139 \end_inset
26140
26141  Mehr zu Querverweisen finden Sie im 
26142 \emph on
26143 Benutzerhandbuch
26144 \emph default
26145 .
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
26150  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
26151  durch einen Zeilenumbruch getrennt werden können.
26152 \end_layout
26153
26154 \begin_layout Standard
26155 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
26156  \SpecialChar LyX
26157  passt die Querverweise automatisch an.
26158 \end_layout
26159
26160 \begin_layout Standard
26161 Ein Klick auf den Schalter 
26162 \family sans
26163 Gehe
26164 \begin_inset space ~
26165 \end_inset
26166
26167 zur
26168 \begin_inset space ~
26169 \end_inset
26170
26171 Marke
26172 \family default
26173  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
26174  Der Text der Schaltfläche heißt jetzt 
26175 \family sans
26176 Gehe
26177 \begin_inset space ~
26178 \end_inset
26179
26180 zurück
26181 \family default
26182  und ein Klick darauf macht genau dies.
26183 \end_layout
26184
26185 \begin_layout Subsection
26186 Querverweis-Formate
26187 \begin_inset CommandInset label
26188 LatexCommand label
26189 name "uab:Querverweis-Formate"
26190
26191 \end_inset
26192
26193
26194 \begin_inset Index idx
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198 Querverweise ! Formate
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \begin_layout Standard
26207 Es gibt sechs verschiedene Querverweisstile:
26208 \end_layout
26209
26210 \begin_layout Description
26211 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
26212  
26213 \begin_inset CommandInset ref
26214 LatexCommand ref
26215 reference "fig:Zwei-Teilabbildungen"
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Description
26223 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
26224  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
26225  verwendet wird, speziell wenn der Name 
26226 \begin_inset Quotes gld
26227 \end_inset
26228
26229 Gleichung
26230 \begin_inset Quotes grd
26231 \end_inset
26232
26233  weggelassen wird: 
26234 \begin_inset CommandInset ref
26235 LatexCommand eqref
26236 reference "eq:Wgn"
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Description
26244 <Seite>: druckt die Seitennummer: Seite
26245 \begin_inset space ~
26246 \end_inset
26247
26248
26249 \begin_inset CommandInset ref
26250 LatexCommand pageref
26251 reference "fig:Zwei-Teilabbildungen"
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \begin_layout Description
26259 auf
26260 \begin_inset space ~
26261 \end_inset
26262
26263 Seite
26264 \begin_inset space ~
26265 \end_inset
26266
26267 <Seite>: druckt den Text 
26268 \begin_inset Quotes gld
26269 \end_inset
26270
26271 auf Seite
26272 \begin_inset Quotes grd
26273 \end_inset
26274
26275  und die Seitennummer: 
26276 \begin_inset CommandInset ref
26277 LatexCommand vpageref
26278 reference "fig:Zwei-Teilabbildungen"
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Description
26286 <Querverweis>
26287 \begin_inset space ~
26288 \end_inset
26289
26290 auf
26291 \begin_inset space ~
26292 \end_inset
26293
26294 Seite
26295 \begin_inset space ~
26296 \end_inset
26297
26298 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
26299 \begin_inset Quotes gld
26300 \end_inset
26301
26302 auf Seite
26303 \begin_inset Quotes grd
26304 \end_inset
26305
26306 , und die Seitennummer: 
26307 \begin_inset CommandInset ref
26308 LatexCommand vref
26309 reference "fig:Zwei-Teilabbildungen"
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Description
26317 Formatierter
26318 \begin_inset space ~
26319 \end_inset
26320
26321 Querverweis: druckt ein selbst definiertes Querverweisformat
26322 \begin_inset Newline newline
26323 \end_inset
26324
26325
26326 \begin_inset Note Greyedout
26327 status open
26328
26329 \begin_layout Plain Layout
26330
26331 \series bold
26332 Bemerkung:
26333 \series default
26334  Dies ist nur möglich, wenn das \SpecialChar LaTeX
26335 -Paket 
26336 \series bold
26337 prettyref
26338 \series default
26339  oder 
26340 \series bold
26341 refstyle
26342 \series default
26343
26344 \begin_inset Index idx
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348 \SpecialChar LaTeX
26349 -Pakete ! prettyref
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \begin_inset Index idx
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 \SpecialChar LaTeX
26360 -Pakete ! refstyle
26361 \end_layout
26362
26363 \end_inset
26364
26365  installiert ist.
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \begin_inset Newline newline
26372 \end_inset
26373
26374 Sie können durch setzen der Option 
26375 \family sans
26376 Verwende refstyle (nicht prettyref) für Querverweise
26377 \family default
26378  im Menü 
26379 \family sans
26380 Dokument\SpecialChar menuseparator
26381 Einstellungen\SpecialChar menuseparator
26382 Dokumentklasse
26383 \family default
26384  wählen, welches \SpecialChar LaTeX
26385 -Paket für diesen Verweistyp verwendet wird.
26386  Das Format wird definiert, indem man den Befehl 
26387 \series bold
26388
26389 \backslash
26390 newrefformat
26391 \series default
26392  (prettyref) oder 
26393 \series bold
26394
26395 \backslash
26396 newref
26397 \series default
26398  (refstyle) in den \SpecialChar LaTeX
26399 -Vorspann einfügt.
26400  Z.
26401 \begin_inset space \thinspace{}
26402 \end_inset
26403
26404 B.
26405  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
26406  
26407 \begin_inset Quotes eld
26408 \end_inset
26409
26410
26411 \family sans
26412 abb
26413 \family default
26414
26415 \begin_inset Quotes erd
26416 \end_inset
26417
26418 ) mit dem Befehle
26419 \begin_inset Newline newline
26420 \end_inset
26421
26422
26423 \series bold
26424
26425 \backslash
26426 newref{abb}{refcmd={Bild auf Seite 
26427 \backslash
26428 pageref{#1}}}
26429 \series default
26430
26431 \begin_inset Newline newline
26432 \end_inset
26433
26434 geändert werden.
26435  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
26436 en verwiesen, 
26437 \begin_inset CommandInset citation
26438 LatexCommand cite
26439 key "prettyref,refstyle"
26440 literal "true"
26441
26442 \end_inset
26443
26444 .
26445 \begin_inset Newline newline
26446 \end_inset
26447
26448 Die Optionen 
26449 \family sans
26450 Plural
26451 \family default
26452  und 
26453 \family sans
26454 Großschreibung
26455 \family default
26456  sind nur verfügbar, wenn Sie das \SpecialChar LaTeX
26457 -Paket 
26458 \series bold
26459 refstyle
26460 \series default
26461  verwenden.
26462  Beide Optionen sind für deutsche Text nicht nützlich, denn 
26463 \family sans
26464 Plural
26465 \family default
26466  fügt ein 
26467 \emph on
26468 s
26469 \emph default
26470  an den Namen an, z.
26471 \begin_inset space \thinspace{}
26472 \end_inset
26473
26474 B.
26475  
26476 \begin_inset Quotes gld
26477 \end_inset
26478
26479 Abbildungs
26480 \begin_inset Quotes grd
26481 \end_inset
26482
26483  und 
26484 \family sans
26485 Großschreibung
26486 \family default
26487  gibt den Namen großgeschrieben aus, z.
26488 \begin_inset space \thinspace{}
26489 \end_inset
26490
26491 B.
26492  
26493 \begin_inset Quotes gld
26494 \end_inset
26495
26496 Abbildung
26497 \begin_inset Quotes grd
26498 \end_inset
26499
26500 , was aber bereits die Voreinstellung ist.
26501 \end_layout
26502
26503 \begin_layout Description
26504 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
26505 \begin_inset CommandInset ref
26506 LatexCommand nameref
26507 reference "fig:Zwei-Teilabbildungen"
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \begin_layout Description
26515 Nur
26516 \begin_inset space ~
26517 \end_inset
26518
26519 Marke: gibt nur die \SpecialChar LaTeX
26520 -Marke der Referenz aus: 
26521 \begin_inset CommandInset ref
26522 LatexCommand labelonly
26523 reference "fig:Zwei-Teilabbildungen"
26524 plural "false"
26525 caps "false"
26526 noprefix "false"
26527
26528 \end_inset
26529
26530
26531 \begin_inset Newline newline
26532 \end_inset
26533
26534 Damit kann man die Marke für Befehle im \SpecialChar TeX
26535 -Code verwenden.
26536  Mit der Option 
26537 \family sans
26538 Ohne
26539 \begin_inset space ~
26540 \end_inset
26541
26542 Präfix
26543 \family default
26544  kann der Präfix des Markennamens weggelassen werden: 
26545 \begin_inset CommandInset ref
26546 LatexCommand labelonly
26547 reference "fig:Zwei-Teilabbildungen"
26548 plural "false"
26549 caps "false"
26550 noprefix "true"
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Standard
26558
26559 \family sans
26560 <Seite>
26561 \family default
26562  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
26563  vorherigen, der selben oder der nächsten Seite befindet.
26564  Stattdessen wird z.
26565 \begin_inset space \thinspace{}
26566 \end_inset
26567
26568 B.
26569  der Text 
26570 \begin_inset Quotes gld
26571 \end_inset
26572
26573
26574 \family sans
26575 auf dieser Seite
26576 \family default
26577
26578 \begin_inset Quotes grd
26579 \end_inset
26580
26581  gedruckt.
26582  Der Stil 
26583 \family sans
26584 <Querverweis>
26585 \begin_inset space ~
26586 \end_inset
26587
26588 auf
26589 \begin_inset space ~
26590 \end_inset
26591
26592 Seite
26593 \begin_inset space ~
26594 \end_inset
26595
26596 <Seite>
26597 \family default
26598  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
26599  Seite ist.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
26604  automatisch von \SpecialChar LaTeX
26605  berechnet.
26606  Die Stile können im Feld 
26607 \family sans
26608 Format
26609 \family default
26610  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
26611  einen Querverweis klicken.
26612 \end_layout
26613
26614 \begin_layout Standard
26615 \begin_inset Note Greyedout
26616 status open
26617
26618 \begin_layout Plain Layout
26619
26620 \series bold
26621 Bemerkung:
26622 \series default
26623  Es wird empfohlen, das \SpecialChar LaTeX
26624 -Paket 
26625 \series bold
26626 refstyle
26627 \series default
26628
26629 \begin_inset Index idx
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633 \SpecialChar LaTeX
26634 -Pakete ! refstyle
26635 \end_layout
26636
26637 \end_inset
26638
26639  zu verwenden, da 
26640 \series bold
26641 prettyref
26642 \series default
26643
26644 \begin_inset Index idx
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 \SpecialChar LaTeX
26649 -Pakete ! prettyref
26650 \end_layout
26651
26652 \end_inset
26653
26654  nicht alle möglichen \SpecialChar LyX
26655 -Marken-Kürzel
26656 \begin_inset Foot
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660  
26661 \begin_inset Quotes gld
26662 \end_inset
26663
26664 abb:
26665 \begin_inset Quotes grd
26666 \end_inset
26667
26668  ist z.
26669 \begin_inset space \thinspace{}
26670 \end_inset
26671
26672 B.
26673  \SpecialChar LyX
26674 ' Kürzel für Marken in Bildbeschriftungen.
26675 \end_layout
26676
26677 \end_inset
26678
26679  kennt und auch nicht internationalisiert ist.
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \begin_layout Subsection
26688 Automatische Querverweisnamen
26689 \begin_inset Index idx
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693 Querverweise ! Automatische Namen 
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \begin_layout Standard
26702 Das \SpecialChar LaTeX
26703 -Paket 
26704 \series bold
26705 hyperref
26706 \series default
26707
26708 \begin_inset Index idx
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712 \SpecialChar LaTeX
26713 -Pakete ! hyperref
26714 \end_layout
26715
26716 \end_inset
26717
26718 , das in den
26719 \family sans
26720  PDF-Eigenschaften
26721 \family default
26722  im 
26723 \family sans
26724 Dokument-Einstellungen
26725 \family default
26726  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
26727  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
26728  wie 
26729 \emph on
26730 Abschnitt
26731 \emph default
26732 ).
26733  Sie müssen damit z.
26734 \begin_inset space \thinspace{}
26735 \end_inset
26736
26737 B.
26738  nicht mehr den Namen 
26739 \begin_inset Quotes gld
26740 \end_inset
26741
26742 Abbildung
26743 \begin_inset Quotes grd
26744 \end_inset
26745
26746  vor jeden Querverweis auf eine Abbildung schreiben.
26747  Um diese Funktion benutzen zu können, aktivieren Sie 
26748 \series bold
26749 hyperref
26750 \series default
26751  und fügen diese Zeile in den \SpecialChar LaTeX
26752 -Vorspann ein:
26753 \end_layout
26754
26755 \begin_layout Standard
26756
26757 \series bold
26758
26759 \backslash
26760 AtBeginDocument{
26761 \backslash
26762 renewcommand{
26763 \backslash
26764 ref}[1]{
26765 \backslash
26766 mbox{
26767 \backslash
26768 autoref{#1}}}}
26769 \end_layout
26770
26771 \begin_layout Standard
26772 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
26773 \begin_inset space \thinspace{}
26774 \end_inset
26775
26776 B.
26777  statt 
26778 \begin_inset Quotes gld
26779 \end_inset
26780
26781 Abschnitt
26782 \begin_inset Quotes grd
26783 \end_inset
26784
26785  den Namen 
26786 \begin_inset Quotes gld
26787 \end_inset
26788
26789 Kap.
26790 \begin_inset space \thinspace{}
26791 \end_inset
26792
26793
26794 \begin_inset Quotes grd
26795 \end_inset
26796
26797 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
26798 \end_layout
26799
26800 \begin_layout Standard
26801
26802 \series bold
26803
26804 \backslash
26805 addto
26806 \backslash
26807 extrasngerman{
26808 \backslash
26809 renewcommand{
26810 \backslash
26811 sectionautorefname}
26812 \begin_inset Newline newline
26813 \end_inset
26814
26815
26816 \begin_inset Phantom HPhantom
26817 status open
26818
26819 \begin_layout Plain Layout
26820
26821 \series bold
26822 \begin_inset space ~
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829
26830 {Kap.
26831 \backslash
26832 negthinspace}}
26833 \end_layout
26834
26835 \begin_layout Standard
26836 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
26837 \begin_inset Newline newline
26838 \end_inset
26839
26840
26841 \series bold
26842
26843 \backslash
26844 extrasngerman
26845 \series default
26846  durch 
26847 \series bold
26848
26849 \backslash
26850 extras***
26851 \series default
26852 , wobei *** der Name der verwendeten Sprache ist.
26853 \end_layout
26854
26855 \begin_layout Standard
26856 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
26857  z.
26858 \begin_inset space \thinspace{}
26859 \end_inset
26860
26861 B.
26862  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
26863 \end_layout
26864
26865 \begin_layout Standard
26866
26867 \series bold
26868
26869 \backslash
26870 addto
26871 \backslash
26872 extrasngerman{
26873 \backslash
26874 renewcommand*{
26875 \backslash
26876 equationautorefname}[1]{}}
26877 \end_layout
26878
26879 \begin_layout Standard
26880 Mehr über dieses Thema finden Sie in der 
26881 \series bold
26882 hyperref
26883 \series default
26884 -Dokumentation 
26885 \begin_inset CommandInset citation
26886 LatexCommand cite
26887 key "hyperref"
26888 literal "true"
26889
26890 \end_inset
26891
26892 .
26893 \end_layout
26894
26895 \begin_layout Standard
26896 \begin_inset Note Greyedout
26897 status open
26898
26899 \begin_layout Plain Layout
26900
26901 \series bold
26902 Bemerkung:
26903 \series default
26904  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
26905  als Querverweisstil 
26906 \family sans
26907 Formatierter
26908 \begin_inset space ~
26909 \end_inset
26910
26911 Querverweis
26912 \family default
26913  benutzen, wie in Abschnitt
26914 \begin_inset space ~
26915 \end_inset
26916
26917
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "uab:Querverweis-Formate"
26921
26922 \end_inset
26923
26924  beschrieben.
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Standard
26933 Das 
26934 \emph on
26935 Mathe
26936 \emph default
26937  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
26938 \end_layout
26939
26940 \begin_layout Subsection
26941 Querverweis-Position
26942 \begin_inset CommandInset label
26943 LatexCommand label
26944 name "uab:Querverweis-Position"
26945
26946 \end_inset
26947
26948
26949 \begin_inset Index idx
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953 Querverweise !  Position
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 Wenn Sie 
26963 \series bold
26964 hyperref
26965 \series default
26966
26967 \begin_inset Index idx
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 \SpecialChar LaTeX
26972 -Pakete ! hyperref
26973 \end_layout
26974
26975 \end_inset
26976
26977  in den
26978 \family sans
26979  PDF-Eigenschaften
26980 \family default
26981  im 
26982 \family sans
26983 Dokument-Einstellungen
26984 \family default
26985  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
26986  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
26987  und Sie werden das Bild ohne Scrollen nicht sehen.
26988  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
26989  ist.
26990  Wenn Sie das  \SpecialChar LaTeX
26991 -Paket 
26992 \series bold
26993 hypcap
26994 \series default
26995
26996 \begin_inset Index idx
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 \SpecialChar LaTeX
27001 -Pakete ! hypcap
27002 \end_layout
27003
27004 \end_inset
27005
27006 , das Teil des \SpecialChar LaTeX
27007 -Pakets 
27008 \series bold
27009 oberdiek
27010 \series default
27011
27012 \begin_inset Index idx
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016 \SpecialChar LaTeX
27017 -Pakete ! oberdiek
27018 \end_layout
27019
27020 \end_inset
27021
27022  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
27023  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
27024 -Paket 
27025 \series bold
27026 hypcap
27027 \series default
27028  zunächst in den \SpecialChar LaTeX
27029 -Vorspann laden:
27030 \end_layout
27031
27032 \begin_layout Standard
27033
27034 \series bold
27035
27036 \backslash
27037 usepackage[figure]{hypcap}
27038 \end_layout
27039
27040 \begin_layout Standard
27041 Sie können 
27042 \series bold
27043 hypcap
27044 \series default
27045  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
27046  nicht empfohlen.
27047  Weitere Informationen finden Sie im
27048 \series bold
27049  hypcap
27050 \series default
27051 -Handbuch 
27052 \begin_inset CommandInset citation
27053 LatexCommand cite
27054 key "hypcap"
27055 literal "true"
27056
27057 \end_inset
27058
27059 .
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset Note Greyedout
27064 status open
27065
27066 \begin_layout Plain Layout
27067
27068 \series bold
27069 Bemerkung:
27070 \series default
27071  
27072 \series bold
27073 hypcap
27074 \series medium
27075  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Section
27084 Gleitobjekt-Platzierung
27085 \begin_inset CommandInset label
27086 LatexCommand label
27087 name "abs:Gleitobjekt-Platzierung"
27088
27089 \end_inset
27090
27091
27092 \begin_inset Index idx
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 Gleitobjekte ! Platzierung
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
27106 \family sans
27107 Einstellungen 
27108 \family default
27109 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
27110 -Optionen für die Gleitobjekt-Platzierung
27111  ändern können.
27112 \begin_inset Newline newline
27113 \end_inset
27114
27115 Die Option 
27116 \family sans
27117 Spalten
27118 \begin_inset space ~
27119 \end_inset
27120
27121 überspannen
27122 \family default
27123  ist nur bei zweispaltigen Dokumenten sinnvoll.
27124  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
27125 \begin_inset Newline newline
27126 \end_inset
27127
27128 Die Option 
27129 \family sans
27130 Seitwärts
27131 \begin_inset space ~
27132 \end_inset
27133
27134 drehen
27135 \family default
27136  ist in Abschnitt 
27137 \begin_inset CommandInset ref
27138 LatexCommand ref
27139 reference "abs:Gedrehte-Gleitobjekte"
27140
27141 \end_inset
27142
27143  beschrieben.
27144 \end_layout
27145
27146 \begin_layout Standard
27147 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
27148  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
27149  Sie die Option 
27150 \family sans
27151 Standard-Platzierung
27152 \begin_inset space ~
27153 \end_inset
27154
27155 verwenden
27156 \family default
27157  nicht verwenden:
27158 \end_layout
27159
27160 \begin_layout Description
27161 Hier
27162 \begin_inset space ~
27163 \end_inset
27164
27165 wenn
27166 \begin_inset space ~
27167 \end_inset
27168
27169 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
27170 \end_layout
27171
27172 \begin_layout Description
27173 Anfang
27174 \begin_inset space ~
27175 \end_inset
27176
27177 der
27178 \begin_inset space ~
27179 \end_inset
27180
27181 Seite
27182 \family sans
27183  
27184 \family default
27185 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
27186  Gleitobjekte, die maximal 70
27187 \begin_inset space \thinspace{}
27188 \end_inset
27189
27190 % einer Seite benötigen, dürfen oben platziert werden.
27191  Dies kann durch die Variable 
27192 \series bold
27193
27194 \backslash
27195 topfraction
27196 \series default
27197  im \SpecialChar LaTeX
27198 -Vorspann überschrieben werden, zum Beispiel: 
27199 \end_layout
27200
27201 \begin_deeper
27202 \begin_layout Standard
27203
27204 \series bold
27205
27206 \backslash
27207 renewcommand{
27208 \backslash
27209 topfraction}{0.9}
27210 \family typewriter
27211 \series default
27212  
27213 \end_layout
27214
27215 \end_deeper
27216 \begin_layout Description
27217 Ende
27218 \begin_inset space ~
27219 \end_inset
27220
27221 der
27222 \begin_inset space ~
27223 \end_inset
27224
27225 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
27226  Gleitobjekte, die maximal 30
27227 \begin_inset space \thinspace{}
27228 \end_inset
27229
27230 % einer Seite benötigen, dürfen unten platziert werden.
27231  Dies kann durch die Variable 
27232 \series bold
27233
27234 \backslash
27235 bottomfraction
27236 \series default
27237  im \SpecialChar LaTeX
27238 -Vorspann überschrieben werden, zum Beispiel setzt 
27239 \end_layout
27240
27241 \begin_deeper
27242 \begin_layout Standard
27243
27244 \series bold
27245
27246 \backslash
27247 renewcommand{
27248 \backslash
27249 bottomfraction}{0.5}
27250 \end_layout
27251
27252 \begin_layout Standard
27253 die oftmals zu kleine untere Grenze auf 50
27254 \begin_inset space \thinspace{}
27255 \end_inset
27256
27257 %.
27258 \end_layout
27259
27260 \end_deeper
27261 \begin_layout Description
27262 Seite
27263 \begin_inset space ~
27264 \end_inset
27265
27266 mit
27267 \begin_inset space ~
27268 \end_inset
27269
27270 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
27271  Nur wenn mehr als 50
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
27276  Gleitobjekte bereitgestellt.
27277  Dies kann durch die Variable 
27278 \series bold
27279
27280 \backslash
27281 floatpagefraction 
27282 \series default
27283 im \SpecialChar LaTeX
27284 -Vorspann überschrieben werden.
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Die Reihenfolge der obigen Optionen wird 
27289 \emph on
27290 immer
27291 \emph default
27292  von \SpecialChar LaTeX
27293  verwendet.
27294  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27295  zuerst versuchen
27296  
27297 \family sans
27298 Hier
27299 \begin_inset space \space{}
27300 \end_inset
27301
27302 wenn
27303 \begin_inset space \space{}
27304 \end_inset
27305
27306 möglich
27307 \family default
27308 , dann 
27309 \family sans
27310 Anfang
27311 \begin_inset space ~
27312 \end_inset
27313
27314 der
27315 \begin_inset space ~
27316 \end_inset
27317
27318 Seite
27319 \family default
27320  und dann die anderen Optionen anzuwenden.
27321  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
27322  nur die von Ihnen
27323  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
27324  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
27325 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
27326 \end_layout
27327
27328 \begin_layout Standard
27329 Die Option 
27330 \family sans
27331 Hier,
27332 \begin_inset space ~
27333 \end_inset
27334
27335 auf
27336 \begin_inset space ~
27337 \end_inset
27338
27339 jeden
27340 \begin_inset space ~
27341 \end_inset
27342
27343 Fall
27344 \family default
27345  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
27346  fast druckreif ist.
27347  Denn mit der Option kann das Objekt nicht mehr 
27348 \emph on
27349 gleiten
27350 \emph default
27351 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
27352  oftmals zerstört.
27353 \end_layout
27354
27355 \begin_layout Standard
27356 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
27357  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
27358 \begin_inset VSpace bigskip
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Standard
27365 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
27366 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
27367  das Gleitobjekt sei Teil des vorherigen Abschnitts.
27368  Das kann mit dem \SpecialChar LaTeX
27369 -Befehl
27370 \series bold
27371  
27372 \backslash
27373 suppressfloats
27374 \series default
27375  verhindert werden.
27376  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
27377  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
27378  gesetzt wird.
27379  Dazu müssen Sie im \SpecialChar LaTeX
27380 -Vorspann folgende Befehle einfügen:
27381 \end_layout
27382
27383 \begin_layout Standard
27384
27385 \series bold
27386
27387 \backslash
27388 let
27389 \backslash
27390 meinAbschnitt
27391 \backslash
27392 section
27393 \begin_inset Newline newline
27394 \end_inset
27395
27396
27397 \backslash
27398 renewcommand{
27399 \backslash
27400 section}{
27401 \backslash
27402 suppressfloats[t]
27403 \backslash
27404 meinAbschnitt}
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
27409  Unterabschnitten festlegen.
27410  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
27411  \SpecialChar LaTeX
27412  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
27413 \end_layout
27414
27415 \begin_layout Standard
27416 Es gibt auch noch das \SpecialChar LaTeX
27417 -Paket 
27418 \series bold
27419 flafter
27420 \series default
27421
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 \SpecialChar LaTeX
27427 -Pakete ! flafter
27428 \end_layout
27429
27430 \end_inset
27431
27432  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
27433  gedruckt wird.
27434 \end_layout
27435
27436 \begin_layout Standard
27437 \begin_inset VSpace bigskip
27438 \end_inset
27439
27440 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
27441  Dafür gibt es das \SpecialChar LaTeX
27442 -Paket 
27443 \series bold
27444 endfloat
27445 \series default
27446
27447 \begin_inset Index idx
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 \SpecialChar LaTeX
27452 -Pakete ! endfloat
27453 \end_layout
27454
27455 \end_inset
27456
27457 .
27458  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
27459  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
27460  
27461 \family sans
27462
27463 \begin_inset Quotes gld
27464 \end_inset
27465
27466 [Abbildung
27467 \begin_inset space ~
27468 \end_inset
27469
27470 3.2 ist ungefähr hier.]
27471 \family default
27472
27473 \begin_inset Quotes grd
27474 \end_inset
27475
27476  finden.
27477  Das 
27478 \series bold
27479 endfloat
27480 \series default
27481 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
27482 -Vorspann eingefügt:
27483 \end_layout
27484
27485 \begin_layout Standard
27486
27487 \series bold
27488
27489 \backslash
27490 usepackage[Optionen]{endfloat}
27491 \end_layout
27492
27493 \begin_layout Standard
27494 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
27495  Tabellen-Abschnitte, die Sie in der 
27496 \series bold
27497 endfloat
27498 \series default
27499 -Dokumentation 
27500 \begin_inset CommandInset citation
27501 LatexCommand cite
27502 key "endfloat"
27503 literal "true"
27504
27505 \end_inset
27506
27507  nachlesen können.
27508 \begin_inset Newline newline
27509 \end_inset
27510
27511
27512 \begin_inset Note Greyedout
27513 status open
27514
27515 \begin_layout Plain Layout
27516
27517 \series bold
27518 Bemerkung
27519 \begin_inset space ~
27520 \end_inset
27521
27522 1: endfloat
27523 \series default
27524  übersetzt den Hinweistext nicht automatisch.
27525  Abschnitt
27526 \begin_inset space ~
27527 \end_inset
27528
27529 4 in 
27530 \begin_inset CommandInset citation
27531 LatexCommand cite
27532 key "endfloat"
27533 literal "true"
27534
27535 \end_inset
27536
27537  beschreibt, wie es geht.
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 \begin_inset Note Greyedout
27547 status open
27548
27549 \begin_layout Plain Layout
27550
27551 \series bold
27552 Bemerkung
27553 \begin_inset space ~
27554 \end_inset
27555
27556 2: 
27557 \series default
27558 Die aktuelle Version von 
27559 \series bold
27560 endfloat
27561 \series default
27562  hat einen Fehler, wenn die Überschrift ein 
27563 \begin_inset Quotes gld
27564 \end_inset
27565
27566 ß
27567 \begin_inset Quotes grd
27568 \end_inset
27569
27570  enthält.
27571  Sie müssen stattdessen den Befehl 
27572 \series bold
27573
27574 \backslash
27575 ss
27576 \series default
27577  als \SpecialChar TeX
27578 -Code benutzen.
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 \begin_inset VSpace bigskip
27588 \end_inset
27589
27590 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
27591 -Büchern
27592  wie 
27593 \begin_inset CommandInset citation
27594 LatexCommand cite
27595 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
27596 literal "true"
27597
27598 \end_inset
27599
27600 .
27601 \end_layout
27602
27603 \begin_layout Section
27604 Gedrehte Gleitobjekte
27605 \begin_inset CommandInset label
27606 LatexCommand label
27607 name "abs:Gedrehte-Gleitobjekte"
27608
27609 \end_inset
27610
27611
27612 \begin_inset Index idx
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616 Gleitobjekte ! drehen
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Standard
27625 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
27626 t drehen.
27627  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
27628  und die Option 
27629 \family sans
27630 Seitwärts
27631 \begin_inset space ~
27632 \end_inset
27633
27634 drehen
27635 \family default
27636  wählen.
27637 \end_layout
27638
27639 \begin_layout Standard
27640 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
27641  sie ein mehrspaltiges Dokument haben) gedruckt.
27642  Sie können mehrere Spalten überspannen, wenn die Option 
27643 \family sans
27644 Spalten
27645 \begin_inset space ~
27646 \end_inset
27647
27648 überspannen
27649 \family default
27650  in den Gleitobjekt Einstellungen gewählt ist.
27651  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
27652  werden können.
27653  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
27654  Option 
27655 \series bold
27656 figuresleft
27657 \series default
27658  oder 
27659 \series bold
27660 figuresright
27661 \series default
27662  zu den Dokumentklassen-Optionen hinzu.
27663 \end_layout
27664
27665 \begin_layout Standard
27666 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
27667  Tabelle
27668 \begin_inset space ~
27669 \end_inset
27670
27671
27672 \begin_inset CommandInset ref
27673 LatexCommand ref
27674 reference "tab:Gedrehte-Tabelle"
27675
27676 \end_inset
27677
27678  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
27679 \end_layout
27680
27681 \begin_layout Standard
27682 \begin_inset Note Greyedout
27683 status open
27684
27685 \begin_layout Plain Layout
27686
27687 \series bold
27688 Bemerkung:
27689 \series default
27690  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset Float table
27700 wide false
27701 sideways true
27702 status open
27703
27704 \begin_layout Plain Layout
27705 \begin_inset Caption Standard
27706
27707 \begin_layout Plain Layout
27708 \begin_inset CommandInset label
27709 LatexCommand label
27710 name "tab:Gedrehte-Tabelle"
27711
27712 \end_inset
27713
27714 Gedrehte Tabelle
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Plain Layout
27723 \align center
27724 \begin_inset Tabular
27725 <lyxtabular version="3" rows="1" columns="5">
27726 <features tabularvalignment="middle">
27727 <column alignment="center" valignment="top">
27728 <column alignment="center" valignment="top">
27729 <column alignment="center" valignment="top">
27730 <column alignment="center" valignment="top">
27731 <column alignment="center" valignment="top">
27732 <row>
27733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 Test
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 b
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 c
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Plain Layout
27764 d
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 e
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 </row>
27779 </lyxtabular>
27780
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Section
27792 Untergleitobjekte
27793 \begin_inset Index idx
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 Gleitobjekte ! Untergleitobjekte
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Standard
27806 Untergleitobjekte werden z.
27807 \begin_inset space \thinspace{}
27808 \end_inset
27809
27810 B.
27811  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
27812  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
27813  eingefügt wird.
27814  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
27815  in Tabelle
27816 \begin_inset space ~
27817 \end_inset
27818
27819
27820 \begin_inset CommandInset ref
27821 LatexCommand ref
27822 reference "tab:Untertabellen-nebeneinander"
27823
27824 \end_inset
27825
27826  und 
27827 \begin_inset CommandInset ref
27828 LatexCommand ref
27829 reference "tab:Untertabellen-übereinander"
27830
27831 \end_inset
27832
27833 .
27834 \end_layout
27835
27836 \begin_layout Standard
27837 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
27838 \begin_inset space ~
27839 \end_inset
27840
27841
27842 \begin_inset CommandInset ref
27843 LatexCommand ref
27844 reference "tab:Untertabelle-a"
27845
27846 \end_inset
27847
27848  und 
27849 \begin_inset CommandInset ref
27850 LatexCommand ref
27851 reference "tab:Untertabelle-b"
27852
27853 \end_inset
27854
27855  sind Untertabellen von Tabelle
27856 \begin_inset space ~
27857 \end_inset
27858
27859
27860 \begin_inset CommandInset ref
27861 LatexCommand ref
27862 reference "tab:Untertabellen-nebeneinander"
27863
27864 \end_inset
27865
27866 .
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset Float table
27871 wide false
27872 sideways false
27873 status open
27874
27875 \begin_layout Plain Layout
27876 \begin_inset Caption Standard
27877
27878 \begin_layout Plain Layout
27879 \begin_inset CommandInset label
27880 LatexCommand label
27881 name "tab:Untertabellen-nebeneinander"
27882
27883 \end_inset
27884
27885 Zwei Untertabellen nebeneinander.
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \begin_layout Plain Layout
27894 \align center
27895 \begin_inset space \hfill{}
27896 \end_inset
27897
27898
27899 \begin_inset Float table
27900 wide false
27901 sideways false
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 \begin_inset Caption Standard
27906
27907 \begin_layout Plain Layout
27908 \begin_inset CommandInset label
27909 LatexCommand label
27910 name "tab:Untertabelle-a"
27911
27912 \end_inset
27913
27914 Dies ist Untertabelle a.
27915 \end_layout
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \begin_layout Plain Layout
27923 \align center
27924 \begin_inset Tabular
27925 <lyxtabular version="3" rows="1" columns="5">
27926 <features tabularvalignment="middle">
27927 <column alignment="center" valignment="top">
27928 <column alignment="center" valignment="top">
27929 <column alignment="center" valignment="top">
27930 <column alignment="center" valignment="top">
27931 <column alignment="center" valignment="top">
27932 <row>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 Test
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 b
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955 c
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Plain Layout
27964 d
27965 \end_layout
27966
27967 \end_inset
27968 </cell>
27969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 e
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 </row>
27979 </lyxtabular>
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \begin_inset space \hfill{}
27990 \end_inset
27991
27992
27993 \begin_inset Float table
27994 wide false
27995 sideways false
27996 status collapsed
27997
27998 \begin_layout Plain Layout
27999 \begin_inset Caption Standard
28000
28001 \begin_layout Plain Layout
28002 \begin_inset CommandInset label
28003 LatexCommand label
28004 name "tab:Untertabelle-b"
28005
28006 \end_inset
28007
28008 Dies ist Untertabelle b.
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Plain Layout
28017 \align center
28018 \begin_inset Tabular
28019 <lyxtabular version="3" rows="1" columns="5">
28020 <features tabularvalignment="middle">
28021 <column alignment="center" valignment="top">
28022 <column alignment="center" valignment="top">
28023 <column alignment="center" valignment="top">
28024 <column alignment="center" valignment="top">
28025 <column alignment="center" valignment="top">
28026 <row>
28027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 e
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 d
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Plain Layout
28049 c
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Plain Layout
28058 b
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28064 \begin_inset Text
28065
28066 \begin_layout Plain Layout
28067 Test
28068 \end_layout
28069
28070 \end_inset
28071 </cell>
28072 </row>
28073 </lyxtabular>
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset space \hfill{}
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \begin_layout Standard
28095 \begin_inset Float table
28096 wide false
28097 sideways false
28098 status open
28099
28100 \begin_layout Plain Layout
28101 \begin_inset Caption Standard
28102
28103 \begin_layout Plain Layout
28104 \begin_inset CommandInset label
28105 LatexCommand label
28106 name "tab:Untertabellen-übereinander"
28107
28108 \end_inset
28109
28110 Zwei Untertabellen übereinander.
28111  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Plain Layout
28120 \align center
28121 \begin_inset Float table
28122 wide false
28123 sideways false
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 \begin_inset Caption Standard
28128
28129 \begin_layout Plain Layout
28130
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Plain Layout
28139 \align center
28140 \begin_inset Tabular
28141 <lyxtabular version="3" rows="1" columns="4">
28142 <features tabularvalignment="middle">
28143 <column alignment="center" valignment="top">
28144 <column alignment="center" valignment="top">
28145 <column alignment="center" valignment="top">
28146 <column alignment="center" valignment="top">
28147 <row>
28148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28149 \begin_inset Text
28150
28151 \begin_layout Plain Layout
28152 Test
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161 Test
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Plain Layout
28170 Test
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28176 \begin_inset Text
28177
28178 \begin_layout Plain Layout
28179 Test
28180 \end_layout
28181
28182 \end_inset
28183 </cell>
28184 </row>
28185 </lyxtabular>
28186
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Plain Layout
28198 \align center
28199 \begin_inset Float table
28200 wide false
28201 sideways false
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 \begin_inset Caption Standard
28206
28207 \begin_layout Plain Layout
28208
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Plain Layout
28217 \align center
28218 \begin_inset Tabular
28219 <lyxtabular version="3" rows="1" columns="5">
28220 <features tabularvalignment="middle">
28221 <column alignment="center" valignment="top">
28222 <column alignment="center" valignment="top">
28223 <column alignment="center" valignment="top">
28224 <column alignment="center" valignment="top">
28225 <column alignment="center" valignment="top">
28226 <row>
28227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231 a
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 b
28241 \end_layout
28242
28243 \end_inset
28244 </cell>
28245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28246 \begin_inset Text
28247
28248 \begin_layout Plain Layout
28249 c
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28255 \begin_inset Text
28256
28257 \begin_layout Plain Layout
28258 d
28259 \end_layout
28260
28261 \end_inset
28262 </cell>
28263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28264 \begin_inset Text
28265
28266 \begin_layout Plain Layout
28267 e
28268 \end_layout
28269
28270 \end_inset
28271 </cell>
28272 </row>
28273 </lyxtabular>
28274
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Section
28291 Gleitobjekte nebeneinander
28292 \begin_inset Index idx
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 Gleitobjekte ! nebeneinander
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
28306 \begin_inset space ~
28307 \end_inset
28308
28309
28310 \begin_inset CommandInset ref
28311 LatexCommand ref
28312 reference "abb:Gleitobjekt-links"
28313
28314 \end_inset
28315
28316  und 
28317 \begin_inset CommandInset ref
28318 LatexCommand ref
28319 reference "abb:Gleitobjekt-rechts"
28320
28321 \end_inset
28322
28323  wird nur 
28324 \emph on
28325 ein
28326 \emph default
28327  Gleitobjekt verwendet.
28328  In dieses werden zwei Minipage Boxen eingefügt.
28329 \begin_inset Foot
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 Minipages sind in Abschnitt
28334 \begin_inset space ~
28335 \end_inset
28336
28337
28338 \begin_inset CommandInset ref
28339 LatexCommand ref
28340 reference "abs:Minipage"
28341
28342 \end_inset
28343
28344  erklärt.
28345 \end_layout
28346
28347 \end_inset
28348
28349  Die Breite wird für jede Minipage auf 45
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 -50
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 Spalten% und die Box Ausrichtung auf 
28358 \family sans
28359 Unten
28360 \family default
28361  gesetzt.
28362  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
28363  Gleitobjekt.
28364  Der einzige Unterschied ist, dass die Bildeinheit 
28365 \family sans
28366 Spaltenbreite
28367 \begin_inset space ~
28368 \end_inset
28369
28370 %
28371 \family default
28372  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset Float figure
28377 wide false
28378 sideways false
28379 status open
28380
28381 \begin_layout Plain Layout
28382 \begin_inset Box Frameless
28383 position "b"
28384 hor_pos "c"
28385 has_inner_box 1
28386 inner_pos "t"
28387 use_parbox 0
28388 use_makebox 0
28389 width "45col%"
28390 special "none"
28391 height "1in"
28392 height_special "totalheight"
28393 thickness "0.4pt"
28394 separation "3pt"
28395 shadowsize "4pt"
28396 framecolor "black"
28397 backgroundcolor "none"
28398 status open
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 \begin_inset Graphics
28403         filename ../clipart/2D-intensity-plot.pdf
28404         width 100col%
28405         scaleBeforeRotation
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Plain Layout
28413 \begin_inset Caption Standard
28414
28415 \begin_layout Plain Layout
28416 \begin_inset CommandInset label
28417 LatexCommand label
28418 name "abb:Gleitobjekt-links"
28419
28420 \end_inset
28421
28422 Gleitobjekt auf der linken Seite.
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset space \hfill{}
28434 \end_inset
28435
28436
28437 \begin_inset Box Frameless
28438 position "b"
28439 hor_pos "c"
28440 has_inner_box 1
28441 inner_pos "t"
28442 use_parbox 0
28443 use_makebox 0
28444 width "45col%"
28445 special "none"
28446 height "1in"
28447 height_special "totalheight"
28448 thickness "0.4pt"
28449 separation "3pt"
28450 shadowsize "4pt"
28451 framecolor "black"
28452 backgroundcolor "none"
28453 status open
28454
28455 \begin_layout Plain Layout
28456 \align center
28457 \begin_inset Graphics
28458         filename ../clipart/Star-structure.pdf
28459         width 100col%
28460         scaleBeforeRotation
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Plain Layout
28468 \begin_inset Caption Standard
28469
28470 \begin_layout Plain Layout
28471 \begin_inset CommandInset label
28472 LatexCommand label
28473 name "abb:Gleitobjekt-rechts"
28474
28475 \end_inset
28476
28477 Gleitobjekt auf der rechten Seite.
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Eine alternative und einfachere Methode ist, das Modul 
28497 \family sans
28498 Breitenvariable
28499 \begin_inset space ~
28500 \end_inset
28501
28502 Minipages
28503 \family default
28504  zu verwenden, siehe Abschnitt
28505 \begin_inset space ~
28506 \end_inset
28507
28508
28509 \begin_inset CommandInset ref
28510 LatexCommand ref
28511 reference "abs:Minipage"
28512
28513 \end_inset
28514
28515 .
28516  Breitenvariable Minipages berücksichtigen die Breite der Abbildungen und
28517  Tabellen automatisch, so dass keine explizite Breite angegeben werden muss.
28518  Die \SpecialChar LyX
28519 -Beispieldatei 
28520 \emph on
28521 varwidth-floats-side-by-side
28522 \emph default
28523  zeigt ein paar Beispiele.
28524 \end_layout
28525
28526 \begin_layout Section
28527 Beschriftungs-Formatierung
28528 \begin_inset CommandInset label
28529 LatexCommand label
28530 name "abs:Titel-Formatierung"
28531
28532 \end_inset
28533
28534
28535 \begin_inset Index idx
28536 status collapsed
28537
28538 \begin_layout Plain Layout
28539 Gleitobjekte ! Beschriftung ! Formatierung
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \begin_layout Standard
28548
28549 \family sans
28550 Legende
28551 \family default
28552  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
28553  In \SpecialChar LyX
28554  sehen Titel so aus:  
28555 \family sans
28556
28557 \begin_inset Quotes gld
28558 \end_inset
28559
28560 Abbildung xyz:
28561 \family default
28562
28563 \begin_inset Quotes grd
28564 \end_inset
28565
28566 , gefolgt vom Beschriftungstext, wobei 
28567 \family sans
28568 xyz
28569 \family default
28570  die von \SpecialChar LyX
28571  vergebene Nummer ist.
28572  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
28573  gedruckt.
28574  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
28575 \end_layout
28576
28577 \begin_layout Standard
28578 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
28579 -Paket
28580  
28581 \series bold
28582 caption
28583 \series default
28584
28585 \begin_inset Index idx
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589 \SpecialChar LaTeX
28590 -Pakete ! caption
28591 \end_layout
28592
28593 \end_inset
28594
28595  in den \SpecialChar LaTeX
28596 -Vorspann laden:
28597 \end_layout
28598
28599 \begin_layout Standard
28600
28601 \series bold
28602
28603 \backslash
28604 usepackage[Format-Definition]{caption}
28605 \end_layout
28606
28607 \begin_layout Standard
28608 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
28609  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
28610  verwenden:
28611 \end_layout
28612
28613 \begin_layout Standard
28614
28615 \series bold
28616
28617 \backslash
28618 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28619 \end_layout
28620
28621 \begin_layout Standard
28622 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
28623  definieren.
28624  Dazu laden Sie das 
28625 \series bold
28626 caption
28627 \series default
28628 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
28629  dem Befehl
28630 \end_layout
28631
28632 \begin_layout Standard
28633
28634 \series bold
28635
28636 \backslash
28637 captionsetup[Gleitobjekt-Typ]{Format-Definition}
28638 \end_layout
28639
28640 \begin_layout Standard
28641 Für Abbildung
28642 \begin_inset space ~
28643 \end_inset
28644
28645
28646 \begin_inset CommandInset ref
28647 LatexCommand ref
28648 reference "abb:Langer-Abb-Titel"
28649
28650 \end_inset
28651
28652  und Tabelle
28653 \begin_inset space ~
28654 \end_inset
28655
28656
28657 \begin_inset CommandInset ref
28658 LatexCommand ref
28659 reference "tab:Langer-Tab-Titel"
28660
28661 \end_inset
28662
28663  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
28664 -Vorspann definiert
28665  werden:
28666 \end_layout
28667
28668 \begin_layout Standard
28669
28670 \series bold
28671
28672 \backslash
28673 usepackage[tableposition=top]{caption}
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677
28678 \backslash
28679 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28680 \begin_inset Newline newline
28681 \end_inset
28682
28683
28684 \begin_inset Phantom HPhantom
28685 status open
28686
28687 \begin_layout Plain Layout
28688
28689 \series bold
28690
28691 \backslash
28692 captionsetup[figure]{
28693 \end_layout
28694
28695 \end_inset
28696
28697 labelsep=period}
28698 \begin_inset Newline newline
28699 \end_inset
28700
28701
28702 \backslash
28703 captionsetup[table]{labelfont={bf,sf}}
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset Note Greyedout
28708 status open
28709
28710 \begin_layout Plain Layout
28711
28712 \series bold
28713 Bemerkung:
28714 \series default
28715  Die Option 
28716 \series bold
28717 tableposition=top
28718 \series default
28719  hat keine Auswirkung, wenn eine 
28720 \series bold
28721 KOMA-Script
28722 \series default
28723
28724 \begin_inset Index idx
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728 \SpecialChar LaTeX
28729 -Pakete ! KOMA-Script
28730 \end_layout
28731
28732 \end_inset
28733
28734 -Dokumentklasse verwendet wird.
28735  Hier muss die Option 
28736 \series bold
28737 captions=tableheading
28738 \series default
28739  benutzt werden.
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 Weitere Informationen über das Paket
28749 \series bold
28750  caption
28751 \series default
28752  finden Sie in seiner Dokumentation 
28753 \begin_inset CommandInset citation
28754 LatexCommand cite
28755 key "caption"
28756 literal "true"
28757
28758 \end_inset
28759
28760 .
28761 \end_layout
28762
28763 \begin_layout Standard
28764 Wenn Sie den Namen von 
28765 \begin_inset Quotes gld
28766 \end_inset
28767
28768 Abbildung
28769 \begin_inset Quotes grd
28770 \end_inset
28771
28772  auf 
28773 \begin_inset Quotes gld
28774 \end_inset
28775
28776 Bild
28777 \begin_inset Quotes grd
28778 \end_inset
28779
28780  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
28781 -Vorspann  machen:
28782 \end_layout
28783
28784 \begin_layout Standard
28785
28786 \series bold
28787
28788 \backslash
28789 renewcommand{
28790 \backslash
28791 fnum@figure}{Bild~
28792 \backslash
28793 thefigure}
28794 \end_layout
28795
28796 \begin_layout Standard
28797 wobei 
28798 \series bold
28799
28800 \backslash
28801 thefigure
28802 \series default
28803  die Bildnummer einsetzt und
28804 \series bold
28805  ~
28806 \series default
28807  ein geschütztes Leerzeichen ist.
28808 \end_layout
28809
28810 \begin_layout Standard
28811 \begin_inset VSpace bigskip
28812 \end_inset
28813
28814 Wenn Sie eine 
28815 \series bold
28816 KOMA-Script
28817 \series default
28818
28819 \begin_inset Index idx
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823 \SpecialChar LaTeX
28824 -Pakete ! KOMA-Script
28825 \end_layout
28826
28827 \end_inset
28828
28829 -Dokumentklasse (
28830 \family sans
28831 article (KOMA-Script)
28832 \family default
28833
28834 \family sans
28835 book (KOMA-Script)
28836 \family default
28837
28838 \family sans
28839 letter (KOMA-Script)
28840 \family default
28841  oder 
28842 \family sans
28843 report (KOMA-Script)
28844 \family default
28845 ) benutzen, können Sie anstatt des 
28846 \series bold
28847 caption
28848 \series default
28849 -Paketes den eingebauten Befehl 
28850 \series bold
28851
28852 \backslash
28853 setkomafont
28854 \series default
28855  von 
28856 \series bold
28857 KOMA-Script
28858 \series default
28859  benutzen.
28860  Der Befehl
28861 \end_layout
28862
28863 \begin_layout Standard
28864
28865 \series bold
28866
28867 \backslash
28868 setkomafont{captionlabel}{
28869 \backslash
28870 bfseries}
28871 \end_layout
28872
28873 \begin_layout Standard
28874 im \SpecialChar LaTeX
28875 -Vorspann druckt den Namen fett.
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Weitere Informationen über 
28880 \series bold
28881
28882 \backslash
28883 setkomafont
28884 \series default
28885  finden Sie in der 
28886 \series bold
28887 KOMA-Script
28888 \series default
28889 -Do\SpecialChar softhyphen
28890 ku\SpecialChar softhyphen
28891 men\SpecialChar softhyphen
28892 ta\SpecialChar softhyphen
28893 tion 
28894 \begin_inset CommandInset citation
28895 LatexCommand cite
28896 key "KOMA-Script"
28897 literal "true"
28898
28899 \end_inset
28900
28901 .
28902 \end_layout
28903
28904 \begin_layout Standard
28905 \begin_inset ERT
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909
28910
28911 \backslash
28912 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28913 }
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \begin_inset Note Note
28920 status open
28921
28922 \begin_layout Plain Layout
28923 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 \begin_inset Float figure
28933 placement !p
28934 wide false
28935 sideways false
28936 status open
28937
28938 \begin_layout Plain Layout
28939 \align center
28940 \begin_inset Graphics
28941         filename ../clipart/2D-intensity-plot.pdf
28942         scaleBeforeRotation
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Plain Layout
28950 \begin_inset Caption Standard
28951
28952 \begin_layout Plain Layout
28953 \begin_inset CommandInset label
28954 LatexCommand label
28955 name "abb:Langer-Abb-Titel"
28956
28957 \end_inset
28958
28959 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28960  ist, um das andere Beschriftungsformat zu zeigen.
28961  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
28962 \begin_inset Argument 1
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
28967  ist.
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 \begin_inset ERT
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990
28991
28992 \backslash
28993 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28994 on}
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \begin_layout Standard
29003 \begin_inset Float table
29004 placement !p
29005 wide false
29006 sideways false
29007 status open
29008
29009 \begin_layout Plain Layout
29010 \begin_inset Caption Standard
29011
29012 \begin_layout Plain Layout
29013 \begin_inset CommandInset label
29014 LatexCommand label
29015 name "tab:Langer-Tab-Titel"
29016
29017 \end_inset
29018
29019 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29020  ist, um das andere Beschriftungsformat zu zeigen.
29021  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
29022  benutzt.
29023 \begin_inset Argument 1
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
29028  ist.
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Plain Layout
29042 \align center
29043 \begin_inset Tabular
29044 <lyxtabular version="3" rows="1" columns="5">
29045 <features tabularvalignment="middle">
29046 <column alignment="center" valignment="top">
29047 <column alignment="center" valignment="top">
29048 <column alignment="center" valignment="top">
29049 <column alignment="center" valignment="top">
29050 <column alignment="center" valignment="top">
29051 <row>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 a
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 b
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074 c
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29080 \begin_inset Text
29081
29082 \begin_layout Plain Layout
29083 d
29084 \end_layout
29085
29086 \end_inset
29087 </cell>
29088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29089 \begin_inset Text
29090
29091 \begin_layout Plain Layout
29092 e
29093 \end_layout
29094
29095 \end_inset
29096 </cell>
29097 </row>
29098 </lyxtabular>
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Section
29111 Beschriftungs-Platzierung
29112 \begin_inset CommandInset label
29113 LatexCommand label
29114 name "abs:Titel-Platzierung"
29115
29116 \end_inset
29117
29118
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 Gleitobjekte ! Beschriftung ! Platzierung
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \begin_layout Standard
29132 Normalerweise werden die Beschriftungen wie folgt platziert:
29133 \end_layout
29134
29135 \begin_layout Description
29136 Abbildung: darunter
29137 \end_layout
29138
29139 \begin_layout Description
29140 Tabelle: darüber
29141 \end_layout
29142
29143 \begin_layout Standard
29144 \SpecialChar LaTeX
29145 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
29146  Das heißt wenn Sie eine der Dokument-Klassen 
29147 \family sans
29148 article
29149 \family default
29150
29151 \family sans
29152 book
29153 \family default
29154
29155 \family sans
29156 letter
29157 \family default
29158  oder 
29159 \family sans
29160 report
29161 \family default
29162  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
29163  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
29164 -Paket 
29165 \series bold
29166 caption
29167 \series default
29168
29169 \begin_inset Index idx
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 \SpecialChar LaTeX
29174 -Pakete ! caption
29175 \end_layout
29176
29177 \end_inset
29178
29179  im \SpecialChar LaTeX
29180 -Vorspann mit der Option
29181 \begin_inset Foot
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 In Abschnitt
29186 \begin_inset space ~
29187 \end_inset
29188
29189
29190 \begin_inset CommandInset ref
29191 LatexCommand ref
29192 reference "abs:Titel-Formatierung"
29193
29194 \end_inset
29195
29196  steht mehr über das Paket 
29197 \series bold
29198 caption
29199 \series default
29200 .
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209
29210 \series bold
29211 tableposition=top
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Wenn Sie eine 
29216 \series bold
29217 KOMA-Script
29218 \series default
29219
29220 \begin_inset Index idx
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 \SpecialChar LaTeX
29225 -Pakete ! KOMA-Script
29226 \end_layout
29227
29228 \end_inset
29229
29230 -Dokumentklasse (
29231 \family sans
29232 article (KOMA-Script)
29233 \family default
29234
29235 \family sans
29236 book (KOMA-Script)
29237 \family default
29238
29239 \family sans
29240 letter (KOMA-Script)
29241 \family default
29242  oder 
29243 \family sans
29244 report (KOMA-Script)
29245 \family default
29246 ) benutzen, können Sie alternativ zum 
29247 \series bold
29248 caption
29249 \series default
29250 -Paket die Dokumentklassen-Option
29251 \end_layout
29252
29253 \begin_layout Standard
29254
29255 \series bold
29256 captions=tableheading
29257 \end_layout
29258
29259 \begin_layout Standard
29260 benutzen.
29261 \begin_inset Foot
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Diese Option wird in diesem Dokument verwendet.
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
29275  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
29276  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
29277  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
29278  Beschriftungen überschrieben werden.
29279  Tabelle
29280 \begin_inset space ~
29281 \end_inset
29282
29283
29284 \begin_inset CommandInset ref
29285 LatexCommand ref
29286 reference "tab:Eine-Beschriftung-unterhalb"
29287
29288 \end_inset
29289
29290  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
29291  wurde, obwohl sie über der Tabelle steht.
29292  Zum Vergleich ist die Beschriftung von Tabelle
29293 \begin_inset space ~
29294 \end_inset
29295
29296
29297 \begin_inset CommandInset ref
29298 LatexCommand ref
29299 reference "tab:Eine-normale-Tabellen-Beschriftu"
29300
29301 \end_inset
29302
29303  nicht markiert.
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset Float table
29308 wide false
29309 sideways false
29310 status open
29311
29312 \begin_layout Plain Layout
29313 \begin_inset Caption Below
29314
29315 \begin_layout Plain Layout
29316 \begin_inset CommandInset label
29317 LatexCommand label
29318 name "tab:Eine-Beschriftung-unterhalb"
29319
29320 \end_inset
29321
29322 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Plain Layout
29331 \align center
29332 \begin_inset Tabular
29333 <lyxtabular version="3" rows="3" columns="3">
29334 <features tabularvalignment="middle">
29335 <column alignment="center" valignment="top" width="0pt">
29336 <column alignment="center" valignment="top" width="0pt">
29337 <column alignment="center" valignment="top" width="0pt">
29338 <row>
29339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Plain Layout
29343 1
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Plain Layout
29352 2
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29358 \begin_inset Text
29359
29360 \begin_layout Plain Layout
29361 3
29362 \end_layout
29363
29364 \end_inset
29365 </cell>
29366 </row>
29367 <row>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Plain Layout
29372 Joe
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29378 \begin_inset Text
29379
29380 \begin_layout Plain Layout
29381 Mary
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29387 \begin_inset Text
29388
29389 \begin_layout Plain Layout
29390 Ted
29391 \end_layout
29392
29393 \end_inset
29394 </cell>
29395 </row>
29396 <row>
29397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401 \begin_inset Formula $\int x^{2}dx$
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413 \begin_inset Formula $\left[\begin{array}{cc}
29414 a & b\\
29415 c & d
29416 \end{array}\right]$
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 \begin_inset Formula $1+1=2$
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \end_inset
29435 </cell>
29436 </row>
29437 </lyxtabular>
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 \begin_inset Float table
29451 wide false
29452 sideways false
29453 status open
29454
29455 \begin_layout Plain Layout
29456 \begin_inset Caption Standard
29457
29458 \begin_layout Plain Layout
29459 \begin_inset CommandInset label
29460 LatexCommand label
29461 name "tab:Eine-normale-Tabellen-Beschriftu"
29462
29463 \end_inset
29464
29465 Eine normale Tabellen-Beschriftung.
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Plain Layout
29474 \align center
29475 \begin_inset Tabular
29476 <lyxtabular version="3" rows="3" columns="3">
29477 <features tabularvalignment="middle">
29478 <column alignment="center" valignment="top" width="0pt">
29479 <column alignment="center" valignment="top" width="0pt">
29480 <column alignment="center" valignment="top" width="0pt">
29481 <row>
29482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486 1
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495 2
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504 3
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 </row>
29510 <row>
29511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29512 \begin_inset Text
29513
29514 \begin_layout Plain Layout
29515 Joe
29516 \end_layout
29517
29518 \end_inset
29519 </cell>
29520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29521 \begin_inset Text
29522
29523 \begin_layout Plain Layout
29524 Mary
29525 \end_layout
29526
29527 \end_inset
29528 </cell>
29529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29530 \begin_inset Text
29531
29532 \begin_layout Plain Layout
29533 Ted
29534 \end_layout
29535
29536 \end_inset
29537 </cell>
29538 </row>
29539 <row>
29540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29541 \begin_inset Text
29542
29543 \begin_layout Plain Layout
29544 \begin_inset Formula $\int x^{2}dx$
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout Plain Layout
29556 \begin_inset Formula $\left[\begin{array}{cc}
29557 a & b\\
29558 c & d
29559 \end{array}\right]$
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \end_inset
29566 </cell>
29567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29568 \begin_inset Text
29569
29570 \begin_layout Plain Layout
29571 \begin_inset Formula $1+1=2$
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578 </cell>
29579 </row>
29580 </lyxtabular>
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593 \begin_inset VSpace bigskip
29594 \end_inset
29595
29596 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
29597  Das bewirkt das \SpecialChar LaTeX
29598 -Paket 
29599 \series bold
29600 sidecap
29601 \series default
29602
29603 \begin_inset Index idx
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 \SpecialChar LaTeX
29608 -Pakete ! sidecap
29609 \end_layout
29610
29611 \end_inset
29612
29613 , das so in den \SpecialChar LaTeX
29614 -Vorspann geladen wird:
29615 \end_layout
29616
29617 \begin_layout Standard
29618
29619 \series bold
29620
29621 \backslash
29622 usepackage[Option]{sidecap}
29623 \end_layout
29624
29625 \begin_layout Standard
29626 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
29627  Mit 
29628 \series bold
29629 innercaption
29630 \series default
29631  wird die Beschriftung innen gedruckt.
29632  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
29633  
29634 \series bold
29635 rightcaption
29636 \series default
29637  oder 
29638 \series bold
29639 leftcaption
29640 \series default
29641 .
29642 \end_layout
29643
29644 \begin_layout Standard
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 ifsidecap
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset Note Note
29659 status open
29660
29661 \begin_layout Plain Layout
29662 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
29663 -Paket 
29664 \series bold
29665 sidecap
29666 \series default
29667  installiert ist.
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Um die Beschriftung mit \SpecialChar LyX
29677  seitlich zu drucken, müssen Sie folgende Befehle
29678  in den \SpecialChar LaTeX
29679 -Vorspann schreiben:
29680 \end_layout
29681
29682 \begin_layout Standard
29683 \begin_inset Newpage newpage
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \noindent
29691 \begin_inset CommandInset line
29692 LatexCommand rule
29693 offset "0.5ex"
29694 width "100line%"
29695 height "1pt"
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703
29704 \series bold
29705
29706 \backslash
29707 newcommand{
29708 \backslash
29709 TabBesBeg}[1][1.0]{%
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713
29714 \begin_inset Phantom HPhantom
29715 status open
29716
29717 \begin_layout Plain Layout
29718 \begin_inset space ~
29719 \end_inset
29720
29721
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \backslash
29728 let
29729 \backslash
29730 MyTable
29731 \backslash
29732 table
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736
29737 \begin_inset Phantom HPhantom
29738 status open
29739
29740 \begin_layout Plain Layout
29741
29742 \series medium
29743 \begin_inset space ~
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \backslash
29753 let
29754 \backslash
29755 MyEndtable
29756 \backslash
29757 endtable
29758 \begin_inset Newline newline
29759 \end_inset
29760
29761
29762 \begin_inset Phantom HPhantom
29763 status open
29764
29765 \begin_layout Plain Layout
29766
29767 \series medium
29768 \begin_inset space ~
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \end_inset
29775
29776
29777 \backslash
29778 renewenvironment{table}[1]{
29779 \backslash
29780 begin{SCtable}[#1]##1}{
29781 \backslash
29782 end{SCtable}}}
29783 \end_layout
29784
29785 \begin_layout Standard
29786
29787 \series bold
29788
29789 \backslash
29790 newcommand{
29791 \backslash
29792 TabBesEnd}{%
29793 \begin_inset Newline newline
29794 \end_inset
29795
29796
29797 \begin_inset Phantom HPhantom
29798 status open
29799
29800 \begin_layout Plain Layout
29801 \begin_inset space ~
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \end_inset
29808
29809
29810 \backslash
29811 let
29812 \backslash
29813 table
29814 \backslash
29815 MyTable
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819
29820 \begin_inset Phantom HPhantom
29821 status open
29822
29823 \begin_layout Plain Layout
29824 \begin_inset space ~
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \backslash
29834 let
29835 \backslash
29836 endtable
29837 \backslash
29838 MyEndtable
29839 \end_layout
29840
29841 \begin_layout Standard
29842
29843 \series bold
29844
29845 \backslash
29846 newcommand{
29847 \backslash
29848 FigBesBeg}[1][1.0]{%
29849 \begin_inset Newline newline
29850 \end_inset
29851
29852
29853 \begin_inset Phantom HPhantom
29854 status open
29855
29856 \begin_layout Plain Layout
29857 \begin_inset space ~
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \backslash
29867 let
29868 \backslash
29869 MyFigure
29870 \backslash
29871 figure
29872 \begin_inset Newline newline
29873 \end_inset
29874
29875
29876 \begin_inset Phantom HPhantom
29877 status open
29878
29879 \begin_layout Plain Layout
29880 \begin_inset space ~
29881 \end_inset
29882
29883
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \backslash
29890 let
29891 \backslash
29892 MyEndfigure
29893 \backslash
29894 endfigure
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898
29899 \begin_inset Phantom HPhantom
29900 status open
29901
29902 \begin_layout Plain Layout
29903 \begin_inset space ~
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \backslash
29913 renewenvironment{figure}[1]{
29914 \backslash
29915 begin{SCfigure}[#1]##1}{
29916 \backslash
29917 end{SCfigure}}}
29918 \end_layout
29919
29920 \begin_layout Standard
29921
29922 \series bold
29923
29924 \backslash
29925 newcommand{
29926 \backslash
29927 FigBesEnd}{%
29928 \begin_inset Newline newline
29929 \end_inset
29930
29931
29932 \begin_inset Phantom HPhantom
29933 status open
29934
29935 \begin_layout Plain Layout
29936 \begin_inset space ~
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \backslash
29946 let
29947 \backslash
29948 figure
29949 \backslash
29950 MyFigure
29951 \begin_inset Newline newline
29952 \end_inset
29953
29954
29955 \begin_inset Phantom HPhantom
29956 status open
29957
29958 \begin_layout Plain Layout
29959 \begin_inset space ~
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \backslash
29969 let
29970 \backslash
29971 endfigure
29972 \backslash
29973 MyEndfigure}
29974 \end_layout
29975
29976 \begin_layout Standard
29977 \noindent
29978 \begin_inset CommandInset line
29979 LatexCommand rule
29980 offset "0.5ex"
29981 width "100line%"
29982 height "1pt"
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
29991 ungen seitlich gedruckt werden.
29992  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
29993 \end_layout
29994
29995 \begin_layout Standard
29996
29997 \series bold
29998
29999 \backslash
30000 FigBesBeg
30001 \end_layout
30002
30003 \begin_layout Standard
30004 als \SpecialChar TeX
30005 -Code vor das Gleitobjekt und fügen Sie den Befehl
30006 \end_layout
30007
30008 \begin_layout Standard
30009
30010 \series bold
30011
30012 \backslash
30013 FigBesEnd
30014 \end_layout
30015
30016 \begin_layout Standard
30017 als \SpecialChar TeX
30018 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
30019  zurückkehren wollen.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 Bei Gleitobjekt-Tabellen heißen die Befehle
30024 \end_layout
30025
30026 \begin_layout Standard
30027
30028 \series bold
30029
30030 \backslash
30031 TabBesBeg
30032 \series default
30033  und 
30034 \series bold
30035
30036 \backslash
30037 TabBesEnd
30038 \series default
30039 .
30040 \end_layout
30041
30042 \begin_layout Standard
30043 Abbildung
30044 \begin_inset space ~
30045 \end_inset
30046
30047
30048 \begin_inset CommandInset ref
30049 LatexCommand ref
30050 reference "abb:Beschriftung-neben"
30051
30052 \end_inset
30053
30054  und Tabelle
30055 \begin_inset space ~
30056 \end_inset
30057
30058
30059 \begin_inset CommandInset ref
30060 LatexCommand ref
30061 reference "tab:Beschriftung-neben"
30062
30063 \end_inset
30064
30065  sind Beispiele für seitliche Beschriftungen.
30066 \end_layout
30067
30068 \begin_layout Standard
30069 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
30070  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
30071  der Abbildung.
30072  Das kann man mit dem Befehl
30073 \end_layout
30074
30075 \begin_layout Standard
30076
30077 \series bold
30078
30079 \backslash
30080 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
30081 \end_layout
30082
30083 \begin_layout Standard
30084 im \SpecialChar LaTeX
30085 -Vorspann oder als \SpecialChar TeX
30086 -Code vor dem Gleitobjekt ändern.
30087  Der Gleitobjekt-Typ ist entweder 
30088 \family sans
30089 figure
30090 \family default
30091  oder 
30092 \family sans
30093 table
30094 \family default
30095 , die
30096 \family sans
30097  
30098 \family default
30099 Platzierung ist 
30100 \family typewriter
30101 t
30102 \family default
30103  für oben, 
30104 \family typewriter
30105 c
30106 \family default
30107  für zentriert oder 
30108 \family typewriter
30109 b
30110 \family default
30111  für unten.
30112  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
30113  lautet der Befehl
30114 \end_layout
30115
30116 \begin_layout Standard
30117
30118 \series bold
30119
30120 \backslash
30121 sidecaptionvpos{figure}{c}
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Das wurde in Abbildung
30126 \begin_inset space ~
30127 \end_inset
30128
30129
30130 \begin_inset CommandInset ref
30131 LatexCommand ref
30132 reference "abb:cap-beside-fig-2"
30133
30134 \end_inset
30135
30136  benutzt.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset VSpace medskip
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
30148  Für schmale Bilder/Tabellen, wie in Tabelle
30149 \begin_inset space ~
30150 \end_inset
30151
30152
30153 \begin_inset CommandInset ref
30154 LatexCommand ref
30155 reference "tab:Beschriftung-neben"
30156
30157 \end_inset
30158
30159 , führt dies zu zu schmalen Beschriftungen.
30160  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
30161  Breite des Bildes/der Tabelle multipliziert wird.
30162  Das Ergebnis ist die Beschriftungsbreite.
30163  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
30164  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
30165  Der 
30166 \emph on
30167 Faktor
30168 \emph default
30169  kann entweder als optionales Argument für 
30170 \series bold
30171
30172 \backslash
30173 FigBesBeg
30174 \series default
30175  angegeben werden:
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 FigBesBeg[Faktor]
30184 \end_layout
30185
30186 \begin_layout Standard
30187 oder indem man in der Definition von 
30188 \series bold
30189
30190 \backslash
30191 FigBesBeg
30192 \series default
30193  die 
30194 \series bold
30195 1.0
30196 \series default
30197  mit einem anderen Wert ersetzt.
30198  Bei letzterem ist der angegebene Faktor der Standard wenn 
30199 \series bold
30200
30201 \backslash
30202 FigBesBeg
30203 \series default
30204  ohne Argument verwendet wird.
30205  Für Tabelle
30206 \begin_inset space ~
30207 \end_inset
30208
30209
30210 \begin_inset CommandInset ref
30211 LatexCommand ref
30212 reference "tab:Beschriftung-neben-breiter"
30213
30214 \end_inset
30215
30216  wurde der Faktor 5 verwendet.
30217 \end_layout
30218
30219 \begin_layout Standard
30220 \begin_inset Note Greyedout
30221 status open
30222
30223 \begin_layout Plain Layout
30224
30225 \series bold
30226 Achtung:
30227 \series default
30228  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
30229 erungsoption 
30230 \family sans
30231 Hier,
30232 \begin_inset space ~
30233 \end_inset
30234
30235 auf
30236 \begin_inset space ~
30237 \end_inset
30238
30239 jeden
30240 \begin_inset space ~
30241 \end_inset
30242
30243 Fall
30244 \family default
30245  nicht verwendet werden werden, da diese von 
30246 \series bold
30247 sidecap
30248 \series default
30249  nicht unterstützt wird.
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Standard
30258 \begin_inset VSpace medskip
30259 \end_inset
30260
30261 Weitere Informationen über das Paket
30262 \series bold
30263  sidecap
30264 \series default
30265  finden Sie in seiner Dokumentation 
30266 \begin_inset CommandInset citation
30267 LatexCommand cite
30268 key "sidecap"
30269 literal "true"
30270
30271 \end_inset
30272
30273 .
30274 \end_layout
30275
30276 \begin_layout Standard
30277 \begin_inset Note Greyedout
30278 status open
30279
30280 \begin_layout Plain Layout
30281
30282 \series bold
30283 Bemerkung:
30284 \series default
30285  Das \SpecialChar LaTeX
30286 -Paket 
30287 \series bold
30288 hypcap
30289 \series default
30290 ,
30291 \begin_inset Index idx
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 \SpecialChar LaTeX
30296 -Pakete ! hypcap
30297 \end_layout
30298
30299 \end_inset
30300
30301  das in Abschnitt
30302 \begin_inset space ~
30303 \end_inset
30304
30305
30306 \begin_inset CommandInset ref
30307 LatexCommand ref
30308 reference "uab:Querverweis-Position"
30309
30310 \end_inset
30311
30312  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
30313  Beschriftungen.
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 FigBesBeg 
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Standard
30338 \begin_inset Float figure
30339 wide false
30340 sideways false
30341 status open
30342
30343 \begin_layout Plain Layout
30344 \begin_inset Graphics
30345         filename ../clipart/3D-structure-distort.pdf
30346         scale 50
30347         scaleBeforeRotation
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Plain Layout
30355 \begin_inset Caption Standard
30356
30357 \begin_layout Plain Layout
30358 \begin_inset CommandInset label
30359 LatexCommand label
30360 name "abb:Beschriftung-neben"
30361
30362 \end_inset
30363
30364 Dies ist eine Beschriftung neben einer Abbildung.
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 FigBesEnd
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Standard
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 TabBesBeg 
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \begin_layout Standard
30410 \begin_inset Float table
30411 wide false
30412 sideways false
30413 status open
30414
30415 \begin_layout Plain Layout
30416 \begin_inset Caption Standard
30417
30418 \begin_layout Plain Layout
30419 \begin_inset CommandInset label
30420 LatexCommand label
30421 name "tab:Beschriftung-neben"
30422
30423 \end_inset
30424
30425 Dies ist eine Beschriftung neben einer Tabelle.
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Plain Layout
30434 \begin_inset Tabular
30435 <lyxtabular version="3" rows="4" columns="5">
30436 <features tabularvalignment="middle">
30437 <column alignment="center" valignment="top">
30438 <column alignment="center" valignment="top">
30439 <column alignment="center" valignment="top">
30440 <column alignment="center" valignment="top">
30441 <column alignment="center" valignment="top">
30442 <row>
30443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447 a
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456
30457 \end_layout
30458
30459 \end_inset
30460 </cell>
30461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30462 \begin_inset Text
30463
30464 \begin_layout Plain Layout
30465 b
30466 \end_layout
30467
30468 \end_inset
30469 </cell>
30470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30480 \begin_inset Text
30481
30482 \begin_layout Plain Layout
30483 c
30484 \end_layout
30485
30486 \end_inset
30487 </cell>
30488 </row>
30489 <row>
30490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30491 \begin_inset Text
30492
30493 \begin_layout Plain Layout
30494
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30500 \begin_inset Text
30501
30502 \begin_layout Plain Layout
30503 d
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512
30513 \end_layout
30514
30515 \end_inset
30516 </cell>
30517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30518 \begin_inset Text
30519
30520 \begin_layout Plain Layout
30521 e
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30527 \begin_inset Text
30528
30529 \begin_layout Plain Layout
30530
30531 \end_layout
30532
30533 \end_inset
30534 </cell>
30535 </row>
30536 <row>
30537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30538 \begin_inset Text
30539
30540 \begin_layout Plain Layout
30541 f
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Plain Layout
30550
30551 \end_layout
30552
30553 \end_inset
30554 </cell>
30555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559 g
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30574 \begin_inset Text
30575
30576 \begin_layout Plain Layout
30577 h
30578 \end_layout
30579
30580 \end_inset
30581 </cell>
30582 </row>
30583 <row>
30584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30585 \begin_inset Text
30586
30587 \begin_layout Plain Layout
30588
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30594 \begin_inset Text
30595
30596 \begin_layout Plain Layout
30597 i
30598 \end_layout
30599
30600 \end_inset
30601 </cell>
30602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30603 \begin_inset Text
30604
30605 \begin_layout Plain Layout
30606
30607 \end_layout
30608
30609 \end_inset
30610 </cell>
30611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30612 \begin_inset Text
30613
30614 \begin_layout Plain Layout
30615 j
30616 \end_layout
30617
30618 \end_inset
30619 </cell>
30620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30621 \begin_inset Text
30622
30623 \begin_layout Plain Layout
30624
30625 \end_layout
30626
30627 \end_inset
30628 </cell>
30629 </row>
30630 </lyxtabular>
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648
30649 \backslash
30650 TabBesEnd
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664
30665 \backslash
30666 FigBesBeg 
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680
30681 \backslash
30682 sidecaptionvpos{figure}{c}
30683 \end_layout
30684
30685 \end_inset
30686
30687
30688 \begin_inset Float figure
30689 wide false
30690 sideways false
30691 status open
30692
30693 \begin_layout Plain Layout
30694 \begin_inset Graphics
30695         filename ../clipart/3D-structure-distort.pdf
30696         scale 50
30697         scaleBeforeRotation
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Plain Layout
30705 \begin_inset Caption Standard
30706
30707 \begin_layout Plain Layout
30708 \begin_inset CommandInset label
30709 LatexCommand label
30710 name "abb:cap-beside-fig-2"
30711
30712 \end_inset
30713
30714 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733
30734 \backslash
30735 FigBesEnd
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Standard
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749
30750 \backslash
30751 TabBesBeg[5]
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760 \begin_inset Float table
30761 wide false
30762 sideways false
30763 status open
30764
30765 \begin_layout Plain Layout
30766 \begin_inset Caption Standard
30767
30768 \begin_layout Plain Layout
30769 \begin_inset CommandInset label
30770 LatexCommand label
30771 name "tab:Beschriftung-neben-breiter"
30772
30773 \end_inset
30774
30775 Diese Beschriftung ist breiter als die in Tabelle
30776 \begin_inset space ~
30777 \end_inset
30778
30779
30780 \begin_inset CommandInset ref
30781 LatexCommand ref
30782 reference "tab:Beschriftung-neben"
30783
30784 \end_inset
30785
30786 .
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Plain Layout
30795 \begin_inset Tabular
30796 <lyxtabular version="3" rows="4" columns="5">
30797 <features tabularvalignment="middle">
30798 <column alignment="center" valignment="top">
30799 <column alignment="center" valignment="top">
30800 <column alignment="center" valignment="top">
30801 <column alignment="center" valignment="top">
30802 <column alignment="center" valignment="top">
30803 <row>
30804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30805 \begin_inset Text
30806
30807 \begin_layout Plain Layout
30808 a
30809 \end_layout
30810
30811 \end_inset
30812 </cell>
30813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30814 \begin_inset Text
30815
30816 \begin_layout Plain Layout
30817
30818 \end_layout
30819
30820 \end_inset
30821 </cell>
30822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30823 \begin_inset Text
30824
30825 \begin_layout Plain Layout
30826 b
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835
30836 \end_layout
30837
30838 \end_inset
30839 </cell>
30840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout Plain Layout
30844 c
30845 \end_layout
30846
30847 \end_inset
30848 </cell>
30849 </row>
30850 <row>
30851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30852 \begin_inset Text
30853
30854 \begin_layout Plain Layout
30855
30856 \end_layout
30857
30858 \end_inset
30859 </cell>
30860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30861 \begin_inset Text
30862
30863 \begin_layout Plain Layout
30864 d
30865 \end_layout
30866
30867 \end_inset
30868 </cell>
30869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30870 \begin_inset Text
30871
30872 \begin_layout Plain Layout
30873
30874 \end_layout
30875
30876 \end_inset
30877 </cell>
30878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30879 \begin_inset Text
30880
30881 \begin_layout Plain Layout
30882 e
30883 \end_layout
30884
30885 \end_inset
30886 </cell>
30887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30888 \begin_inset Text
30889
30890 \begin_layout Plain Layout
30891
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 </row>
30897 <row>
30898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30899 \begin_inset Text
30900
30901 \begin_layout Plain Layout
30902 f
30903 \end_layout
30904
30905 \end_inset
30906 </cell>
30907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30908 \begin_inset Text
30909
30910 \begin_layout Plain Layout
30911
30912 \end_layout
30913
30914 \end_inset
30915 </cell>
30916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30917 \begin_inset Text
30918
30919 \begin_layout Plain Layout
30920 g
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30926 \begin_inset Text
30927
30928 \begin_layout Plain Layout
30929
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938 h
30939 \end_layout
30940
30941 \end_inset
30942 </cell>
30943 </row>
30944 <row>
30945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30946 \begin_inset Text
30947
30948 \begin_layout Plain Layout
30949
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958 i
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30964 \begin_inset Text
30965
30966 \begin_layout Plain Layout
30967
30968 \end_layout
30969
30970 \end_inset
30971 </cell>
30972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30973 \begin_inset Text
30974
30975 \begin_layout Plain Layout
30976 j
30977 \end_layout
30978
30979 \end_inset
30980 </cell>
30981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 </row>
30991 </lyxtabular>
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Standard
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009
31010 \backslash
31011 TabBesEnd
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 else
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \begin_inset Note Note
31034 status open
31035
31036 \begin_layout Plain Layout
31037 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
31038 -Paket 
31039 \series bold
31040 sidecap
31041 \series default
31042  nicht installiert ist:
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 Das \SpecialChar LaTeX
31052 -Paket 
31053 \series bold
31054 sidecap
31055 \series default
31056  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 fi
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Section
31076 Gleitobjekt-Verzeichnisse
31077 \begin_inset Index idx
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 Gleitobjekte ! Verzeichnisse
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \end_layout
31088
31089 \begin_layout Standard
31090 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
31091  Sie können mit den Untermenüs von 
31092 \family sans
31093 Einfügen\SpecialChar menuseparator
31094 Liste
31095 \begin_inset space ~
31096 \end_inset
31097
31098 /
31099 \begin_inset space ~
31100 \end_inset
31101
31102 Inhaltsverzeichnis
31103 \family default
31104  eingefügt werden.
31105 \end_layout
31106
31107 \begin_layout Standard
31108 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
31109  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
31110 \end_layout
31111
31112 \begin_layout Standard
31113 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
31114  und ein Tabellen-Verzeichnis.
31115 \end_layout
31116
31117 \begin_layout Chapter
31118 Notizen
31119 \end_layout
31120
31121 \begin_layout Section
31122 \SpecialChar LyX
31123 -Notizen
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Notizen ! \SpecialChar LyX
31129 -Notizen
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 Notizen werden mit einem Klick auf 
31139 \begin_inset Info
31140 type  "icon"
31141 arg   "note-insert"
31142 \end_inset
31143
31144  oder 
31145 \family sans
31146 Einfügen\SpecialChar menuseparator
31147 Notiz
31148 \family default
31149  eingefügt.
31150  Es gibt drei Arten:
31151 \end_layout
31152
31153 \begin_layout Description
31154 \SpecialChar LyX
31155 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
31156  Eine 
31157 \family sans
31158 \SpecialChar LyX
31159 -Notiz
31160 \family default
31161  sieht so aus:
31162 \begin_inset Newline newline
31163 \end_inset
31164
31165
31166 \begin_inset Newline newline
31167 \end_inset
31168
31169
31170 \begin_inset Graphics
31171         filename clipart/LyXNotiz.png
31172         display false
31173         scale 80
31174         scaleBeforeRotation
31175
31176 \end_inset
31177
31178  
31179 \begin_inset Note Note
31180 status open
31181
31182 \begin_layout Plain Layout
31183 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Description
31192 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
31193  \SpecialChar LaTeX
31194 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
31195  exportieren (
31196 \family sans
31197 Datei\SpecialChar menuseparator
31198 Ex\SpecialChar softhyphen
31199 por\SpecialChar softhyphen
31200 tie\SpecialChar softhyphen
31201 ren\SpecialChar menuseparator
31202 LaTeX
31203 \begin_inset space ~
31204 \end_inset
31205
31206 (pdflatex) / (normal)
31207 \family default
31208 .
31209  Ein Kommentar sieht so aus:
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \begin_inset Newline newline
31215 \end_inset
31216
31217
31218 \begin_inset Graphics
31219         filename clipart/Kommentar.png
31220         display false
31221         scale 80
31222         scaleBeforeRotation
31223
31224 \end_inset
31225
31226  
31227 \begin_inset Note Comment
31228 status open
31229
31230 \begin_layout Plain Layout
31231 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Description
31240 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
31241 \begin_inset Newline newline
31242 \end_inset
31243
31244
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248
31249 \begin_inset Graphics
31250         filename clipart/GrauschriftNotiz.png
31251         display false
31252         scale 80
31253         scaleBeforeRotation
31254
31255 \end_inset
31256
31257
31258 \begin_inset Newline newline
31259 \end_inset
31260
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 renewenvironment{lyxgreyedout}
31270 \end_layout
31271
31272 \begin_layout Plain Layout
31273
31274 {
31275 \backslash
31276 textcolor[gray]{0.4}
31277 \backslash
31278 bgroup}{
31279 \backslash
31280 egroup}
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \begin_inset Note Greyedout
31287 status open
31288
31289 \begin_layout Plain Layout
31290 Dies ist Text in einem Kommentar-Kästchen, der nur als Kommentar in der
31291  \SpecialChar LaTeX
31292 -Datei erscheint.
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 renewenvironment{lyxgreyedout}
31306 \end_layout
31307
31308 \begin_layout Plain Layout
31309
31310 {
31311 \backslash
31312 textcolor{blue}
31313 \backslash
31314 bgroup}{
31315 \backslash
31316 egroup}
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Note Note
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
31327 -Definition zurückgesetzt,
31328  weil Grauschriften im \SpecialChar LaTeX
31329 -Vorspann dieses Dokuments blau definiert wurden.
31330  
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339
31340 \begin_inset Newline newline
31341 \end_inset
31342
31343 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
31344  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
31345 \end_layout
31346
31347 \begin_layout Standard
31348 \begin_inset VSpace bigskip
31349 \end_inset
31350
31351 Wenn Sie auf den Werkzeugleistenknopf 
31352 \family sans
31353
31354 \begin_inset Info
31355 type  "icon"
31356 arg   "note-insert"
31357 \end_inset
31358
31359
31360 \family default
31361  klicken, wird zunächst eine 
31362 \family sans
31363 \SpecialChar LyX
31364 -Notiz
31365 \family default
31366  eingefügt.
31367  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
31368  Notiz-Typen auswählen.
31369  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
31370  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
31371  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
31372  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
31373  am Ende der Notiz ist.
31374 \end_layout
31375
31376 \begin_layout Standard
31377 \begin_inset VSpace bigskip
31378 \end_inset
31379
31380 Die Textfarbe von Grauschrift-Boxen kann im Menü 
31381 \family sans
31382 Dokument\SpecialChar menuseparator
31383 Einstellungen\SpecialChar menuseparator
31384 Farben
31385 \family default
31386  geändert werden.
31387 \end_layout
31388
31389 \begin_layout Section
31390 Fußnoten
31391 \begin_inset CommandInset label
31392 LatexCommand label
31393 name "abs:Fußnoten"
31394
31395 \end_inset
31396
31397
31398 \begin_inset Index idx
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402 Notizen ! Fußnoten
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \begin_inset Index idx
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412 Fußnoten
31413 \end_layout
31414
31415 \end_inset
31416
31417
31418 \end_layout
31419
31420 \begin_layout Standard
31421 Fußnoten werden über den Werkzeugleistenknopf 
31422 \begin_inset Info
31423 type  "icon"
31424 arg   "footnote-insert"
31425 \end_inset
31426
31427  oder das Menü 
31428 \family sans
31429 Einfügen\SpecialChar menuseparator
31430 Fußnote
31431 \family default
31432  eingefügt.
31433  Man sieht dann diese Fußnotenbox: 
31434 \begin_inset Graphics
31435         filename clipart/Fussnote.png
31436         scale 95
31437         scaleBeforeRotation
31438
31439 \end_inset
31440
31441  in die der Fußnotentext eingegeben wird.
31442  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
31443  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
31444  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
31445 \family sans
31446 Backspace
31447 \family default
31448  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
31449 \family sans
31450 Entf
31451 \family default
31452  wenn der Cursor am Ende der Fußnote ist.
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Hier ist eine Beispielfußnote:
31457 \color black
31458
31459 \begin_inset Foot
31460 status open
31461
31462 \begin_layout Plain Layout
31463 \begin_inset CommandInset label
31464 LatexCommand label
31465 name "fuss:Fußnoten-Beispiel"
31466
31467 \end_inset
31468
31469 Dies ist eine Fußnote.
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \color inherit
31476
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 newcounter{MyRepeatFoot}
31485 \end_layout
31486
31487 \begin_layout Plain Layout
31488
31489
31490 \backslash
31491 setcounter{MyRepeatFoot}{
31492 \backslash
31493 thefootnote}
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Standard
31502 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
31503  wurde, eine hochgestellte Zahl.
31504  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
31505  hochgestellt dem Text vorangeht.
31506  Die Fußnotennummern werden von \SpecialChar LaTeX
31507  berechnet und sind fortlaufend.
31508  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
31509  werden.
31510 \end_layout
31511
31512 \begin_layout Standard
31513 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
31514  der Fußnote eine Marke eingefügt wurde.
31515  Dies ist ein Querverweis auf Fußnote
31516 \begin_inset space ~
31517 \end_inset
31518
31519
31520 \begin_inset CommandInset ref
31521 LatexCommand ref
31522 reference "fuss:Fußnoten-Beispiel"
31523
31524 \end_inset
31525
31526 .
31527 \end_layout
31528
31529 \begin_layout Standard
31530 \begin_inset VSpace defskip
31531 \end_inset
31532
31533 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
31534  und sie können nur einen Absatz enthalten.
31535  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset VSpace defskip
31540 \end_inset
31541
31542 Fußnoten in Tabellen werden von \SpecialChar LaTeX
31543  aus technischen Gründen nicht gedruckt.
31544  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
31545  wird der Befehl 
31546 \series bold
31547
31548 \backslash
31549 footnotemark{}
31550 \series default
31551  als \SpecialChar TeX
31552 -Code eingefügt.
31553  Der Text der Fußnote wird als Argument des \SpecialChar TeX
31554 -Code-Befehls 
31555 \series bold
31556
31557 \backslash
31558 footnotetext
31559 \series default
31560  nach der Tabelle eingegeben.
31561 \begin_inset Newline newline
31562 \end_inset
31563
31564 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
31565 \end_layout
31566
31567 \begin_layout Standard
31568
31569 \series bold
31570
31571 \backslash
31572 footnotetext{
31573 \series default
31574 Gedruckte Tabellenfußnote.
31575 \series bold
31576 }
31577 \end_layout
31578
31579 \begin_layout Standard
31580 \begin_inset Tabular
31581 <lyxtabular version="3" rows="2" columns="1">
31582 <features tabularvalignment="middle">
31583 <column alignment="center" valignment="top">
31584 <row>
31585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout Plain Layout
31589 Dies ist ein Beispieltext.
31590 \begin_inset Foot
31591 status open
31592
31593 \begin_layout Plain Layout
31594 Diese Fußnote wird nicht gedruckt!
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 </row>
31605 <row>
31606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 Dies ist ein Beispieltext.
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616
31617 \backslash
31618 footnotemark{}
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \end_inset
31627 </cell>
31628 </row>
31629 </lyxtabular>
31630
31631 \end_inset
31632
31633
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 footnotetext{
31642 \end_layout
31643
31644 \end_inset
31645
31646 Gedruckte Tabellenfußnote.
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652 }
31653 \end_layout
31654
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \begin_layout Standard
31661 Fußnoten in langen Tabellen sind in Abschnitt
31662 \begin_inset space ~
31663 \end_inset
31664
31665
31666 \begin_inset CommandInset ref
31667 LatexCommand ref
31668 reference "uab:Fußnoten-in-mehrseitigen"
31669
31670 \end_inset
31671
31672  beschrieben.
31673 \end_layout
31674
31675 \begin_layout Standard
31676 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
31677  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
31678  innerhalb einer Seite ist.
31679  (Mehr über Minipages ist in Abschnitt
31680 \begin_inset space ~
31681 \end_inset
31682
31683
31684 \begin_inset CommandInset ref
31685 LatexCommand ref
31686 reference "abs:Minipage"
31687
31688 \end_inset
31689
31690  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
31691  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
31692  Methode mit 
31693 \series bold
31694
31695 \backslash
31696 footnotemark{}
31697 \series default
31698  und 
31699 \series bold
31700
31701 \backslash
31702 footnotetext
31703 \series default
31704 .
31705 \end_layout
31706
31707 \begin_layout Standard
31708 \begin_inset Box Frameless
31709 position "t"
31710 hor_pos "c"
31711 has_inner_box 1
31712 inner_pos "t"
31713 use_parbox 0
31714 use_makebox 0
31715 width "100col%"
31716 special "none"
31717 height "1in"
31718 height_special "totalheight"
31719 thickness "0.4pt"
31720 separation "3pt"
31721 shadowsize "4pt"
31722 framecolor "black"
31723 backgroundcolor "none"
31724 status open
31725
31726 \begin_layout Plain Layout
31727 Dies ist ein Beispieltext.in einer Minipage.
31728 \begin_inset Foot
31729 status open
31730
31731 \begin_layout Plain Layout
31732 Fußnote in einer Minipage.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Plain Layout
31741 Dies ist ein Beispieltext.
31742  in einer Minipage.
31743 \begin_inset ERT
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748
31749 \backslash
31750 footnotemark{}
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \begin_layout Standard
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 footnotetext{
31772 \end_layout
31773
31774 \end_inset
31775
31776 Fußnote außerhalb der Minipage.
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782 }
31783 \end_layout
31784
31785 \end_inset
31786
31787
31788 \end_layout
31789
31790 \begin_layout Standard
31791 \begin_inset VSpace defskip
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
31799  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
31800 -Code-Befehl 
31801 \series bold
31802
31803 \backslash
31804 footnotemark[Nummer]
31805 \series default
31806 .
31807 \begin_inset Newline newline
31808 \end_inset
31809
31810 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
31811  sie speichern, nachdem Sie die Fußnote eingefügt haben.
31812  Hinter Fußnote
31813 \begin_inset space ~
31814 \end_inset
31815
31816
31817 \begin_inset CommandInset ref
31818 LatexCommand ref
31819 reference "fuss:Fußnoten-Beispiel"
31820
31821 \end_inset
31822
31823  wurde das mit folgenden \SpecialChar TeX
31824 -Code-Befehlen gemacht:
31825 \end_layout
31826
31827 \begin_layout Standard
31828
31829 \series bold
31830
31831 \backslash
31832 newcounter{MyRepeatFoot}
31833 \begin_inset Newline newline
31834 \end_inset
31835
31836
31837 \backslash
31838 setcounter{MyRepeatFoot}{
31839 \backslash
31840 thefootnote}
31841 \end_layout
31842
31843 \begin_layout Standard
31844 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
31845 -Code-Befehl definiert;
31846 \end_layout
31847
31848 \begin_layout Standard
31849
31850 \series bold
31851
31852 \backslash
31853 footnotemark[
31854 \backslash
31855 theMyRepeatFoot]
31856 \end_layout
31857
31858 \begin_layout Standard
31859 Hier ist eine wiederholte Fußnote:
31860 \begin_inset ERT
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864
31865
31866 \backslash
31867 footnotemark[
31868 \backslash
31869 theMyRepeatFoot]
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Standard
31878 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
31879  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
31880 \end_layout
31881
31882 \begin_layout Standard
31883
31884 \series bold
31885
31886 \backslash
31887 footnotemark[
31888 \backslash
31889 thefootnote]
31890 \end_layout
31891
31892 \begin_layout Standard
31893 Hier ist eine weitere wiederholte Fußnote:
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 footnotemark[
31902 \backslash
31903 thefootnote]
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Subsection
31912 Fußnoten-Nummerierung
31913 \begin_inset CommandInset label
31914 LatexCommand label
31915 name "uab:Fußnoten-Nummerierung"
31916
31917 \end_inset
31918
31919
31920 \begin_inset Index idx
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 Fußnoten ! Nummerierung
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 Um Fußnoten nach jedem Abschnitt
31934 \family roman
31935  auf 1 zurückzusetzen, 
31936 \family default
31937 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
31938 -Vorspann schreiben:
31939 \end_layout
31940
31941 \begin_layout Standard
31942
31943 \series bold
31944
31945 \backslash
31946 @addtoreset{footnote}{section}
31947 \end_layout
31948
31949 \begin_layout Standard
31950 \begin_inset VSpace bigskip
31951 \end_inset
31952
31953 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
31954  Zahlen:
31955 \end_layout
31956
31957 \begin_layout Standard
31958
31959 \series bold
31960
31961 \backslash
31962 renewcommand{
31963 \backslash
31964 thefootnote}{
31965 \backslash
31966 roman{footnote}}
31967 \end_layout
31968
31969 \begin_layout Standard
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 renewcommand{
31978 \backslash
31979 thefootnote}{
31980 \backslash
31981 roman{footnote}}
31982 \end_layout
31983
31984 \end_inset
31985
31986  Hier ist ein Beispiel für solch eine Fußnote:
31987 \begin_inset Foot
31988 status open
31989
31990 \begin_layout Plain Layout
31991 Dies ist eine Fußnote mit kleinen römischen Zahlen
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
32001  in obigem Befehl 
32002 \series bold
32003
32004 \backslash
32005 roman
32006 \series default
32007  durch 
32008 \series bold
32009
32010 \backslash
32011 Roman
32012 \series default
32013 .
32014  Um Fußnoten mit großen oder kleinen Buchstaben zu 
32015 \begin_inset Quotes gld
32016 \end_inset
32017
32018 nummerieren
32019 \begin_inset Quotes grd
32020 \end_inset
32021
32022 , verwenden Sie die Befehle 
32023 \series bold
32024
32025 \backslash
32026 Alph
32027 \series default
32028  oder 
32029 \series bold
32030
32031 \backslash
32032 alph
32033 \series default
32034 .
32035  Für die 
32036 \begin_inset Quotes gld
32037 \end_inset
32038
32039 Nummerierung
32040 \begin_inset Quotes grd
32041 \end_inset
32042
32043  mit Symbolen steht der Befehl 
32044 \series bold
32045
32046 \backslash
32047 fnsymbol
32048 \series default
32049  zur Verfügung.
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \begin_inset Note Greyedout
32054 status open
32055
32056 \begin_layout Plain Layout
32057
32058 \series bold
32059 Bemerkung 1:
32060 \series default
32061  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
32062  
32063 \emph on
32064 ein
32065 \emph default
32066  Buchstabe verwendet wird.
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \begin_inset Newline newline
32073 \end_inset
32074
32075
32076 \begin_inset Note Greyedout
32077 status open
32078
32079 \begin_layout Plain Layout
32080
32081 \series bold
32082 Bemerkung 2:
32083 \series default
32084  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
32094 \series bold
32095
32096 \backslash
32097 arabic
32098 \series default
32099  anstelle von 
32100 \series bold
32101
32102 \backslash
32103 roman
32104 \series default
32105  in obigem Befehl.
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 renewcommand{
32114 \backslash
32115 thefootnote}{
32116 \backslash
32117 arabic{footnote}}
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Standard
32126 \begin_inset VSpace bigskip
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Standard
32133 Wenn Sie wollen, dass Fußnoten nach dem Schema 
32134 \begin_inset Quotes gld
32135 \end_inset
32136
32137 Kapitel.Fußnote
32138 \begin_inset Quotes grd
32139 \end_inset
32140
32141  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
32142 -Vorspann schreiben:
32143 \end_layout
32144
32145 \begin_layout Standard
32146
32147 \series bold
32148
32149 \backslash
32150 numberwithin{footnote}{chapter}
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Um 
32155 \series bold
32156
32157 \backslash
32158 numberwithin
32159 \series default
32160  benutzen zu können, muss in den 
32161 \family sans
32162 Mathe
32163 \begin_inset space ~
32164 \end_inset
32165
32166 Optionen
32167 \family default
32168  der 
32169 \family sans
32170 Dokument-Einstellungen
32171 \family default
32172  
32173 \family sans
32174 AMS
32175 \begin_inset space ~
32176 \end_inset
32177
32178 Mathe
32179 \begin_inset space ~
32180 \end_inset
32181
32182 Paket
32183 \family default
32184
32185 \begin_inset space ~
32186 \end_inset
32187
32188
32189 \family sans
32190 verwenden
32191 \family default
32192  angekreuzt sein.
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 numberwithin{footnote}{chapter}
32201 \end_layout
32202
32203 \end_inset
32204
32205  Hier ist ein Beispiel für solch eine Fußnote.
32206 \series bold
32207
32208 \begin_inset Foot
32209 status open
32210
32211 \begin_layout Plain Layout
32212 Dies ist eine Fußnote nach dem Schema 
32213 \begin_inset Quotes gld
32214 \end_inset
32215
32216 Kapitel.Fußnote
32217 \begin_inset Quotes grd
32218 \end_inset
32219
32220 .
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \series default
32227
32228 \begin_inset ERT
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232
32233
32234 \backslash
32235 renewcommand{
32236 \backslash
32237 thefootnote}{
32238 \backslash
32239 arabic{footnote}}
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Standard
32248 \begin_inset Note Greyedout
32249 status open
32250
32251 \begin_layout Plain Layout
32252
32253 \series bold
32254 Bemerkung:
32255 \series default
32256  
32257 \series bold
32258
32259 \backslash
32260 numberwithin
32261 \series default
32262  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
32263  werden überschrieben.
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Standard
32272 Um also z.
32273 \begin_inset space \thinspace{}
32274 \end_inset
32275
32276 B.
32277  das Schema 
32278 \begin_inset Quotes gld
32279 \end_inset
32280
32281 Kapitel.
32282 \backslash
32283 Roman{footnote}
32284 \begin_inset Quotes grd
32285 \end_inset
32286
32287  zu erhalten, muss dieser Befehl anstelle von 
32288 \series bold
32289
32290 \backslash
32291 numberwithin
32292 \series default
32293  verwendet werden:
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 renewcommand{
32302 \backslash
32303 thefootnote}{
32304 \backslash
32305 thechapter.
32306 \backslash
32307 Roman{footnote}}
32308 \end_layout
32309
32310 \begin_layout Subsection
32311 Fußnoten-Platzierung
32312 \begin_inset Index idx
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 Fußnoten ! Platzierung
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
32326  ohne Zwischenraum am Ende der Seite gedruckt.
32327  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
32328  \SpecialChar LaTeX
32329 -Vorspann 1.5
32330 \begin_inset space \thinspace{}
32331 \end_inset
32332
32333 mm Zwischenraum einfügen:
32334 \end_layout
32335
32336 \begin_layout Standard
32337
32338 \series bold
32339
32340 \backslash
32341 let
32342 \backslash
32343 myFoot
32344 \backslash
32345 footnote
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \backslash
32351 renewcommand{
32352 \backslash
32353 footnote}[1]{
32354 \backslash
32355 myFoot{#1
32356 \backslash
32357 vspace{1.5mm}}}
32358 \end_layout
32359
32360 \begin_layout Standard
32361 \begin_inset VSpace bigskip
32362 \end_inset
32363
32364 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
32365  Spalte gedruckt, Abbildung
32366 \begin_inset space ~
32367 \end_inset
32368
32369
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "abb:Standard-Fußnoten-Platzierung-in"
32373
32374 \end_inset
32375
32376 .
32377  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
32378  in Abbildung
32379 \begin_inset space ~
32380 \end_inset
32381
32382
32383 \begin_inset CommandInset ref
32384 LatexCommand ref
32385 reference "abb:Fußnoten-Platzierung-in-einem"
32386
32387 \end_inset
32388
32389 , müssen Sie das \SpecialChar LaTeX
32390 -Paket 
32391 \series bold
32392 ftnright
32393 \series default
32394
32395 \begin_inset Index idx
32396 status collapsed
32397
32398 \begin_layout Plain Layout
32399 \SpecialChar LaTeX
32400 -Pakete ! ftnright
32401 \end_layout
32402
32403 \end_inset
32404
32405  mit folgendem Befehl im \SpecialChar LaTeX
32406 -Vorspann einfügen:
32407 \end_layout
32408
32409 \begin_layout Standard
32410
32411 \series bold
32412
32413 \backslash
32414 usepackage{ftnright}
32415 \end_layout
32416
32417 \begin_layout Standard
32418 \begin_inset Float figure
32419 placement !h
32420 wide false
32421 sideways false
32422 status open
32423
32424 \begin_layout Plain Layout
32425 \noindent
32426 \align center
32427 \begin_inset Box Boxed
32428 position "t"
32429 hor_pos "c"
32430 has_inner_box 0
32431 inner_pos "t"
32432 use_parbox 0
32433 use_makebox 0
32434 width ""
32435 special "none"
32436 height "1in"
32437 height_special "totalheight"
32438 thickness "0.4pt"
32439 separation "3pt"
32440 shadowsize "4pt"
32441 framecolor "black"
32442 backgroundcolor "none"
32443 status open
32444
32445 \begin_layout Plain Layout
32446 \begin_inset Graphics
32447         filename ../clipart/without_fntright.pdf
32448         width 100col%
32449         scaleBeforeRotation
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \end_layout
32460
32461 \begin_layout Plain Layout
32462 \begin_inset Caption Standard
32463
32464 \begin_layout Plain Layout
32465 \begin_inset CommandInset label
32466 LatexCommand label
32467 name "abb:Standard-Fußnoten-Platzierung-in"
32468
32469 \end_inset
32470
32471 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32472 \begin_inset Argument 1
32473 status open
32474
32475 \begin_layout Plain Layout
32476 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 \begin_inset Float figure
32496 placement !h
32497 wide false
32498 sideways false
32499 status open
32500
32501 \begin_layout Plain Layout
32502 \noindent
32503 \align center
32504 \begin_inset Box Boxed
32505 position "t"
32506 hor_pos "c"
32507 has_inner_box 0
32508 inner_pos "t"
32509 use_parbox 0
32510 use_makebox 0
32511 width ""
32512 special "none"
32513 height "1in"
32514 height_special "totalheight"
32515 thickness "0.4pt"
32516 separation "3pt"
32517 shadowsize "4pt"
32518 framecolor "black"
32519 backgroundcolor "none"
32520 status open
32521
32522 \begin_layout Plain Layout
32523 \begin_inset Graphics
32524         filename ../clipart/with_fntright.pdf
32525         width 100col%
32526         scaleBeforeRotation
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Plain Layout
32539 \begin_inset Caption Standard
32540
32541 \begin_layout Plain Layout
32542 \begin_inset CommandInset label
32543 LatexCommand label
32544 name "abb:Fußnoten-Platzierung-in-einem"
32545
32546 \end_inset
32547
32548 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
32549 -Paket 
32550 \series bold
32551 ftnright
32552 \series default
32553 .
32554 \begin_inset Argument 1
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558 Fußnoten-Platzierung mit 
32559 \family typewriter
32560 ftnright
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 \begin_inset VSpace bigskip
32580 \end_inset
32581
32582 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
32583  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
32584 \begin_inset space ~
32585 \end_inset
32586
32587
32588 \begin_inset CommandInset ref
32589 LatexCommand ref
32590 reference "abb:endnotes"
32591
32592 \end_inset
32593
32594  gedruckt.
32595  Man nennt sie dann 
32596 \begin_inset Quotes gld
32597 \end_inset
32598
32599 Endnoten
32600 \begin_inset Quotes grd
32601 \end_inset
32602
32603 .
32604 \begin_inset Index idx
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 Endnoten
32609 \end_layout
32610
32611 \end_inset
32612
32613  Um das zu erreichen, laden Sie im Menü 
32614 \family sans
32615 Dokument\SpecialChar menuseparator
32616 Einstellungen\SpecialChar menuseparator
32617 Module 
32618 \family default
32619 das Modul 
32620 \family sans
32621 Fußnote
32622 \begin_inset space ~
32623 \end_inset
32624
32625 als
32626 \begin_inset space ~
32627 \end_inset
32628
32629 Endnote
32630 \family default
32631 .
32632  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
32633 \end_layout
32634
32635 \begin_layout Standard
32636
32637 \series bold
32638
32639 \backslash
32640 theendnotes
32641 \end_layout
32642
32643 \begin_layout Standard
32644 als \SpecialChar TeX
32645 -Code am Ende des Abschnitts oder Kapitels ein.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 \begin_inset Float figure
32650 wide false
32651 sideways false
32652 status open
32653
32654 \begin_layout Plain Layout
32655 \align center
32656 \begin_inset Box Boxed
32657 position "t"
32658 hor_pos "c"
32659 has_inner_box 0
32660 inner_pos "t"
32661 use_parbox 0
32662 use_makebox 0
32663 width ""
32664 special "none"
32665 height "1in"
32666 height_special "totalheight"
32667 thickness "0.4pt"
32668 separation "3pt"
32669 shadowsize "4pt"
32670 framecolor "black"
32671 backgroundcolor "none"
32672 status open
32673
32674 \begin_layout Plain Layout
32675 \begin_inset Graphics
32676         filename ../clipart/endnotes.pdf
32677         width 100col%
32678         scaleBeforeRotation
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \begin_layout Plain Layout
32691 \begin_inset Caption Standard
32692
32693 \begin_layout Plain Layout
32694 \begin_inset CommandInset label
32695 LatexCommand label
32696 name "abb:endnotes"
32697
32698 \end_inset
32699
32700
32701 \series bold
32702 endnotes
32703 \series default
32704  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
32705  gedruckt.
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Standard
32719 \begin_inset VSpace medskip
32720 \end_inset
32721
32722 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
32723 ache übersetzt.
32724  Der folgende Befehl im \SpecialChar LaTeX
32725 -Vorspann  übersetzt den englischen Namen 
32726 \begin_inset Quotes gld
32727 \end_inset
32728
32729 Notes
32730 \begin_inset Quotes grd
32731 \end_inset
32732
32733  in 
32734 \begin_inset Quotes gld
32735 \end_inset
32736
32737 Anmerkungen
32738 \begin_inset Quotes grd
32739 \end_inset
32740
32741 :
32742 \end_layout
32743
32744 \begin_layout Standard
32745
32746 \series bold
32747
32748 \backslash
32749 renewcommand{
32750 \backslash
32751 notesname}{Anmerkungen}
32752 \end_layout
32753
32754 \begin_layout Standard
32755 \begin_inset VSpace medskip
32756 \end_inset
32757
32758 Wenn Sie in den Befehlen von Abschnitt
32759 \begin_inset space ~
32760 \end_inset
32761
32762
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "uab:Fußnoten-Nummerierung"
32766
32767 \end_inset
32768
32769  
32770 \series bold
32771
32772 \backslash
32773 thefootnote
32774 \series default
32775  durch 
32776 \series bold
32777
32778 \backslash
32779 theendnote
32780 \series default
32781  ersetzen, können Sie die Nummerierung von Endnoten ändern.
32782  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
32783 \series bold
32784
32785 \backslash
32786 @addtoreset
32787 \series default
32788  wie in Abschnitt
32789 \begin_inset space \space{}
32790 \end_inset
32791
32792
32793 \begin_inset CommandInset ref
32794 LatexCommand ref
32795 reference "uab:Fußnoten-Nummerierung"
32796
32797 \end_inset
32798
32799  beschrieben und ersetzen 
32800 \series bold
32801 footnote
32802 \series default
32803  durch 
32804 \series bold
32805 endnote
32806 \series default
32807 .
32808 \end_layout
32809
32810 \begin_layout Standard
32811 Für Endnoten gibt es den Befehl 
32812 \series bold
32813
32814 \backslash
32815 endnotemark[Nummer]
32816 \series default
32817  analog zum Befehl 
32818 \series bold
32819
32820 \backslash
32821 footnotemark
32822 \series default
32823  der in Abschnitt
32824 \begin_inset space ~
32825 \end_inset
32826
32827
32828 \begin_inset CommandInset ref
32829 LatexCommand ref
32830 reference "abs:Fußnoten"
32831
32832 \end_inset
32833
32834  beschrieben ist.
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset VSpace bigskip
32839 \end_inset
32840
32841 Mit dem \SpecialChar LaTeX
32842 -Paket 
32843 \series bold
32844 footmisc
32845 \series default
32846
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 \SpecialChar LaTeX
32852 -Pakete ! footmisc
32853 \end_layout
32854
32855 \end_inset
32856
32857  (
32858 \begin_inset CommandInset citation
32859 LatexCommand cite
32860 key "footmisc"
32861 literal "true"
32862
32863 \end_inset
32864
32865 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
32866 \end_layout
32867
32868 \begin_layout Standard
32869 In \SpecialChar LaTeX
32870 -Büchern, 
32871 \begin_inset CommandInset citation
32872 LatexCommand cite
32873 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
32874 literal "true"
32875
32876 \end_inset
32877
32878 , finden Sie weiteres zu Fußnoten.
32879  Wenn Sie eine 
32880 \series bold
32881 KOMA-Script
32882 \series default
32883
32884 \begin_inset Index idx
32885 status collapsed
32886
32887 \begin_layout Plain Layout
32888 \SpecialChar LaTeX
32889 -Pakete ! KOMA-Script
32890 \end_layout
32891
32892 \end_inset
32893
32894  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
32895 zifische Befehle anpassen, siehe 
32896 \begin_inset CommandInset citation
32897 LatexCommand cite
32898 key "KOMA-Script"
32899 literal "true"
32900
32901 \end_inset
32902
32903 .
32904 \end_layout
32905
32906 \begin_layout Section
32907 Randnotizen
32908 \begin_inset Index idx
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912 Randnotizen
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \begin_inset Index idx
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 Notizen ! Randnotizen
32923 \end_layout
32924
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Standard
32931 Randnotizen sehen in \SpecialChar LyX
32932  wie Fußnoten aus und verhalten sich auch so.
32933  Sie fügen sie mit einem Klick auf den Schalter 
32934 \begin_inset Info
32935 type  "icon"
32936 arg   "marginalnote-insert"
32937 \end_inset
32938
32939  oder über 
32940 \family sans
32941 Einfügen\SpecialChar menuseparator
32942 Randnotiz
32943 \family default
32944  ein.
32945  Ein graues Kästchen mit der Aufschrift 
32946 \begin_inset Quotes gld
32947 \end_inset
32948
32949 Rand
32950 \begin_inset Quotes grd
32951 \end_inset
32952
32953  erscheint
32954 \family roman
32955 \series medium
32956 , und dort, wo der Cursor steht, können Sie Text eingeben.
32957 \end_layout
32958
32959 \begin_layout Standard
32960 Hier am Rand sehen Sie eine Randnotiz.
32961  
32962 \begin_inset Marginal
32963 status open
32964
32965 \begin_layout Plain Layout
32966 Dies ist eine Randnotiz.
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Standard
32975 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
32976  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
32977  Seiten und rechts auf den ungeraden.
32978  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
32979  wird und umgekehrt.
32980  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
32981  wurde.
32982 \end_layout
32983
32984 \begin_layout Standard
32985 \begin_inset VSpace bigskip
32986 \end_inset
32987
32988 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
32989 \end_layout
32990
32991 \begin_layout Standard
32992
32993 \series bold
32994
32995 \backslash
32996 reversemarginpar
32997 \end_layout
32998
32999 \begin_layout Standard
33000 als \SpecialChar TeX
33001 -Code vor einer Randnotiz ein.
33002  Das gilt dann für alle folgenden Randnotizen.
33003  
33004 \begin_inset ERT
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008
33009
33010 \backslash
33011 reversemarginpar 
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \begin_inset Marginal
33018 status open
33019
33020 \begin_layout Plain Layout
33021 Hier ist ein Beispiel im inneren Rand.
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \begin_inset Newline newline
33028 \end_inset
33029
33030
33031 \begin_inset Note Greyedout
33032 status open
33033
33034 \begin_layout Plain Layout
33035  
33036 \series bold
33037 Achtung:
33038 \series default
33039  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
33049 \end_layout
33050
33051 \begin_layout Standard
33052
33053 \series bold
33054
33055 \backslash
33056 normalmarginpar
33057 \end_layout
33058
33059 \begin_layout Standard
33060 als \SpecialChar TeX
33061 -Code ein.
33062 \begin_inset ERT
33063 status collapsed
33064
33065 \begin_layout Plain Layout
33066
33067
33068 \backslash
33069 normalmarginpar 
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Standard
33078 \begin_inset Note Greyedout
33079 status open
33080
33081 \begin_layout Plain Layout
33082
33083 \series bold
33084 Achtung:
33085 \series default
33086  Der Befehl wird missachtet, wenn er im selben Absatz wie 
33087 \series bold
33088
33089 \backslash
33090 reversemarginpar
33091 \series default
33092  verwendet wird.
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Standard
33101 \begin_inset VSpace bigskip
33102 \end_inset
33103
33104
33105 \begin_inset Marginal
33106 status open
33107
33108 \begin_layout Plain Layout
33109
33110 \family roman
33111 \series medium
33112 EinSehrLangesWort am Anfang, das umgebrochen wird.
33113 \end_layout
33114
33115 \end_inset
33116
33117  Ähnlich wie in Abschnitt
33118 \begin_inset space ~
33119 \end_inset
33120
33121
33122 \begin_inset CommandInset ref
33123 LatexCommand ref
33124 reference "uab:Mehrere-Zeilen-in"
33125
33126 \end_inset
33127
33128  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
33129  Wort der Randnotiz sind.
33130  Um das zu vermeiden, fügen sie 0
33131 \begin_inset space \thinspace{}
33132 \end_inset
33133
33134 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
33135 \begin_inset Marginal
33136 status open
33137
33138 \begin_layout Plain Layout
33139 \begin_inset space \hspace{}
33140 \length 0pt
33141 \end_inset
33142
33143
33144 \family roman
33145 \series medium
33146 EinSehrLangesWort am Anfang, das umgebrochen wird.
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \begin_layout Standard
33155 \begin_inset VSpace bigskip
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 \begin_inset Note Greyedout
33163 status open
33164
33165 \begin_layout Plain Layout
33166
33167 \series bold
33168 Bemerkung:
33169 \series default
33170  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
33171  verwendet werden.
33172 \end_layout
33173
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Standard
33180 \begin_inset VSpace bigskip
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \begin_layout Standard
33187 \begin_inset ERT
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191
33192
33193 \backslash
33194 ifmarginnote
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \begin_inset Note Note
33201 status open
33202
33203 \begin_layout Plain Layout
33204 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
33205 -Paket 
33206 \series bold
33207 marginnote
33208 \series default
33209  installiert ist.
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
33219 -Paket 
33220 \series bold
33221 marginnote
33222 \series default
33223
33224 \begin_inset Index idx
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228 \SpecialChar LaTeX
33229 -Pakete ! marginnote
33230 \end_layout
33231
33232 \end_inset
33233
33234  verwendet wird.
33235  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
33236 -Vorspann hinzufügen, wird der Befehl, der
33237  von \SpecialChar LyX
33238  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
33239  Pakets 
33240 \series bold
33241 marginnote
33242 \series default
33243  für Randnotizen verwendet wird:
33244 \end_layout
33245
33246 \begin_layout Standard
33247
33248 \series bold
33249
33250 \backslash
33251 usepackage{marginnote}
33252 \begin_inset Newline newline
33253 \end_inset
33254
33255
33256 \backslash
33257 let
33258 \backslash
33259 marginpar
33260 \backslash
33261 marginnote
33262 \end_layout
33263
33264 \begin_layout Standard
33265 Dies wird auch in diesem Dokument verwendet, denn 
33266 \series bold
33267 marginnote
33268 \series default
33269  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
33270  für Randnotizen angeben.
33271  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
33272 n zu dicht beieinander sind.
33273  Der Versatz wird in \SpecialChar LyX
33274  als \SpecialChar TeX
33275 -Code direkt nach der Randnotiz mit dem Schema
33276 \end_layout
33277
33278 \begin_layout Standard
33279
33280 \series bold
33281 [Versatz]
33282 \end_layout
33283
33284 \begin_layout Standard
33285 angegeben.
33286  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
33287 \begin_inset space ~
33288 \end_inset
33289
33290
33291 \begin_inset CommandInset ref
33292 LatexCommand ref
33293 reference "tab:Maßeinheiten"
33294
33295 \end_inset
33296
33297  aufgelistet sind.
33298  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
33299  nach unten.
33300  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
33301 \begin_inset space \thinspace{}
33302 \end_inset
33303
33304 cm mit dem \SpecialChar TeX
33305 -Code-Befehl  
33306 \begin_inset Quotes gld
33307 \end_inset
33308
33309
33310 \series bold
33311 [-1.5cm]
33312 \series default
33313
33314 \begin_inset Quotes grd
33315 \end_inset
33316
33317  nach oben versetzt.
33318 \begin_inset Marginal
33319 status open
33320
33321 \begin_layout Plain Layout
33322 Diese Randnotiz ist 1.5
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 cm von ihrer Originalposition nach oben versetzt.
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \begin_inset ERT
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337 [-1.5cm]
33338 \end_layout
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Standard
33346 \begin_inset VSpace medskip
33347 \end_inset
33348
33349 Mit 
33350 \series bold
33351 marginnote
33352 \series default
33353  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
33354  Zum Beispiel setzen die Befehle
33355 \end_layout
33356
33357 \begin_layout Standard
33358
33359 \series bold
33360
33361 \backslash
33362 renewcommand*{
33363 \backslash
33364 raggedleftmarginnote}{
33365 \backslash
33366 centering}
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370
33371 \backslash
33372 renewcommand*{
33373 \backslash
33374 raggedrightmarginnote}{
33375 \backslash
33376 centering}
33377 \end_layout
33378
33379 \begin_layout Standard
33380 die Ausrichtung auf zentriert.
33381  
33382 \series bold
33383
33384 \backslash
33385 raggedleftmarginnote
33386 \series default
33387  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
33388  
33389 \begin_inset ERT
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393
33394
33395 \backslash
33396 renewcommand*{
33397 \backslash
33398 raggedleftmarginnote}{
33399 \backslash
33400 centering}
33401 \end_layout
33402
33403 \begin_layout Plain Layout
33404
33405
33406 \backslash
33407 renewcommand*{
33408 \backslash
33409 raggedrightmarginnote}{
33410 \backslash
33411 centering}
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \begin_inset Marginal
33418 status open
33419
33420 \begin_layout Plain Layout
33421 Der Text dieser Randnotiz ist zentriert ausgerichtet.
33422 \end_layout
33423
33424 \end_inset
33425
33426  Die Voreinstellung ist
33427 \end_layout
33428
33429 \begin_layout Standard
33430
33431 \series bold
33432
33433 \backslash
33434 renewcommand*{
33435 \backslash
33436 raggedleftmarginnote}{
33437 \backslash
33438 raggedleft}
33439 \begin_inset Newline newline
33440 \end_inset
33441
33442
33443 \backslash
33444 renewcommand*{
33445 \backslash
33446 raggedrightmarginnote}{
33447 \backslash
33448 raggedright}
33449 \series default
33450
33451 \begin_inset ERT
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455
33456
33457 \backslash
33458 renewcommand*{
33459 \backslash
33460 raggedleftmarginnote}{
33461 \backslash
33462 raggedleft}
33463 \end_layout
33464
33465 \begin_layout Plain Layout
33466
33467
33468 \backslash
33469 renewcommand*{
33470 \backslash
33471 raggedrightmarginnote}{
33472 \backslash
33473 raggedright}
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Standard
33482 \begin_inset VSpace medskip
33483 \end_inset
33484
33485 Für weitere Fähigkeiten des Pakets 
33486 \series bold
33487 marginnote
33488 \series default
33489  sei auf dessen Dokumentation verwiesen 
33490 \begin_inset CommandInset citation
33491 LatexCommand cite
33492 key "marginnote"
33493 literal "true"
33494
33495 \end_inset
33496
33497 .
33498 \end_layout
33499
33500 \begin_layout Standard
33501 \begin_inset VSpace bigskip
33502 \end_inset
33503
33504 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
33505  geändert werden.
33506  Um z.
33507 \begin_inset space \thinspace{}
33508 \end_inset
33509
33510 B.
33511  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
33512  und fettgedruckten Text 
33513 \begin_inset Quotes eld
33514 \end_inset
33515
33516
33517 \family sans
33518 \series bold
33519 \bar under
33520 Achtung!
33521 \family default
33522 \series default
33523 \bar default
33524
33525 \begin_inset Quotes erd
33526 \end_inset
33527
33528  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
33529 -Vorspann hinzu:
33530 \end_layout
33531
33532 \begin_layout Standard
33533
33534 \series bold
33535
33536 \backslash
33537 let
33538 \backslash
33539 myMarginpar
33540 \backslash
33541 marginpar
33542 \begin_inset Newline newline
33543 \end_inset
33544
33545
33546 \backslash
33547 renewcommand{
33548 \backslash
33549 marginpar}[1]{
33550 \backslash
33551 myMarginpar{%
33552 \begin_inset Newline newline
33553 \end_inset
33554
33555
33556 \begin_inset Phantom HPhantom
33557 status open
33558
33559 \begin_layout Plain Layout
33560
33561 \series bold
33562 \begin_inset space ~
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \backslash
33572 hspace{0pt}
33573 \backslash
33574 textsf{
33575 \backslash
33576 textbf{
33577 \backslash
33578 underbar{Achtung!}}}%
33579 \begin_inset Newline newline
33580 \end_inset
33581
33582
33583 \begin_inset Phantom HPhantom
33584 status open
33585
33586 \begin_layout Plain Layout
33587
33588 \series bold
33589 \begin_inset space ~
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \backslash
33599 vspace{1.5mm}
33600 \backslash
33601
33602 \backslash
33603 #1}}
33604 \end_layout
33605
33606 \begin_layout Standard
33607 \begin_inset ERT
33608 status collapsed
33609
33610 \begin_layout Plain Layout
33611
33612
33613 \backslash
33614 let
33615 \backslash
33616 myMarginpar
33617 \backslash
33618 marginpar
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622
33623
33624 \backslash
33625 renewcommand{
33626 \backslash
33627 marginpar}[1]{
33628 \backslash
33629 myMarginpar{%
33630 \end_layout
33631
33632 \begin_layout Plain Layout
33633
33634    
33635 \backslash
33636 textsf{
33637 \backslash
33638 textbf{
33639 \backslash
33640 underbar{Achtung!}}}%
33641 \end_layout
33642
33643 \begin_layout Plain Layout
33644
33645    
33646 \backslash
33647 vspace{1.5mm}
33648 \backslash
33649
33650 \backslash
33651 #1}}
33652 \end_layout
33653
33654 \end_inset
33655
33656
33657 \begin_inset Marginal
33658 status open
33659
33660 \begin_layout Plain Layout
33661 Dies ist eine Randnotiz mit einer definierten Überschrift.
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \begin_inset ERT
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672 [-1.5cm]
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683
33684 \backslash
33685 renewcommand{
33686 \backslash
33687 marginpar}[1]{
33688 \backslash
33689 myMarginpar{#1}}
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset Note Note
33696 status open
33697
33698 \begin_layout Plain Layout
33699 Das Format wurde nur für dieses Beispiel geändert.
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Standard
33708 \begin_inset ERT
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713
33714 \backslash
33715 else
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \begin_inset Note Note
33722 status open
33723
33724 \begin_layout Plain Layout
33725 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
33726 -Paket 
33727 \series bold
33728 marginnote
33729 \series default
33730  nicht installiert ist:
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 Das \SpecialChar LaTeX
33740 -Paket 
33741 \series bold
33742 marginnote
33743 \series default
33744  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 \begin_inset ERT
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752
33753
33754 \backslash
33755 fi
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Chapter
33764 Boxen
33765 \end_layout
33766
33767 \begin_layout Section
33768 Einleitung
33769 \begin_inset Index idx
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773 Boxen ! Einleitung
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 Boxen werden benutzt, um einen Textblock zu formatieren.
33783  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
33784  siehe Abschnitt
33785 \begin_inset space ~
33786 \end_inset
33787
33788
33789 \begin_inset CommandInset ref
33790 LatexCommand ref
33791 reference "abs:Minipage"
33792
33793 \end_inset
33794
33795 , um Text zu umrahmen, siehe Abschnitt
33796 \begin_inset space ~
33797 \end_inset
33798
33799
33800 \begin_inset CommandInset ref
33801 LatexCommand ref
33802 reference "uab:Verzierung"
33803
33804 \end_inset
33805
33806 , um Silbentrennung zu verhindern, siehe Abschnitt
33807 \begin_inset space ~
33808 \end_inset
33809
33810
33811 \begin_inset CommandInset ref
33812 LatexCommand ref
33813 reference "abs:Silbentrennung-unterbinden"
33814
33815 \end_inset
33816
33817 , um Text senkrecht auszurichten, siehe Abschnitt
33818 \begin_inset space ~
33819 \end_inset
33820
33821
33822 \begin_inset CommandInset ref
33823 LatexCommand ref
33824 reference "uab:Vertikale-Ausrichtung"
33825
33826 \end_inset
33827
33828  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
33829 \begin_inset space ~
33830 \end_inset
33831
33832
33833 \begin_inset CommandInset ref
33834 LatexCommand ref
33835 reference "abs:Farbige-Boxen"
33836
33837 \end_inset
33838
33839 .
33840 \end_layout
33841
33842 \begin_layout Standard
33843 Boxen werden mit 
33844 \family sans
33845 Einfügen\SpecialChar menuseparator
33846 Box
33847 \family default
33848  oder dem Schalter 
33849 \begin_inset Info
33850 type  "icon"
33851 arg   "box-insert Frameless"
33852 \end_inset
33853
33854  eingefügt.
33855  Ein graues Kästchen mit der Aufschrift 
33856 \begin_inset Quotes gld
33857 \end_inset
33858
33859 Box (Minipage)
33860 \begin_inset Quotes grd
33861 \end_inset
33862
33863  erscheint: 
33864 \begin_inset Graphics
33865         filename clipart/StandardBox.png
33866         scale 95
33867         scaleBeforeRotation
33868
33869 \end_inset
33870
33871  Mit einem Rechts\SpecialChar softhyphen
33872 klick auf das graue Kästchen und der Auswahl von 
33873 \family sans
33874 Einstellungen
33875 \family default
33876  kann der Typ spezifiziert werden.
33877  Das Dialogfenster bietet bei 
33878 \family sans
33879 Innere
33880 \begin_inset space ~
33881 \end_inset
33882
33883 Box
33884 \family default
33885  die Typen 
33886 \family sans
33887 Makebox
33888 \family default
33889
33890 \family sans
33891 Parbox
33892 \family default
33893  und 
33894 \family sans
33895 Minipage
33896 \family default
33897  an.
33898  
33899 \family sans
33900 Minipage
33901 \family default
33902  ist die Standard-Einstellung für neue Boxen und in Abschnitt
33903 \begin_inset space ~
33904 \end_inset
33905
33906
33907 \begin_inset CommandInset ref
33908 LatexCommand ref
33909 reference "abs:Minipage"
33910
33911 \end_inset
33912
33913  beschrieben, 
33914 \family sans
33915 Parbox
33916 \family default
33917  in Abschnitt
33918 \begin_inset space ~
33919 \end_inset
33920
33921
33922 \begin_inset CommandInset ref
33923 LatexCommand ref
33924 reference "abs:Parbox"
33925
33926 \end_inset
33927
33928  und 
33929 \family sans
33930 Makebox
33931 \family default
33932  in 
33933 \begin_inset CommandInset ref
33934 LatexCommand ref
33935 reference "abs:Silbentrennung-unterbinden"
33936
33937 \end_inset
33938
33939 .
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
33944  wie auf Gleitobjekte und Fußnoten.
33945 \end_layout
33946
33947 \begin_layout Standard
33948 \begin_inset Note Greyedout
33949 status open
33950
33951 \begin_layout Plain Layout
33952
33953 \series bold
33954 Bemerkung
33955 \begin_inset space ~
33956 \end_inset
33957
33958 1:
33959 \series default
33960  Boxen dürfen in 
33961 \family sans
33962 List-
33963 \family default
33964  oder 
33965 \family sans
33966 Beschreibung-
33967 \family default
33968 Umgebungen nicht verwendet werden.
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Standard
33977 \begin_inset Note Greyedout
33978 status open
33979
33980 \begin_layout Plain Layout
33981
33982 \series bold
33983 Bemerkung
33984 \begin_inset space ~
33985 \end_inset
33986
33987 2:
33988 \series default
33989  Boxen ohne 
33990 \family sans
33991 Innere
33992 \begin_inset space ~
33993 \end_inset
33994
33995 Box
33996 \family default
33997  und ohne Rahmen werden in Abschnitt
33998 \begin_inset space ~
33999 \end_inset
34000
34001
34002 \begin_inset CommandInset ref
34003 LatexCommand ref
34004 reference "abs:Silbentrennung-unterbinden"
34005
34006 \end_inset
34007
34008  beschrieben.
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Section
34017 Das Box-Einstellungen-Fenster
34018 \begin_inset CommandInset label
34019 LatexCommand label
34020 name "abs:Box-Dialog"
34021
34022 \end_inset
34023
34024
34025 \begin_inset Index idx
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029 Boxen ! Box-Dialog-Fenster
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Subsection
34038 Box-Größe
34039 \begin_inset Index idx
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 Boxen ! Größe
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 Im 
34053 \family sans
34054 Box-Einstellungen
34055 \family default
34056 -Fenster können Sie die Größe der Box mit 
34057 \family sans
34058 Breite
34059 \family default
34060  und 
34061 \family sans
34062 Höhe 
34063 \family default
34064 festlegen.
34065  Die verfügbaren Einheiten werden in Tabelle
34066 \begin_inset space ~
34067 \end_inset
34068
34069
34070 \begin_inset CommandInset ref
34071 LatexCommand ref
34072 reference "tab:Maßeinheiten"
34073
34074 \end_inset
34075
34076  aufgelistet.
34077  Das Feld
34078 \family sans
34079  Höhe
34080 \family default
34081  bietet die folgenden zusätzlichen Größen:
34082 \end_layout
34083
34084 \begin_layout Description
34085 Tiefe Dies ist die reine Text-
34086 \begin_inset Quotes gld
34087 \end_inset
34088
34089 Höhe
34090 \begin_inset Quotes grd
34091 \end_inset
34092
34093 .
34094  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
34095 \begin_inset Newline newline
34096 \end_inset
34097
34098
34099 \begin_inset Newline newline
34100 \end_inset
34101
34102
34103 \begin_inset Newline newline
34104 \end_inset
34105
34106
34107 \begin_inset Box Boxed
34108 position "c"
34109 hor_pos "c"
34110 has_inner_box 1
34111 inner_pos "c"
34112 use_parbox 0
34113 use_makebox 0
34114 width "12col%"
34115 special "none"
34116 height "1in"
34117 height_special "depth"
34118 thickness "0.4pt"
34119 separation "3pt"
34120 shadowsize "4pt"
34121 framecolor "black"
34122 backgroundcolor "none"
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126 \align center
34127 Box-Höhe = 1
34128 \begin_inset space \thinspace{}
34129 \end_inset
34130
34131 Tiefe
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \begin_inset Newline newline
34138 \end_inset
34139
34140
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Description
34148 Höhe Dies ist die Texthöhe innerhalb der Box.
34149  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
34150  Texthöhe setzen: 
34151 \begin_inset Box Boxed
34152 position "c"
34153 hor_pos "c"
34154 has_inner_box 1
34155 inner_pos "c"
34156 use_parbox 0
34157 use_makebox 0
34158 width "20col%"
34159 special "none"
34160 height "2in"
34161 height_special "height"
34162 thickness "0.4pt"
34163 separation "3pt"
34164 shadowsize "4pt"
34165 framecolor "black"
34166 backgroundcolor "none"
34167 status collapsed
34168
34169 \begin_layout Plain Layout
34170 \align center
34171 Boxhöhe = 2
34172 \begin_inset space \thinspace{}
34173 \end_inset
34174
34175 Höhe
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Description
34184 Gesamthöhe Dies ist Höhe
34185 \begin_inset space \thinspace{}
34186 \end_inset
34187
34188 +
34189 \begin_inset space \thinspace{}
34190 \end_inset
34191
34192 Tiefe: 
34193 \begin_inset Box Boxed
34194 position "c"
34195 hor_pos "c"
34196 has_inner_box 1
34197 inner_pos "c"
34198 use_parbox 0
34199 use_makebox 0
34200 width "20col%"
34201 special "none"
34202 height "1in"
34203 height_special "totalheight"
34204 thickness "0.4pt"
34205 separation "3pt"
34206 shadowsize "4pt"
34207 framecolor "black"
34208 backgroundcolor "none"
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212 \align center
34213 Boxhöhe = 1
34214 \begin_inset space \thinspace{}
34215 \end_inset
34216
34217 Gesamthöhe
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Description
34226 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
34227 \begin_inset Box Boxed
34228 position "c"
34229 hor_pos "c"
34230 has_inner_box 1
34231 inner_pos "c"
34232 use_parbox 0
34233 use_makebox 0
34234 width "12col%"
34235 special "none"
34236 height "1in"
34237 height_special "width"
34238 thickness "0.4pt"
34239 separation "3pt"
34240 shadowsize "4pt"
34241 framecolor "black"
34242 backgroundcolor "none"
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 \align center
34247 Boxhöhe = 1
34248 \begin_inset space \thinspace{}
34249 \end_inset
34250
34251 Breite
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Subsection
34260 Ausrichtung
34261 \begin_inset Index idx
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 Boxen ! Ausrichtung
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Standard
34274 Wenn Sie eine 
34275 \family sans
34276 Innere
34277 \begin_inset space ~
34278 \end_inset
34279
34280 Box
34281 \family default
34282  gewählt haben, kann die Box mit folgenden Werten für 
34283 \family sans
34284 Box
34285 \family default
34286  senkrecht ausgerichtet werden:
34287 \end_layout
34288
34289 \begin_layout Description
34290 Oben Dies ist ein Beispieltext.
34291  
34292 \begin_inset Box Boxed
34293 position "t"
34294 hor_pos "c"
34295 has_inner_box 1
34296 inner_pos "c"
34297 use_parbox 0
34298 use_makebox 0
34299 width "20col%"
34300 special "none"
34301 height "1in"
34302 height_special "totalheight"
34303 thickness "0.4pt"
34304 separation "3pt"
34305 shadowsize "4pt"
34306 framecolor "black"
34307 backgroundcolor "none"
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311 \align center
34312 Die Ober\SpecialChar softhyphen
34313 kante der Box ist in der Zeile.
34314 \end_layout
34315
34316 \end_inset
34317
34318  Dies ist ein Beispieltext.
34319 \end_layout
34320
34321 \begin_layout Description
34322 Mitte Dies ist ein Beispieltext.
34323  
34324 \begin_inset Box Boxed
34325 position "c"
34326 hor_pos "c"
34327 has_inner_box 1
34328 inner_pos "c"
34329 use_parbox 0
34330 use_makebox 0
34331 width "20col%"
34332 special "none"
34333 height "1in"
34334 height_special "totalheight"
34335 thickness "0.4pt"
34336 separation "3pt"
34337 shadowsize "4pt"
34338 framecolor "black"
34339 backgroundcolor "none"
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343 \align center
34344 Die Mitte der Box ist in der Zeile.
34345 \end_layout
34346
34347 \end_inset
34348
34349  Dies ist ein Beispieltext.
34350 \end_layout
34351
34352 \begin_layout Description
34353 Unten Dies ist ein Beispieltext.
34354  
34355 \begin_inset Box Boxed
34356 position "b"
34357 hor_pos "c"
34358 has_inner_box 1
34359 inner_pos "c"
34360 use_parbox 0
34361 use_makebox 0
34362 width "20col%"
34363 special "none"
34364 height "1in"
34365 height_special "totalheight"
34366 thickness "0.4pt"
34367 separation "3pt"
34368 shadowsize "4pt"
34369 framecolor "black"
34370 backgroundcolor "none"
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374 \align center
34375 Die Unter\SpecialChar softhyphen
34376 kante der Box ist in der Zeile.
34377 \end_layout
34378
34379 \end_inset
34380
34381  Dies ist ein Beispieltext.
34382 \end_layout
34383
34384 \begin_layout Standard
34385 \begin_inset Note Greyedout
34386 status open
34387
34388 \begin_layout Plain Layout
34389
34390 \series bold
34391 Bemerkung:
34392 \series default
34393  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
34394  Boxen in einer Zeile sind und eine Box z.
34395 \begin_inset space \thinspace{}
34396 \end_inset
34397
34398 B.
34399  schattiert ist, die andere aber nicht.
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Standard
34408 Eine Box kann mit dem Dialog 
34409 \family sans
34410 Absatz-Einstellungen
34411 \family default
34412  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
34413 \end_layout
34414
34415 \begin_layout Standard
34416 \begin_inset VSpace bigskip
34417 \end_inset
34418
34419 Wenn Sie eine 
34420 \family sans
34421 Innere
34422 \begin_inset space ~
34423 \end_inset
34424
34425 Box
34426 \family default
34427  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
34428 \family sans
34429 Inhalt
34430 \family default
34431  senkrecht ausgerichtet werden:
34432 \end_layout
34433
34434 \begin_layout Description
34435 Oben Dies ist ein Beispieltext.
34436  
34437 \begin_inset Box Boxed
34438 position "c"
34439 hor_pos "c"
34440 has_inner_box 1
34441 inner_pos "t"
34442 use_parbox 0
34443 use_makebox 0
34444 width "20col%"
34445 special "none"
34446 height "1.5in"
34447 height_special "totalheight"
34448 thickness "0.4pt"
34449 separation "3pt"
34450 shadowsize "4pt"
34451 framecolor "black"
34452 backgroundcolor "none"
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 \align center
34457 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
34458 \end_layout
34459
34460 \end_inset
34461
34462  Dies ist ein Beispieltext.
34463 \end_layout
34464
34465 \begin_layout Description
34466 Mitte Dies ist ein Beispieltext.
34467  
34468 \begin_inset Box Boxed
34469 position "c"
34470 hor_pos "c"
34471 has_inner_box 1
34472 inner_pos "c"
34473 use_parbox 0
34474 use_makebox 0
34475 width "20col%"
34476 special "none"
34477 height "1.5in"
34478 height_special "totalheight"
34479 thickness "0.4pt"
34480 separation "3pt"
34481 shadowsize "4pt"
34482 framecolor "black"
34483 backgroundcolor "none"
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487 \align center
34488 Der Boxinhalt ist zentriert ausgerichtet.
34489 \end_layout
34490
34491 \end_inset
34492
34493  Dies ist ein Beispieltext.
34494 \end_layout
34495
34496 \begin_layout Description
34497 Unten Dies ist ein Beispieltext.
34498  
34499 \begin_inset Box Boxed
34500 position "c"
34501 hor_pos "c"
34502 has_inner_box 1
34503 inner_pos "b"
34504 use_parbox 0
34505 use_makebox 0
34506 width "20col%"
34507 special "none"
34508 height "1.5in"
34509 height_special "totalheight"
34510 thickness "0.4pt"
34511 separation "3pt"
34512 shadowsize "4pt"
34513 framecolor "black"
34514 backgroundcolor "none"
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518 \align center
34519 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
34520 \end_layout
34521
34522 \end_inset
34523
34524  Dies ist ein Beispieltext.
34525 \end_layout
34526
34527 \begin_layout Description
34528 Dehnen Dies ist ein Beispieltext.
34529  
34530 \begin_inset Box Boxed
34531 position "c"
34532 hor_pos "c"
34533 has_inner_box 1
34534 inner_pos "s"
34535 use_parbox 0
34536 use_makebox 0
34537 width "20col%"
34538 special "none"
34539 height "1in"
34540 height_special "totalheight"
34541 thickness "0.4pt"
34542 separation "3pt"
34543 shadowsize "4pt"
34544 framecolor "black"
34545 backgroundcolor "none"
34546 status collapsed
34547
34548 \begin_layout Plain Layout
34549 \align center
34550 Der Boxinhalt
34551 \end_layout
34552
34553 \begin_layout Plain Layout
34554 \align center
34555 ist über die
34556 \end_layout
34557
34558 \begin_layout Plain Layout
34559 \align center
34560 Boxhöhe
34561 \end_layout
34562
34563 \begin_layout Plain Layout
34564 \align center
34565 gleichmäßig verteilt.
34566 \end_layout
34567
34568 \end_inset
34569
34570  Dies ist ein Beispieltext.
34571 \end_layout
34572
34573 \begin_layout Standard
34574 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
34575  besteht.
34576  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
34577 \end_layout
34578
34579 \begin_layout Standard
34580 Ein Boxinhalt kann mit dem Dialog 
34581 \family sans
34582 Absatz-Einstellungen
34583 \family default
34584  waagerecht ausgerichtet werden, wenn Sie eine
34585 \family sans
34586  Innere
34587 \begin_inset space ~
34588 \end_inset
34589
34590 Box
34591 \family default
34592  gewählt haben.
34593 \end_layout
34594
34595 \begin_layout Standard
34596 \align center
34597 \begin_inset Box Boxed
34598 position "c"
34599 hor_pos "c"
34600 has_inner_box 1
34601 inner_pos "s"
34602 use_parbox 0
34603 use_makebox 0
34604 width "30col%"
34605 special "none"
34606 height "1.25in"
34607 height_special "totalheight"
34608 thickness "0.4pt"
34609 separation "3pt"
34610 shadowsize "4pt"
34611 framecolor "black"
34612 backgroundcolor "none"
34613 status collapsed
34614
34615 \begin_layout Plain Layout
34616 \align left
34617 Hier ist jede Zeile
34618 \end_layout
34619
34620 \begin_layout Plain Layout
34621 \align center
34622 anders
34623 \end_layout
34624
34625 \begin_layout Plain Layout
34626 \align right
34627 ausgerichtet.
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Wenn Sie keine
34637 \family sans
34638  Innere
34639 \begin_inset space ~
34640 \end_inset
34641
34642 Box
34643 \family default
34644  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
34645 \family sans
34646 Box-Einstellungen-
34647 \family default
34648 Dialog ausrichten
34649 \end_layout
34650
34651 \begin_layout Standard
34652 \align center
34653 \begin_inset Box Boxed
34654 position "c"
34655 hor_pos "s"
34656 has_inner_box 0
34657 inner_pos "s"
34658 use_parbox 0
34659 use_makebox 0
34660 width "90col%"
34661 special "none"
34662 height "1.25in"
34663 height_special "totalheight"
34664 thickness "0.4pt"
34665 separation "3pt"
34666 shadowsize "4pt"
34667 framecolor "black"
34668 backgroundcolor "none"
34669 status collapsed
34670
34671 \begin_layout Plain Layout
34672 Dieser Boxinhalt wurde horizontal gedehnt.
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Subsection
34681 Verzierung
34682 \begin_inset CommandInset label
34683 LatexCommand label
34684 name "uab:Verzierung"
34685
34686 \end_inset
34687
34688
34689 \begin_inset Index idx
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693 Boxen ! Verzierung
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 Im 
34703 \family sans
34704 Box-Einstellungen-
34705 \family default
34706 Dialog können Sie mit der 
34707 \family sans
34708 Verzierung
34709 \family default
34710  den Typ der Box auswählen:
34711 \end_layout
34712
34713 \begin_layout Description
34714 Kein
34715 \begin_inset space ~
34716 \end_inset
34717
34718 Rahmen Nichts wird gezeichnet.
34719 \end_layout
34720
34721 \begin_layout Description
34722 Einfacher
34723 \begin_inset space ~
34724 \end_inset
34725
34726 rechteckiger
34727 \begin_inset space ~
34728 \end_inset
34729
34730 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
34731  Die Rahmendicke kann festgelegt werden.
34732  
34733 \begin_inset Box Boxed
34734 position "c"
34735 hor_pos "c"
34736 has_inner_box 1
34737 inner_pos "c"
34738 use_parbox 0
34739 use_makebox 0
34740 width "21col%"
34741 special "none"
34742 height "1in"
34743 height_special "totalheight"
34744 thickness "0.4pt"
34745 separation "3pt"
34746 shadowsize "4pt"
34747 framecolor "black"
34748 backgroundcolor "none"
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752
34753 \series medium
34754 Rechteckige
34755 \begin_inset space ~
34756 \end_inset
34757
34758 Box
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Description
34767 erlaube
34768 \begin_inset space ~
34769 \end_inset
34770
34771 Seitenumbrüche 
34772 \end_layout
34773
34774 \begin_layout Description
34775 Ovaler
34776 \begin_inset space ~
34777 \end_inset
34778
34779 Rahmen,
34780 \begin_inset space ~
34781 \end_inset
34782
34783 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
34784  Die Rahmendicke ist 0.4
34785 \begin_inset space \thinspace{}
34786 \end_inset
34787
34788 pt.
34789  
34790 \begin_inset Box ovalbox
34791 position "c"
34792 hor_pos "c"
34793 has_inner_box 1
34794 inner_pos "c"
34795 use_parbox 0
34796 use_makebox 0
34797 width "20col%"
34798 special "none"
34799 height "1in"
34800 height_special "totalheight"
34801 thickness "0.4pt"
34802 separation "3pt"
34803 shadowsize "4pt"
34804 framecolor "black"
34805 backgroundcolor "none"
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809 Ovale
34810 \begin_inset space ~
34811 \end_inset
34812
34813 Box,
34814 \begin_inset space ~
34815 \end_inset
34816
34817 dünn
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Description
34826 Ovaler
34827 \begin_inset space ~
34828 \end_inset
34829
34830 Rahmen,
34831 \begin_inset space ~
34832 \end_inset
34833
34834 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
34835  Die Rahmendicke ist 0.8
34836 \begin_inset space \thinspace{}
34837 \end_inset
34838
34839 pt.
34840  
34841 \begin_inset Box Ovalbox
34842 position "c"
34843 hor_pos "c"
34844 has_inner_box 1
34845 inner_pos "c"
34846 use_parbox 0
34847 use_makebox 0
34848 width "20col%"
34849 special "none"
34850 height "1in"
34851 height_special "totalheight"
34852 thickness "0.4pt"
34853 separation "3pt"
34854 shadowsize "4pt"
34855 framecolor "black"
34856 backgroundcolor "none"
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860 Ovale
34861 \begin_inset space ~
34862 \end_inset
34863
34864 Box,
34865 \begin_inset space ~
34866 \end_inset
34867
34868 dick
34869 \end_layout
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Description
34877 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
34878  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
34879 \begin_inset Newline newline
34880 \end_inset
34881
34882
34883 \begin_inset Box Shadowbox
34884 position "c"
34885 hor_pos "c"
34886 has_inner_box 1
34887 inner_pos "c"
34888 use_parbox 0
34889 use_makebox 0
34890 width "20col%"
34891 special "none"
34892 height "1in"
34893 height_special "totalheight"
34894 thickness "0.4pt"
34895 separation "3pt"
34896 shadowsize "4pt"
34897 framecolor "black"
34898 backgroundcolor "none"
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902 Schattierte
34903 \begin_inset space ~
34904 \end_inset
34905
34906 Box
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Description
34915 Schattierter
34916 \begin_inset space ~
34917 \end_inset
34918
34919 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
34920  Im Gegensatz zu farbigen Boxen
34921 \begin_inset Foot
34922 status collapsed
34923
34924 \begin_layout Plain Layout
34925 siehe Abschnitt
34926 \begin_inset space ~
34927 \end_inset
34928
34929
34930 \begin_inset CommandInset ref
34931 LatexCommand ref
34932 reference "abs:Farbige-Boxen"
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \end_inset
34940
34941  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
34942  die Box ist ein Absatz für sich.
34943  
34944 \begin_inset Box Shaded
34945 position "t"
34946 hor_pos "c"
34947 has_inner_box 0
34948 inner_pos "t"
34949 use_parbox 0
34950 use_makebox 0
34951 width "50col%"
34952 special "none"
34953 height "1in"
34954 height_special "totalheight"
34955 thickness "0.4pt"
34956 separation "3pt"
34957 shadowsize "4pt"
34958 framecolor "black"
34959 backgroundcolor "none"
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 Schattierter Hintergrund Box
34964 \end_layout
34965
34966 \end_inset
34967
34968
34969 \end_layout
34970
34971 \begin_layout Description
34972 Doppelter
34973 \begin_inset space ~
34974 \end_inset
34975
34976 rechteckiger
34977 \begin_inset space ~
34978 \end_inset
34979
34980 Rahmen zeichnet einen doppelten Rahmen um die Box.
34981  Der innere Rahmen ist 0,75
34982 \begin_inset space \thinspace{}
34983 \end_inset
34984
34985 Rahmendicke breit, der äußere 1,5
34986 \begin_inset space \thinspace{}
34987 \end_inset
34988
34989 Rahmendicke.
34990  Der Zwischenraum beträgt 1,5
34991 \begin_inset space \thinspace{}
34992 \end_inset
34993
34994 Rahmendicke
34995 \begin_inset space \thinspace{}
34996 \end_inset
34997
34998 +
34999 \begin_inset space \thinspace{}
35000 \end_inset
35001
35002 0,5
35003 \begin_inset space \thinspace{}
35004 \end_inset
35005
35006 pt.
35007  
35008 \begin_inset Box Doublebox
35009 position "c"
35010 hor_pos "c"
35011 has_inner_box 1
35012 inner_pos "c"
35013 use_parbox 0
35014 use_makebox 0
35015 width "20col%"
35016 special "none"
35017 height "1in"
35018 height_special "totalheight"
35019 thickness "0.4pt"
35020 separation "3pt"
35021 shadowsize "4pt"
35022 framecolor "black"
35023 backgroundcolor "none"
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027 Doppelt
35028 \begin_inset space ~
35029 \end_inset
35030
35031 gerahmte
35032 \begin_inset space ~
35033 \end_inset
35034
35035 Box
35036 \end_layout
35037
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \begin_layout Standard
35044 \begin_inset VSpace bigskip
35045 \end_inset
35046
35047 Die Aufschrift der Box in \SpecialChar LyX
35048  ändert sich mit der gewählten Verzierung.
35049  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
35050 -Paket 
35051 \series bold
35052 fancybox
35053 \series default
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 \SpecialChar LaTeX
35060 -Pakete ! fancybox
35061 \end_layout
35062
35063 \end_inset
35064
35065  installiert sein.
35066 \end_layout
35067
35068 \begin_layout Standard
35069 \begin_inset VSpace bigskip
35070 \end_inset
35071
35072 Wenn Sie die Verzierung 
35073 \family sans
35074 Einfacher rechteckiger Rahmen
35075 \family default
35076  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
35077  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
35078  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
35079  sich ist: 
35080 \begin_inset Box Framed
35081 position "t"
35082 hor_pos "c"
35083 has_inner_box 0
35084 inner_pos "t"
35085 use_parbox 0
35086 use_makebox 0
35087 width "100col%"
35088 special "none"
35089 height "1in"
35090 height_special "totalheight"
35091 thickness "0.4pt"
35092 separation "3pt"
35093 shadowsize "4pt"
35094 framecolor "black"
35095 backgroundcolor "none"
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 Box erlaubt Seitenumbruch
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Section
35108 Box-Anpassung
35109 \begin_inset Index idx
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113 Boxen ! Anpassung
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Standard
35122 \noindent
35123 Der Durchmesser der abgerundeten Ecken kann mit 
35124 \series bold
35125
35126 \backslash
35127 cornersize
35128 \series default
35129  gesetzt werden.
35130  Der \SpecialChar TeX
35131 -Code-Befehl
35132 \end_layout
35133
35134 \begin_layout Standard
35135
35136 \series bold
35137
35138 \backslash
35139 cornersize*{1cm}
35140 \end_layout
35141
35142 \begin_layout Standard
35143 setzt den Durchmesser auf 1
35144 \begin_inset space \thinspace{}
35145 \end_inset
35146
35147 cm.
35148  Der \SpecialChar TeX
35149 -Code-Befehl
35150 \end_layout
35151
35152 \begin_layout Standard
35153
35154 \series bold
35155
35156 \backslash
35157 cornersize{num}
35158 \end_layout
35159
35160 \begin_layout Standard
35161 setzt den Durchmesser auf 
35162 \family sans
35163 num
35164 \begin_inset space \thinspace{}
35165 \end_inset
35166
35167 ×
35168 \begin_inset space \thinspace{}
35169 \end_inset
35170
35171 Minimum(Breite der Box, Höhe der Box)
35172 \family default
35173 .
35174  Der Standardwert ist 
35175 \series bold
35176
35177 \backslash
35178 cornersize{0.5}
35179 \series default
35180 .
35181 \end_layout
35182
35183 \begin_layout Standard
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189
35190 \backslash
35191 cornersize*{1.5cm}
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \begin_inset Box Ovalbox
35198 position "c"
35199 hor_pos "c"
35200 has_inner_box 1
35201 inner_pos "c"
35202 use_parbox 0
35203 use_makebox 0
35204 width "30col%"
35205 special "none"
35206 height "1in"
35207 height_special "totalheight"
35208 thickness "0.4pt"
35209 separation "3pt"
35210 shadowsize "4pt"
35211 framecolor "black"
35212 backgroundcolor "none"
35213 status open
35214
35215 \begin_layout Plain Layout
35216 \align center
35217 Ovale Box, dicker Rand, mit 
35218 \series bold
35219
35220 \backslash
35221 cornersize
35222 \series default
35223
35224 \begin_inset space \thinspace{}
35225 \end_inset
35226
35227 =
35228 \begin_inset space \thinspace{}
35229 \end_inset
35230
35231 1.5
35232 \begin_inset space \thinspace{}
35233 \end_inset
35234
35235 cm
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \begin_inset ERT
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245
35246
35247 \backslash
35248 cornersize{0.5}
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 \begin_inset VSpace bigskip
35258 \end_inset
35259
35260 Die Standard-Hintergrundfarbe rot von Boxen mit 
35261 \family sans
35262 schattiertem Hintergrund
35263 \family default
35264  kann entweder lokal mit dem Befehl 
35265 \series bold
35266
35267 \backslash
35268 definecolor{shadecolor}
35269 \series default
35270  oder global über das Menü 
35271 \family sans
35272 Werkzeuge\SpecialChar menuseparator
35273 Einstellungen\SpecialChar menuseparator
35274 Farben\SpecialChar menuseparator
35275 Schattierte
35276 \begin_inset space ~
35277 \end_inset
35278
35279 Box
35280 \family default
35281  geändert werden.
35282  Das Schema des 
35283 \series bold
35284
35285 \backslash
35286 definecolor
35287 \series default
35288  Befehls ist  in Abschnitt
35289 \begin_inset space ~
35290 \end_inset
35291
35292
35293 \begin_inset CommandInset ref
35294 LatexCommand ref
35295 reference "abs:Farbige-Tabellen"
35296
35297 \end_inset
35298
35299  erklärt.
35300 \begin_inset Foot
35301 status collapsed
35302
35303 \begin_layout Plain Layout
35304 Beachten Sie, dass 
35305 \series bold
35306
35307 \backslash
35308 definecolor
35309 \series default
35310  das \SpecialChar LaTeX
35311 -Paket 
35312 \series bold
35313 color
35314 \series default
35315  im \SpecialChar LaTeX
35316 -Vorspann benötigt, siehe Abschnitt
35317 \begin_inset space ~
35318 \end_inset
35319
35320
35321 \begin_inset CommandInset ref
35322 LatexCommand ref
35323 reference "abs:Farbige-Boxen"
35324
35325 \end_inset
35326
35327 .
35328 \end_layout
35329
35330 \end_inset
35331
35332  Für das nächste Beispiel wurden folgender \SpecialChar TeX
35333 -Code verwendet:
35334 \end_layout
35335
35336 \begin_layout Standard
35337
35338 \series bold
35339
35340 \backslash
35341 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35342 \end_layout
35343
35344 \begin_layout Standard
35345 \begin_inset ERT
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349
35350
35351 \backslash
35352 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \begin_inset Box Shaded
35359 position "t"
35360 hor_pos "c"
35361 has_inner_box 0
35362 inner_pos "t"
35363 use_parbox 0
35364 use_makebox 0
35365 width "100col%"
35366 special "none"
35367 height "1in"
35368 height_special "totalheight"
35369 thickness "0.4pt"
35370 separation "3pt"
35371 shadowsize "4pt"
35372 framecolor "black"
35373 backgroundcolor "none"
35374 status open
35375
35376 \begin_layout Plain Layout
35377
35378 \color yellow
35379 Dies ist gelber Text in einer 
35380 \family sans
35381 schattierten Hintergrund
35382 \begin_inset space ~
35383 \end_inset
35384
35385
35386 \family default
35387 Box auf dunkelgrünem Hintergrund.
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398
35399 \backslash
35400 definecolor{shadecolor}{rgb}{1,0,0}
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Standard
35409 \begin_inset VSpace bigskip
35410 \end_inset
35411
35412 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
35413  der sie ändert.
35414 \end_layout
35415
35416 \begin_layout Section
35417 Minipage
35418 \begin_inset CommandInset label
35419 LatexCommand label
35420 name "abs:Minipage"
35421
35422 \end_inset
35423
35424
35425 \begin_inset Index idx
35426 status collapsed
35427
35428 \begin_layout Plain Layout
35429 Boxen ! Minipage
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438 Minipages werden von \SpecialChar LaTeX
35439  wie Seiten auf einer Seite behandelt und können deshalb
35440  unter anderem eigene Fußnoten haben.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
35445 \end_layout
35446
35447 \begin_layout Standard
35448 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
35449  Ihre Breite ist 45 Spaltenbreite
35450 \begin_inset space ~
35451 \end_inset
35452
35453 %, und sie sind durch einen 
35454 \family sans
35455 HFill
35456 \family default
35457  getrennt (
35458 \family sans
35459 Einfügen\SpecialChar menuseparator
35460 Formatierung\SpecialChar menuseparator
35461 Horizontaler
35462 \begin_inset space \space{}
35463 \end_inset
35464
35465 Abstand\SpecialChar menuseparator
35466 Abstand\SpecialChar menuseparator
35467 Variabler
35468 \begin_inset space ~
35469 \end_inset
35470
35471 horiz.
35472 \begin_inset space ~
35473 \end_inset
35474
35475 Abstand
35476 \family default
35477 ).
35478 \begin_inset Newpage newpage
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \begin_layout Standard
35485 \noindent
35486 \begin_inset Box Frameless
35487 position "t"
35488 hor_pos "c"
35489 has_inner_box 1
35490 inner_pos "c"
35491 use_parbox 0
35492 use_makebox 0
35493 width "45col%"
35494 special "none"
35495 height "1in"
35496 height_special "totalheight"
35497 thickness "0.4pt"
35498 separation "3pt"
35499 shadowsize "4pt"
35500 framecolor "black"
35501 backgroundcolor "none"
35502 status open
35503
35504 \begin_layout Plain Layout
35505 Dies ist ein deutscher Text.
35506  Dies ist ein deutscher Text.
35507  Dies ist ein deutscher Text.
35508  Dies ist ein deutscher Text.
35509  Dies ist ein deutscher Text.
35510  Dies ist ein deutscher Text.
35511  Dies ist ein deutscher Text.
35512  Dies ist ein deutscher Text.
35513  Dies ist ein deutscher Text.
35514  Dies ist ein deutscher Text.
35515  Dies ist ein deutscher Text.
35516  Dies ist ein deutscher Text.
35517  Dies ist ein deutscher Text
35518 \begin_inset Foot
35519 status open
35520
35521 \begin_layout Plain Layout
35522 Dies ist eine deutsche Fußnote.
35523 \end_layout
35524
35525 \end_inset
35526
35527 .
35528  Dies ist ein deutscher Text.
35529  Dies ist ein deutscher Text.
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \begin_inset space \hfill{}
35536 \end_inset
35537
35538
35539 \begin_inset Box Frameless
35540 position "t"
35541 hor_pos "c"
35542 has_inner_box 1
35543 inner_pos "c"
35544 use_parbox 0
35545 use_makebox 0
35546 width "45col%"
35547 special "none"
35548 height "1in"
35549 height_special "totalheight"
35550 thickness "0.4pt"
35551 separation "3pt"
35552 shadowsize "4pt"
35553 framecolor "black"
35554 backgroundcolor "none"
35555 status open
35556
35557 \begin_layout Plain Layout
35558
35559 \lang english
35560 This is an English Text.
35561  This is an English Text.
35562  This is an English Text.
35563  This is an English Text.
35564  This is an English Text.
35565  This is an English Text.
35566  This is an English Text.
35567  This is an English Text.
35568  This is an English Text.
35569  This is an English Text.
35570  This is an English Text.
35571  This is an English Text.
35572  This is an English Text.
35573  This is an English Text.
35574  This is an English Text.
35575  This is an English Text.
35576 \begin_inset Foot
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580
35581 \lang english
35582 This is an English footnote.
35583 \end_layout
35584
35585 \end_inset
35586
35587  This is an English Text.
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Standard
35596 \begin_inset VSpace bigskip
35597 \end_inset
35598
35599 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
35600  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
35601  Absätze nicht eingerückt werden, obwohl Sie das in 
35602 \family sans
35603 Dokument
35604 \family default
35605 \SpecialChar menuseparator
35606
35607 \family sans
35608 Einstellun\SpecialChar softhyphen
35609 gen\SpecialChar menuseparator
35610 Textformat
35611 \family default
35612  festgelegt haben.
35613  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
35614  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
35615 -Code 
35616 \series bold
35617
35618 \backslash
35619 hspace*{1em}
35620 \series default
35621 .
35622 \end_layout
35623
35624 \begin_layout Standard
35625 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
35626  zu verpassen, siehe Abschnitt
35627 \begin_inset space ~
35628 \end_inset
35629
35630
35631 \begin_inset CommandInset ref
35632 LatexCommand ref
35633 reference "abs:Farbige-Boxen"
35634
35635 \end_inset
35636
35637 .
35638 \end_layout
35639
35640 \begin_layout Standard
35641 \begin_inset Note Greyedout
35642 status open
35643
35644 \begin_layout Plain Layout
35645
35646 \series bold
35647 Bemerkung:
35648 \series default
35649  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
35650  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \begin_layout Standard
35659 \begin_inset VSpace bigskip
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \begin_layout Standard
35666 \SpecialChar LyX
35667  unterstützt auch Minipages, deren Breite sich automatisch an die Größe
35668  des Inhalts anpasst, über das Modul 
35669 \family sans
35670 Breitenvariable
35671 \begin_inset space ~
35672 \end_inset
35673
35674 Minipages
35675 \family default
35676 .
35677  Die \SpecialChar LyX
35678 -Beispieldatei 
35679 \emph on
35680 varwidth-floats-side-by-side
35681 \emph default
35682  gibt Beispiele von breitenvariablen Minipages, um Gleitobjekte nebeneinander
35683  zu setzen.
35684 \end_layout
35685
35686 \begin_layout Section
35687 Parbox
35688 \begin_inset CommandInset label
35689 LatexCommand label
35690 name "abs:Parbox"
35691
35692 \end_inset
35693
35694
35695 \begin_inset Index idx
35696 status collapsed
35697
35698 \begin_layout Plain Layout
35699 Boxen ! Parbox
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708 Parbox ist eine Abkürzung für 
35709 \begin_inset Quotes gld
35710 \end_inset
35711
35712 paragraph box
35713 \begin_inset Quotes grd
35714 \end_inset
35715
35716 , was Absatzbox bedeutet.
35717  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
35718  in Parboxen nicht ausgegeben werden:
35719 \end_layout
35720
35721 \begin_layout Standard
35722 \align center
35723 \begin_inset Box Frameless
35724 position "t"
35725 hor_pos "c"
35726 has_inner_box 1
35727 inner_pos "t"
35728 use_parbox 1
35729 use_makebox 0
35730 width "33col%"
35731 special "none"
35732 height "1in"
35733 height_special "totalheight"
35734 thickness "0.4pt"
35735 separation "3pt"
35736 shadowsize "4pt"
35737 framecolor "black"
35738 backgroundcolor "none"
35739 status open
35740
35741 \begin_layout Plain Layout
35742 Dies ist Text in einer Parbox.
35743  Dies ist Text in einer Parbox.
35744 \end_layout
35745
35746 \begin_layout Plain Layout
35747 Diese Fußnote wird nicht gedruckt:
35748 \begin_inset Foot
35749 status collapsed
35750
35751 \begin_layout Plain Layout
35752 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
35753 \end_layout
35754
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Section
35766 Boxen für Worte und Buchstaben
35767 \begin_inset Index idx
35768 status collapsed
35769
35770 \begin_layout Plain Layout
35771 Boxen ! für Buchstaben
35772 \end_layout
35773
35774 \end_inset
35775
35776
35777 \end_layout
35778
35779 \begin_layout Subsection
35780 Silbentrennung unterbinden
35781 \begin_inset CommandInset label
35782 LatexCommand label
35783 name "abs:Silbentrennung-unterbinden"
35784
35785 \end_inset
35786
35787
35788 \begin_inset Index idx
35789 status collapsed
35790
35791 \begin_layout Plain Layout
35792 Boxen ! zur Vermeidung von Silbentrennung
35793 \end_layout
35794
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \begin_layout Standard
35801 Sie können den Boxtyp 
35802 \family sans
35803 Makebox
35804 \family default
35805  benutzen, um Silbentrennungen zu unterbinden.
35806 \begin_inset Newline newline
35807 \end_inset
35808
35809 Hier ist ein Beispiel: 
35810 \end_layout
35811
35812 \begin_layout Standard
35813 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
35814 \begin_inset Quotes gld
35815 \end_inset
35816
35817 einsehrsehrsehrlangeswort
35818 \begin_inset Quotes grd
35819 \end_inset
35820
35821 .
35822 \end_layout
35823
35824 \begin_layout Standard
35825 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
35826  Innere
35827 \begin_inset space ~
35828 \end_inset
35829
35830 Box auf Makebox und verwenden keine explizite Breite.
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Hier ist das Ergebnis:
35835 \end_layout
35836
35837 \begin_layout Standard
35838 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35839 \begin_inset Box Frameless
35840 position "t"
35841 hor_pos "c"
35842 has_inner_box 1
35843 inner_pos "t"
35844 use_parbox 0
35845 use_makebox 1
35846 width ""
35847 special "none"
35848 height "1in"
35849 height_special "totalheight"
35850 thickness "0.4pt"
35851 separation "3pt"
35852 shadowsize "4pt"
35853 framecolor "black"
35854 backgroundcolor "none"
35855 status open
35856
35857 \begin_layout Plain Layout
35858 \begin_inset Quotes gld
35859 \end_inset
35860
35861 einsehrsehrsehrlangeswort
35862 \begin_inset Quotes grd
35863 \end_inset
35864
35865
35866 \end_layout
35867
35868 \end_inset
35869
35870 .
35871 \end_layout
35872
35873 \begin_layout Standard
35874 Alternativ dazu kann man auch den Befehl 
35875 \begin_inset Quotes gld
35876 \end_inset
35877
35878
35879 \series bold
35880
35881 \backslash
35882 -
35883 \series default
35884
35885 \begin_inset Quotes grd
35886 \end_inset
35887
35888  als \SpecialChar TeX
35889 -Code direkt vor das Wort setzen:
35890 \end_layout
35891
35892 \begin_layout Standard
35893 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
35894 \begin_inset Quotes gld
35895 \end_inset
35896
35897
35898 \begin_inset ERT
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902
35903
35904 \backslash
35905 -
35906 \end_layout
35907
35908 \end_inset
35909
35910 einsehrsehrsehrlangeswort
35911 \begin_inset Quotes grd
35912 \end_inset
35913
35914 .
35915 \end_layout
35916
35917 \begin_layout Standard
35918 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
35919  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
35920 \family sans
35921 Strg-Eingabe
35922 \family default
35923 ) einfügen: 
35924 \end_layout
35925
35926 \begin_layout Standard
35927 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
35928 \begin_inset Newline newline
35929 \end_inset
35930
35931
35932 \begin_inset Box Frameless
35933 position "t"
35934 hor_pos "c"
35935 has_inner_box 1
35936 inner_pos "t"
35937 use_parbox 0
35938 use_makebox 1
35939 width ""
35940 special "none"
35941 height "1in"
35942 height_special "totalheight"
35943 thickness "0.4pt"
35944 separation "3pt"
35945 shadowsize "4pt"
35946 framecolor "black"
35947 backgroundcolor "none"
35948 status open
35949
35950 \begin_layout Plain Layout
35951 \begin_inset Quotes gld
35952 \end_inset
35953
35954 einsehrsehrsehrlangeswort
35955 \begin_inset Quotes grd
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \end_inset
35962
35963 .
35964 \end_layout
35965
35966 \begin_layout Subsection
35967 Vertikale Ausrichtung
35968 \begin_inset CommandInset label
35969 LatexCommand label
35970 name "uab:Vertikale-Ausrichtung"
35971
35972 \end_inset
35973
35974
35975 \begin_inset Index idx
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979 Boxen ! für Vertikale Ausrichtung
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \begin_inset Index idx
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989 Boxen ! raisebox
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Standard
35998 Mit dem \SpecialChar LaTeX
35999 -Befehl 
36000 \series bold
36001
36002 \backslash
36003 raisebox
36004 \series default
36005  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
36006 n Textes ausrichten.
36007  
36008 \series bold
36009
36010 \backslash
36011 raisebox
36012 \series default
36013  wird folgendermaßen benutzt:
36014 \end_layout
36015
36016 \begin_layout Standard
36017
36018 \series bold
36019
36020 \backslash
36021 raisebox{Verschiebung}[oben][unten]{Text}
36022 \end_layout
36023
36024 \begin_layout Standard
36025 Positive Werte für Verschiebung
36026 \series bold
36027  
36028 \series default
36029 verschieben die Box nach oben, negative nach unten.
36030  Die beiden optionalen Parameter 
36031 \family typewriter
36032 oben
36033 \family default
36034  und 
36035 \family typewriter
36036 unten
36037 \family default
36038  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
36039  hinausgeht, wenn sie nicht verschoben ist.
36040 \end_layout
36041
36042 \begin_layout Standard
36043 Um zum Beispiel das Wort 
36044 \begin_inset Quotes gld
36045 \end_inset
36046
36047 provokant
36048 \begin_inset Quotes grd
36049 \end_inset
36050
36051  mit seinem 
36052 \begin_inset Quotes gld
36053 \end_inset
36054
36055 niedrigsten
36056 \begin_inset Quotes grd
36057 \end_inset
36058
36059  Buchstaben 
36060 \begin_inset Quotes gld
36061 \end_inset
36062
36063 p
36064 \begin_inset Quotes grd
36065 \end_inset
36066
36067  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
36068 -Code-Befehl
36069 \end_layout
36070
36071 \begin_layout Standard
36072
36073 \series bold
36074
36075 \backslash
36076 raisebox{
36077 \backslash
36078 depth}{
36079 \end_layout
36080
36081 \begin_layout Standard
36082 vor dem Wort einfügen und 
36083 \begin_inset Quotes gld
36084 \end_inset
36085
36086
36087 \series bold
36088 }
36089 \series default
36090
36091 \begin_inset Quotes grd
36092 \end_inset
36093
36094  als \SpecialChar TeX
36095 -Code dahinter:
36096 \end_layout
36097
36098 \begin_layout Standard
36099 Dies ist eine Zeile, in der das Wort 
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105
36106 \backslash
36107 raisebox{
36108 \backslash
36109 depth}{
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \begin_inset Quotes gld
36116 \end_inset
36117
36118 provokant
36119 \begin_inset Quotes grd
36120 \end_inset
36121
36122
36123 \begin_inset ERT
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127
36128 }
36129 \end_layout
36130
36131 \end_inset
36132
36133  nach oben verschoben wurde.
36134 \end_layout
36135
36136 \begin_layout Standard
36137 \begin_inset VSpace bigskip
36138 \end_inset
36139
36140 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
36141  gedehnt:
36142 \end_layout
36143
36144 \begin_layout Standard
36145 Dies ist eine Zeile, in der das Wort 
36146 \begin_inset ERT
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150
36151
36152 \backslash
36153 raisebox{-
36154 \backslash
36155 depth}{
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \begin_inset Quotes gld
36162 \end_inset
36163
36164 provokant
36165 \begin_inset Quotes grd
36166 \end_inset
36167
36168
36169 \begin_inset ERT
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173
36174 }
36175 \end_layout
36176
36177 \end_inset
36178
36179  nach unten verschoben wurde.
36180 \end_layout
36181
36182 \begin_layout Standard
36183 Dies ist eine Zeile, in der das Wort 
36184 \begin_inset ERT
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188
36189
36190 \backslash
36191 raisebox{0.5cm}{
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \begin_inset Quotes gld
36198 \end_inset
36199
36200 testen
36201 \begin_inset Quotes grd
36202 \end_inset
36203
36204
36205 \begin_inset ERT
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209
36210 }
36211 \end_layout
36212
36213 \end_inset
36214
36215  um 0.5
36216 \begin_inset space \thinspace{}
36217 \end_inset
36218
36219 cm nach oben verschoben wurde.
36220 \end_layout
36221
36222 \begin_layout Standard
36223 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
36224 \end_layout
36225
36226 \begin_layout Standard
36227
36228 \series bold
36229
36230 \backslash
36231 raisebox{-
36232 \backslash
36233 depth}[0pt]{
36234 \end_layout
36235
36236 \begin_layout Standard
36237 Dies ist eine Zeile, in der das Wort 
36238 \begin_inset ERT
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242
36243
36244 \backslash
36245 raisebox{-
36246 \backslash
36247 depth}[0pt]{
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \begin_inset Quotes gld
36254 \end_inset
36255
36256 provokant
36257 \begin_inset Quotes grd
36258 \end_inset
36259
36260
36261 \begin_inset ERT
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266 }
36267 \end_layout
36268
36269 \end_inset
36270
36271  nach unten verschoben wurde.
36272 \begin_inset Newline newline
36273 \end_inset
36274
36275
36276 \begin_inset Newline newline
36277 \end_inset
36278
36279 Dies ist eine Zeile, in der das Wort 
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 raisebox{0.5cm}[0pt]{
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \begin_inset Quotes gld
36294 \end_inset
36295
36296 testen
36297 \begin_inset Quotes grd
36298 \end_inset
36299
36300
36301 \begin_inset ERT
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305
36306 }
36307 \end_layout
36308
36309 \end_inset
36310
36311  um 0.5
36312 \begin_inset space \thinspace{}
36313 \end_inset
36314
36315 cm nach oben verschoben wurde.
36316  Jetzt überschneiden sich die verschobenen Worte.
36317 \end_layout
36318
36319 \begin_layout Section
36320 Farbige Boxen
36321 \begin_inset CommandInset label
36322 LatexCommand label
36323 name "abs:Farbige-Boxen"
36324
36325 \end_inset
36326
36327
36328 \begin_inset Index idx
36329 status collapsed
36330
36331 \begin_layout Plain Layout
36332 Boxen ! farbige
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \begin_layout Standard
36341 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
36342  Box-Dialog aus.
36343  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
36344 \begin_inset Newline newline
36345 \end_inset
36346
36347
36348 \begin_inset Box Frameless
36349 position "t"
36350 hor_pos "c"
36351 has_inner_box 1
36352 inner_pos "t"
36353 use_parbox 0
36354 use_makebox 1
36355 width ""
36356 special "none"
36357 height "1in"
36358 height_special "totalheight"
36359 thickness "0.4pt"
36360 separation "3pt"
36361 shadowsize "4pt"
36362 framecolor "black"
36363 backgroundcolor "orange"
36364 status open
36365
36366 \begin_layout Plain Layout
36367 Box mit orangenem Hintergrund
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376 Wenn Sie die Dekoration
36377 \family sans
36378  Einfacher
36379 \begin_inset space ~
36380 \end_inset
36381
36382 rechteckiger
36383 \begin_inset space ~
36384 \end_inset
36385
36386 Rahmen 
36387 \family default
36388 verwenden, können Sie eine Rahmenfarbe festlegen.
36389  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
36390  sie standardmäßig auf weiß).
36391  Hier ist ein Beispiel:
36392 \begin_inset Newline newline
36393 \end_inset
36394
36395
36396 \begin_inset Box Boxed
36397 position "t"
36398 hor_pos "c"
36399 has_inner_box 0
36400 inner_pos "t"
36401 use_parbox 0
36402 use_makebox 0
36403 width ""
36404 special "none"
36405 height "1in"
36406 height_special "totalheight"
36407 thickness "0.4pt"
36408 separation "3pt"
36409 shadowsize "4pt"
36410 framecolor "teal"
36411 backgroundcolor "yellow"
36412 status open
36413
36414 \begin_layout Plain Layout
36415 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 \begin_inset VSpace bigskip
36425 \end_inset
36426
36427 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
36428 \begin_inset Newline newline
36429 \end_inset
36430
36431
36432 \begin_inset Box Boxed
36433 position "t"
36434 hor_pos "c"
36435 has_inner_box 0
36436 inner_pos "t"
36437 use_parbox 0
36438 use_makebox 0
36439 width ""
36440 special "none"
36441 height "1in"
36442 height_special "totalheight"
36443 thickness "0.4pt"
36444 separation "3pt"
36445 shadowsize "4pt"
36446 framecolor "cyan"
36447 backgroundcolor "magenta"
36448 status open
36449
36450 \begin_layout Plain Layout
36451
36452 \color yellow
36453 Dies ist farbiger Text in einer farbigen, gerahmten Box.
36454 \end_layout
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 \begin_inset VSpace bigskip
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \begin_layout Standard
36469 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
36470  eigenen Farben definieren, wie in Abschnitt
36471 \begin_inset space ~
36472 \end_inset
36473
36474
36475 \begin_inset CommandInset ref
36476 LatexCommand ref
36477 reference "abs:Farbige-Tabellen"
36478
36479 \end_inset
36480
36481  beschrieben.
36482  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
36483  gesetzt werden:
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Farbige Boxen ohne Rahmen werden mit dem Befehl 
36488 \series bold
36489
36490 \backslash
36491 colorbox
36492 \series default
36493  erzeugt.
36494  Er hat folgendes Schema:
36495 \end_layout
36496
36497 \begin_layout Standard
36498
36499 \series bold
36500
36501 \backslash
36502 colorbox{Farbe}{Boxinhalt}
36503 \end_layout
36504
36505 \begin_layout Standard
36506 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
36507  Boxen sein.
36508  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
36509  fügen sie den \SpecialChar TeX
36510 -Code-Befehl
36511 \end_layout
36512
36513 \begin_layout Standard
36514
36515 \series bold
36516
36517 \backslash
36518 colorbox{dunkelgruen}{
36519 \end_layout
36520
36521 \begin_layout Standard
36522 vor dem Wort ein.
36523  Hinter dem Wort fügen Sie 
36524 \series bold
36525
36526 \begin_inset Quotes gld
36527 \end_inset
36528
36529 }
36530 \series default
36531
36532 \begin_inset Quotes grd
36533 \end_inset
36534
36535  als \SpecialChar TeX
36536 -Code ein.
36537  Hier ist das Ergebnis:
36538 \end_layout
36539
36540 \begin_layout Standard
36541 In dieser Zeile hat 
36542 \begin_inset ERT
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546
36547
36548 \backslash
36549 colorbox{dunkelgruen}{
36550 \end_layout
36551
36552 \end_inset
36553
36554 Achtung!
36555 \begin_inset ERT
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559
36560 }
36561 \end_layout
36562
36563 \end_inset
36564
36565  einen dunkelgrünen Hintergrund.
36566 \end_layout
36567
36568 \begin_layout Standard
36569 Farbige Boxen mit Rahmen werden mit dem Befehl
36570 \series bold
36571  
36572 \backslash
36573 fcolorbox
36574 \series default
36575  erzeugt.
36576  Er hat folgendes Schema:
36577 \end_layout
36578
36579 \begin_layout Standard
36580
36581 \series bold
36582
36583 \backslash
36584 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
36585 \end_layout
36586
36587 \begin_layout Section
36588 Rotierte und skalierte Boxen
36589 \end_layout
36590
36591 \begin_layout Standard
36592 Um die in diesem Abschnitt beschriebenen Boxen nutzen zu können, muss das
36593  Modul 
36594 \family sans
36595 Grafik-Boxen
36596 \family default
36597  in den Dokumenteinstellungen geladen sein.
36598 \end_layout
36599
36600 \begin_layout Standard
36601 \begin_inset Note Greyedout
36602 status open
36603
36604 \begin_layout Plain Layout
36605
36606 \series bold
36607 Achtung:
36608 \series default
36609  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \end_layout
36616
36617 \begin_layout Standard
36618 \begin_inset Note Greyedout
36619 status open
36620
36621 \begin_layout Plain Layout
36622
36623 \series bold
36624 Achtung:
36625 \series default
36626  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
36627 \end_layout
36628
36629 \end_inset
36630
36631
36632 \end_layout
36633
36634 \begin_layout Subsection
36635 Rotierte Boxen
36636 \begin_inset Index idx
36637 status collapsed
36638
36639 \begin_layout Plain Layout
36640 Boxen ! rotierte
36641 \end_layout
36642
36643 \end_inset
36644
36645
36646 \begin_inset Index idx
36647 status collapsed
36648
36649 \begin_layout Plain Layout
36650 Rotiertes Material
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \begin_layout Standard
36659 Um Material zu drehen, setzt man es in eine 
36660 \family sans
36661 Rotationsbox
36662 \family default
36663 .
36664  Solch eine Box wird über das Menü 
36665 \family sans
36666 Einfügen\SpecialChar menuseparator
36667 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
36668 Rotationsbox
36669 \family default
36670  eingefügt.
36671 \end_layout
36672
36673 \begin_layout Standard
36674 Der Drehpunkt kann über die Einfügung 
36675 \family sans
36676 Drehpunkt
36677 \family default
36678  (Menü 
36679 \family sans
36680 Einfügen\SpecialChar menuseparator
36681 Drehpunkt
36682 \family default
36683 ) in der Form 
36684 \series bold
36685 origin=Position
36686 \series default
36687  angegeben.
36688  Folgende Positionen sind möglich: 
36689 \emph on
36690 c
36691 \emph default
36692  (mittig), 
36693 \emph on
36694 l
36695 \emph default
36696  (links), 
36697 \emph on
36698 r
36699 \emph default
36700  (rechts), 
36701 \emph on
36702 b
36703 \emph default
36704  (unten), 
36705 \emph on
36706 t
36707 \emph default
36708  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
36709  Z.
36710 \begin_inset space \thinspace{}
36711 \end_inset
36712
36713 B.
36714  bedeutet 
36715 \emph on
36716 lt
36717 \emph default
36718 , dass sich der Drehpunkt links oben befindet.
36719  Wird kein Drehpunkt angegeben, wird die Position 
36720 \emph on
36721 l
36722 \emph default
36723  verwendet.
36724  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
36725  Gedreht wird gegen den Uhrzeigersinn.
36726 \end_layout
36727
36728 \begin_layout Standard
36729 Im folgenden Beispiel wurde
36730 \series bold
36731  origin=c
36732 \series default
36733  in the Einfügung 
36734 \family sans
36735 Drehpunkt
36736 \family default
36737  und 
36738 \series bold
36739 60
36740 \series default
36741  in die Einfügung 
36742 \family sans
36743 Winkel
36744 \family default
36745  eingegeben.
36746 \end_layout
36747
36748 \begin_layout Standard
36749 Dies ist eine Zeile 
36750 \begin_inset Flex Rotatebox
36751 status open
36752
36753 \begin_layout Plain Layout
36754 \begin_inset Argument 1
36755 status open
36756
36757 \begin_layout Plain Layout
36758 origin=c
36759 \end_layout
36760
36761 \end_inset
36762
36763
36764 \begin_inset Argument 2
36765 status open
36766
36767 \begin_layout Plain Layout
36768 60
36769 \end_layout
36770
36771 \end_inset
36772
36773 mit rotiertem
36774 \end_layout
36775
36776 \end_inset
36777
36778  Text.
36779 \end_layout
36780
36781 \begin_layout Standard
36782 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36783 \end_layout
36784
36785 \begin_layout Standard
36786 Dies ist eine Zeile 
36787 \begin_inset Flex Rotatebox
36788 status open
36789
36790 \begin_layout Plain Layout
36791 \begin_inset Argument 1
36792 status open
36793
36794 \begin_layout Plain Layout
36795 origin=r
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \begin_inset Argument 2
36802 status open
36803
36804 \begin_layout Plain Layout
36805 -60
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \begin_inset Box Doublebox
36812 position "c"
36813 hor_pos "c"
36814 has_inner_box 0
36815 inner_pos "c"
36816 use_parbox 0
36817 use_makebox 0
36818 width "1in"
36819 special "width"
36820 height "1in"
36821 height_special "totalheight"
36822 thickness "0.4pt"
36823 separation "3pt"
36824 shadowsize "4pt"
36825 framecolor "black"
36826 backgroundcolor "none"
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 mit rotiertem
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \end_inset
36839
36840  umrandeten Text 
36841 \begin_inset Flex Rotatebox
36842 status open
36843
36844 \begin_layout Plain Layout
36845 \begin_inset Argument 1
36846 status open
36847
36848 \begin_layout Plain Layout
36849 origin=lb
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \begin_inset Argument 2
36856 status open
36857
36858 \begin_layout Plain Layout
36859 60
36860 \end_layout
36861
36862 \end_inset
36863
36864
36865 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873  und einer Formel.
36874 \end_layout
36875
36876 \begin_layout Standard
36877 Oder ein Bild oder Tabelle:
36878 \end_layout
36879
36880 \begin_layout Standard
36881 Dies ist eine Zeile 
36882 \begin_inset Flex Rotatebox
36883 status open
36884
36885 \begin_layout Plain Layout
36886 \begin_inset Argument 1
36887 status open
36888
36889 \begin_layout Plain Layout
36890 origin=lb
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \begin_inset Argument 2
36897 status open
36898
36899 \begin_layout Plain Layout
36900 90
36901 \end_layout
36902
36903 \end_inset
36904
36905
36906 \begin_inset Graphics
36907         filename ../clipart/platypus.eps
36908         lyxscale 50
36909         width 25col%
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \end_inset
36917
36918  mit einem rotierten Bild 
36919 \begin_inset Flex Rotatebox
36920 status open
36921
36922 \begin_layout Plain Layout
36923 \begin_inset Argument 2
36924 status open
36925
36926 \begin_layout Plain Layout
36927 -90
36928 \end_layout
36929
36930 \end_inset
36931
36932
36933 \begin_inset Tabular
36934 <lyxtabular version="3" rows="2" columns="2">
36935 <features tabularvalignment="middle">
36936 <column alignment="center" valignment="top">
36937 <column alignment="center" valignment="top">
36938 <row>
36939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943 q
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952 w
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 </row>
36958 <row>
36959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963 e
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972 r
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 </row>
36978 </lyxtabular>
36979
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \end_inset
36986
36987  und Tabelle.
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 Abbildungen ! rotierte
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \begin_inset Index idx
36999 status collapsed
37000
37001 \begin_layout Plain Layout
37002 Tabellen ! rotierte
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Standard
37011 \begin_inset Note Greyedout
37012 status open
37013
37014 \begin_layout Plain Layout
37015
37016 \series bold
37017 Achtung:
37018 \series default
37019  Wenn die Einfügung 
37020 \family sans
37021 Drehpunkt
37022 \family default
37023  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37024 -Fehler
37025  wenn man das Dokument ansieht/exportiert.
37026 \end_layout
37027
37028 \end_inset
37029
37030
37031 \end_layout
37032
37033 \begin_layout Subsection
37034 Skalierte Boxen
37035 \begin_inset Index idx
37036 status collapsed
37037
37038 \begin_layout Plain Layout
37039 Boxen ! skalierte
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \begin_inset Index idx
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049 Skaliertes Material
37050 \end_layout
37051
37052 \end_inset
37053
37054
37055 \end_layout
37056
37057 \begin_layout Standard
37058 Um Material zu skalieren, setzt man es in eine 
37059 \family sans
37060 Skalierende
37061 \begin_inset space ~
37062 \end_inset
37063
37064 Box
37065 \family default
37066 .
37067  Solch eine Box wird über das Menü 
37068 \family sans
37069 Einfügen\SpecialChar menuseparator
37070 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37071 Skalierende
37072 \begin_inset space ~
37073 \end_inset
37074
37075 Box
37076 \family default
37077  eingefügt.
37078 \end_layout
37079
37080 \begin_layout Standard
37081 Die 
37082 \family sans
37083 Skalierende
37084 \begin_inset space ~
37085 \end_inset
37086
37087 Box
37088 \family default
37089  Einfügung hat die obligatorische Einfügung 
37090 \family sans
37091 H-Faktor
37092 \family default
37093  und die optionale Einfügung 
37094 \family sans
37095 V-Faktor
37096 \family default
37097  (wird eingefügt über das Menü 
37098 \family sans
37099 Einfügen\SpecialChar menuseparator
37100 V-Faktor)
37101 \family default
37102 .
37103  Fügen Sie hier den horizontalen bzw.
37104 \begin_inset space \space{}
37105 \end_inset
37106
37107 den vertikalen Skalierungsfaktor ein.
37108  Wenn die Einfügung 
37109 \family sans
37110 V-Faktor
37111 \family default
37112  nicht verwendet wird, wird der horizontale Skalierungsfaktor auch für den
37113  vertikalen verwendet.
37114 \end_layout
37115
37116 \begin_layout Standard
37117 Um z.
37118 \begin_inset space \thinspace{}
37119 \end_inset
37120
37121 B.
37122  doppelte Textgröße als die Dokument-Schriftgröße zu erhalten, gibt man
37123  
37124 \series bold
37125 2
37126 \series default
37127  in die Einfügung 
37128 \family sans
37129 H-Faktor
37130 \family default
37131  ein.
37132  Ein Beispiel: 
37133 \begin_inset Flex Scalebox
37134 status open
37135
37136 \begin_layout Plain Layout
37137 \begin_inset Argument 1
37138 status open
37139
37140 \begin_layout Plain Layout
37141 2
37142 \end_layout
37143
37144 \end_inset
37145
37146 Hallo
37147 \end_layout
37148
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \begin_layout Standard
37155
37156 \series bold
37157 2
37158 \series default
37159  als 
37160 \family sans
37161 H-Faktor
37162 \family default
37163  und 
37164 \series bold
37165 1
37166 \series default
37167  als 
37168 \family sans
37169 V-Faktor
37170 \family default
37171  verzerrt das 
37172 \begin_inset Flex Scalebox
37173 status open
37174
37175 \begin_layout Plain Layout
37176 \begin_inset Argument 1
37177 status open
37178
37179 \begin_layout Plain Layout
37180 2
37181 \end_layout
37182
37183 \end_inset
37184
37185
37186 \begin_inset Argument 2
37187 status open
37188
37189 \begin_layout Plain Layout
37190 1
37191 \end_layout
37192
37193 \end_inset
37194
37195 Hallo
37196 \end_layout
37197
37198 \end_inset
37199
37200 .
37201 \end_layout
37202
37203 \begin_layout Standard
37204 Die Skalierungsfaktoren dürfen auch negativ sein.
37205  In diesem Fall wird der Boxinhalt gespiegelt.
37206  Daher kann 
37207 \series bold
37208 -1
37209 \series default
37210  als 
37211 \family sans
37212 H-Faktor
37213 \family default
37214  und 
37215 \series bold
37216 1
37217 \series default
37218  als 
37219 \family sans
37220 V-Faktor
37221 \family default
37222  verwendet werden um Spiegelschrift zu erstellen: 
37223 \begin_inset Flex Scalebox
37224 status open
37225
37226 \begin_layout Plain Layout
37227 \begin_inset Argument 1
37228 status open
37229
37230 \begin_layout Plain Layout
37231 -1
37232 \end_layout
37233
37234 \end_inset
37235
37236
37237 \begin_inset Argument 2
37238 status open
37239
37240 \begin_layout Plain Layout
37241 1
37242 \end_layout
37243
37244 \end_inset
37245
37246 Hallo
37247 \end_layout
37248
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255
37256 \series bold
37257 1
37258 \series default
37259  als 
37260 \family sans
37261 H-Faktor
37262 \family default
37263  und 
37264 \series bold
37265 -1
37266 \series default
37267  als 
37268 \family sans
37269 V-Faktor
37270 \family default
37271  reflektiert das 
37272 \begin_inset Flex Scalebox
37273 status open
37274
37275 \begin_layout Plain Layout
37276 \begin_inset Argument 1
37277 status open
37278
37279 \begin_layout Plain Layout
37280 1
37281 \end_layout
37282
37283 \end_inset
37284
37285
37286 \begin_inset Argument 2
37287 status open
37288
37289 \begin_layout Plain Layout
37290 -1
37291 \end_layout
37292
37293 \end_inset
37294
37295 Hallo
37296 \end_layout
37297
37298 \end_inset
37299
37300  an der Grundlinie.
37301 \end_layout
37302
37303 \begin_layout Standard
37304 Die 
37305 \family sans
37306 Spiegelbox
37307 \family default
37308  (Menü 
37309 \family sans
37310 Einfügen\SpecialChar menuseparator
37311 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37312 Spiegelbox
37313 \family default
37314 ) ist äquivalent zu 
37315 \series bold
37316 -1
37317 \series default
37318  als 
37319 \family sans
37320 H-Faktor
37321 \family default
37322  und 
37323 \series bold
37324 1
37325 \series default
37326  als 
37327 \family sans
37328 V-Faktor 
37329 \family default
37330 für eine 
37331 \family sans
37332 Skalierende
37333 \begin_inset space ~
37334 \end_inset
37335
37336 Box
37337 \family default
37338 .
37339 \end_layout
37340
37341 \begin_layout Standard
37342 \begin_inset Note Greyedout
37343 status open
37344
37345 \begin_layout Plain Layout
37346
37347 \series bold
37348 Achtung:
37349 \series default
37350  Wenn die Einfügung 
37351 \family sans
37352 Drehpunkt
37353 \family default
37354  leer ist oder Zeichen enthält, die keine Nummern sind, erhält man \SpecialChar LaTeX
37355 -Fehler
37356  wenn man das Dokument ansieht/exportiert.
37357 \end_layout
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Standard
37365 \begin_inset VSpace bigskip
37366 \end_inset
37367
37368 Die 
37369 \family sans
37370 Neugrößenbox
37371 \family default
37372  (Menü 
37373 \family sans
37374 Einfügen\SpecialChar menuseparator
37375 Benutzerdefinierte Einfügungen\SpecialChar menuseparator
37376 Neugrößenbox
37377 \family default
37378 ) verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
37379  skalieren.
37380  Die 
37381 \family sans
37382 Neugrößenbox
37383 \family default
37384  Einfügung hat die obligatorische Einfügung 
37385 \family sans
37386 Breite
37387 \family default
37388  und die optionale Einfügung 
37389 \family sans
37390 Höhe
37391 \family default
37392  (wird eingefügt über das Menü 
37393 \family sans
37394 Einfügen\SpecialChar menuseparator
37395 Höhe)
37396 \family default
37397 .
37398  Fügen Sie hier die Breite bzw.
37399 \begin_inset space \space{}
37400 \end_inset
37401
37402 Höhe als Wert mit Einheit ein.
37403  
37404 \begin_inset CommandInset ref
37405 LatexCommand ref
37406 reference "tab:Maßeinheiten"
37407
37408 \end_inset
37409
37410  listet die möglichen Maßeinheiten auf.
37411  Befindet sich ein Ausrufezeichen 
37412 \series bold
37413 !
37414 \series default
37415  in einer der beiden
37416 \lang english
37417  
37418 \lang ngerman
37419 Einfügungen, wird die Größe so gewählt, dass das Seitenverhältnis der Box
37420  beibehalten wird.
37421  Wenn die Einfügung 
37422 \family sans
37423 Höhe
37424 \family default
37425  nicht verwendet wird, wird intern ein Ausrufezeichen für die Höhe verwendet.
37426 \end_layout
37427
37428 \begin_layout Standard
37429
37430 \series bold
37431 2cm
37432 \series default
37433  als 
37434 \family sans
37435 Breite
37436 \family default
37437  und 
37438 \series bold
37439 1cm
37440 \series default
37441  als 
37442 \family sans
37443 Höhe
37444 \family default
37445  ergibt: 
37446 \begin_inset Flex Resizebox
37447 status open
37448
37449 \begin_layout Plain Layout
37450 \begin_inset Argument 1
37451 status open
37452
37453 \begin_layout Plain Layout
37454 2cm
37455 \end_layout
37456
37457 \end_inset
37458
37459
37460 \begin_inset Argument 2
37461 status open
37462
37463 \begin_layout Plain Layout
37464 1cm
37465 \end_layout
37466
37467 \end_inset
37468
37469 Hallo
37470 \end_layout
37471
37472 \end_inset
37473
37474
37475 \begin_inset Newline newline
37476 \end_inset
37477
37478
37479 \series bold
37480 2cm
37481 \series default
37482  als 
37483 \family sans
37484 Breite
37485 \family default
37486  und 
37487 \series bold
37488 !
37489 \series default
37490  als 
37491 \family sans
37492 Höhe
37493 \family default
37494  (oder keine 
37495 \family sans
37496 Höhe
37497 \family default
37498 ) ergibt: 
37499 \begin_inset Flex Resizebox
37500 status open
37501
37502 \begin_layout Plain Layout
37503 \begin_inset Argument 1
37504 status open
37505
37506 \begin_layout Plain Layout
37507 2cm
37508 \end_layout
37509
37510 \end_inset
37511
37512
37513 \begin_inset Argument 2
37514 status open
37515
37516 \begin_layout Plain Layout
37517 !
37518 \end_layout
37519
37520 \end_inset
37521
37522 Hallo
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Standard
37531 \begin_inset Note Greyedout
37532 status open
37533
37534 \begin_layout Plain Layout
37535
37536 \series bold
37537 Achtung:
37538 \series default
37539  Wenn die Einfügung
37540 \family sans
37541  Breite 
37542 \family default
37543 leer ist oder eine ungültige Einheit enthält, erhält man \SpecialChar LaTeX
37544 -Fehler wenn man
37545  das Dokument ansieht/exportiert.
37546 \end_layout
37547
37548 \end_inset
37549
37550
37551 \end_layout
37552
37553 \begin_layout Standard
37554 \begin_inset VSpace bigskip
37555 \end_inset
37556
37557
37558 \end_layout
37559
37560 \begin_layout Standard
37561 Alle Boxen können beliebig miteinander kombiniert werden.
37562  Als Beispiel eine 
37563 \family sans
37564 Spiegelbox
37565 \family default
37566  in einer 
37567 \family sans
37568 Neugrößenbox
37569 \family default
37570 , die wiederum in einer 
37571 \family sans
37572 Rotationsbox
37573 \family default
37574  ist:
37575 \end_layout
37576
37577 \begin_layout Standard
37578 \noindent
37579 \align center
37580 \begin_inset Flex Rotatebox
37581 status open
37582
37583 \begin_layout Plain Layout
37584 \begin_inset Argument 1
37585 status open
37586
37587 \begin_layout Plain Layout
37588 origin=c
37589 \end_layout
37590
37591 \end_inset
37592
37593
37594 \begin_inset Argument 2
37595 status open
37596
37597 \begin_layout Plain Layout
37598 -45
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \begin_inset Flex Resizebox
37605 status open
37606
37607 \begin_layout Plain Layout
37608 \begin_inset Argument 1
37609 status open
37610
37611 \begin_layout Plain Layout
37612 2cm
37613 \end_layout
37614
37615 \end_inset
37616
37617
37618 \begin_inset Flex Reflectbox
37619 status open
37620
37621 \begin_layout Plain Layout
37622 Hallo
37623 \end_layout
37624
37625 \end_inset
37626
37627
37628 \end_layout
37629
37630 \end_inset
37631
37632
37633 \end_layout
37634
37635 \end_inset
37636
37637
37638 \end_layout
37639
37640 \begin_layout Standard
37641 \noindent
37642 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
37643 \end_layout
37644
37645 \begin_layout Standard
37646 \noindent
37647 \align center
37648 \begin_inset Flex Resizebox
37649 status open
37650
37651 \begin_layout Plain Layout
37652 \begin_inset Argument 1
37653 status open
37654
37655 \begin_layout Plain Layout
37656 2cm
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \begin_inset Flex Reflectbox
37663 status open
37664
37665 \begin_layout Plain Layout
37666 \begin_inset Graphics
37667         filename ../clipart/platypus.eps
37668         lyxscale 50
37669         width 25col%
37670
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \end_inset
37677
37678
37679 \end_layout
37680
37681 \end_inset
37682
37683  
37684 \begin_inset Flex Resizebox
37685 status open
37686
37687 \begin_layout Plain Layout
37688 \begin_inset Argument 1
37689 status open
37690
37691 \begin_layout Plain Layout
37692 2cm
37693 \end_layout
37694
37695 \end_inset
37696
37697
37698 \begin_inset Flex Reflectbox
37699 status open
37700
37701 \begin_layout Plain Layout
37702 \begin_inset Tabular
37703 <lyxtabular version="3" rows="2" columns="2">
37704 <features tabularvalignment="middle">
37705 <column alignment="center" valignment="top">
37706 <column alignment="center" valignment="top">
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 q
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 w
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row>
37728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 e
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 r
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 </lyxtabular>
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_inset
37760
37761  
37762 \begin_inset Flex Resizebox
37763 status open
37764
37765 \begin_layout Plain Layout
37766 \begin_inset Argument 1
37767 status open
37768
37769 \begin_layout Plain Layout
37770 3cm
37771 \end_layout
37772
37773 \end_inset
37774
37775
37776 \begin_inset Flex Reflectbox
37777 status open
37778
37779 \begin_layout Plain Layout
37780 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37781 \end_inset
37782
37783
37784 \end_layout
37785
37786 \end_inset
37787
37788
37789 \end_layout
37790
37791 \end_inset
37792
37793
37794 \begin_inset Index idx
37795 status collapsed
37796
37797 \begin_layout Plain Layout
37798 Abbildungen ! skalierte
37799 \end_layout
37800
37801 \end_inset
37802
37803
37804 \begin_inset Index idx
37805 status collapsed
37806
37807 \begin_layout Plain Layout
37808 Tabellen ! skalierte
37809 \end_layout
37810
37811 \end_inset
37812
37813
37814 \end_layout
37815
37816 \begin_layout Standard
37817 Hat man den globalen Formelstil 
37818 \series bold
37819 fleqn
37820 \series default
37821
37822 \begin_inset Foot
37823 status collapsed
37824
37825 \begin_layout Plain Layout
37826 Wenn 
37827 \begin_inset Quotes gld
37828 \end_inset
37829
37830 fleqn
37831 \begin_inset Quotes grd
37832 \end_inset
37833
37834  zu den Dokumentklassen-Optionen hinzugefügt wurde.
37835 \end_layout
37836
37837 \end_inset
37838
37839  gewählt, kann man auch abgesetzte Formeln skalieren.
37840 \end_layout
37841
37842 \begin_layout Chapter
37843 Umflossene Objekte
37844 \begin_inset Index idx
37845 status collapsed
37846
37847 \begin_layout Plain Layout
37848 Umflossene Objekte
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \begin_layout Section
37857 Umflossene Gleitobjekte
37858 \begin_inset CommandInset label
37859 LatexCommand label
37860 name "abs:Umflossene-Gleitobjekte"
37861
37862 \end_inset
37863
37864
37865 \begin_inset Index idx
37866 status collapsed
37867
37868 \begin_layout Plain Layout
37869 Gleitobjekte ! umflossene
37870 \end_layout
37871
37872 \end_inset
37873
37874
37875 \begin_inset Index idx
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879 Umflossene Objekte ! Gleitobjekte
37880 \end_layout
37881
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \begin_layout Standard
37888 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
37889  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
37890  den die Abbildung bzw.
37891 \begin_inset space ~
37892 \end_inset
37893
37894 Tabelle übrig lässt.
37895  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
37896  Sie werden über das Menü
37897 \family sans
37898  Einfügen\SpecialChar menuseparator
37899 Gleitobjekt\SpecialChar menuseparator
37900 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
37901 objekt
37902 \family default
37903  eingefügt, wenn das \SpecialChar LaTeX
37904 -Paket 
37905 \series bold
37906 wrapfig
37907 \series default
37908
37909 \begin_inset Index idx
37910 status collapsed
37911
37912 \begin_layout Plain Layout
37913 \SpecialChar LaTeX
37914 -Pakete ! wrapfig
37915 \end_layout
37916
37917 \end_inset
37918
37919  installiert ist.
37920 \begin_inset Foot
37921 status collapsed
37922
37923 \begin_layout Plain Layout
37924 Wie man ein \SpecialChar LaTeX
37925 -Paket installiert, wird im Handbuch 
37926 \emph on
37927 \SpecialChar LaTeX
37928 -Konfiguration
37929 \emph default
37930  beschrieben.
37931 \end_layout
37932
37933 \end_inset
37934
37935  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
37936  Box des Gleitobjekts geändert werden.
37937  
37938 \begin_inset Wrap figure
37939 lines 0
37940 placement l
37941 overhang 1cm
37942 width "40col%"
37943 status open
37944
37945 \begin_layout Plain Layout
37946 \begin_inset Graphics
37947         filename ../clipart/mobius.eps
37948         width 40col%
37949         scaleBeforeRotation
37950         rotateOrigin center
37951
37952 \end_inset
37953
37954
37955 \end_layout
37956
37957 \begin_layout Plain Layout
37958 \begin_inset Caption Standard
37959
37960 \begin_layout Plain Layout
37961 \begin_inset CommandInset label
37962 LatexCommand label
37963 name "abb:Dies-ist-eine"
37964
37965 \end_inset
37966
37967 Dies ist eine umflossene Gleitobjekt-Abbildung
37968 \end_layout
37969
37970 \end_inset
37971
37972
37973 \end_layout
37974
37975 \end_inset
37976
37977  Obligatorische Einstellungen sind die 
37978 \family sans
37979 Breite
37980 \family default
37981  und 
37982 \family sans
37983 Platzierung
37984 \family default
37985  des Gleitobjekts.
37986  Optional sind der 
37987 \family sans
37988 Überhang 
37989 \family default
37990 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
37991 \begin_inset space \thinspace{}
37992 \end_inset
37993
37994 /
37995 \begin_inset space \thinspace{}
37996 \end_inset
37997
37998 der Seite ragt und die 
37999 \family sans
38000 benötigten Zeilen
38001 \family default
38002 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
38003  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
38004  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
38005  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
38006  erlaubt sein soll, das Gleitobjekt
38007  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
38008  Abbildung
38009 \begin_inset space ~
38010 \end_inset
38011
38012
38013 \begin_inset CommandInset ref
38014 LatexCommand ref
38015 reference "abb:Dies-ist-eine"
38016
38017 \end_inset
38018
38019  ist zum Beispiel ein umflossenes Bild, das 40
38020 \begin_inset space \thinspace{}
38021 \end_inset
38022
38023 % der Spaltenbreite einnimmt, 1
38024 \begin_inset space \thinspace{}
38025 \end_inset
38026
38027 cm in den Rand ragt und links gesetzt wurde.
38028 \end_layout
38029
38030 \begin_layout Standard
38031 \begin_inset Note Greyedout
38032 status open
38033
38034 \begin_layout Plain Layout
38035
38036 \series bold
38037 Bemerkung:
38038 \series default
38039  Umflossene Objekte sind fragil! Wenn die Abbildung z.
38040 \begin_inset space \thinspace{}
38041 \end_inset
38042
38043 B.
38044  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
38045  oder über anderen Text gedruckt wird.
38046 \end_layout
38047
38048 \end_inset
38049
38050
38051 \end_layout
38052
38053 \begin_layout Standard
38054 Allgemein gilt für umflossene Gleitobjekte:
38055 \end_layout
38056
38057 \begin_layout Itemize
38058 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
38059  fortgesetzt werden.
38060  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
38061  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
38062 \end_layout
38063
38064 \begin_layout Itemize
38065 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
38066  werden oder darin.
38067 \end_layout
38068
38069 \begin_layout Itemize
38070 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
38071  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
38072 \end_layout
38073
38074 \begin_layout Itemize
38075 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
38076 \end_layout
38077
38078 \begin_layout Itemize
38079 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
38080 \begin_inset space \thinspace{}
38081 \end_inset
38082
38083
38084 \begin_inset CommandInset ref
38085 LatexCommand ref
38086 reference "kap:Gleitobjekte"
38087
38088 \end_inset
38089
38090  beschrieben.
38091 \end_layout
38092
38093 \begin_layout Section
38094 Umflossene Fixe Objekte
38095 \begin_inset Index idx
38096 status collapsed
38097
38098 \begin_layout Plain Layout
38099 Umflossene Objekte ! Fixe Objekte
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \end_layout
38106
38107 \begin_layout Standard
38108 Die in Abschnitt
38109 \begin_inset space ~
38110 \end_inset
38111
38112
38113 \begin_inset CommandInset ref
38114 LatexCommand ref
38115 reference "abs:Umflossene-Gleitobjekte"
38116
38117 \end_inset
38118
38119  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
38120 \end_layout
38121
38122 \begin_layout Standard
38123 \noindent
38124 \align center
38125 \begin_inset Tabular
38126 <lyxtabular version="3" rows="2" columns="2">
38127 <features tabularvalignment="middle">
38128 <column alignment="center" valignment="top">
38129 <column alignment="center" valignment="top">
38130 <row>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 \begin_inset Info
38136 type  "icon"
38137 arg   "dialog-show-new-inset graphics"
38138 \end_inset
38139
38140
38141 \end_layout
38142
38143 \end_inset
38144 </cell>
38145 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38146 \begin_inset Text
38147
38148 \begin_layout Plain Layout
38149 Text
38150 \end_layout
38151
38152 \end_inset
38153 </cell>
38154 </row>
38155 <row>
38156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38157 \begin_inset Text
38158
38159 \begin_layout Plain Layout
38160 Text
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38166 \begin_inset Text
38167
38168 \begin_layout Plain Layout
38169 Text
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 </row>
38175 </lyxtabular>
38176
38177 \end_inset
38178
38179  oder 
38180 \begin_inset Tabular
38181 <lyxtabular version="3" rows="2" columns="2">
38182 <features tabularvalignment="middle">
38183 <column alignment="center" valignment="top">
38184 <column alignment="center" valignment="top">
38185 <row>
38186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38187 \begin_inset Text
38188
38189 \begin_layout Plain Layout
38190 Text
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 \begin_inset Info
38200 type  "icon"
38201 arg   "dialog-show-new-inset graphics"
38202 \end_inset
38203
38204
38205 \end_layout
38206
38207 \end_inset
38208 </cell>
38209 </row>
38210 <row>
38211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38212 \begin_inset Text
38213
38214 \begin_layout Plain Layout
38215 Text
38216 \end_layout
38217
38218 \end_inset
38219 </cell>
38220 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224 Text
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 </row>
38230 </lyxtabular>
38231
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Standard
38238 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
38239  wurde, um z.
38240 \begin_inset space \thinspace{}
38241 \end_inset
38242
38243 B.
38244  solche Positionen zu erhalten:
38245 \begin_inset VSpace defskip
38246 \end_inset
38247
38248
38249 \end_layout
38250
38251 \begin_layout Standard
38252 \noindent
38253 \align center
38254 \begin_inset Tabular
38255 <lyxtabular version="3" rows="2" columns="2">
38256 <features tabularvalignment="middle">
38257 <column alignment="center" valignment="top">
38258 <column alignment="center" valignment="top">
38259 <row>
38260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264 Text
38265 \end_layout
38266
38267 \end_inset
38268 </cell>
38269 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 Text
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 </row>
38279 <row>
38280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38281 \begin_inset Text
38282
38283 \begin_layout Plain Layout
38284 \begin_inset Info
38285 type  "icon"
38286 arg   "dialog-show-new-inset graphics"
38287 \end_inset
38288
38289
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 Text
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 </row>
38304 </lyxtabular>
38305
38306 \end_inset
38307
38308  
38309 \begin_inset Tabular
38310 <lyxtabular version="3" rows="2" columns="2">
38311 <features tabularvalignment="middle">
38312 <column alignment="center" valignment="top">
38313 <column alignment="center" valignment="top">
38314 <row>
38315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38316 \begin_inset Text
38317
38318 \begin_layout Plain Layout
38319 Text
38320 \end_layout
38321
38322 \end_inset
38323 </cell>
38324 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38325 \begin_inset Text
38326
38327 \begin_layout Plain Layout
38328 Text
38329 \end_layout
38330
38331 \end_inset
38332 </cell>
38333 </row>
38334 <row>
38335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38336 \begin_inset Text
38337
38338 \begin_layout Plain Layout
38339 Text
38340 \end_layout
38341
38342 \end_inset
38343 </cell>
38344 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38345 \begin_inset Text
38346
38347 \begin_layout Plain Layout
38348 \begin_inset Info
38349 type  "icon"
38350 arg   "dialog-show-new-inset graphics"
38351 \end_inset
38352
38353
38354 \end_layout
38355
38356 \end_inset
38357 </cell>
38358 </row>
38359 </lyxtabular>
38360
38361 \end_inset
38362
38363  
38364 \begin_inset Tabular
38365 <lyxtabular version="3" rows="2" columns="3">
38366 <features tabularvalignment="middle">
38367 <column alignment="center" valignment="top">
38368 <column alignment="center" valignment="top">
38369 <column alignment="center" valignment="top">
38370 <row>
38371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38372 \begin_inset Text
38373
38374 \begin_layout Plain Layout
38375 Text
38376 \end_layout
38377
38378 \end_inset
38379 </cell>
38380 <cell alignment="center" valignment="top" topline="true" usebox="none">
38381 \begin_inset Text
38382
38383 \begin_layout Plain Layout
38384 \begin_inset Info
38385 type  "icon"
38386 arg   "dialog-show-new-inset graphics"
38387 \end_inset
38388
38389
38390 \end_layout
38391
38392 \end_inset
38393 </cell>
38394 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38395 \begin_inset Text
38396
38397 \begin_layout Plain Layout
38398 Text
38399 \end_layout
38400
38401 \end_inset
38402 </cell>
38403 </row>
38404 <row>
38405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38406 \begin_inset Text
38407
38408 \begin_layout Plain Layout
38409 Text
38410 \end_layout
38411
38412 \end_inset
38413 </cell>
38414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38415 \begin_inset Text
38416
38417 \begin_layout Plain Layout
38418 Text
38419 \end_layout
38420
38421 \end_inset
38422 </cell>
38423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38424 \begin_inset Text
38425
38426 \begin_layout Plain Layout
38427 Text
38428 \end_layout
38429
38430 \end_inset
38431 </cell>
38432 </row>
38433 </lyxtabular>
38434
38435 \end_inset
38436
38437  
38438 \begin_inset Tabular
38439 <lyxtabular version="3" rows="2" columns="3">
38440 <features tabularvalignment="middle">
38441 <column alignment="center" valignment="top">
38442 <column alignment="center" valignment="top">
38443 <column alignment="center" valignment="top">
38444 <row>
38445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38446 \begin_inset Text
38447
38448 \begin_layout Plain Layout
38449 Text
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 <cell alignment="center" valignment="top" topline="true" usebox="none">
38455 \begin_inset Text
38456
38457 \begin_layout Plain Layout
38458 Text
38459 \end_layout
38460
38461 \end_inset
38462 </cell>
38463 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467 Text
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 </row>
38473 <row>
38474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38475 \begin_inset Text
38476
38477 \begin_layout Plain Layout
38478 Text
38479 \end_layout
38480
38481 \end_inset
38482 </cell>
38483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 \begin_inset Info
38488 type  "icon"
38489 arg   "dialog-show-new-inset graphics"
38490 \end_inset
38491
38492
38493 \end_layout
38494
38495 \end_inset
38496 </cell>
38497 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38498 \begin_inset Text
38499
38500 \begin_layout Plain Layout
38501 Text
38502 \end_layout
38503
38504 \end_inset
38505 </cell>
38506 </row>
38507 </lyxtabular>
38508
38509 \end_inset
38510
38511
38512 \end_layout
38513
38514 \begin_layout Standard
38515 \noindent
38516 \align center
38517 \begin_inset Tabular
38518 <lyxtabular version="3" rows="3" columns="2">
38519 <features tabularvalignment="middle">
38520 <column alignment="center" valignment="top">
38521 <column alignment="center" valignment="top">
38522 <row>
38523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38524 \begin_inset Text
38525
38526 \begin_layout Plain Layout
38527 Text
38528 \end_layout
38529
38530 \end_inset
38531 </cell>
38532 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38533 \begin_inset Text
38534
38535 \begin_layout Plain Layout
38536 Text
38537 \end_layout
38538
38539 \end_inset
38540 </cell>
38541 </row>
38542 <row>
38543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38544 \begin_inset Text
38545
38546 \begin_layout Plain Layout
38547 \begin_inset Info
38548 type  "icon"
38549 arg   "dialog-show-new-inset graphics"
38550 \end_inset
38551
38552
38553 \end_layout
38554
38555 \end_inset
38556 </cell>
38557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38558 \begin_inset Text
38559
38560 \begin_layout Plain Layout
38561 Text
38562 \end_layout
38563
38564 \end_inset
38565 </cell>
38566 </row>
38567 <row>
38568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38569 \begin_inset Text
38570
38571 \begin_layout Plain Layout
38572 Text
38573 \end_layout
38574
38575 \end_inset
38576 </cell>
38577 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38578 \begin_inset Text
38579
38580 \begin_layout Plain Layout
38581 Text
38582 \end_layout
38583
38584 \end_inset
38585 </cell>
38586 </row>
38587 </lyxtabular>
38588
38589 \end_inset
38590
38591  
38592 \begin_inset Tabular
38593 <lyxtabular version="3" rows="3" columns="3">
38594 <features tabularvalignment="middle">
38595 <column alignment="center" valignment="top">
38596 <column alignment="center" valignment="top">
38597 <column alignment="center" valignment="top">
38598 <row>
38599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38600 \begin_inset Text
38601
38602 \begin_layout Plain Layout
38603 Text
38604 \end_layout
38605
38606 \end_inset
38607 </cell>
38608 <cell alignment="center" valignment="top" topline="true" usebox="none">
38609 \begin_inset Text
38610
38611 \begin_layout Plain Layout
38612 Text
38613 \end_layout
38614
38615 \end_inset
38616 </cell>
38617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 Text
38622 \end_layout
38623
38624 \end_inset
38625 </cell>
38626 </row>
38627 <row>
38628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38629 \begin_inset Text
38630
38631 \begin_layout Plain Layout
38632 Text
38633 \end_layout
38634
38635 \end_inset
38636 </cell>
38637 <cell alignment="center" valignment="top" usebox="none">
38638 \begin_inset Text
38639
38640 \begin_layout Plain Layout
38641 \begin_inset Info
38642 type  "icon"
38643 arg   "dialog-show-new-inset graphics"
38644 \end_inset
38645
38646
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 Text
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 </row>
38661 <row>
38662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38663 \begin_inset Text
38664
38665 \begin_layout Plain Layout
38666 Text
38667 \end_layout
38668
38669 \end_inset
38670 </cell>
38671 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38672 \begin_inset Text
38673
38674 \begin_layout Plain Layout
38675 Text
38676 \end_layout
38677
38678 \end_inset
38679 </cell>
38680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38681 \begin_inset Text
38682
38683 \begin_layout Plain Layout
38684 Text
38685 \end_layout
38686
38687 \end_inset
38688 </cell>
38689 </row>
38690 </lyxtabular>
38691
38692 \end_inset
38693
38694  
38695 \begin_inset Tabular
38696 <lyxtabular version="3" rows="3" columns="2">
38697 <features tabularvalignment="middle">
38698 <column alignment="center" valignment="top">
38699 <column alignment="center" valignment="top">
38700 <row>
38701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38702 \begin_inset Text
38703
38704 \begin_layout Plain Layout
38705 Text
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Plain Layout
38714 Text
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 </row>
38720 <row>
38721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38722 \begin_inset Text
38723
38724 \begin_layout Plain Layout
38725 Text
38726 \end_layout
38727
38728 \end_inset
38729 </cell>
38730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38731 \begin_inset Text
38732
38733 \begin_layout Plain Layout
38734 \begin_inset Info
38735 type  "icon"
38736 arg   "dialog-show-new-inset graphics"
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \end_inset
38743 </cell>
38744 </row>
38745 <row>
38746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38747 \begin_inset Text
38748
38749 \begin_layout Plain Layout
38750 Text
38751 \end_layout
38752
38753 \end_inset
38754 </cell>
38755 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38756 \begin_inset Text
38757
38758 \begin_layout Plain Layout
38759 Text
38760 \end_layout
38761
38762 \end_inset
38763 </cell>
38764 </row>
38765 </lyxtabular>
38766
38767 \end_inset
38768
38769
38770 \end_layout
38771
38772 \begin_layout Standard
38773 \noindent
38774 kann man das \SpecialChar LaTeX
38775 -Paket 
38776 \series bold
38777 picinpar
38778 \series default
38779
38780 \begin_inset Index idx
38781 status collapsed
38782
38783 \begin_layout Plain Layout
38784 \SpecialChar LaTeX
38785 -Pakete ! picinpar
38786 \end_layout
38787
38788 \end_inset
38789
38790  benutzen.
38791  Hier ist ein Beispiel:
38792 \end_layout
38793
38794 \begin_layout Standard
38795 \begin_inset ERT
38796 status collapsed
38797
38798 \begin_layout Plain Layout
38799
38800
38801 \backslash
38802 ifpicinpar
38803 \end_layout
38804
38805 \end_inset
38806
38807
38808 \begin_inset Note Note
38809 status open
38810
38811 \begin_layout Plain Layout
38812 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
38813 -Paket 
38814 \series bold
38815 picinpar
38816 \series default
38817  installiert ist.
38818 \end_layout
38819
38820 \end_inset
38821
38822
38823 \end_layout
38824
38825 \begin_layout Standard
38826 \begin_inset ERT
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830
38831
38832 \backslash
38833 begin{window}[2,c,{
38834 \end_layout
38835
38836 \end_inset
38837
38838
38839 \begin_inset Graphics
38840         filename ../clipart/mobius.eps
38841         lyxscale 60
38842         width 40col%
38843         scaleBeforeRotation
38844         rotateOrigin center
38845
38846 \end_inset
38847
38848
38849 \begin_inset ERT
38850 status collapsed
38851
38852 \begin_layout Plain Layout
38853
38854 },]
38855 \end_layout
38856
38857 \begin_layout Plain Layout
38858
38859 {}
38860 \end_layout
38861
38862 \end_inset
38863
38864
38865 \size small
38866 \lang english
38867 It was in the spring of the year 1894 that all London was interested, and
38868  the fashionable world dismayed, by the murder of the Honourable Ronald
38869  Adair under most unusual and inexplicable circumstances.
38870  The public has already learned those particulars of the crime which
38871 \size default
38872
38873 \begin_inset ERT
38874 status collapsed
38875
38876 \begin_layout Plain Layout
38877
38878
38879 \backslash
38880 footnotemark{}
38881 \end_layout
38882
38883 \end_inset
38884
38885
38886 \size small
38887  came out in the police investigation, but a good deal was suppressed upon
38888  that occasion, since the case for the prosecution was so overwhelmingly
38889  strong that it was not necessary to bring forward all the facts.
38890  Only now, at the end of nearly ten years, am I allowed to supply those
38891  missing links which make up the whole of that remarkable chain.
38892 \size default
38893 \lang ngerman
38894
38895 \begin_inset ERT
38896 status collapsed
38897
38898 \begin_layout Plain Layout
38899
38900
38901 \backslash
38902 end{window}
38903 \end_layout
38904
38905 \end_inset
38906
38907
38908 \end_layout
38909
38910 \begin_layout Standard
38911 \begin_inset ERT
38912 status collapsed
38913
38914 \begin_layout Plain Layout
38915
38916
38917 \backslash
38918 footnotetext{
38919 \end_layout
38920
38921 \end_inset
38922
38923 Fußnote des Absatzes mit fixem Objekt.
38924 \begin_inset ERT
38925 status collapsed
38926
38927 \begin_layout Plain Layout
38928
38929 }
38930 \end_layout
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \begin_layout Standard
38938 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
38939  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
38940  vertikale Position im Text bestimmen kann.
38941  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
38942  beschriftet werden.
38943 \end_layout
38944
38945 \begin_layout Standard
38946 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
38947  Befehl
38948 \end_layout
38949
38950 \begin_layout Standard
38951
38952 \series bold
38953
38954 \backslash
38955 begin{window}[2,c,{
38956 \end_layout
38957
38958 \begin_layout Standard
38959 als \SpecialChar TeX
38960 -Code einfügt.
38961  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
38962  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
38963  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
38964  Danach fügt man das Objekt ein.
38965  In diesem Beispiel wurde ein Bild der Breite von 40
38966 \begin_inset space \thinspace{}
38967 \end_inset
38968
38969 % der Textspaltenbreite eingefügt.
38970  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
38971  Nach dem Objekt fügt man den Befehl
38972 \end_layout
38973
38974 \begin_layout Standard
38975
38976 \series bold
38977 },Beschreibungstext]
38978 \begin_inset Newline newline
38979 \end_inset
38980
38981 {}
38982 \end_layout
38983
38984 \begin_layout Standard
38985 ein.
38986  Man beachte dass das 
38987 \begin_inset Quotes gld
38988 \end_inset
38989
38990
38991 \series bold
38992 {}
38993 \series default
38994
38995 \begin_inset Quotes grd
38996 \end_inset
38997
38998  in der zweiten Zeile steht.
38999  Der Beschreibungstext ist optional.
39000  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
39001  das Objekt befinden, also direkt nach dem 
39002 \series bold
39003 {}
39004 \series default
39005  beginnen.
39006  Am Ende des Absatzes fügt man folgenden Befehl ein:
39007 \end_layout
39008
39009 \begin_layout Standard
39010
39011 \series bold
39012
39013 \backslash
39014 end{window}
39015 \end_layout
39016
39017 \begin_layout Standard
39018 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
39019  man muss stattdessen den Befehl 
39020 \series bold
39021
39022 \backslash
39023 footnotemark
39024 \series default
39025  verwenden.
39026  Außerhalb des Absatzes den Befehl 
39027 \series bold
39028
39029 \backslash
39030 footnotetext
39031 \series default
39032 , wie es in Abschnitt
39033 \begin_inset space ~
39034 \end_inset
39035
39036
39037 \begin_inset CommandInset ref
39038 LatexCommand ref
39039 reference "abs:Fußnoten"
39040
39041 \end_inset
39042
39043  beschrieben ist.
39044 \end_layout
39045
39046 \begin_layout Standard
39047 \begin_inset ERT
39048 status collapsed
39049
39050 \begin_layout Plain Layout
39051
39052
39053 \backslash
39054 else
39055 \end_layout
39056
39057 \end_inset
39058
39059
39060 \begin_inset Note Note
39061 status open
39062
39063 \begin_layout Plain Layout
39064 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39065 -Paket 
39066 \series bold
39067 picinpar
39068 \series default
39069  nicht installiert ist:
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Standard
39078 Das \SpecialChar LaTeX
39079 -Paket 
39080 \series bold
39081 picinpar
39082 \series default
39083  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39084 \end_layout
39085
39086 \begin_layout Standard
39087 \begin_inset ERT
39088 status collapsed
39089
39090 \begin_layout Plain Layout
39091
39092
39093 \backslash
39094 fi
39095 \end_layout
39096
39097 \end_inset
39098
39099
39100 \end_layout
39101
39102 \begin_layout Section
39103 Initiale
39104 \begin_inset Index idx
39105 status collapsed
39106
39107 \begin_layout Plain Layout
39108 Initiale
39109 \end_layout
39110
39111 \end_inset
39112
39113
39114 \begin_inset Index idx
39115 status collapsed
39116
39117 \begin_layout Plain Layout
39118 Umflossene Objekte ! Initiale
39119 \end_layout
39120
39121 \end_inset
39122
39123
39124 \end_layout
39125
39126 \begin_layout Standard
39127 Für Initialen muss das \SpecialChar LaTeX
39128 -Paket 
39129 \series bold
39130 lettrine
39131 \series default
39132
39133 \begin_inset Index idx
39134 status collapsed
39135
39136 \begin_layout Plain Layout
39137 \SpecialChar LaTeX
39138 -Pakete ! lettrine
39139 \end_layout
39140
39141 \end_inset
39142
39143  installiert sein und das Modul 
39144 \family sans
39145 Initialen
39146 \family default
39147  im Dokument verwendet werden (Menü 
39148 \family sans
39149 Dokument\SpecialChar menuseparator
39150 Einstellungen\SpecialChar menuseparator
39151 Module
39152 \family default
39153 ).
39154  Um eine Initiale einzufügen, verwendet man den Stil 
39155 \family sans
39156 Initiale
39157 \family default
39158 .
39159  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
39160  Die Argumente werden über das Menü 
39161 \family sans
39162 Einfügen
39163 \family default
39164  eingefügt.
39165  Das obligatorische Argument 
39166 \family sans
39167 Initiale
39168 \family default
39169  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
39170 \family sans
39171 Rest
39172 \begin_inset space ~
39173 \end_inset
39174
39175 der
39176 \begin_inset space ~
39177 \end_inset
39178
39179 Initiale
39180 \family default
39181  enthält den Rest des Wortes oder Textes der Initiale.
39182  Das Argument 
39183 \family sans
39184 Optionen
39185 \family default
39186  enthält Parameter um die Initiale zu modifizieren.
39187  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
39188  von 
39189 \series bold
39190 lettrine
39191 \series default
39192
39193 \begin_inset CommandInset citation
39194 LatexCommand cite
39195 key "lettrine"
39196 literal "true"
39197
39198 \end_inset
39199
39200 .
39201  Der Stil selbst enthält den Text, der die Initiale umgibt.
39202  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
39203  Initiale ist, in 
39204 \shape smallcaps
39205 Kapitälchen
39206 \shape default
39207  gedruckt wird.
39208 \end_layout
39209
39210 \begin_layout Standard
39211 Hier sind einige Beispiele:
39212 \end_layout
39213
39214 \begin_layout Standard
39215 \begin_inset ERT
39216 status collapsed
39217
39218 \begin_layout Plain Layout
39219
39220
39221 \backslash
39222 iflettrine
39223 \end_layout
39224
39225 \end_inset
39226
39227
39228 \begin_inset Note Note
39229 status open
39230
39231 \begin_layout Plain Layout
39232 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
39233 -Paket 
39234 \series bold
39235 lettrine
39236 \series default
39237  installiert ist.
39238 \end_layout
39239
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \begin_layout Enumerate
39246 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
39247
39248 \begin_inset Formula $\mathfrak{Fraktur}$
39249 \end_inset
39250
39251 :
39252 \end_layout
39253
39254 \begin_deeper
39255 \begin_layout Initial
39256 \begin_inset Argument 2
39257 status open
39258
39259 \begin_layout Plain Layout
39260 \begin_inset Formula $\mathfrak{I}$
39261 \end_inset
39262
39263
39264 \end_layout
39265
39266 \end_inset
39267
39268
39269 \begin_inset Argument 3
39270 status open
39271
39272 \begin_layout Plain Layout
39273 t
39274 \end_layout
39275
39276 \end_inset
39277
39278  
39279 \lang english
39280 was in the spring of the year 1894 that all London was interested, and the
39281  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39282  under most unusual and inexplicable circumstances.
39283  The public has already learned those particulars of the crime which came
39284  out in the police investigation, but a good deal was suppressed upon that
39285  occasion, since the case for the prosecution was so overwhelmingly strong
39286  that it was not necessary to bring forward all the facts.
39287 \end_layout
39288
39289 \end_deeper
39290 \begin_layout Enumerate
39291 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
39292  besteht und kein Text ist in 
39293 \shape smallcaps
39294 Kapitälchen
39295 \shape default
39296 :
39297 \end_layout
39298
39299 \begin_deeper
39300 \begin_layout Initial
39301 \begin_inset Argument 1
39302 status open
39303
39304 \begin_layout Plain Layout
39305 lines=1
39306 \end_layout
39307
39308 \end_inset
39309
39310
39311 \begin_inset Argument 2
39312 status open
39313
39314 \begin_layout Plain Layout
39315 It
39316 \end_layout
39317
39318 \end_inset
39319
39320  
39321 \lang english
39322 was in the spring of the year 1894 that all London was interested, and the
39323  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39324  under most unusual and inexplicable circumstances.
39325  The public has already learned those particulars of the crime which came
39326  out in the police investigation, but a good deal was suppressed upon that
39327  occasion, since the case for the prosecution was so overwhelmingly strong
39328  that it was not necessary to bring forward all the facts.
39329 \end_layout
39330
39331 \end_deeper
39332 \begin_layout Enumerate
39333 Magenta, hängende Initiale über 3
39334 \begin_inset space ~
39335 \end_inset
39336
39337 Zeilen in der Mathe-Schrift
39338 \begin_inset Newline newline
39339 \end_inset
39340
39341  
39342 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
39343 \end_inset
39344
39345 , der Text 
39346 \begin_inset Quotes gld
39347 \end_inset
39348
39349
39350 \lang english
39351 t was in the spring
39352 \lang ngerman
39353
39354 \begin_inset Quotes erd
39355 \end_inset
39356
39357  ist in 
39358 \shape smallcaps
39359 Kapitälchen
39360 \shape default
39361 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
39362 \begin_inset Newline newline
39363 \end_inset
39364
39365
39366 \series bold
39367
39368 \backslash
39369 renewcommand{
39370 \backslash
39371 LettrineFontHook}{
39372 \backslash
39373 color{Farbe}}
39374 \series default
39375
39376 \begin_inset Newline newline
39377 \end_inset
39378
39379 wobei 
39380 \emph on
39381 Farbe
39382 \emph default
39383  
39384 \begin_inset Quotes gld
39385 \end_inset
39386
39387 red
39388 \begin_inset Quotes erd
39389 \end_inset
39390
39391
39392 \begin_inset Quotes gld
39393 \end_inset
39394
39395 blue
39396 \begin_inset Quotes erd
39397 \end_inset
39398
39399
39400 \begin_inset Quotes gld
39401 \end_inset
39402
39403 green
39404 \begin_inset Quotes erd
39405 \end_inset
39406
39407
39408 \begin_inset Quotes gld
39409 \end_inset
39410
39411 yellow
39412 \begin_inset Quotes erd
39413 \end_inset
39414
39415
39416 \begin_inset Quotes gld
39417 \end_inset
39418
39419 cyan
39420 \begin_inset Quotes erd
39421 \end_inset
39422
39423
39424 \begin_inset Quotes gld
39425 \end_inset
39426
39427 magenta
39428 \begin_inset Quotes erd
39429 \end_inset
39430
39431
39432 \begin_inset Quotes gld
39433 \end_inset
39434
39435 black
39436 \begin_inset Quotes erd
39437 \end_inset
39438
39439  oder 
39440 \begin_inset Quotes gld
39441 \end_inset
39442
39443 white
39444 \begin_inset Quotes erd
39445 \end_inset
39446
39447  sein kann, und diesen Befehl zum \SpecialChar LaTeX
39448 -Vorspann hinzufügen:
39449 \begin_inset Newline newline
39450 \end_inset
39451
39452
39453 \series bold
39454
39455 \backslash
39456 @ifundefined{textcolor}
39457 \begin_inset Newline newline
39458 \end_inset
39459
39460
39461 \begin_inset space ~
39462 \end_inset
39463
39464 {
39465 \backslash
39466 usepackage{color}}{}
39467 \end_layout
39468
39469 \begin_deeper
39470 \begin_layout Standard
39471 \begin_inset ERT
39472 status collapsed
39473
39474 \begin_layout Plain Layout
39475
39476
39477 \backslash
39478 renewcommand{
39479 \backslash
39480 LettrineFontHook}{
39481 \backslash
39482 color{magenta}}
39483 \end_layout
39484
39485 \end_inset
39486
39487
39488 \begin_inset Note Note
39489 status open
39490
39491 \begin_layout Plain Layout
39492 macht die Initiale magenta
39493 \end_layout
39494
39495 \end_inset
39496
39497
39498 \end_layout
39499
39500 \begin_layout Initial
39501 \begin_inset Argument 1
39502 status open
39503
39504 \begin_layout Plain Layout
39505 lines=3, lhang=0.33, loversize=0.25
39506 \end_layout
39507
39508 \end_inset
39509
39510
39511 \begin_inset Argument 2
39512 status open
39513
39514 \begin_layout Plain Layout
39515 \begin_inset Formula $\mathcal{I}$
39516 \end_inset
39517
39518
39519 \end_layout
39520
39521 \end_inset
39522
39523
39524 \begin_inset Argument 3
39525 status open
39526
39527 \begin_layout Plain Layout
39528
39529 \lang english
39530 t was in the spring
39531 \end_layout
39532
39533 \end_inset
39534
39535  
39536 \lang english
39537 of the year 1894 that all London was interested, and the fashionable world
39538  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39539  and inexplicable circumstances.
39540  The public has already learned those particulars of the crime which came
39541  out in the police investigation, but a good deal was suppressed upon that
39542  occasion, since the case for the prosecution was so overwhelmingly strong
39543  that it was not necessary to bring forward all the facts.
39544 \end_layout
39545
39546 \end_deeper
39547 \begin_layout Standard
39548 \begin_inset ERT
39549 status collapsed
39550
39551 \begin_layout Plain Layout
39552
39553
39554 \backslash
39555 else
39556 \end_layout
39557
39558 \end_inset
39559
39560
39561 \begin_inset Note Note
39562 status open
39563
39564 \begin_layout Plain Layout
39565 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
39566 -Paket 
39567 \series bold
39568 lettrine
39569 \series default
39570  nicht installiert ist:
39571 \end_layout
39572
39573 \end_inset
39574
39575
39576 \end_layout
39577
39578 \begin_layout Standard
39579 Das \SpecialChar LaTeX
39580 -Paket 
39581 \series bold
39582 lettrine
39583 \series default
39584  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
39585 \end_layout
39586
39587 \begin_layout Standard
39588 \begin_inset ERT
39589 status collapsed
39590
39591 \begin_layout Plain Layout
39592
39593
39594 \backslash
39595 fi
39596 \end_layout
39597
39598 \end_inset
39599
39600
39601 \end_layout
39602
39603 \begin_layout Chapter
39604 Externe Dateien
39605 \begin_inset Index idx
39606 status collapsed
39607
39608 \begin_layout Plain Layout
39609 Dateien ! externe
39610 \end_layout
39611
39612 \end_inset
39613
39614
39615 \end_layout
39616
39617 \begin_layout Standard
39618 Mit 
39619 \family sans
39620 Einfügen\SpecialChar menuseparator
39621 Datei
39622 \family default
39623  können Sie fremdes Material in Ihr Dokument einsetzen.
39624  Das kann folgendes sein:
39625 \end_layout
39626
39627 \begin_layout Description
39628 \SpecialChar LyX
39629 -Dokument Der Inhalt eines anderen \SpecialChar LyX
39630 -Dokuments wird direkt in Ihr Dokument
39631  eingefügt.
39632 \end_layout
39633
39634 \begin_layout Description
39635 Einfacher
39636 \begin_inset space ~
39637 \end_inset
39638
39639 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
39640  eingefügt.
39641 \end_layout
39642
39643 \begin_layout Description
39644 Einfacher
39645 \begin_inset space ~
39646 \end_inset
39647
39648 Text,
39649 \begin_inset space ~
39650 \end_inset
39651
39652 Zeilen
39653 \begin_inset space ~
39654 \end_inset
39655
39656 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
39657  Leerzeilen trennen die Absätze.
39658 \end_layout
39659
39660 \begin_layout Description
39661 Externes
39662 \begin_inset space ~
39663 \end_inset
39664
39665 Material Dateien in verschiedenen Formaten.
39666 \end_layout
39667
39668 \begin_layout Description
39669 Unterdokument \SpecialChar LyX
39670 - oder \SpecialChar LaTeX
39671 -Dokumente.
39672 \end_layout
39673
39674 \begin_layout Section
39675 Externes Material
39676 \begin_inset Index idx
39677 status collapsed
39678
39679 \begin_layout Plain Layout
39680 Externes Material
39681 \end_layout
39682
39683 \end_inset
39684
39685
39686 \end_layout
39687
39688 \begin_layout Standard
39689 Mit 
39690 \family sans
39691 Einfügen\SpecialChar menuseparator
39692 Datei\SpecialChar menuseparator
39693  Externes Material
39694 \family default
39695  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
39696  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
39697  weil \SpecialChar LyX
39698  sich darum kümmert.
39699  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
39700 -Dokumente
39701  eingefügt werden können.
39702  Wenn die Grafikvorschau in den \SpecialChar LyX
39703 -Einstellungen unter
39704 \family sans
39705  Aussehen
39706 \begin_inset space ~
39707 \end_inset
39708
39709 &
39710 \begin_inset space ~
39711 \end_inset
39712
39713 Handhabung\SpecialChar menuseparator
39714 Grafik
39715 \family default
39716 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
39717  angezeigt.
39718 \end_layout
39719
39720 \begin_layout Standard
39721 Zur Zeit können Sie folgende Dateitypen (
39722 \family sans
39723 Vorlagen
39724 \family default
39725 ) benutzen:
39726 \end_layout
39727
39728 \begin_layout Description
39729 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
39730 \series bold
39731
39732 \begin_inset CommandInset href
39733 LatexCommand href
39734 name "XBoard"
39735 target "http://de.wikipedia.org/wiki/XBoard"
39736 literal "false"
39737
39738 \end_inset
39739
39740
39741 \series default
39742  erzeugt wurden.
39743 \end_layout
39744
39745 \begin_layout Description
39746 Datum fügt ein Datum mit dem Format 
39747 \emph on
39748 Tag-Monat-Jahr
39749 \emph default
39750  ein.
39751  Hier ist ein Beispiel: 
39752 \begin_inset ERT
39753 status collapsed
39754
39755 \begin_layout Plain Layout
39756
39757
39758 \backslash
39759 today 
39760 \end_layout
39761
39762 \end_inset
39763
39764
39765 \begin_inset space ~
39766 \end_inset
39767
39768
39769 \begin_inset Note Note
39770 status collapsed
39771
39772 \begin_layout Plain Layout
39773
39774 \lang english
39775 Remove the protected space when bug 4398 is fixed!
39776 \end_layout
39777
39778 \end_inset
39779
39780
39781 \begin_inset Newline newline
39782 \end_inset
39783
39784 Das Datum ist in \SpecialChar LyX
39785  nicht zu sehen, nur in der Druckausgabe.
39786  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
39787  Menü 
39788 \family sans
39789 Einfügen\SpecialChar menuseparator
39790 Datum
39791 \family default
39792  und mit dem \SpecialChar LaTeX
39793 -Befehl 
39794 \series bold
39795
39796 \backslash
39797 today
39798 \series default
39799 .
39800  Die verschiedenen Methoden werden in Tabelle
39801 \begin_inset space ~
39802 \end_inset
39803
39804
39805 \begin_inset CommandInset ref
39806 LatexCommand ref
39807 reference "tab:Vergleich-der-Datums-Eingaben"
39808
39809 \end_inset
39810
39811  verglichen.
39812 \end_layout
39813
39814 \begin_layout Description
39815 Dia-Diagramm unterstützt Diagramme, die mit dem Programm 
39816 \series bold
39817
39818 \begin_inset CommandInset href
39819 LatexCommand href
39820 name "Dia"
39821 target "http://de.wikipedia.org/wiki/Dia_(Software)"
39822 literal "false"
39823
39824 \end_inset
39825
39826
39827 \series default
39828  erzeugt wurden.
39829 \end_layout
39830
39831 \begin_layout Description
39832 Tabelle Mit dieser Vorlage können Sie Tabellen im Format von 
39833 \series bold
39834
39835 \begin_inset CommandInset href
39836 LatexCommand href
39837 name "Gnumeric"
39838 target "http://de.wikipedia.org/wiki/Gnumeric"
39839 literal "false"
39840
39841 \end_inset
39842
39843
39844 \series default
39845
39846 \begin_inset CommandInset href
39847 LatexCommand href
39848 name "OpenDocument"
39849 target "http://de.wikipedia.org/wiki/OpenDocument"
39850 literal "false"
39851
39852 \end_inset
39853
39854
39855 \begin_inset CommandInset href
39856 LatexCommand href
39857 name "Microsoft Office XML"
39858 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39859 literal "false"
39860
39861 \end_inset
39862
39863  und 
39864 \begin_inset CommandInset href
39865 LatexCommand href
39866 name "Office Open XML"
39867 target "http://de.wikipedia.org/wiki/Office_Open_XML"
39868 literal "false"
39869
39870 \end_inset
39871
39872  einfügen.
39873  Für dieses Feature muss \SpecialChar LyX
39874  während seiner Konfiguration das Programm 
39875 \family typewriter
39876 ssconvert
39877 \family default
39878  gefunden haben.
39879  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
39880  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
39881  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
39882 ' Beispieldatei 
39883 \emph on
39884 spreadsheet.lyx
39885 \emph default
39886 .
39887 \end_layout
39888
39889 \begin_layout Description
39890 LilyPond-Notenblatt Mit dieser Vorlage können Sie Musik-Notationen einfügen,
39891  die mit dem Notensatzprogramm 
39892 \series bold
39893
39894 \begin_inset CommandInset href
39895 LatexCommand href
39896 name "LilyPond"
39897 target "http://de.wikipedia.org/wiki/LilyPond"
39898 literal "false"
39899
39900 \end_inset
39901
39902
39903 \series default
39904  gesetzt werden.
39905  Für \SpecialChar LyX
39906 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
39907 ' Beispieldatei 
39908 \emph on
39909 lilypond.lyx
39910 \emph default
39911 .
39912 \end_layout
39913
39914 \begin_layout Description
39915 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
39916  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
39917  
39918 \series bold
39919 pages
39920 \series default
39921  im Feld 
39922 \family sans
39923 Option
39924 \family default
39925  in der Karteikarte 
39926 \family sans
39927 \SpecialChar LaTeX
39928 - und \SpecialChar LyX
39929 -Optionen
39930 \family default
39931 .
39932  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
39933  (man gibt als Option 
39934 \series bold
39935 pages={3,5,6,8}
39936 \series default
39937  an), Seitenbereiche (
39938 \series bold
39939 pages={4-9}
39940 \series default
39941 ) oder eine Kombination davon enthält.
39942  Um leere Seiten einzufügen, verwendet man {}.
39943  Z.
39944 \begin_inset space \thinspace{}
39945 \end_inset
39946
39947 B.
39948  fügt 
39949 \series bold
39950 pages={3,{},8-11,15}
39951 \series default
39952  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
39953  Seitenbereiche werden mit der Syntax 
39954 \emph on
39955 Start
39956 \emph default
39957 -
39958 \emph on
39959 Stop
39960 \emph default
39961  angegeben.
39962  Dies wählt alle Seiten von 
39963 \emph on
39964 Start
39965 \emph default
39966  bis 
39967 \emph on
39968 Stop
39969 \emph default
39970  aus.
39971  Wird 
39972 \emph on
39973 Start
39974 \emph default
39975  weggelassen, wird stattdessen die erste Seite verwendet; wird 
39976 \emph on
39977 Stop
39978 \emph default
39979  weggelassen, wird stattdessen die letzte Seite verwendet.
39980  Die letzte Seite kann außerdem mit dem Schlagwort 
39981 \series bold
39982 last
39983 \series default
39984  ausgewählt werden.
39985  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
39986 \series bold
39987 pages=-
39988 \series default
39989  fügt also alle Seiten des Dokuments ein und 
39990 \series bold
39991 pages=last-1
39992 \series default
39993  fügt alle Seiten in umgekehrter Reihenfolge ein.
39994  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
39995  eingefügt.
39996 \begin_inset Newline newline
39997 \end_inset
39998
39999 Die Option 
40000 \series bold
40001 noautoscale
40002 \series default
40003  fügt die Seiten in ihrer Originalgröße ein.
40004  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
40005  dass sie die komplette Breite Ihres Dokuments einnehmen.
40006  In der Karteikarte 
40007 \family sans
40008 Größe und Drehung
40009 \family default
40010  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
40011  werden.
40012  Wird eine andere Breite als 100
40013 \begin_inset space \thinspace{}
40014 \end_inset
40015
40016 Größe% verwendet, wird die Option 
40017 \series bold
40018 noautoscale
40019 \series default
40020  überschrieben.
40021  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
40022  des \SpecialChar LaTeX
40023 -Pakets 
40024 \series bold
40025 pdfpages
40026 \series default
40027  
40028 \begin_inset CommandInset citation
40029 LatexCommand cite
40030 key "pdfpages"
40031 literal "true"
40032
40033 \end_inset
40034
40035 .
40036 \begin_inset Index idx
40037 status collapsed
40038
40039 \begin_layout Plain Layout
40040 \SpecialChar LaTeX
40041 -Pakete ! pdfpages
40042 \end_layout
40043
40044 \end_inset
40045
40046
40047 \begin_inset Newline newline
40048 \end_inset
40049
40050 Um diese Vorlage in einer 
40051 \family sans
40052 Beamer
40053 \family default
40054 -Präsentation zu verwenden, muss zuerst eine 
40055 \family sans
40056 BeendeRahmen
40057 \family default
40058  Umgebung eingefügt werden.
40059  In den folgenden Absatz kommt eine \SpecialChar TeX
40060 -Code Box mit dem Befehl 
40061 \series bold
40062
40063 \backslash
40064 setbeamertemplate{background canvas}{}
40065 \series default
40066 .
40067  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
40068  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
40069  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
40070  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
40071  sicher, dass die Ausrichtung 
40072 \family sans
40073 Standard
40074 \family default
40075  für den Absatz verwendet wird, der die Vorlage enthält.
40076 \begin_inset Newline newline
40077 \end_inset
40078
40079 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
40080 \begin_inset External
40081         template PDFPages
40082         filename ../clipart/Abstract.pdf
40083         extra LaTeX "pages=-"
40084         rotateAngle -5
40085         rotateOrigin bottomleft
40086         width 50col%
40087
40088 \end_inset
40089
40090
40091 \end_layout
40092
40093 \begin_layout Description
40094 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
40095  Die Bilddateien können im Dialogfenster 
40096 \family sans
40097 Externes
40098 \begin_inset space ~
40099 \end_inset
40100
40101 Material
40102 \family default
40103  genauso behandelt werden wie die mit dem normalen 
40104 \family sans
40105 Grafik
40106 \family default
40107 -Dialog eingefügten, siehe Abschnitt
40108 \begin_inset space ~
40109 \end_inset
40110
40111
40112 \begin_inset CommandInset ref
40113 LatexCommand ref
40114 reference "abs:Grafik-Dialog"
40115
40116 \end_inset
40117
40118 .
40119  Hier ist ein eingefügtes Rasterbild: 
40120 \begin_inset External
40121         template RasterImage
40122         filename ../clipart/ToolbarEnvBox.png
40123
40124 \end_inset
40125
40126
40127 \end_layout
40128
40129 \begin_layout Description
40130 Vektorgrafik Diese Vorlage kann für Vektorgrafiken benutzt werden.
40131  Die Bilddateien können im Dialogfenster 
40132 \family sans
40133 Externes
40134 \begin_inset space ~
40135 \end_inset
40136
40137 Material
40138 \family default
40139  genauso behandelt werden, wie die mit dem normalen 
40140 \family sans
40141 Grafik
40142 \family default
40143 -Dialog eingefügten, siehe Abschnitt
40144 \begin_inset space ~
40145 \end_inset
40146
40147
40148 \begin_inset CommandInset ref
40149 LatexCommand ref
40150 reference "abs:Grafik-Dialog"
40151
40152 \end_inset
40153
40154 .
40155  Hier ist eine eingefügte Vektorgrafik: 
40156 \begin_inset External
40157         template VectorGraphics
40158         filename ../clipart/SVG-Drawing.svg
40159         lyxscale 50
40160         scale 33
40161
40162 \end_inset
40163
40164
40165 \end_layout
40166
40167 \begin_layout Description
40168 Xfig-Abbildung Diese Vorlage unterstützt Bilder, die mit dem Programm 
40169 \begin_inset CommandInset href
40170 LatexCommand href
40171 name "Xfig"
40172 target "http://de.wikipedia.org/wiki/Xfig"
40173 literal "false"
40174
40175 \end_inset
40176
40177  erzeugt wurden.
40178 \end_layout
40179
40180 \begin_layout Description
40181 Inkscape
40182 \begin_inset space ~
40183 \end_inset
40184
40185 Abbildung Diese experimentelle Vorlage unterstützt Vektorgrafiken (SVG),
40186  deren Text mit \SpecialChar LaTeX
40187  gesetzt wird.
40188  Es basiert auf der Option 
40189 \family sans
40190 Text in PDF weglassen und LaTeX Datei erstellen
40191 \family default
40192  wenn man eine Zeichnung als PDF mit dem programm 
40193 \noun on
40194 Inkscape
40195 \noun default
40196  speichert, 
40197 \begin_inset CommandInset citation
40198 LatexCommand cite
40199 key "Inkscape"
40200 literal "false"
40201
40202 \end_inset
40203
40204 .
40205  Dier ermöglicht es SVG-Dateien einzugügen, in denen \SpecialChar LaTeX
40206  den Text setzen wird.
40207  Der Vorteil von solchen SVGs ist, dass man einen einheitlichen Textstil
40208  im ganzen Dokument erhält.
40209 \begin_inset Newline newline
40210 \end_inset
40211
40212 Man kann \SpecialChar TeX
40213 -Code-Befehle wie 
40214 \series bold
40215
40216 \backslash
40217 Large
40218 \series default
40219
40220 \series bold
40221
40222 \backslash
40223 small
40224 \series default
40225 , usw.
40226 \begin_inset space \space{}
40227 \end_inset
40228
40229 im Text der SVGs verwenden.
40230  Die Schriftgröße wird von den Einstellungen des \SpecialChar LyX
40231 -Dokuments übernommen.
40232  Siehe 
40233 \begin_inset CommandInset citation
40234 LatexCommand cite
40235 key "Inkscape"
40236 literal "false"
40237
40238 \end_inset
40239
40240  für mehr Informationen und Beispiele.
40241 \begin_inset Newline newline
40242 \end_inset
40243
40244 Es ist zu beachten, dass der Bildtext die umgebende Schrift übernimmt, dies
40245  in der Vorschau in \SpecialChar LyX
40246  aber nicht geschieht.
40247  Packt man die externe Einfügung in eine Vorschau-Einfügung (Menü 
40248 \family sans
40249 Einfügen\SpecialChar menuseparator
40250 Vorschau
40251 \family default
40252 ), erhält man ein besseres Ergebnis.
40253 \begin_inset Newline newline
40254 \end_inset
40255
40256 Die Vorlage funktioniert sehr ähnlich zur Unterstützung für Xfig.
40257  \SpecialChar LyX
40258  extrahiert den Bildtext in eine separate \SpecialChar TeX
40259 -Datei und erzeugt eine PDF-Datei
40260  für den Rest.
40261 \end_layout
40262
40263 \begin_layout Standard
40264 \begin_inset Float table
40265 placement !h
40266 wide false
40267 sideways false
40268 status open
40269
40270 \begin_layout Plain Layout
40271 \begin_inset Caption Standard
40272
40273 \begin_layout Plain Layout
40274 \begin_inset CommandInset label
40275 LatexCommand label
40276 name "tab:Vergleich-der-Datums-Eingaben"
40277
40278 \end_inset
40279
40280 Vergleich der Datums-Eingaben
40281 \end_layout
40282
40283 \end_inset
40284
40285
40286 \end_layout
40287
40288 \begin_layout Plain Layout
40289 \align center
40290 \begin_inset Tabular
40291 <lyxtabular version="3" rows="4" columns="4">
40292 <features tabularvalignment="middle">
40293 <column alignment="center" valignment="top">
40294 <column alignment="center" valignment="top">
40295 <column alignment="center" valignment="top">
40296 <column alignment="center" valignment="top">
40297 <row>
40298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 Dokumentformat
40303 \end_layout
40304
40305 \end_inset
40306 </cell>
40307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40308 \begin_inset Text
40309
40310 \begin_layout Plain Layout
40311
40312 \family sans
40313 Externes Material\SpecialChar menuseparator
40314 Datum
40315 \end_layout
40316
40317 \end_inset
40318 </cell>
40319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40320 \begin_inset Text
40321
40322 \begin_layout Plain Layout
40323
40324 \family sans
40325 Einfügen\SpecialChar menuseparator
40326 Datum
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 Befehl 
40336 \series bold
40337
40338 \backslash
40339 today
40340 \end_layout
40341
40342 \end_inset
40343 </cell>
40344 </row>
40345 <row>
40346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40347 \begin_inset Text
40348
40349 \begin_layout Plain Layout
40350 \SpecialChar LyX
40351
40352 \end_layout
40353
40354 \end_inset
40355 </cell>
40356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40357 \begin_inset Text
40358
40359 \begin_layout Plain Layout
40360 als Box
40361 \end_layout
40362
40363 \end_inset
40364 </cell>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 als Datum
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 als \SpecialChar TeX
40379 -Code
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 </row>
40385 <row>
40386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40387 \begin_inset Text
40388
40389 \begin_layout Plain Layout
40390 \SpecialChar LaTeX
40391
40392 \end_layout
40393
40394 \end_inset
40395 </cell>
40396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40397 \begin_inset Text
40398
40399 \begin_layout Plain Layout
40400 als Datum
40401 \end_layout
40402
40403 \end_inset
40404 </cell>
40405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40406 \begin_inset Text
40407
40408 \begin_layout Plain Layout
40409 als Datum
40410 \end_layout
40411
40412 \end_inset
40413 </cell>
40414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40415 \begin_inset Text
40416
40417 \begin_layout Plain Layout
40418 als Befehl
40419 \end_layout
40420
40421 \end_inset
40422 </cell>
40423 </row>
40424 <row>
40425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40426 \begin_inset Text
40427
40428 \begin_layout Plain Layout
40429 DVI, PDF, PS
40430 \end_layout
40431
40432 \end_inset
40433 </cell>
40434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40435 \begin_inset Text
40436
40437 \begin_layout Plain Layout
40438 als Datum
40439 \end_layout
40440
40441 \end_inset
40442 </cell>
40443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 als Datum
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 als Datum
40457 \end_layout
40458
40459 \end_inset
40460 </cell>
40461 </row>
40462 </lyxtabular>
40463
40464 \end_inset
40465
40466
40467 \end_layout
40468
40469 \end_inset
40470
40471
40472 \end_layout
40473
40474 \begin_layout Standard
40475 Wenn Sie im Dialogfenster
40476 \family sans
40477  Externes
40478 \begin_inset space ~
40479 \end_inset
40480
40481 Material 
40482 \family default
40483 in der Karteikarte
40484 \family sans
40485  Datei
40486 \family default
40487  die Option 
40488 \family sans
40489 Entwurf
40490 \family default
40491  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
40492 \begin_inset Newline newline
40493 \end_inset
40494
40495 \SpecialChar LyX
40496  kann externes Material entweder als Box wie hier:
40497 \begin_inset Newline newline
40498 \end_inset
40499
40500
40501 \begin_inset Graphics
40502         filename clipart/ExternesMaterial.png
40503         scale 95
40504         scaleBeforeRotation
40505
40506 \end_inset
40507
40508  oder als Bild darstellen.
40509  Das hängt davon ab, ob Sie im Dialog
40510 \family sans
40511  
40512 \family default
40513 in der Karteikarte 
40514 \family sans
40515 LaTeX- und LyX-Optionen
40516 \family default
40517  die Option 
40518 \family sans
40519 In
40520 \begin_inset space ~
40521 \end_inset
40522
40523 LyX
40524 \begin_inset space ~
40525 \end_inset
40526
40527 anzeigen
40528 \family default
40529  gewählt haben oder nicht.
40530 \end_layout
40531
40532 \begin_layout Standard
40533 Im \SpecialChar LyX
40534 -Handbuch 
40535 \family sans
40536 \emph on
40537 Anpassung
40538 \family default
40539 \emph default
40540  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
40541 \end_layout
40542
40543 \begin_layout Section
40544 Unterdokumente
40545 \begin_inset CommandInset label
40546 LatexCommand label
40547 name "abs:Unterdokumente"
40548
40549 \end_inset
40550
40551
40552 \begin_inset Index idx
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556 Unterdokument
40557 \end_layout
40558
40559 \end_inset
40560
40561
40562 \end_layout
40563
40564 \begin_layout Standard
40565 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
40566  oder Abschnitten bestehen.
40567  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
40568  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
40569  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
40570  z.
40571 \begin_inset space \thinspace{}
40572 \end_inset
40573
40574 B.
40575  den \SpecialChar LaTeX
40576 -Vorspann, das Literaturverzeichnis und Querverweismarken.
40577 \end_layout
40578
40579 \begin_layout Standard
40580 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
40581  müssen, geben Sie im Unterdokument im Menü
40582 \family sans
40583  Dokument\SpecialChar menuseparator
40584 Einstellungen\SpecialChar menuseparator
40585 Dokumentklasse
40586 \family default
40587  das Hauptdokument an.
40588  Dieses wird dann von \SpecialChar LyX
40589  im Hintergrund benutzt, wenn Sie das Unterdokument
40590  bearbeiten.
40591 \end_layout
40592
40593 \begin_layout Standard
40594 Unterdokumente werden in \SpecialChar LyX
40595  als Box angezeigt: 
40596 \begin_inset Graphics
40597         filename ../clipart/ChildDocument.png
40598         scale 95
40599         scaleBeforeRotation
40600
40601 \end_inset
40602
40603  Sie werden über
40604 \family sans
40605  Einfügen\SpecialChar menuseparator
40606 Datei\SpecialChar menuseparator
40607 Unterdokument
40608 \family default
40609  eingebunden, was das Dialogfenster
40610 \family sans
40611  Unterdokument
40612 \family default
40613  öffnet.
40614  Für 
40615 \family sans
40616 die Art
40617 \begin_inset space ~
40618 \end_inset
40619
40620 der
40621 \begin_inset space ~
40622 \end_inset
40623
40624 Einbindung
40625 \family default
40626  gibt es dort vier Möglichkeiten:
40627 \end_layout
40628
40629 \begin_layout Description
40630 Include Sie können \SpecialChar LyX
40631 - und \SpecialChar LaTeX
40632 -Dokumente einbinden.
40633  Wenn Sie im Dialogfenster
40634 \family sans
40635  Unterdokument
40636 \family default
40637  auf 
40638 \family sans
40639 Bearbeiten
40640 \family default
40641  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
40642  und Sie können es editieren.
40643 \begin_inset Newline newline
40644 \end_inset
40645
40646
40647 \end_layout
40648
40649 \begin_layout Standard
40650 Hier wird ein Unterdokument
40651 \family sans
40652  
40653 \family default
40654 per 
40655 \family sans
40656 Include
40657 \family default
40658  eingebunden: 
40659 \begin_inset CommandInset include
40660 LatexCommand include
40661 filename "DummyDocument1.lyx"
40662
40663 \end_inset
40664
40665 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
40666  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
40667  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
40668 s.
40669  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
40670 \begin_inset space ~
40671 \end_inset
40672
40673
40674 \begin_inset CommandInset ref
40675 LatexCommand ref
40676 reference "uab:Externer-Unterabschnitt-1"
40677
40678 \end_inset
40679
40680 .
40681 \end_layout
40682
40683 \begin_layout Standard
40684 Der \SpecialChar LaTeX
40685 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
40686  wird benutzt.
40687  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
40688  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
40689  Unterdokumente, die per 
40690 \family sans
40691 Include
40692 \family default
40693  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
40694  und enden mit einem Seitenumbruch.
40695 \end_layout
40696
40697 \begin_layout Standard
40698 \begin_inset Note Greyedout
40699 status open
40700
40701 \begin_layout Plain Layout
40702
40703 \series bold
40704 Bemerkung:
40705 \series default
40706  Wenn Sie eine \SpecialChar LyX
40707 - oder \SpecialChar LaTeX
40708 -Datei eingebunden haben, werden Sie beim Export oder
40709  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
40710  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
40711  führen wird.
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \end_layout
40718
40719 \begin_layout Description
40720 Input Diese Methode ist 
40721 \family sans
40722 Include
40723 \family default
40724  sehr ähnlich mit folgenden Unterschieden:
40725 \end_layout
40726
40727 \begin_deeper
40728 \begin_layout Itemize
40729 Unterdokumente, die per 
40730 \family sans
40731 Input
40732 \family default
40733  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
40734  Seite und enden NICHT mit einem Seitenumbruch.
40735 \end_layout
40736
40737 \begin_layout Itemize
40738 Unterdokumente, die per 
40739 \family sans
40740 Input
40741 \family default
40742  eingebunden werden, können in \SpecialChar LyX
40743  angesehen werden, wenn im Dialogfenster
40744 \family sans
40745  Unterdokument Vorschau
40746 \begin_inset space ~
40747 \end_inset
40748
40749 anzeigen
40750 \family default
40751  angekreuzt wurde und in den \SpecialChar LyX
40752 -Einstellungen unter
40753 \family sans
40754  Aussehen
40755 \begin_inset space ~
40756 \end_inset
40757
40758 &
40759 \begin_inset space ~
40760 \end_inset
40761
40762 Handhabung\SpecialChar menuseparator
40763 Grafik\SpecialChar menuseparator
40764 Sofortige
40765 \begin_inset space ~
40766 \end_inset
40767
40768 Vorschau
40769 \family default
40770  auf 
40771 \family sans
40772 An
40773 \family default
40774  gesetzt wurde.
40775  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
40776  aus.
40777 \end_layout
40778
40779 \begin_layout Itemize
40780 Unterdokumente, die per 
40781 \family sans
40782 Input
40783 \family default
40784  eingebunden werden, können nicht über das Menü 
40785 \family sans
40786 Dokument\SpecialChar menuseparator
40787 Einstellungen\SpecialChar menuseparator
40788 Unterdokumente
40789 \family default
40790  unterdrückt werden.
40791 \end_layout
40792
40793 \end_deeper
40794 \begin_layout Standard
40795 Hier ist ein Unterdokument, das mit
40796 \family sans
40797  Input
40798 \family default
40799  eingebunden wurde: 
40800 \begin_inset CommandInset include
40801 LatexCommand input
40802 filename "DummyDocument2.lyx"
40803
40804 \end_inset
40805
40806 .
40807 \end_layout
40808
40809 \begin_layout Description
40810 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
40811   In der Druckvorschau wird für den Text der Stil 
40812 \family typewriter
40813 Schreibmaschine
40814 \family default
40815  verwendet.
40816  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
40817  Wenn Sie im Dialogfenster
40818 \family sans
40819  Unterdokument Leerzeichen
40820 \begin_inset space ~
40821 \end_inset
40822
40823 bei
40824 \begin_inset space ~
40825 \end_inset
40826
40827 der
40828 \begin_inset space ~
40829 \end_inset
40830
40831 Ausgabe
40832 \begin_inset space ~
40833 \end_inset
40834
40835 kennzeichnen 
40836 \family default
40837 ankreuzen, wird in der Druckvorschau das Zeichen 
40838 \begin_inset Quotes gld
40839 \end_inset
40840
40841
40842 \begin_inset ERT
40843 status collapsed
40844
40845 \begin_layout Plain Layout
40846
40847
40848 \backslash
40849 textvisiblespace 
40850 \end_layout
40851
40852 \end_inset
40853
40854
40855 \begin_inset Quotes grd
40856 \end_inset
40857
40858  für jedes Leerzeichen eingefügt.
40859 \begin_inset Newline newline
40860 \end_inset
40861
40862 Im Gegensatz zu 
40863 \family sans
40864 Einfügen\SpecialChar menuseparator
40865 Datei\SpecialChar menuseparator
40866 Einfacher
40867 \begin_inset space ~
40868 \end_inset
40869
40870 Text
40871 \family default
40872  wird bei 
40873 \family sans
40874 Unformatiert
40875 \family default
40876  der Dateiinhalt in \SpecialChar LyX
40877  nicht dargestellt.
40878 \end_layout
40879
40880 \begin_layout Standard
40881 Hier ist ein Unterdokument, das mit
40882 \family sans
40883  Unformatiert
40884 \family default
40885  eingebunden wurde: 
40886 \begin_inset CommandInset include
40887 LatexCommand verbatiminput
40888 filename "DummyTextDocument.txt"
40889
40890 \end_inset
40891
40892
40893 \begin_inset VSpace bigskip
40894 \end_inset
40895
40896 Hier ist ein Unterdokument, das mit
40897 \family sans
40898  Unformatiert
40899 \family default
40900  eingebunden wurde und
40901 \family sans
40902  Leerzeichen
40903 \begin_inset space ~
40904 \end_inset
40905
40906 bei
40907 \begin_inset space ~
40908 \end_inset
40909
40910 der
40911 \begin_inset space ~
40912 \end_inset
40913
40914 Ausgabe
40915 \begin_inset space ~
40916 \end_inset
40917
40918 kennzeichnen
40919 \family default
40920  angekreuzt hat: 
40921 \begin_inset CommandInset include
40922 LatexCommand verbatiminput*
40923 filename "DummyTextDocument.txt"
40924
40925 \end_inset
40926
40927
40928 \end_layout
40929
40930 \begin_layout Standard
40931 \begin_inset VSpace bigskip
40932 \end_inset
40933
40934
40935 \end_layout
40936
40937 \begin_layout Standard
40938 \begin_inset Note Greyedout
40939 status open
40940
40941 \begin_layout Plain Layout
40942
40943 \series bold
40944 Bemerkung:
40945 \series default
40946  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
40947  
40948 \family sans
40949 Unformatiert
40950 \family default
40951  eingebunden werden, am Zeilenende nicht umgebrochen.
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \end_layout
40958
40959 \begin_layout Description
40960 Listing Dieser Typ wird in Kapitel
40961 \begin_inset space ~
40962 \end_inset
40963
40964
40965 \begin_inset CommandInset ref
40966 LatexCommand ref
40967 reference "kap:Programm-Code-Listen"
40968
40969 \end_inset
40970
40971  beschrieben.
40972 \end_layout
40973
40974 \begin_layout Standard
40975 \begin_inset Note Greyedout
40976 status open
40977
40978 \begin_layout Plain Layout
40979
40980 \series bold
40981 Bemerkung:
40982 \series default
40983  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
40984  das zu \SpecialChar LaTeX
40985 -Problemen führen.
40986 \end_layout
40987
40988 \end_inset
40989
40990
40991 \end_layout
40992
40993 \begin_layout Standard
40994 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
40995  wollen, z.
40996 \begin_inset space \thinspace{}
40997 \end_inset
40998
40999 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
41000  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
41001  Dies geschieht über das Menü 
41002 \family sans
41003 Dokument\SpecialChar menuseparator
41004 Einstellungen\SpecialChar menuseparator
41005 Unterdokumente
41006 \family default
41007 .
41008  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
41009  in die Spalte 
41010 \family sans
41011 In Ausgabe einbinden
41012 \family default
41013  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
41014  für Unterdokumente möglich ist, die per 
41015 \family sans
41016 Input
41017 \family default
41018  eingebunden wurden).
41019  Wenn die Option 
41020 \family sans
41021 Zähler und Querverweise wahren
41022 \family default
41023  aktiviert ist, sorgt \SpecialChar LyX
41024  dafür, dass alle Seitennummern, Querverweise usw.
41025 \begin_inset space ~
41026 \end_inset
41027
41028 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
41029  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
41030  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
41031  Dazu muss \SpecialChar LyX
41032  intern allerdings das gesamte Dokument prozessieren.
41033  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
41034  sind, wählen sie die Option nicht.
41035 \end_layout
41036
41037 \begin_layout Standard
41038 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
41039 \begin_inset Foot
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043 Zweige sind im Kapitel 
41044 \emph on
41045 Zweige
41046 \emph default
41047  des \SpecialChar LyX
41048
41049 \emph on
41050 -Benutzerhandbuchs
41051 \emph default
41052  erklärt.
41053 \end_layout
41054
41055 \end_inset
41056
41057  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
41058  Dateien in der Ausgabe erscheinen.
41059  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
41060  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
41061  werden.
41062 \end_layout
41063
41064 \begin_layout Chapter
41065 Programm-Code-Listen
41066 \begin_inset CommandInset label
41067 LatexCommand label
41068 name "kap:Programm-Code-Listen"
41069
41070 \end_inset
41071
41072
41073 \begin_inset Index idx
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077 Listen
41078 \end_layout
41079
41080 \end_inset
41081
41082
41083 \begin_inset Index idx
41084 status collapsed
41085
41086 \begin_layout Plain Layout
41087 Programm-Code
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
41097 \family sans
41098 Einfügen\SpecialChar menuseparator
41099 Pro\SpecialChar softhyphen
41100 grammlisting
41101 \family default
41102  verwenden.
41103  Die \SpecialChar LaTeX
41104 -Pakete 
41105 \series bold
41106 listings
41107 \series default
41108
41109 \begin_inset Index idx
41110 status collapsed
41111
41112 \begin_layout Plain Layout
41113 \SpecialChar LaTeX
41114 -Pakete ! listings
41115 \end_layout
41116
41117 \end_inset
41118
41119  und 
41120 \series bold
41121 minted
41122 \series default
41123
41124 \begin_inset Index idx
41125 status collapsed
41126
41127 \begin_layout Plain Layout
41128 \SpecialChar LaTeX
41129 -Pakete ! minted
41130 \end_layout
41131
41132 \end_inset
41133
41134  können Programm-Code auf vielfältige und flexible Weise in Ihr Dokument
41135  einfügen.
41136  Man kann nur eines der Pakete in einem Dokument verwenden.
41137  
41138 \series bold
41139 listings
41140 \series default
41141  ist voreingestellt.
41142 \end_layout
41143
41144 \begin_layout Standard
41145 \begin_inset Note Note
41146 status open
41147
41148 \begin_layout Plain Layout
41149
41150 \series bold
41151 Achtung:
41152 \series default
41153  Es wird nicht empfohlen die Option 
41154 \family typewriter
41155 -shell-escape
41156 \family default
41157  zu verwenden.
41158  Sie funktioniert, ist aber ein großes Sicherheitsproblem.
41159  Die \SpecialChar LyX
41160 -Entwickler diskutieren, wie damit umzugehen ist.
41161  Diese Notiz kann erst geändert werden, bis eine Entscheidung getroffen
41162  wurde.
41163 \end_layout
41164
41165 \begin_layout Plain Layout
41166 =====
41167 \end_layout
41168
41169 \begin_layout Plain Layout
41170 Um 
41171 \series bold
41172 minted
41173 \series default
41174  zu benutzen, muss man es als Paket zur Code-Hervorhebung in den Dokumenteinstel
41175 lungen in der Rubrik 
41176 \family sans
41177 Programmlistings
41178 \family default
41179  festlegen.
41180  
41181 \series bold
41182 minted
41183 \series default
41184  benötigt zusätzlich das Modul 
41185 \family sans
41186 pygments
41187 \family default
41188  des Programms 
41189 \noun on
41190 Python
41191 \noun default
41192
41193 \begin_inset Foot
41194 status collapsed
41195
41196 \begin_layout Plain Layout
41197 Unte
41198 \family sans
41199 r \SpecialChar LyX
41200  f
41201 \family default
41202 ür Windows ist 
41203 \family sans
41204 pygments
41205 \family default
41206  bereits installiert.
41207 \end_layout
41208
41209 \end_inset
41210
41211  und die Option 
41212 \family typewriter
41213 -shell-escape
41214 \family default
41215  für den \SpecialChar LaTeX
41216 -Prozessor.
41217  Wenn Sie z.
41218 \begin_inset space \thinspace{}
41219 \end_inset
41220
41221 B.
41222  Ihr Dokument als Format 
41223 \family sans
41224 PDF
41225 \begin_inset space ~
41226 \end_inset
41227
41228 (pdflatex)
41229 \family default
41230  ansehen oder exportieren wollen, gehen Sie in die \SpecialChar LyX
41231 -Einstellungen und dort
41232  zum Abschnitt 
41233 \family sans
41234 Datei-Handhanbung\SpecialChar menuseparator
41235 Konverter
41236 \family default
41237 .
41238  gehen Sie dort auf den Eintrag 
41239 \family sans
41240 LaTeX
41241 \begin_inset space ~
41242 \end_inset
41243
41244 (pdflatex) -> PDF
41245 \begin_inset space ~
41246 \end_inset
41247
41248 (pdflatex)
41249 \family default
41250  und schauen Sie in das Feld 
41251 \family sans
41252 Konverter
41253 \family default
41254 .
41255  Dort sehen sie voreingestellt den Inhalt
41256 \begin_inset Newline newline
41257 \end_inset
41258
41259
41260 \series bold
41261 pdflatex $$i
41262 \series default
41263
41264 \begin_inset Newline newline
41265 \end_inset
41266
41267 Ändern Sie ihn nun ab zu
41268 \begin_inset Newline newline
41269 \end_inset
41270
41271
41272 \series bold
41273 pdflatex $$i -shell-escape
41274 \begin_inset Newline newline
41275 \end_inset
41276
41277
41278 \series default
41279 und drücken Sie den 
41280 \family sans
41281 Ändern
41282 \family default
41283 -Knopf und anschließend 
41284 \family sans
41285 Übernehmen
41286 \family default
41287  oder 
41288 \family sans
41289 Speichern
41290 \family default
41291 .
41292  Dasselbe kann für die Ausgabeformate 
41293 \family sans
41294 PDF
41295 \begin_inset space ~
41296 \end_inset
41297
41298 (LuaTeX)
41299 \family default
41300  und 
41301 \family sans
41302 PDF
41303 \begin_inset space ~
41304 \end_inset
41305
41306 (XeTeX)
41307 \family default
41308  gemacht werden.
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \end_layout
41315
41316 \begin_layout Standard
41317 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
41318 rmat der Programm-Code-Liste festlegen.
41319 \end_layout
41320
41321 \begin_layout Standard
41322 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
41323  Die Platzierungsoption 
41324 \family sans
41325 Eingebettetes
41326 \begin_inset space ~
41327 \end_inset
41328
41329 Listing
41330 \family default
41331  druckt das Listing in der Zeile wie hier: 
41332 \begin_inset listings
41333 lstparams "language={C++}"
41334 inline true
41335 status open
41336
41337 \begin_layout Plain Layout
41338
41339 int a=5;
41340 \end_layout
41341
41342 \end_inset
41343
41344
41345 \begin_inset Newline newline
41346 \end_inset
41347
41348 Die Option 
41349 \family sans
41350 Gleitobjekt
41351 \family default
41352  erzeugt ein Listing-Gleitobjekt, dessen 
41353 \family sans
41354 Platzierung 
41355 \family default
41356 Sie mit 
41357 \family sans
41358 h
41359 \family default
41360
41361 \family sans
41362 t
41363 \family default
41364
41365 \family sans
41366 b
41367 \family default
41368  und 
41369 \family sans
41370 p
41371 \family default
41372 , analog zu den in Abschnitt
41373 \begin_inset space ~
41374 \end_inset
41375
41376
41377 \begin_inset CommandInset ref
41378 LatexCommand ref
41379 reference "abs:Gleitobjekt-Platzierung"
41380
41381 \end_inset
41382
41383  beschriebenen Platzierungsoptionen festlegen können.
41384  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
41385  hintereinander angegeben, z.
41386 \begin_inset space \thinspace{}
41387 \end_inset
41388
41389 B.
41390  
41391 \begin_inset Quotes gld
41392 \end_inset
41393
41394
41395 \family sans
41396 htbp
41397 \family default
41398
41399 \begin_inset Quotes grd
41400 \end_inset
41401
41402 .
41403  Die Option 
41404 \begin_inset Quotes gld
41405 \end_inset
41406
41407 h
41408 \begin_inset Quotes grd
41409 \end_inset
41410
41411  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
41412  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
41413 \end_layout
41414
41415 \begin_layout Standard
41416 Mit dem Menü 
41417 \family sans
41418 Einfügen\SpecialChar menuseparator
41419 Legende
41420 \family default
41421  kann man für das Listing eine Beschriftung hinzufügen.
41422  Man kann Listings mit Marken versehen, um auf sie wie auf andere Gleitobjekte
41423  zu verweisen: Listing
41424 \begin_inset space ~
41425 \end_inset
41426
41427
41428 \begin_inset CommandInset ref
41429 LatexCommand ref
41430 reference "lst:Gleitendes-Programm-Listing"
41431
41432 \end_inset
41433
41434 .
41435  Mit dem Menü 
41436 \family sans
41437 Einfügen\SpecialChar menuseparator
41438 Liste
41439 \begin_inset space ~
41440 \end_inset
41441
41442 /
41443 \begin_inset space ~
41444 \end_inset
41445
41446 Inhaltsverzeichnis\SpecialChar menuseparator
41447 Listings Verzeichnis
41448 \family default
41449  kann ein Verzeichnis aller Listings eingefügt werden.
41450  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
41451 \end_layout
41452
41453 \begin_layout Standard
41454 \begin_inset listings
41455 lstparams "language=Python"
41456 inline false
41457 status open
41458
41459 \begin_layout Plain Layout
41460
41461 \begin_inset Caption Standard
41462
41463 \begin_layout Plain Layout
41464 \begin_inset CommandInset label
41465 LatexCommand label
41466 name "lst:Gleitendes-Programm-Listing"
41467
41468 \end_inset
41469
41470 Gleitendes Programm-Listing
41471 \end_layout
41472
41473 \end_inset
41474
41475 # Gleitendes Programm-Listing
41476 \end_layout
41477
41478 \begin_layout Plain Layout
41479
41480 def func(param):
41481 \end_layout
41482
41483 \begin_layout Plain Layout
41484
41485     'Dies ist eine Python-Funktion'
41486 \end_layout
41487
41488 \begin_layout Plain Layout
41489
41490     pass
41491 \end_layout
41492
41493 \end_inset
41494
41495
41496 \end_layout
41497
41498 \begin_layout Standard
41499 \begin_inset Note Greyedout
41500 status open
41501
41502 \begin_layout Plain Layout
41503
41504 \series bold
41505 Bemerkung: 
41506 \series default
41507 Das Paket 
41508 \series bold
41509 listings
41510 \series default
41511  setzt Beschriftungen standardmäßig vor das Listing.
41512 \begin_inset Newline newline
41513 \end_inset
41514
41515 Das Paket 
41516 \series bold
41517 minted
41518 \series default
41519  setzt sie standardmäßig vor das Listing, wenn es gleitend ist.
41520  Ansonsten wird die Beschriftung vor das Listing gesetzt, wenn die Marke
41521  in die erste Zeile eingefügt wurde, ansonsten hinter das Listing.
41522  Um die Beschriftung in jedem Fall vor das Listing zu setzen, müssen diese
41523  Zeilen als Letztes zum \SpecialChar LaTeX
41524 -Vorspann hinzugefügt werden:
41525 \begin_inset Newline newline
41526 \end_inset
41527
41528
41529 \series bold
41530
41531 \backslash
41532 @ifundefined{newfloat}
41533 \begin_inset Newline newline
41534 \end_inset
41535
41536
41537 \begin_inset Phantom HPhantom
41538 status open
41539
41540 \begin_layout Plain Layout
41541 \begin_inset space ~
41542 \end_inset
41543
41544
41545 \end_layout
41546
41547 \end_inset
41548
41549 {
41550 \backslash
41551 usepackage{float}}{}
41552 \begin_inset Newline newline
41553 \end_inset
41554
41555
41556 \backslash
41557 floatstyle{plaintop}
41558 \series default
41559
41560 \begin_inset Note Note
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564 Das Paket 
41565 \series bold
41566 float
41567 \series default
41568  wird automatisch von \SpecialChar LyX
41569  geladen, wenn Sie spezielle dokumentweite Gleitobjektplat
41570 zierungen verwenden.
41571  Der Befehl 
41572 \series bold
41573
41574 \backslash
41575 @ifundefined
41576 \series default
41577  vermeidet, dass es in diesem Fall doppelt geladen wird.
41578 \end_layout
41579
41580 \end_inset
41581
41582
41583 \end_layout
41584
41585 \end_inset
41586
41587
41588 \end_layout
41589
41590 \begin_layout Standard
41591 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
41592  der Sprache erkannt und besonders gedruckt, wie 
41593 \emph on
41594 #
41595 \emph default
41596
41597 \emph on
41598 def
41599 \emph default
41600  und 
41601 \emph on
41602 pass
41603 \emph default
41604  in Listing
41605 \begin_inset space ~
41606 \end_inset
41607
41608
41609 \begin_inset CommandInset ref
41610 LatexCommand ref
41611 reference "lst:Gleitendes-Programm-Listing"
41612
41613 \end_inset
41614
41615 .
41616 \end_layout
41617
41618 \begin_layout Standard
41619 \begin_inset Note Greyedout
41620 status open
41621
41622 \begin_layout Plain Layout
41623
41624 \series bold
41625 Bemerkung:
41626 \series default
41627  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
41628 \family typewriter
41629 Schreib\SpecialChar softhyphen
41630 maschine
41631 \family default
41632  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
41633 h keine fett gedruckten Buchstaben.
41634  Wählen Sie in diesem Fall eine andere Schrift im Menü 
41635 \family sans
41636 Dokument\SpecialChar menuseparator
41637 Einstellungen\SpecialChar menuseparator
41638 Schriften
41639 \family default
41640 .
41641  (Die Schriften 
41642 \emph on
41643 LuxiMono, BeraMono
41644 \emph default
41645  und 
41646 \emph on
41647 Courier
41648 \emph default
41649  enthalten fett gedruckte Buchstaben.)
41650 \end_layout
41651
41652 \end_inset
41653
41654
41655 \end_layout
41656
41657 \begin_layout Standard
41658 Im Abschnitt 
41659 \family sans
41660 Zeilennummerierung
41661 \family default
41662  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
41663 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
41664  jede wievielte Zeile nummeriert werden soll und die 
41665 \family sans
41666 Schriftgröße
41667 \family default
41668  der Nummerierung.
41669 \end_layout
41670
41671 \begin_layout Standard
41672 Im Abschnitt 
41673 \family sans
41674 Bereich
41675 \family default
41676  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
41677  Im Abschnitt 
41678 \family sans
41679 Stil
41680 \family default
41681  legen Sie fest, wie die Liste ausgedruckt werden soll.
41682  Die Option 
41683 \family sans
41684 Erweiterte
41685 \begin_inset space ~
41686 \end_inset
41687
41688 Zeichentabelle
41689 \family default
41690  ist nur für das Paket 
41691 \series bold
41692 listings
41693 \series default
41694  relevant und sollte verwendet werden, wenn nationale Zeichen wie Umlaute
41695  benutzt werden.
41696 \end_layout
41697
41698 \begin_layout Standard
41699 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
41700 \begin_inset Quotes gld
41701 \end_inset
41702
41703 3
41704 \begin_inset Quotes grd
41705 \end_inset
41706
41707 , Sprache 
41708 \begin_inset Quotes gld
41709 \end_inset
41710
41711 Python
41712 \begin_inset Quotes grd
41713 \end_inset
41714
41715 , Optionen 
41716 \begin_inset Quotes gld
41717 \end_inset
41718
41719 Erweiterte Zeichentabelle
41720 \begin_inset Quotes grd
41721 \end_inset
41722
41723  und 
41724 \begin_inset Quotes gld
41725 \end_inset
41726
41727 Leerzeichen als Symbol
41728 \begin_inset Quotes grd
41729 \end_inset
41730
41731  und Bereich Zeilen 3
41732 \begin_inset space \thinspace{}
41733 \end_inset
41734
41735 -
41736 \begin_inset space \thinspace{}
41737 \end_inset
41738
41739 8:
41740 \end_layout
41741
41742 \begin_layout Standard
41743 \begin_inset listings
41744 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
41745 inline false
41746 status open
41747
41748 \begin_layout Plain Layout
41749
41750 def func(param):
41751 \end_layout
41752
41753 \begin_layout Plain Layout
41754
41755     'Dies ist eine Python-Funktion'
41756 \end_layout
41757
41758 \begin_layout Plain Layout
41759
41760     pass
41761 \end_layout
41762
41763 \begin_layout Plain Layout
41764
41765 def func(param):
41766 \end_layout
41767
41768 \begin_layout Plain Layout
41769
41770 'Sonderzeichen: Tschüß'
41771 \end_layout
41772
41773 \begin_layout Plain Layout
41774
41775 pass
41776 \end_layout
41777
41778 \begin_layout Plain Layout
41779
41780 def func(param):
41781 \end_layout
41782
41783 \begin_layout Plain Layout
41784
41785 'Dies ist eine Python-Funktion'
41786 \end_layout
41787
41788 \begin_layout Plain Layout
41789
41790 pass
41791 \end_layout
41792
41793 \end_inset
41794
41795
41796 \end_layout
41797
41798 \begin_layout Standard
41799 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
41800 \family sans
41801 Tabulatorgröße
41802 \family default
41803  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
41804 \end_layout
41805
41806 \begin_layout Standard
41807 \noindent
41808 \begin_inset Note Greyedout
41809 status open
41810
41811 \begin_layout Plain Layout
41812
41813 \series bold
41814 Bemerkung:
41815 \series default
41816  Wegen eines Fehlers im 
41817 \series bold
41818 listings
41819 \series default
41820 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
41821  verschoben.
41822  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
41823  Listing nummeriert werden.
41824 \end_layout
41825
41826 \end_inset
41827
41828
41829 \end_layout
41830
41831 \begin_layout Standard
41832 \begin_inset VSpace bigskip
41833 \end_inset
41834
41835
41836 \end_layout
41837
41838 \begin_layout Standard
41839 \noindent
41840 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
41841  Das machen Sie mit
41842 \family sans
41843  Einfügen\SpecialChar menuseparator
41844 Datei\SpecialChar menuseparator
41845 Unterdokument
41846 \family default
41847  und der 
41848 \family sans
41849 Art
41850 \begin_inset space ~
41851 \end_inset
41852
41853 der
41854 \begin_inset space ~
41855 \end_inset
41856
41857 Einbindung
41858 \family default
41859  
41860 \family sans
41861 Listing
41862 \family default
41863 .
41864 \begin_inset Foot
41865 status collapsed
41866
41867 \begin_layout Plain Layout
41868 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
41869 \begin_inset space ~
41870 \end_inset
41871
41872
41873 \begin_inset CommandInset ref
41874 LatexCommand ref
41875 reference "abs:Unterdokumente"
41876
41877 \end_inset
41878
41879  beschrieben.
41880 \end_layout
41881
41882 \end_inset
41883
41884  Im Dialogfenster
41885 \family sans
41886  Unterdokument
41887 \family default
41888  können Sie die Listing-Parameter unter 
41889 \family sans
41890 Weitere
41891 \begin_inset space ~
41892 \end_inset
41893
41894 Parameter
41895 \family default
41896  eingeben.
41897  Wenn Sie dort ein Fragezeichen 
41898 \begin_inset Quotes gld
41899 \end_inset
41900
41901 ?
41902 \begin_inset Quotes grd
41903 \end_inset
41904
41905  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
41906 det.
41907 \end_layout
41908
41909 \begin_layout Standard
41910 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
41911  Text ins Feld 
41912 \family sans
41913 Marke
41914 \family default
41915 , auf die dann wie üblich verwiesen werden kann.
41916 \end_layout
41917
41918 \begin_layout Standard
41919 Listing
41920 \begin_inset space ~
41921 \end_inset
41922
41923
41924 \begin_inset CommandInset ref
41925 LatexCommand ref
41926 reference "lst:Datei-Listing"
41927
41928 \end_inset
41929
41930  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
41931 \begin_inset space \thinspace{}
41932 \end_inset
41933
41934 -
41935 \begin_inset space \thinspace{}
41936 \end_inset
41937
41938 15 gedruckt werden.
41939 \end_layout
41940
41941 \begin_layout Standard
41942 \begin_inset CommandInset include
41943 LatexCommand lstinputlisting
41944 filename "EmbeddedObjects.lyx"
41945 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}"
41946
41947 \end_inset
41948
41949
41950 \end_layout
41951
41952 \begin_layout Standard
41953 \begin_inset VSpace bigskip
41954 \end_inset
41955
41956
41957 \end_layout
41958
41959 \begin_layout Standard
41960 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
41961 \end_layout
41962
41963 \begin_layout Enumerate
41964 Öffnen Sie die Listings-Einstellungen und fügen
41965 \begin_inset Newline newline
41966 \end_inset
41967
41968
41969 \family sans
41970 mathescape=true
41971 \family default
41972
41973 \begin_inset Newline newline
41974 \end_inset
41975
41976 in das Feld des Tabs 
41977 \family sans
41978 Erweitert
41979 \family default
41980  ein
41981 \end_layout
41982
41983 \begin_layout Enumerate
41984 Erstellen Sie eine Formel außerhalb des Listings
41985 \end_layout
41986
41987 \begin_layout Enumerate
41988 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
41989 blage (Tastenkürzel 
41990 \family sans
41991 Ctrl+C
41992 \family default
41993 )
41994 \end_layout
41995
41996 \begin_layout Enumerate
41997 Schreiben sie 
41998 \begin_inset Quotes gld
41999 \end_inset
42000
42001
42002 \family sans
42003 $$
42004 \family default
42005
42006 \begin_inset Quotes grd
42007 \end_inset
42008
42009  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
42010 hen (Tastenkürzel 
42011 \family sans
42012 Ctrl+V
42013 \family default
42014 )
42015 \end_layout
42016
42017 \begin_layout Standard
42018 \begin_inset listings
42019 lstparams "language=Python,mathescape=true"
42020 inline false
42021 status open
42022
42023 \begin_layout Plain Layout
42024
42025 \begin_inset Caption Standard
42026
42027 \begin_layout Plain Layout
42028 Programm-Listing mit einer Formel
42029 \end_layout
42030
42031 \end_inset
42032
42033 # Beispiel-Programm-Listing
42034 \end_layout
42035
42036 \begin_layout Plain Layout
42037
42038 def func(param):
42039 \end_layout
42040
42041 \begin_layout Plain Layout
42042
42043     # $
42044 \backslash
42045 prod_{n=1}^{
42046 \backslash
42047 infty}
42048 \backslash
42049 ,
42050 \backslash
42051 frac{1}{x^{2}}$
42052 \end_layout
42053
42054 \begin_layout Plain Layout
42055
42056     pass
42057 \end_layout
42058
42059 \end_inset
42060
42061
42062 \end_layout
42063
42064 \begin_layout Standard
42065 \begin_inset VSpace bigskip
42066 \end_inset
42067
42068
42069 \end_layout
42070
42071 \begin_layout Standard
42072 \noindent
42073 Dokumentweite Listing-Eigenschaften können im Dialog 
42074 \family sans
42075 Dokument\SpecialChar menuseparator
42076 Einstellungen\SpecialChar menuseparator
42077 Listing
42078 \family default
42079  festgelegt werden.
42080  Dort bekommt man durch Eingabe eines Fragezeichens 
42081 \begin_inset Quotes gld
42082 \end_inset
42083
42084 ?
42085 \begin_inset Quotes grd
42086 \end_inset
42087
42088  eine Liste aller möglichen Parameter.
42089 \end_layout
42090
42091 \begin_layout Standard
42092 Weitere Informationen über die Pakete 
42093 \series bold
42094 listings
42095 \series default
42096  und 
42097 \series bold
42098 minted
42099 \series default
42100 , siehe 
42101 \begin_inset CommandInset citation
42102 LatexCommand cite
42103 key "listings,minted"
42104 literal "true"
42105
42106 \end_inset
42107
42108 .
42109 \end_layout
42110
42111 \begin_layout Chapter
42112 \start_of_appendix
42113 In \SpecialChar LyX
42114  verfügbare Maßeinheiten
42115 \begin_inset CommandInset label
42116 LatexCommand label
42117 name "kap:In-LyX-verfügbare"
42118
42119 \end_inset
42120
42121
42122 \begin_inset Index idx
42123 status collapsed
42124
42125 \begin_layout Plain Layout
42126 Einheiten
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \end_layout
42133
42134 \begin_layout Standard
42135 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
42136  Tabelle
42137 \begin_inset space ~
42138 \end_inset
42139
42140
42141 \begin_inset CommandInset ref
42142 LatexCommand ref
42143 reference "tab:Maßeinheiten"
42144
42145 \end_inset
42146
42147  alle in \SpecialChar LyX
42148  verfügbaren Maßeinheiten.
42149 \end_layout
42150
42151 \begin_layout Standard
42152 \begin_inset Float table
42153 placement h
42154 wide false
42155 sideways false
42156 status open
42157
42158 \begin_layout Plain Layout
42159 \begin_inset Caption Standard
42160
42161 \begin_layout Plain Layout
42162 \begin_inset CommandInset label
42163 LatexCommand label
42164 name "tab:Maßeinheiten"
42165
42166 \end_inset
42167
42168 Maßeinheiten
42169 \end_layout
42170
42171 \end_inset
42172
42173
42174 \end_layout
42175
42176 \begin_layout Plain Layout
42177 \begin_inset VSpace medskip
42178 \end_inset
42179
42180
42181 \end_layout
42182
42183 \begin_layout Plain Layout
42184 \align center
42185 \begin_inset Tabular
42186 <lyxtabular version="3" rows="20" columns="3">
42187 <features tabularvalignment="middle">
42188 <column alignment="center" valignment="top">
42189 <column alignment="center" valignment="top">
42190 <column alignment="center" valignment="top">
42191 <row>
42192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42193 \begin_inset Text
42194
42195 \begin_layout Plain Layout
42196 Maßeinheit
42197 \end_layout
42198
42199 \end_inset
42200 </cell>
42201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42202 \begin_inset Text
42203
42204 \begin_layout Plain Layout
42205 Name/Beschreibung
42206 \end_layout
42207
42208 \end_inset
42209 </cell>
42210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42211 \begin_inset Text
42212
42213 \begin_layout Plain Layout
42214 \SpecialChar LaTeX
42215 -Befehl
42216 \end_layout
42217
42218 \end_inset
42219 </cell>
42220 </row>
42221 <row>
42222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42223 \begin_inset Text
42224
42225 \begin_layout Plain Layout
42226 mm
42227 \end_layout
42228
42229 \end_inset
42230 </cell>
42231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 Millimeter
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 cm
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 Zentimeter
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 in
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 Zoll (1
42294 \begin_inset space \thinspace{}
42295 \end_inset
42296
42297 in = 2.54
42298 \begin_inset space \thinspace{}
42299 \end_inset
42300
42301 cm
42302 \end_layout
42303
42304 \end_inset
42305 </cell>
42306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42307 \begin_inset Text
42308
42309 \begin_layout Plain Layout
42310 -
42311 \end_layout
42312
42313 \end_inset
42314 </cell>
42315 </row>
42316 <row>
42317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42318 \begin_inset Text
42319
42320 \begin_layout Plain Layout
42321 pt
42322 \end_layout
42323
42324 \end_inset
42325 </cell>
42326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42327 \begin_inset Text
42328
42329 \begin_layout Plain Layout
42330 Punkt (72.27
42331 \begin_inset space \thinspace{}
42332 \end_inset
42333
42334 pt = 1
42335 \begin_inset space \thinspace{}
42336 \end_inset
42337
42338 in)
42339 \end_layout
42340
42341 \end_inset
42342 </cell>
42343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42344 \begin_inset Text
42345
42346 \begin_layout Plain Layout
42347 -
42348 \end_layout
42349
42350 \end_inset
42351 </cell>
42352 </row>
42353 <row>
42354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42355 \begin_inset Text
42356
42357 \begin_layout Plain Layout
42358 pc
42359 \end_layout
42360
42361 \end_inset
42362 </cell>
42363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 Pica (1
42368 \begin_inset space \thinspace{}
42369 \end_inset
42370
42371 pc = 12
42372 \begin_inset space \thinspace{}
42373 \end_inset
42374
42375 pt)
42376 \end_layout
42377
42378 \end_inset
42379 </cell>
42380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42381 \begin_inset Text
42382
42383 \begin_layout Plain Layout
42384 -
42385 \end_layout
42386
42387 \end_inset
42388 </cell>
42389 </row>
42390 <row>
42391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395 sp
42396 \end_layout
42397
42398 \end_inset
42399 </cell>
42400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42401 \begin_inset Text
42402
42403 \begin_layout Plain Layout
42404 skalierter Punkt (65536
42405 \begin_inset space \thinspace{}
42406 \end_inset
42407
42408 sp = 1
42409 \begin_inset space \thinspace{}
42410 \end_inset
42411
42412 pt)
42413 \end_layout
42414
42415 \end_inset
42416 </cell>
42417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42418 \begin_inset Text
42419
42420 \begin_layout Plain Layout
42421 -
42422 \end_layout
42423
42424 \end_inset
42425 </cell>
42426 </row>
42427 <row>
42428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42429 \begin_inset Text
42430
42431 \begin_layout Plain Layout
42432 bp
42433 \end_layout
42434
42435 \end_inset
42436 </cell>
42437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42438 \begin_inset Text
42439
42440 \begin_layout Plain Layout
42441 großer Punkt (72
42442 \begin_inset space \thinspace{}
42443 \end_inset
42444
42445 bp = 1
42446 \begin_inset space \thinspace{}
42447 \end_inset
42448
42449 in)
42450 \end_layout
42451
42452 \end_inset
42453 </cell>
42454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42455 \begin_inset Text
42456
42457 \begin_layout Plain Layout
42458 -
42459 \end_layout
42460
42461 \end_inset
42462 </cell>
42463 </row>
42464 <row>
42465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42466 \begin_inset Text
42467
42468 \begin_layout Plain Layout
42469 dd
42470 \end_layout
42471
42472 \end_inset
42473 </cell>
42474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42475 \begin_inset Text
42476
42477 \begin_layout Plain Layout
42478 Didot (1
42479 \begin_inset space \thinspace{}
42480 \end_inset
42481
42482 dd 
42483 \begin_inset Formula $\approx$
42484 \end_inset
42485
42486  0,376
42487 \begin_inset space \thinspace{}
42488 \end_inset
42489
42490 mm)
42491 \end_layout
42492
42493 \end_inset
42494 </cell>
42495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42496 \begin_inset Text
42497
42498 \begin_layout Plain Layout
42499 -
42500 \end_layout
42501
42502 \end_inset
42503 </cell>
42504 </row>
42505 <row>
42506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42507 \begin_inset Text
42508
42509 \begin_layout Plain Layout
42510 cc
42511 \end_layout
42512
42513 \end_inset
42514 </cell>
42515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42516 \begin_inset Text
42517
42518 \begin_layout Plain Layout
42519 Cicero (1
42520 \begin_inset space \thinspace{}
42521 \end_inset
42522
42523 cc = 12
42524 \begin_inset space \thinspace{}
42525 \end_inset
42526
42527 dd)
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 -
42537 \end_layout
42538
42539 \end_inset
42540 </cell>
42541 </row>
42542 <row>
42543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42544 \begin_inset Text
42545
42546 \begin_layout Plain Layout
42547 Skalierung %
42548 \end_layout
42549
42550 \end_inset
42551 </cell>
42552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42553 \begin_inset Text
42554
42555 \begin_layout Plain Layout
42556 % der originalen Bildbreite
42557 \end_layout
42558
42559 \end_inset
42560 </cell>
42561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42562 \begin_inset Text
42563
42564 \begin_layout Plain Layout
42565
42566 \end_layout
42567
42568 \end_inset
42569 </cell>
42570 </row>
42571 <row>
42572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42573 \begin_inset Text
42574
42575 \begin_layout Plain Layout
42576 Textbreite %
42577 \end_layout
42578
42579 \end_inset
42580 </cell>
42581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42582 \begin_inset Text
42583
42584 \begin_layout Plain Layout
42585 % der Textbreite
42586 \end_layout
42587
42588 \end_inset
42589 </cell>
42590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42591 \begin_inset Text
42592
42593 \begin_layout Plain Layout
42594
42595 \backslash
42596 textwidth
42597 \end_layout
42598
42599 \end_inset
42600 </cell>
42601 </row>
42602 <row>
42603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607 Spaltenbreite %
42608 \end_layout
42609
42610 \end_inset
42611 </cell>
42612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42613 \begin_inset Text
42614
42615 \begin_layout Plain Layout
42616 % der Spaltenbreite
42617 \end_layout
42618
42619 \end_inset
42620 </cell>
42621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42622 \begin_inset Text
42623
42624 \begin_layout Plain Layout
42625
42626 \backslash
42627 columnwidth
42628 \end_layout
42629
42630 \end_inset
42631 </cell>
42632 </row>
42633 <row>
42634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42635 \begin_inset Text
42636
42637 \begin_layout Plain Layout
42638 Seitenbreite %
42639 \end_layout
42640
42641 \end_inset
42642 </cell>
42643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42644 \begin_inset Text
42645
42646 \begin_layout Plain Layout
42647 % der Seitenbreite
42648 \end_layout
42649
42650 \end_inset
42651 </cell>
42652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42653 \begin_inset Text
42654
42655 \begin_layout Plain Layout
42656
42657 \backslash
42658 paperwidth
42659 \end_layout
42660
42661 \end_inset
42662 </cell>
42663 </row>
42664 <row>
42665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42666 \begin_inset Text
42667
42668 \begin_layout Plain Layout
42669 Zeilenbreite %
42670 \end_layout
42671
42672 \end_inset
42673 </cell>
42674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42675 \begin_inset Text
42676
42677 \begin_layout Plain Layout
42678 % der Zeilenbreite
42679 \end_layout
42680
42681 \end_inset
42682 </cell>
42683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42684 \begin_inset Text
42685
42686 \begin_layout Plain Layout
42687
42688 \backslash
42689 linewidth
42690 \end_layout
42691
42692 \end_inset
42693 </cell>
42694 </row>
42695 <row>
42696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42697 \begin_inset Text
42698
42699 \begin_layout Plain Layout
42700 Texthöhe %
42701 \end_layout
42702
42703 \end_inset
42704 </cell>
42705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 % der Texthöhe
42710 \end_layout
42711
42712 \end_inset
42713 </cell>
42714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42715 \begin_inset Text
42716
42717 \begin_layout Plain Layout
42718
42719 \backslash
42720 textheight
42721 \end_layout
42722
42723 \end_inset
42724 </cell>
42725 </row>
42726 <row>
42727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42728 \begin_inset Text
42729
42730 \begin_layout Plain Layout
42731 Seitenhöhe %
42732 \end_layout
42733
42734 \end_inset
42735 </cell>
42736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42737 \begin_inset Text
42738
42739 \begin_layout Plain Layout
42740 % der Seitenhöhe
42741 \end_layout
42742
42743 \end_inset
42744 </cell>
42745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42746 \begin_inset Text
42747
42748 \begin_layout Plain Layout
42749
42750 \backslash
42751 paperheight
42752 \end_layout
42753
42754 \end_inset
42755 </cell>
42756 </row>
42757 <row>
42758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42759 \begin_inset Text
42760
42761 \begin_layout Plain Layout
42762 ex
42763 \end_layout
42764
42765 \end_inset
42766 </cell>
42767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42768 \begin_inset Text
42769
42770 \begin_layout Plain Layout
42771 Die Höhe des Buchstabens 
42772 \emph on
42773 x
42774 \emph default
42775  im aktiven Zeichensatz
42776 \end_layout
42777
42778 \end_inset
42779 </cell>
42780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42781 \begin_inset Text
42782
42783 \begin_layout Plain Layout
42784 -
42785 \end_layout
42786
42787 \end_inset
42788 </cell>
42789 </row>
42790 <row>
42791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 em
42796 \end_layout
42797
42798 \end_inset
42799 </cell>
42800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42801 \begin_inset Text
42802
42803 \begin_layout Plain Layout
42804 Die Breite des Buchstabens 
42805 \emph on
42806 M
42807 \emph default
42808  im aktiven Zeichensatz
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 -
42818 \end_layout
42819
42820 \end_inset
42821 </cell>
42822 </row>
42823 <row>
42824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42825 \begin_inset Text
42826
42827 \begin_layout Plain Layout
42828 mu
42829 \end_layout
42830
42831 \end_inset
42832 </cell>
42833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42834 \begin_inset Text
42835
42836 \begin_layout Plain Layout
42837 mathematische Maßeinheit
42838 \series bold
42839  
42840 \series default
42841 (1
42842 \begin_inset space \thinspace{}
42843 \end_inset
42844
42845 mu = 1/18
42846 \begin_inset space \thinspace{}
42847 \end_inset
42848
42849 em)
42850 \end_layout
42851
42852 \end_inset
42853 </cell>
42854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 -
42859 \end_layout
42860
42861 \end_inset
42862 </cell>
42863 </row>
42864 </lyxtabular>
42865
42866 \end_inset
42867
42868
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \end_layout
42875
42876 \begin_layout Chapter
42877 Ausgabedatei-Formate mit Grafiken
42878 \begin_inset CommandInset label
42879 LatexCommand label
42880 name "kap:Ausgabedatei-Formate"
42881
42882 \end_inset
42883
42884
42885 \end_layout
42886
42887 \begin_layout Section
42888 DVI
42889 \begin_inset Index idx
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893 Dateiformat! DVI
42894 \end_layout
42895
42896 \end_inset
42897
42898
42899 \begin_inset Index idx
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903 DVI
42904 \end_layout
42905
42906 \end_inset
42907
42908
42909 \end_layout
42910
42911 \begin_layout Standard
42912 Dieser Dateityp hat die Erweiterung 
42913 \begin_inset Quotes gld
42914 \end_inset
42915
42916
42917 \family typewriter
42918 .dvi
42919 \family default
42920
42921 \begin_inset Quotes grd
42922 \end_inset
42923
42924  und wird 
42925 \begin_inset Quotes gld
42926 \end_inset
42927
42928 device independent
42929 \begin_inset Quotes grd
42930 \end_inset
42931
42932  genannt, weil er vollkommen portierbar ist.
42933  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
42934  dvi-Betrachter installiert hat.
42935  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
42936 ate wie PostScript benutzt.
42937 \end_layout
42938
42939 \begin_layout Standard
42940 \begin_inset Note Greyedout
42941 status open
42942
42943 \begin_layout Plain Layout
42944
42945 \series bold
42946 Bemerkung:
42947 \series default
42948  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \end_layout
42955
42956 \begin_layout Standard
42957 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
42958  auf einen anderen Computer kopieren.
42959  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
42960  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
42961  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
42962 \family typewriter
42963  
42964 \family default
42965 blättern.
42966
42967 \family typewriter
42968  
42969 \family default
42970 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
42971  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
42972  
42973 \end_layout
42974
42975 \begin_layout Standard
42976 Sie können Ihr Dokument als DVI über das Menü 
42977 \family sans
42978 Datei\SpecialChar menuseparator
42979 Exportieren\SpecialChar menuseparator
42980 DVI
42981 \family default
42982  exportieren.
42983  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
42984 \family sans
42985 Ansicht
42986 \family default
42987  anschauen.
42988 \end_layout
42989
42990 \begin_layout Section
42991 PostScript
42992 \begin_inset Index idx
42993 status collapsed
42994
42995 \begin_layout Plain Layout
42996 Dateiformat  ! PostScript
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Index idx
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006 PostScript
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \end_layout
43013
43014 \begin_layout Standard
43015 Dieser Dateityp hat die Erweiterung 
43016 \begin_inset Quotes gld
43017 \end_inset
43018
43019
43020 \family typewriter
43021 .ps
43022 \family default
43023
43024 \begin_inset Quotes grd
43025 \end_inset
43026
43027 .
43028  PostScript wurde von der Firma
43029 \family typewriter
43030  Adobe
43031 \family default
43032  als Druckersprache entwickelt.
43033  Die Datei enthält deshalb Druckbefehle.
43034  PostScript kann als 
43035 \begin_inset Quotes gld
43036 \end_inset
43037
43038 Programmiersprache
43039 \begin_inset Quotes grd
43040 \end_inset
43041
43042  angesehen werden.
43043  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen.
43044 \begin_inset Foot
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
43049  von
43050 \series bold
43051  PSTricks
43052 \series default
43053  
43054 \begin_inset CommandInset citation
43055 LatexCommand cite
43056 key "pstricks"
43057 literal "true"
43058
43059 \end_inset
43060
43061  oder 
43062 \begin_inset CommandInset citation
43063 LatexCommand cite
43064 key "latex-praxisbuch"
43065 literal "true"
43066
43067 \end_inset
43068
43069  ansehen.
43070 \end_layout
43071
43072 \end_inset
43073
43074  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
43075 \end_layout
43076
43077 \begin_layout Standard
43078 PostScript kann nur Bilder im Format EPS
43079 \begin_inset Index idx
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083 EPS
43084 \end_layout
43085
43086 \end_inset
43087
43088  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
43089 wei\SpecialChar softhyphen
43090 ter\SpecialChar softhyphen
43091 ung 
43092 \begin_inset Quotes gld
43093 \end_inset
43094
43095
43096 \family typewriter
43097 .eps
43098 \family default
43099
43100 \begin_inset Quotes grd
43101 \end_inset
43102
43103 ) enthalten.
43104  Weil \SpecialChar LyX
43105  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
43106  intern nach EPS konvertieren.
43107  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
43108  verlangsamen.
43109  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
43110  konvertieren und direkt als EPS einfügen.
43111 \end_layout
43112
43113 \begin_layout Standard
43114 Sie können Ihr Dokument als PostScript über das Menü 
43115 \family sans
43116 Datei\SpecialChar menuseparator
43117 Exportieren\SpecialChar menuseparator
43118 Post\SpecialChar softhyphen
43119 Script
43120 \family default
43121  exportieren.
43122  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
43123 \family sans
43124 Ansicht
43125 \family default
43126  anschauen.
43127 \end_layout
43128
43129 \begin_layout Section
43130 PDF
43131 \begin_inset Index idx
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135 Dateiformat! PDF
43136 \end_layout
43137
43138 \end_inset
43139
43140
43141 \begin_inset Index idx
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145 PDF
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \end_layout
43152
43153 \begin_layout Standard
43154 Dieser Dateityp hat die Erweiterung 
43155 \begin_inset Quotes gld
43156 \end_inset
43157
43158
43159 \family typewriter
43160 .pdf
43161 \family default
43162
43163 \begin_inset Quotes grd
43164 \end_inset
43165
43166 .
43167  Das
43168 \emph on
43169  
43170 \emph default
43171
43172 \begin_inset Quotes gld
43173 \end_inset
43174
43175 Portable Document Format
43176 \begin_inset Quotes grd
43177 \end_inset
43178
43179  (PDF) wurde auch von der Firma 
43180 \family typewriter
43181 Adobe
43182 \family default
43183  als Derivat von PostScript entwickelt.
43184  Es ist komprimierter und benutzt weniger Befehle als PostScript.
43185  Wie der Begriff 
43186 \begin_inset Quotes gld
43187 \end_inset
43188
43189 portable
43190 \begin_inset Quotes grd
43191 \end_inset
43192
43193  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
43194  werden, und der Ausdruck sieht immer gleich aus.
43195 \end_layout
43196
43197 \begin_layout Standard
43198 PDF kann Bilder im eigenen PDF-Format, im Format 
43199 \begin_inset Quotes gld
43200 \end_inset
43201
43202 Joint Photographic Experts Group
43203 \begin_inset Quotes grd
43204 \end_inset
43205
43206  (JPEG
43207 \begin_inset Index idx
43208 status collapsed
43209
43210 \begin_layout Plain Layout
43211 JPG, JPEG
43212 \end_layout
43213
43214 \end_inset
43215
43216 , Datei-Erweiterung 
43217 \begin_inset Quotes gld
43218 \end_inset
43219
43220
43221 \family typewriter
43222 .jpg
43223 \family default
43224
43225 \begin_inset Quotes grd
43226 \end_inset
43227
43228  oder 
43229 \begin_inset Quotes gld
43230 \end_inset
43231
43232
43233 \family typewriter
43234 .jpeg
43235 \family default
43236
43237 \begin_inset Quotes grd
43238 \end_inset
43239
43240 ) und im Format 
43241 \begin_inset Quotes gld
43242 \end_inset
43243
43244 Portable Network Graphics
43245 \begin_inset Quotes grd
43246 \end_inset
43247
43248  (PNG
43249 \begin_inset Index idx
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253 PNG
43254 \end_layout
43255
43256 \end_inset
43257
43258 , Datei-Erweiterung 
43259 \begin_inset Quotes gld
43260 \end_inset
43261
43262
43263 \family typewriter
43264 .png
43265 \family default
43266
43267 \begin_inset Quotes grd
43268 \end_inset
43269
43270 ) enthalten.
43271  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
43272  es für Sie
43273  konvertieren wird.
43274  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
43275  wird, eines der drei erwähnten Bildformate zu benutzen.
43276 \end_layout
43277
43278 \begin_layout Standard
43279 PDF-Dateien können Sie über 
43280 \family sans
43281 Datei\SpecialChar menuseparator
43282 Exportieren
43283 \family default
43284  auf drei Arten erzeugen:
43285 \end_layout
43286
43287 \begin_layout Description
43288 PDF
43289 \begin_inset space ~
43290 \end_inset
43291
43292 (ps2pdf) benutzt das Programm
43293 \family typewriter
43294  ps2pdf
43295 \family default
43296 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
43297 Script®-Version Ihres Dokument erstellt.
43298  Die PostScript-Version wird mit dem Programm 
43299 \family typewriter
43300 dvips
43301 \family default
43302  aus einer DVI-Version erstellt.
43303  Es werden also drei Konvertierungen verwendet.
43304 \end_layout
43305
43306 \begin_layout Description
43307 PDF
43308 \begin_inset space ~
43309 \end_inset
43310
43311 (dvipdfm) benutzt das Programm 
43312 \family typewriter
43313 dvipdfm
43314 \family default
43315 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
43316  PDF konvertiert.
43317 \end_layout
43318
43319 \begin_layout Description
43320 PDF
43321 \begin_inset space ~
43322 \end_inset
43323
43324 (pdflatex) benutzt das Programm
43325 \family typewriter
43326  pdftex
43327 \family default
43328 , das Ihr Dokument direkt nach PDF konvertiert.
43329 \end_layout
43330
43331 \begin_layout Standard
43332
43333 \family sans
43334 PDF
43335 \begin_inset space ~
43336 \end_inset
43337
43338 (pdflatex)
43339 \family default
43340  wird empfohlen, weil
43341 \family typewriter
43342  pdftex
43343 \family default
43344  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
43345  ohne Probleme arbeitet.
43346  Das Programm 
43347 \family typewriter
43348 dvi\SpecialChar softhyphen
43349 pdfm
43350 \family default
43351  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
43352 \end_layout
43353
43354 \begin_layout Standard
43355 Sie können Ihr Dokument als PDF über das Menü 
43356 \family sans
43357 Datei\SpecialChar menuseparator
43358 Exportieren\SpecialChar menuseparator
43359 PDF
43360 \family default
43361  exportieren.
43362  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
43363 \family sans
43364 Ansicht
43365 \family default
43366  oder einen Werkzeugleistenknopf anschauen.
43367 \end_layout
43368
43369 \begin_layout Chapter
43370 Liste der dvips-Farbnamen
43371 \begin_inset CommandInset label
43372 LatexCommand label
43373 name "kap:Liste-der-dvips-Farbnamen"
43374
43375 \end_inset
43376
43377
43378 \end_layout
43379
43380 \begin_layout Standard
43381 \begin_inset Tabular
43382 <lyxtabular version="3" rows="17" columns="4">
43383 <features tabularvalignment="middle">
43384 <column alignment="left" valignment="top" width="0pt">
43385 <column alignment="left" valignment="top" width="0pt">
43386 <column alignment="left" valignment="top" width="0pt">
43387 <column alignment="left" valignment="top" width="0pt">
43388 <row>
43389 <cell alignment="left" valignment="top" usebox="none">
43390 \begin_inset Text
43391
43392 \begin_layout Plain Layout
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398
43399 \backslash
43400 fcolorbox{black}{
43401 \end_layout
43402
43403 \end_inset
43404
43405 white
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411 }{
43412 \end_layout
43413
43414 \end_inset
43415
43416 Farbe
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422 }
43423 \end_layout
43424
43425 \end_inset
43426
43427  Farbname
43428 \end_layout
43429
43430 \end_inset
43431 </cell>
43432 <cell alignment="left" valignment="top" usebox="none">
43433 \begin_inset Text
43434
43435 \begin_layout Plain Layout
43436 \begin_inset ERT
43437 status collapsed
43438
43439 \begin_layout Plain Layout
43440
43441
43442 \backslash
43443 fcolorbox{black}{
43444 \end_layout
43445
43446 \end_inset
43447
43448 white
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454 }{
43455 \end_layout
43456
43457 \end_inset
43458
43459 Farbe
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }
43466 \end_layout
43467
43468 \end_inset
43469
43470  Farbname
43471 \end_layout
43472
43473 \end_inset
43474 </cell>
43475 <cell alignment="left" valignment="top" usebox="none">
43476 \begin_inset Text
43477
43478 \begin_layout Plain Layout
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484
43485 \backslash
43486 fcolorbox{black}{
43487 \end_layout
43488
43489 \end_inset
43490
43491 white
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497 }{
43498 \end_layout
43499
43500 \end_inset
43501
43502 Farbe
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }
43509 \end_layout
43510
43511 \end_inset
43512
43513  Farbname
43514 \end_layout
43515
43516 \end_inset
43517 </cell>
43518 <cell alignment="left" valignment="top" usebox="none">
43519 \begin_inset Text
43520
43521 \begin_layout Plain Layout
43522 \begin_inset ERT
43523 status collapsed
43524
43525 \begin_layout Plain Layout
43526
43527
43528 \backslash
43529 fcolorbox{black}{
43530 \end_layout
43531
43532 \end_inset
43533
43534 white
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540 }{
43541 \end_layout
43542
43543 \end_inset
43544
43545 Farbe
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }
43552 \end_layout
43553
43554 \end_inset
43555
43556  Farbname
43557 \end_layout
43558
43559 \end_inset
43560 </cell>
43561 </row>
43562 <row>
43563 <cell alignment="center" valignment="top" usebox="none">
43564 \begin_inset Text
43565
43566 \begin_layout Plain Layout
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572
43573 \backslash
43574 fcolorbox{black}{
43575 \end_layout
43576
43577 \end_inset
43578
43579 Apricot
43580 \begin_inset ERT
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 }{
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset Phantom Phantom
43592 status open
43593
43594 \begin_layout Plain Layout
43595 W
43596 \end_layout
43597
43598 \end_inset
43599
43600
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }
43607 \end_layout
43608
43609 \end_inset
43610
43611  Apricot
43612 \end_layout
43613
43614 \end_inset
43615 </cell>
43616 <cell alignment="center" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 Aquamarine
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  Aquamarine
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="center" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 Bittersweet
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  Bittersweet
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 <cell alignment="center" valignment="top" usebox="none">
43723 \begin_inset Text
43724
43725 \begin_layout Plain Layout
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731
43732 \backslash
43733 fcolorbox{black}{
43734 \end_layout
43735
43736 \end_inset
43737
43738 BlueGreen
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744 }{
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset Phantom Phantom
43751 status open
43752
43753 \begin_layout Plain Layout
43754 W
43755 \end_layout
43756
43757 \end_inset
43758
43759
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }
43766 \end_layout
43767
43768 \end_inset
43769
43770  BlueGreen
43771 \end_layout
43772
43773 \end_inset
43774 </cell>
43775 </row>
43776 <row>
43777 <cell alignment="left" valignment="top" usebox="none">
43778 \begin_inset Text
43779
43780 \begin_layout Plain Layout
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786
43787 \backslash
43788 fcolorbox{black}{
43789 \end_layout
43790
43791 \end_inset
43792
43793 BlueViolet
43794 \begin_inset ERT
43795 status collapsed
43796
43797 \begin_layout Plain Layout
43798
43799 }{
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \begin_inset Phantom Phantom
43806 status open
43807
43808 \begin_layout Plain Layout
43809 W
43810 \end_layout
43811
43812 \end_inset
43813
43814
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820 }
43821 \end_layout
43822
43823 \end_inset
43824
43825  BlueViolet
43826 \end_layout
43827
43828 \end_inset
43829 </cell>
43830 <cell alignment="left" valignment="top" usebox="none">
43831 \begin_inset Text
43832
43833 \begin_layout Plain Layout
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839
43840 \backslash
43841 fcolorbox{black}{
43842 \end_layout
43843
43844 \end_inset
43845
43846 BrickRed
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }{
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset Phantom Phantom
43859 status open
43860
43861 \begin_layout Plain Layout
43862 W
43863 \end_layout
43864
43865 \end_inset
43866
43867
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }
43874 \end_layout
43875
43876 \end_inset
43877
43878  BrickRed
43879 \end_layout
43880
43881 \end_inset
43882 </cell>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892
43893 \backslash
43894 fcolorbox{black}{
43895 \end_layout
43896
43897 \end_inset
43898
43899 Brown
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }{
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset Phantom Phantom
43912 status open
43913
43914 \begin_layout Plain Layout
43915 W
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }
43927 \end_layout
43928
43929 \end_inset
43930
43931  Brown
43932 \end_layout
43933
43934 \end_inset
43935 </cell>
43936 <cell alignment="left" valignment="top" usebox="none">
43937 \begin_inset Text
43938
43939 \begin_layout Plain Layout
43940 \begin_inset ERT
43941 status collapsed
43942
43943 \begin_layout Plain Layout
43944
43945
43946 \backslash
43947 fcolorbox{black}{
43948 \end_layout
43949
43950 \end_inset
43951
43952 BurntOrange
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958 }{
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset Phantom Phantom
43965 status open
43966
43967 \begin_layout Plain Layout
43968 W
43969 \end_layout
43970
43971 \end_inset
43972
43973
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979 }
43980 \end_layout
43981
43982 \end_inset
43983
43984  BurntOrange
43985 \end_layout
43986
43987 \end_inset
43988 </cell>
43989 </row>
43990 <row>
43991 <cell alignment="left" valignment="top" usebox="none">
43992 \begin_inset Text
43993
43994 \begin_layout Plain Layout
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000
44001 \backslash
44002 fcolorbox{black}{
44003 \end_layout
44004
44005 \end_inset
44006
44007 CadetBlue
44008 \begin_inset ERT
44009 status collapsed
44010
44011 \begin_layout Plain Layout
44012
44013 }{
44014 \end_layout
44015
44016 \end_inset
44017
44018
44019 \begin_inset Phantom Phantom
44020 status open
44021
44022 \begin_layout Plain Layout
44023 W
44024 \end_layout
44025
44026 \end_inset
44027
44028
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034 }
44035 \end_layout
44036
44037 \end_inset
44038
44039  CadetBlue
44040 \end_layout
44041
44042 \end_inset
44043 </cell>
44044 <cell alignment="left" valignment="top" usebox="none">
44045 \begin_inset Text
44046
44047 \begin_layout Plain Layout
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053
44054 \backslash
44055 fcolorbox{black}{
44056 \end_layout
44057
44058 \end_inset
44059
44060 CarnationPink
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066 }{
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset Phantom Phantom
44073 status open
44074
44075 \begin_layout Plain Layout
44076 W
44077 \end_layout
44078
44079 \end_inset
44080
44081
44082 \begin_inset ERT
44083 status collapsed
44084
44085 \begin_layout Plain Layout
44086
44087 }
44088 \end_layout
44089
44090 \end_inset
44091
44092  CarnationPink
44093 \end_layout
44094
44095 \end_inset
44096 </cell>
44097 <cell alignment="left" valignment="top" usebox="none">
44098 \begin_inset Text
44099
44100 \begin_layout Plain Layout
44101 \begin_inset ERT
44102 status collapsed
44103
44104 \begin_layout Plain Layout
44105
44106
44107 \backslash
44108 fcolorbox{black}{
44109 \end_layout
44110
44111 \end_inset
44112
44113 Cerulean
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119 }{
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset Phantom Phantom
44126 status open
44127
44128 \begin_layout Plain Layout
44129 W
44130 \end_layout
44131
44132 \end_inset
44133
44134
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140 }
44141 \end_layout
44142
44143 \end_inset
44144
44145  Cerulean
44146 \end_layout
44147
44148 \end_inset
44149 </cell>
44150 <cell alignment="left" valignment="top" usebox="none">
44151 \begin_inset Text
44152
44153 \begin_layout Plain Layout
44154 \begin_inset ERT
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158
44159
44160 \backslash
44161 fcolorbox{black}{
44162 \end_layout
44163
44164 \end_inset
44165
44166 CornflowerBlue
44167 \begin_inset ERT
44168 status collapsed
44169
44170 \begin_layout Plain Layout
44171
44172 }{
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset Phantom Phantom
44179 status open
44180
44181 \begin_layout Plain Layout
44182 W
44183 \end_layout
44184
44185 \end_inset
44186
44187
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193 }
44194 \end_layout
44195
44196 \end_inset
44197
44198  CornflowerBlue
44199 \end_layout
44200
44201 \end_inset
44202 </cell>
44203 </row>
44204 <row>
44205 <cell alignment="left" valignment="top" usebox="none">
44206 \begin_inset Text
44207
44208 \begin_layout Plain Layout
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214
44215 \backslash
44216 fcolorbox{black}{
44217 \end_layout
44218
44219 \end_inset
44220
44221 Dandelion
44222 \begin_inset ERT
44223 status collapsed
44224
44225 \begin_layout Plain Layout
44226
44227 }{
44228 \end_layout
44229
44230 \end_inset
44231
44232
44233 \begin_inset Phantom Phantom
44234 status open
44235
44236 \begin_layout Plain Layout
44237 W
44238 \end_layout
44239
44240 \end_inset
44241
44242
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248 }
44249 \end_layout
44250
44251 \end_inset
44252
44253  Dandelion
44254 \end_layout
44255
44256 \end_inset
44257 </cell>
44258 <cell alignment="left" valignment="top" usebox="none">
44259 \begin_inset Text
44260
44261 \begin_layout Plain Layout
44262 \begin_inset ERT
44263 status collapsed
44264
44265 \begin_layout Plain Layout
44266
44267
44268 \backslash
44269 fcolorbox{black}{
44270 \end_layout
44271
44272 \end_inset
44273
44274 DarkOrchid
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280 }{
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset Phantom Phantom
44287 status open
44288
44289 \begin_layout Plain Layout
44290 W
44291 \end_layout
44292
44293 \end_inset
44294
44295
44296 \begin_inset ERT
44297 status collapsed
44298
44299 \begin_layout Plain Layout
44300
44301 }
44302 \end_layout
44303
44304 \end_inset
44305
44306  DarkOrchid
44307 \end_layout
44308
44309 \end_inset
44310 </cell>
44311 <cell alignment="left" valignment="top" usebox="none">
44312 \begin_inset Text
44313
44314 \begin_layout Plain Layout
44315 \begin_inset ERT
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319
44320
44321 \backslash
44322 fcolorbox{black}{
44323 \end_layout
44324
44325 \end_inset
44326
44327 Emerald
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333 }{
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset Phantom Phantom
44340 status open
44341
44342 \begin_layout Plain Layout
44343 W
44344 \end_layout
44345
44346 \end_inset
44347
44348
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354 }
44355 \end_layout
44356
44357 \end_inset
44358
44359  Emerald
44360 \end_layout
44361
44362 \end_inset
44363 </cell>
44364 <cell alignment="left" valignment="top" usebox="none">
44365 \begin_inset Text
44366
44367 \begin_layout Plain Layout
44368 \begin_inset ERT
44369 status collapsed
44370
44371 \begin_layout Plain Layout
44372
44373
44374 \backslash
44375 fcolorbox{black}{
44376 \end_layout
44377
44378 \end_inset
44379
44380 ForestGreen
44381 \begin_inset ERT
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385
44386 }{
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset Phantom Phantom
44393 status open
44394
44395 \begin_layout Plain Layout
44396 W
44397 \end_layout
44398
44399 \end_inset
44400
44401
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407 }
44408 \end_layout
44409
44410 \end_inset
44411
44412  ForestGreen
44413 \end_layout
44414
44415 \end_inset
44416 </cell>
44417 </row>
44418 <row>
44419 <cell alignment="left" valignment="top" usebox="none">
44420 \begin_inset Text
44421
44422 \begin_layout Plain Layout
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428
44429 \backslash
44430 fcolorbox{black}{
44431 \end_layout
44432
44433 \end_inset
44434
44435 Fuchsia
44436 \begin_inset ERT
44437 status collapsed
44438
44439 \begin_layout Plain Layout
44440
44441 }{
44442 \end_layout
44443
44444 \end_inset
44445
44446
44447 \begin_inset Phantom Phantom
44448 status open
44449
44450 \begin_layout Plain Layout
44451 W
44452 \end_layout
44453
44454 \end_inset
44455
44456
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462 }
44463 \end_layout
44464
44465 \end_inset
44466
44467  Fuchsia
44468 \end_layout
44469
44470 \end_inset
44471 </cell>
44472 <cell alignment="left" valignment="top" usebox="none">
44473 \begin_inset Text
44474
44475 \begin_layout Plain Layout
44476 \begin_inset ERT
44477 status collapsed
44478
44479 \begin_layout Plain Layout
44480
44481
44482 \backslash
44483 fcolorbox{black}{
44484 \end_layout
44485
44486 \end_inset
44487
44488 Goldenrod
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494 }{
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset Phantom Phantom
44501 status open
44502
44503 \begin_layout Plain Layout
44504 W
44505 \end_layout
44506
44507 \end_inset
44508
44509
44510 \begin_inset ERT
44511 status collapsed
44512
44513 \begin_layout Plain Layout
44514
44515 }
44516 \end_layout
44517
44518 \end_inset
44519
44520  Goldenrod
44521 \end_layout
44522
44523 \end_inset
44524 </cell>
44525 <cell alignment="left" valignment="top" usebox="none">
44526 \begin_inset Text
44527
44528 \begin_layout Plain Layout
44529 \begin_inset ERT
44530 status collapsed
44531
44532 \begin_layout Plain Layout
44533
44534
44535 \backslash
44536 fcolorbox{black}{
44537 \end_layout
44538
44539 \end_inset
44540
44541 Gray
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547 }{
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset Phantom Phantom
44554 status open
44555
44556 \begin_layout Plain Layout
44557 W
44558 \end_layout
44559
44560 \end_inset
44561
44562
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568 }
44569 \end_layout
44570
44571 \end_inset
44572
44573  Gray
44574 \end_layout
44575
44576 \end_inset
44577 </cell>
44578 <cell alignment="left" valignment="top" usebox="none">
44579 \begin_inset Text
44580
44581 \begin_layout Plain Layout
44582 \begin_inset ERT
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586
44587
44588 \backslash
44589 fcolorbox{black}{
44590 \end_layout
44591
44592 \end_inset
44593
44594 GreenYellow
44595 \begin_inset ERT
44596 status collapsed
44597
44598 \begin_layout Plain Layout
44599
44600 }{
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset Phantom Phantom
44607 status open
44608
44609 \begin_layout Plain Layout
44610 W
44611 \end_layout
44612
44613 \end_inset
44614
44615
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621 }
44622 \end_layout
44623
44624 \end_inset
44625
44626  GreenYellow
44627 \end_layout
44628
44629 \end_inset
44630 </cell>
44631 </row>
44632 <row>
44633 <cell alignment="center" valignment="top" usebox="none">
44634 \begin_inset Text
44635
44636 \begin_layout Plain Layout
44637 \begin_inset ERT
44638 status collapsed
44639
44640 \begin_layout Plain Layout
44641
44642
44643 \backslash
44644 fcolorbox{black}{
44645 \end_layout
44646
44647 \end_inset
44648
44649 JungleGreen
44650 \begin_inset ERT
44651 status collapsed
44652
44653 \begin_layout Plain Layout
44654
44655 }{
44656 \end_layout
44657
44658 \end_inset
44659
44660
44661 \begin_inset Phantom Phantom
44662 status open
44663
44664 \begin_layout Plain Layout
44665 W
44666 \end_layout
44667
44668 \end_inset
44669
44670
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676 }
44677 \end_layout
44678
44679 \end_inset
44680
44681  JungleGreen
44682 \end_layout
44683
44684 \end_inset
44685 </cell>
44686 <cell alignment="center" valignment="top" usebox="none">
44687 \begin_inset Text
44688
44689 \begin_layout Plain Layout
44690 \begin_inset ERT
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694
44695
44696 \backslash
44697 fcolorbox{black}{
44698 \end_layout
44699
44700 \end_inset
44701
44702 Lavender
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708 }{
44709 \end_layout
44710
44711 \end_inset
44712
44713
44714 \begin_inset Phantom Phantom
44715 status open
44716
44717 \begin_layout Plain Layout
44718 W
44719 \end_layout
44720
44721 \end_inset
44722
44723
44724 \begin_inset ERT
44725 status collapsed
44726
44727 \begin_layout Plain Layout
44728
44729 }
44730 \end_layout
44731
44732 \end_inset
44733
44734  Lavender
44735 \end_layout
44736
44737 \end_inset
44738 </cell>
44739 <cell alignment="center" valignment="top" usebox="none">
44740 \begin_inset Text
44741
44742 \begin_layout Plain Layout
44743 \begin_inset ERT
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747
44748
44749 \backslash
44750 fcolorbox{black}{
44751 \end_layout
44752
44753 \end_inset
44754
44755 LimeGreen
44756 \begin_inset ERT
44757 status collapsed
44758
44759 \begin_layout Plain Layout
44760
44761 }{
44762 \end_layout
44763
44764 \end_inset
44765
44766
44767 \begin_inset Phantom Phantom
44768 status open
44769
44770 \begin_layout Plain Layout
44771 W
44772 \end_layout
44773
44774 \end_inset
44775
44776
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782 }
44783 \end_layout
44784
44785 \end_inset
44786
44787  LimeGreen
44788 \end_layout
44789
44790 \end_inset
44791 </cell>
44792 <cell alignment="center" valignment="top" usebox="none">
44793 \begin_inset Text
44794
44795 \begin_layout Plain Layout
44796 \begin_inset ERT
44797 status collapsed
44798
44799 \begin_layout Plain Layout
44800
44801
44802 \backslash
44803 fcolorbox{black}{
44804 \end_layout
44805
44806 \end_inset
44807
44808 Mahogany
44809 \begin_inset ERT
44810 status collapsed
44811
44812 \begin_layout Plain Layout
44813
44814 }{
44815 \end_layout
44816
44817 \end_inset
44818
44819
44820 \begin_inset Phantom Phantom
44821 status open
44822
44823 \begin_layout Plain Layout
44824 W
44825 \end_layout
44826
44827 \end_inset
44828
44829
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835 }
44836 \end_layout
44837
44838 \end_inset
44839
44840  Mahogany
44841 \end_layout
44842
44843 \end_inset
44844 </cell>
44845 </row>
44846 <row>
44847 <cell alignment="left" valignment="top" usebox="none">
44848 \begin_inset Text
44849
44850 \begin_layout Plain Layout
44851 \begin_inset ERT
44852 status collapsed
44853
44854 \begin_layout Plain Layout
44855
44856
44857 \backslash
44858 fcolorbox{black}{
44859 \end_layout
44860
44861 \end_inset
44862
44863 Mahogany
44864 \begin_inset ERT
44865 status collapsed
44866
44867 \begin_layout Plain Layout
44868
44869 }{
44870 \end_layout
44871
44872 \end_inset
44873
44874
44875 \begin_inset Phantom Phantom
44876 status open
44877
44878 \begin_layout Plain Layout
44879 W
44880 \end_layout
44881
44882 \end_inset
44883
44884
44885 \begin_inset ERT
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889
44890 }
44891 \end_layout
44892
44893 \end_inset
44894
44895  Mahogany
44896 \end_layout
44897
44898 \end_inset
44899 </cell>
44900 <cell alignment="left" valignment="top" usebox="none">
44901 \begin_inset Text
44902
44903 \begin_layout Plain Layout
44904 \begin_inset ERT
44905 status collapsed
44906
44907 \begin_layout Plain Layout
44908
44909
44910 \backslash
44911 fcolorbox{black}{
44912 \end_layout
44913
44914 \end_inset
44915
44916 Maroon
44917 \begin_inset ERT
44918 status collapsed
44919
44920 \begin_layout Plain Layout
44921
44922 }{
44923 \end_layout
44924
44925 \end_inset
44926
44927
44928 \begin_inset Phantom Phantom
44929 status open
44930
44931 \begin_layout Plain Layout
44932 W
44933 \end_layout
44934
44935 \end_inset
44936
44937
44938 \begin_inset ERT
44939 status collapsed
44940
44941 \begin_layout Plain Layout
44942
44943 }
44944 \end_layout
44945
44946 \end_inset
44947
44948  Maroon
44949 \end_layout
44950
44951 \end_inset
44952 </cell>
44953 <cell alignment="left" valignment="top" usebox="none">
44954 \begin_inset Text
44955
44956 \begin_layout Plain Layout
44957 \begin_inset ERT
44958 status collapsed
44959
44960 \begin_layout Plain Layout
44961
44962
44963 \backslash
44964 fcolorbox{black}{
44965 \end_layout
44966
44967 \end_inset
44968
44969 Melon
44970 \begin_inset ERT
44971 status collapsed
44972
44973 \begin_layout Plain Layout
44974
44975 }{
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \begin_inset Phantom Phantom
44982 status open
44983
44984 \begin_layout Plain Layout
44985 W
44986 \end_layout
44987
44988 \end_inset
44989
44990
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996 }
44997 \end_layout
44998
44999 \end_inset
45000
45001  Melon
45002 \end_layout
45003
45004 \end_inset
45005 </cell>
45006 <cell alignment="left" valignment="top" usebox="none">
45007 \begin_inset Text
45008
45009 \begin_layout Plain Layout
45010 \begin_inset ERT
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014
45015
45016 \backslash
45017 fcolorbox{black}{
45018 \end_layout
45019
45020 \end_inset
45021
45022 MidnightBlue
45023 \begin_inset ERT
45024 status collapsed
45025
45026 \begin_layout Plain Layout
45027
45028 }{
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset Phantom Phantom
45035 status open
45036
45037 \begin_layout Plain Layout
45038 W
45039 \end_layout
45040
45041 \end_inset
45042
45043
45044 \begin_inset ERT
45045 status collapsed
45046
45047 \begin_layout Plain Layout
45048
45049 }
45050 \end_layout
45051
45052 \end_inset
45053
45054  MidnightBlue
45055 \end_layout
45056
45057 \end_inset
45058 </cell>
45059 </row>
45060 <row>
45061 <cell alignment="left" valignment="top" usebox="none">
45062 \begin_inset Text
45063
45064 \begin_layout Plain Layout
45065 \begin_inset ERT
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069
45070
45071 \backslash
45072 fcolorbox{black}{
45073 \end_layout
45074
45075 \end_inset
45076
45077 Mulberry
45078 \begin_inset ERT
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082
45083 }{
45084 \end_layout
45085
45086 \end_inset
45087
45088
45089 \begin_inset Phantom Phantom
45090 status open
45091
45092 \begin_layout Plain Layout
45093 W
45094 \end_layout
45095
45096 \end_inset
45097
45098
45099 \begin_inset ERT
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103
45104 }
45105 \end_layout
45106
45107 \end_inset
45108
45109  Mulberry
45110 \end_layout
45111
45112 \end_inset
45113 </cell>
45114 <cell alignment="left" valignment="top" usebox="none">
45115 \begin_inset Text
45116
45117 \begin_layout Plain Layout
45118 \begin_inset ERT
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122
45123
45124 \backslash
45125 fcolorbox{black}{
45126 \end_layout
45127
45128 \end_inset
45129
45130 NavyBlue
45131 \begin_inset ERT
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135
45136 }{
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \begin_inset Phantom Phantom
45143 status open
45144
45145 \begin_layout Plain Layout
45146 W
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \begin_inset ERT
45153 status collapsed
45154
45155 \begin_layout Plain Layout
45156
45157 }
45158 \end_layout
45159
45160 \end_inset
45161
45162  NavyBlue
45163 \end_layout
45164
45165 \end_inset
45166 </cell>
45167 <cell alignment="left" valignment="top" usebox="none">
45168 \begin_inset Text
45169
45170 \begin_layout Plain Layout
45171 \begin_inset ERT
45172 status collapsed
45173
45174 \begin_layout Plain Layout
45175
45176
45177 \backslash
45178 fcolorbox{black}{
45179 \end_layout
45180
45181 \end_inset
45182
45183 OliveGreen
45184 \begin_inset ERT
45185 status collapsed
45186
45187 \begin_layout Plain Layout
45188
45189 }{
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \begin_inset Phantom Phantom
45196 status open
45197
45198 \begin_layout Plain Layout
45199 W
45200 \end_layout
45201
45202 \end_inset
45203
45204
45205 \begin_inset ERT
45206 status collapsed
45207
45208 \begin_layout Plain Layout
45209
45210 }
45211 \end_layout
45212
45213 \end_inset
45214
45215  OliveGreen
45216 \end_layout
45217
45218 \end_inset
45219 </cell>
45220 <cell alignment="left" valignment="top" usebox="none">
45221 \begin_inset Text
45222
45223 \begin_layout Plain Layout
45224 \begin_inset ERT
45225 status collapsed
45226
45227 \begin_layout Plain Layout
45228
45229
45230 \backslash
45231 fcolorbox{black}{
45232 \end_layout
45233
45234 \end_inset
45235
45236 Orange
45237 \begin_inset ERT
45238 status collapsed
45239
45240 \begin_layout Plain Layout
45241
45242 }{
45243 \end_layout
45244
45245 \end_inset
45246
45247
45248 \begin_inset Phantom Phantom
45249 status open
45250
45251 \begin_layout Plain Layout
45252 W
45253 \end_layout
45254
45255 \end_inset
45256
45257
45258 \begin_inset ERT
45259 status collapsed
45260
45261 \begin_layout Plain Layout
45262
45263 }
45264 \end_layout
45265
45266 \end_inset
45267
45268  Orange
45269 \end_layout
45270
45271 \end_inset
45272 </cell>
45273 </row>
45274 <row>
45275 <cell alignment="left" valignment="top" usebox="none">
45276 \begin_inset Text
45277
45278 \begin_layout Plain Layout
45279 \begin_inset ERT
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283
45284
45285 \backslash
45286 fcolorbox{black}{
45287 \end_layout
45288
45289 \end_inset
45290
45291 OrangeRed
45292 \begin_inset ERT
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296
45297 }{
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \begin_inset Phantom Phantom
45304 status open
45305
45306 \begin_layout Plain Layout
45307 W
45308 \end_layout
45309
45310 \end_inset
45311
45312
45313 \begin_inset ERT
45314 status collapsed
45315
45316 \begin_layout Plain Layout
45317
45318 }
45319 \end_layout
45320
45321 \end_inset
45322
45323  OrangeRed
45324 \end_layout
45325
45326 \end_inset
45327 </cell>
45328 <cell alignment="left" valignment="top" usebox="none">
45329 \begin_inset Text
45330
45331 \begin_layout Plain Layout
45332 \begin_inset ERT
45333 status collapsed
45334
45335 \begin_layout Plain Layout
45336
45337
45338 \backslash
45339 fcolorbox{black}{
45340 \end_layout
45341
45342 \end_inset
45343
45344 Orchid
45345 \begin_inset ERT
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349
45350 }{
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \begin_inset Phantom Phantom
45357 status open
45358
45359 \begin_layout Plain Layout
45360 W
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \begin_inset ERT
45367 status collapsed
45368
45369 \begin_layout Plain Layout
45370
45371 }
45372 \end_layout
45373
45374 \end_inset
45375
45376  Orchid
45377 \end_layout
45378
45379 \end_inset
45380 </cell>
45381 <cell alignment="left" valignment="top" usebox="none">
45382 \begin_inset Text
45383
45384 \begin_layout Plain Layout
45385 \begin_inset ERT
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389
45390
45391 \backslash
45392 fcolorbox{black}{
45393 \end_layout
45394
45395 \end_inset
45396
45397 Peach
45398 \begin_inset ERT
45399 status collapsed
45400
45401 \begin_layout Plain Layout
45402
45403 }{
45404 \end_layout
45405
45406 \end_inset
45407
45408
45409 \begin_inset Phantom Phantom
45410 status open
45411
45412 \begin_layout Plain Layout
45413 W
45414 \end_layout
45415
45416 \end_inset
45417
45418
45419 \begin_inset ERT
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423
45424 }
45425 \end_layout
45426
45427 \end_inset
45428
45429  Peach
45430 \end_layout
45431
45432 \end_inset
45433 </cell>
45434 <cell alignment="left" valignment="top" usebox="none">
45435 \begin_inset Text
45436
45437 \begin_layout Plain Layout
45438 \begin_inset ERT
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442
45443
45444 \backslash
45445 fcolorbox{black}{
45446 \end_layout
45447
45448 \end_inset
45449
45450 Periwinkle
45451 \begin_inset ERT
45452 status collapsed
45453
45454 \begin_layout Plain Layout
45455
45456 }{
45457 \end_layout
45458
45459 \end_inset
45460
45461
45462 \begin_inset Phantom Phantom
45463 status open
45464
45465 \begin_layout Plain Layout
45466 W
45467 \end_layout
45468
45469 \end_inset
45470
45471
45472 \begin_inset ERT
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476
45477 }
45478 \end_layout
45479
45480 \end_inset
45481
45482  Periwinkle
45483 \end_layout
45484
45485 \end_inset
45486 </cell>
45487 </row>
45488 <row>
45489 <cell alignment="left" valignment="top" usebox="none">
45490 \begin_inset Text
45491
45492 \begin_layout Plain Layout
45493 \begin_inset ERT
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497
45498
45499 \backslash
45500 fcolorbox{black}{
45501 \end_layout
45502
45503 \end_inset
45504
45505 PineGreen
45506 \begin_inset ERT
45507 status collapsed
45508
45509 \begin_layout Plain Layout
45510
45511 }{
45512 \end_layout
45513
45514 \end_inset
45515
45516
45517 \begin_inset Phantom Phantom
45518 status open
45519
45520 \begin_layout Plain Layout
45521 W
45522 \end_layout
45523
45524 \end_inset
45525
45526
45527 \begin_inset ERT
45528 status collapsed
45529
45530 \begin_layout Plain Layout
45531
45532 }
45533 \end_layout
45534
45535 \end_inset
45536
45537  PineGreen
45538 \end_layout
45539
45540 \end_inset
45541 </cell>
45542 <cell alignment="left" valignment="top" usebox="none">
45543 \begin_inset Text
45544
45545 \begin_layout Plain Layout
45546 \begin_inset ERT
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550
45551
45552 \backslash
45553 fcolorbox{black}{
45554 \end_layout
45555
45556 \end_inset
45557
45558 Plum
45559 \begin_inset ERT
45560 status collapsed
45561
45562 \begin_layout Plain Layout
45563
45564 }{
45565 \end_layout
45566
45567 \end_inset
45568
45569
45570 \begin_inset Phantom Phantom
45571 status open
45572
45573 \begin_layout Plain Layout
45574 W
45575 \end_layout
45576
45577 \end_inset
45578
45579
45580 \begin_inset ERT
45581 status collapsed
45582
45583 \begin_layout Plain Layout
45584
45585 }
45586 \end_layout
45587
45588 \end_inset
45589
45590  Plum
45591 \end_layout
45592
45593 \end_inset
45594 </cell>
45595 <cell alignment="left" valignment="top" usebox="none">
45596 \begin_inset Text
45597
45598 \begin_layout Plain Layout
45599 \begin_inset ERT
45600 status collapsed
45601
45602 \begin_layout Plain Layout
45603
45604
45605 \backslash
45606 fcolorbox{black}{
45607 \end_layout
45608
45609 \end_inset
45610
45611 ProcessBlue
45612 \begin_inset ERT
45613 status collapsed
45614
45615 \begin_layout Plain Layout
45616
45617 }{
45618 \end_layout
45619
45620 \end_inset
45621
45622
45623 \begin_inset Phantom Phantom
45624 status open
45625
45626 \begin_layout Plain Layout
45627 W
45628 \end_layout
45629
45630 \end_inset
45631
45632
45633 \begin_inset ERT
45634 status collapsed
45635
45636 \begin_layout Plain Layout
45637
45638 }
45639 \end_layout
45640
45641 \end_inset
45642
45643  ProcessBlue
45644 \end_layout
45645
45646 \end_inset
45647 </cell>
45648 <cell alignment="left" valignment="top" usebox="none">
45649 \begin_inset Text
45650
45651 \begin_layout Plain Layout
45652 \begin_inset ERT
45653 status collapsed
45654
45655 \begin_layout Plain Layout
45656
45657
45658 \backslash
45659 fcolorbox{black}{
45660 \end_layout
45661
45662 \end_inset
45663
45664 Purple
45665 \begin_inset ERT
45666 status collapsed
45667
45668 \begin_layout Plain Layout
45669
45670 }{
45671 \end_layout
45672
45673 \end_inset
45674
45675
45676 \begin_inset Phantom Phantom
45677 status open
45678
45679 \begin_layout Plain Layout
45680 W
45681 \end_layout
45682
45683 \end_inset
45684
45685
45686 \begin_inset ERT
45687 status collapsed
45688
45689 \begin_layout Plain Layout
45690
45691 }
45692 \end_layout
45693
45694 \end_inset
45695
45696  Purple
45697 \end_layout
45698
45699 \end_inset
45700 </cell>
45701 </row>
45702 <row>
45703 <cell alignment="left" valignment="top" usebox="none">
45704 \begin_inset Text
45705
45706 \begin_layout Plain Layout
45707 \begin_inset ERT
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711
45712
45713 \backslash
45714 fcolorbox{black}{
45715 \end_layout
45716
45717 \end_inset
45718
45719 RawSienna
45720 \begin_inset ERT
45721 status collapsed
45722
45723 \begin_layout Plain Layout
45724
45725 }{
45726 \end_layout
45727
45728 \end_inset
45729
45730
45731 \begin_inset Phantom Phantom
45732 status open
45733
45734 \begin_layout Plain Layout
45735 W
45736 \end_layout
45737
45738 \end_inset
45739
45740
45741 \begin_inset ERT
45742 status collapsed
45743
45744 \begin_layout Plain Layout
45745
45746 }
45747 \end_layout
45748
45749 \end_inset
45750
45751  RawSienna
45752 \end_layout
45753
45754 \end_inset
45755 </cell>
45756 <cell alignment="left" valignment="top" usebox="none">
45757 \begin_inset Text
45758
45759 \begin_layout Plain Layout
45760 \begin_inset ERT
45761 status collapsed
45762
45763 \begin_layout Plain Layout
45764
45765
45766 \backslash
45767 fcolorbox{black}{
45768 \end_layout
45769
45770 \end_inset
45771
45772 RedOrange
45773 \begin_inset ERT
45774 status collapsed
45775
45776 \begin_layout Plain Layout
45777
45778 }{
45779 \end_layout
45780
45781 \end_inset
45782
45783
45784 \begin_inset Phantom Phantom
45785 status open
45786
45787 \begin_layout Plain Layout
45788 W
45789 \end_layout
45790
45791 \end_inset
45792
45793
45794 \begin_inset ERT
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798
45799 }
45800 \end_layout
45801
45802 \end_inset
45803
45804  RedOrange
45805 \end_layout
45806
45807 \end_inset
45808 </cell>
45809 <cell alignment="left" valignment="top" usebox="none">
45810 \begin_inset Text
45811
45812 \begin_layout Plain Layout
45813 \begin_inset ERT
45814 status collapsed
45815
45816 \begin_layout Plain Layout
45817
45818
45819 \backslash
45820 fcolorbox{black}{
45821 \end_layout
45822
45823 \end_inset
45824
45825 RedViolet
45826 \begin_inset ERT
45827 status collapsed
45828
45829 \begin_layout Plain Layout
45830
45831 }{
45832 \end_layout
45833
45834 \end_inset
45835
45836
45837 \begin_inset Phantom Phantom
45838 status open
45839
45840 \begin_layout Plain Layout
45841 W
45842 \end_layout
45843
45844 \end_inset
45845
45846
45847 \begin_inset ERT
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851
45852 }
45853 \end_layout
45854
45855 \end_inset
45856
45857  RedViolet
45858 \end_layout
45859
45860 \end_inset
45861 </cell>
45862 <cell alignment="left" valignment="top" usebox="none">
45863 \begin_inset Text
45864
45865 \begin_layout Plain Layout
45866 \begin_inset ERT
45867 status collapsed
45868
45869 \begin_layout Plain Layout
45870
45871
45872 \backslash
45873 fcolorbox{black}{
45874 \end_layout
45875
45876 \end_inset
45877
45878 Rhodamine
45879 \begin_inset ERT
45880 status collapsed
45881
45882 \begin_layout Plain Layout
45883
45884 }{
45885 \end_layout
45886
45887 \end_inset
45888
45889
45890 \begin_inset Phantom Phantom
45891 status open
45892
45893 \begin_layout Plain Layout
45894 W
45895 \end_layout
45896
45897 \end_inset
45898
45899
45900 \begin_inset ERT
45901 status collapsed
45902
45903 \begin_layout Plain Layout
45904
45905 }
45906 \end_layout
45907
45908 \end_inset
45909
45910  Rhodamine
45911 \end_layout
45912
45913 \end_inset
45914 </cell>
45915 </row>
45916 <row>
45917 <cell alignment="left" valignment="top" usebox="none">
45918 \begin_inset Text
45919
45920 \begin_layout Plain Layout
45921 \begin_inset ERT
45922 status collapsed
45923
45924 \begin_layout Plain Layout
45925
45926
45927 \backslash
45928 fcolorbox{black}{
45929 \end_layout
45930
45931 \end_inset
45932
45933 RoyalBlue
45934 \begin_inset ERT
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938
45939 }{
45940 \end_layout
45941
45942 \end_inset
45943
45944
45945 \begin_inset Phantom Phantom
45946 status open
45947
45948 \begin_layout Plain Layout
45949 W
45950 \end_layout
45951
45952 \end_inset
45953
45954
45955 \begin_inset ERT
45956 status collapsed
45957
45958 \begin_layout Plain Layout
45959
45960 }
45961 \end_layout
45962
45963 \end_inset
45964
45965  RoyalBlue
45966 \end_layout
45967
45968 \end_inset
45969 </cell>
45970 <cell alignment="left" valignment="top" usebox="none">
45971 \begin_inset Text
45972
45973 \begin_layout Plain Layout
45974 \begin_inset ERT
45975 status collapsed
45976
45977 \begin_layout Plain Layout
45978
45979
45980 \backslash
45981 fcolorbox{black}{
45982 \end_layout
45983
45984 \end_inset
45985
45986 RoyalPurple
45987 \begin_inset ERT
45988 status collapsed
45989
45990 \begin_layout Plain Layout
45991
45992 }{
45993 \end_layout
45994
45995 \end_inset
45996
45997
45998 \begin_inset Phantom Phantom
45999 status open
46000
46001 \begin_layout Plain Layout
46002 W
46003 \end_layout
46004
46005 \end_inset
46006
46007
46008 \begin_inset ERT
46009 status collapsed
46010
46011 \begin_layout Plain Layout
46012
46013 }
46014 \end_layout
46015
46016 \end_inset
46017
46018  RoyalPurple
46019 \end_layout
46020
46021 \end_inset
46022 </cell>
46023 <cell alignment="left" valignment="top" usebox="none">
46024 \begin_inset Text
46025
46026 \begin_layout Plain Layout
46027 \begin_inset ERT
46028 status collapsed
46029
46030 \begin_layout Plain Layout
46031
46032
46033 \backslash
46034 fcolorbox{black}{
46035 \end_layout
46036
46037 \end_inset
46038
46039 RubineRed
46040 \begin_inset ERT
46041 status collapsed
46042
46043 \begin_layout Plain Layout
46044
46045 }{
46046 \end_layout
46047
46048 \end_inset
46049
46050
46051 \begin_inset Phantom Phantom
46052 status open
46053
46054 \begin_layout Plain Layout
46055 W
46056 \end_layout
46057
46058 \end_inset
46059
46060
46061 \begin_inset ERT
46062 status collapsed
46063
46064 \begin_layout Plain Layout
46065
46066 }
46067 \end_layout
46068
46069 \end_inset
46070
46071  RubineRed
46072 \end_layout
46073
46074 \end_inset
46075 </cell>
46076 <cell alignment="left" valignment="top" usebox="none">
46077 \begin_inset Text
46078
46079 \begin_layout Plain Layout
46080 \begin_inset ERT
46081 status collapsed
46082
46083 \begin_layout Plain Layout
46084
46085
46086 \backslash
46087 fcolorbox{black}{
46088 \end_layout
46089
46090 \end_inset
46091
46092 Salmon
46093 \begin_inset ERT
46094 status collapsed
46095
46096 \begin_layout Plain Layout
46097
46098 }{
46099 \end_layout
46100
46101 \end_inset
46102
46103
46104 \begin_inset Phantom Phantom
46105 status open
46106
46107 \begin_layout Plain Layout
46108 W
46109 \end_layout
46110
46111 \end_inset
46112
46113
46114 \begin_inset ERT
46115 status collapsed
46116
46117 \begin_layout Plain Layout
46118
46119 }
46120 \end_layout
46121
46122 \end_inset
46123
46124  Salmon
46125 \end_layout
46126
46127 \end_inset
46128 </cell>
46129 </row>
46130 <row>
46131 <cell alignment="left" valignment="top" usebox="none">
46132 \begin_inset Text
46133
46134 \begin_layout Plain Layout
46135 \begin_inset ERT
46136 status collapsed
46137
46138 \begin_layout Plain Layout
46139
46140
46141 \backslash
46142 fcolorbox{black}{
46143 \end_layout
46144
46145 \end_inset
46146
46147 SeaGreen
46148 \begin_inset ERT
46149 status collapsed
46150
46151 \begin_layout Plain Layout
46152
46153 }{
46154 \end_layout
46155
46156 \end_inset
46157
46158
46159 \begin_inset Phantom Phantom
46160 status open
46161
46162 \begin_layout Plain Layout
46163 W
46164 \end_layout
46165
46166 \end_inset
46167
46168
46169 \begin_inset ERT
46170 status collapsed
46171
46172 \begin_layout Plain Layout
46173
46174 }
46175 \end_layout
46176
46177 \end_inset
46178
46179  SeaGreen
46180 \end_layout
46181
46182 \end_inset
46183 </cell>
46184 <cell alignment="left" valignment="top" usebox="none">
46185 \begin_inset Text
46186
46187 \begin_layout Plain Layout
46188 \begin_inset ERT
46189 status collapsed
46190
46191 \begin_layout Plain Layout
46192
46193
46194 \backslash
46195 fcolorbox{black}{
46196 \end_layout
46197
46198 \end_inset
46199
46200 Sepia
46201 \begin_inset ERT
46202 status collapsed
46203
46204 \begin_layout Plain Layout
46205
46206 }{
46207 \end_layout
46208
46209 \end_inset
46210
46211
46212 \begin_inset Phantom Phantom
46213 status open
46214
46215 \begin_layout Plain Layout
46216 W
46217 \end_layout
46218
46219 \end_inset
46220
46221
46222 \begin_inset ERT
46223 status collapsed
46224
46225 \begin_layout Plain Layout
46226
46227 }
46228 \end_layout
46229
46230 \end_inset
46231
46232  Sepia
46233 \end_layout
46234
46235 \end_inset
46236 </cell>
46237 <cell alignment="left" valignment="top" usebox="none">
46238 \begin_inset Text
46239
46240 \begin_layout Plain Layout
46241 \begin_inset ERT
46242 status collapsed
46243
46244 \begin_layout Plain Layout
46245
46246
46247 \backslash
46248 fcolorbox{black}{
46249 \end_layout
46250
46251 \end_inset
46252
46253 SkyBlue
46254 \begin_inset ERT
46255 status collapsed
46256
46257 \begin_layout Plain Layout
46258
46259 }{
46260 \end_layout
46261
46262 \end_inset
46263
46264
46265 \begin_inset Phantom Phantom
46266 status open
46267
46268 \begin_layout Plain Layout
46269 W
46270 \end_layout
46271
46272 \end_inset
46273
46274
46275 \begin_inset ERT
46276 status collapsed
46277
46278 \begin_layout Plain Layout
46279
46280 }
46281 \end_layout
46282
46283 \end_inset
46284
46285  SkyBlue
46286 \end_layout
46287
46288 \end_inset
46289 </cell>
46290 <cell alignment="left" valignment="top" usebox="none">
46291 \begin_inset Text
46292
46293 \begin_layout Plain Layout
46294 \begin_inset ERT
46295 status collapsed
46296
46297 \begin_layout Plain Layout
46298
46299
46300 \backslash
46301 fcolorbox{black}{
46302 \end_layout
46303
46304 \end_inset
46305
46306 SpringGreen
46307 \begin_inset ERT
46308 status collapsed
46309
46310 \begin_layout Plain Layout
46311
46312 }{
46313 \end_layout
46314
46315 \end_inset
46316
46317
46318 \begin_inset Phantom Phantom
46319 status open
46320
46321 \begin_layout Plain Layout
46322 W
46323 \end_layout
46324
46325 \end_inset
46326
46327
46328 \begin_inset ERT
46329 status collapsed
46330
46331 \begin_layout Plain Layout
46332
46333 }
46334 \end_layout
46335
46336 \end_inset
46337
46338  SpringGreen
46339 \end_layout
46340
46341 \end_inset
46342 </cell>
46343 </row>
46344 <row>
46345 <cell alignment="left" valignment="top" usebox="none">
46346 \begin_inset Text
46347
46348 \begin_layout Plain Layout
46349 \begin_inset ERT
46350 status collapsed
46351
46352 \begin_layout Plain Layout
46353
46354
46355 \backslash
46356 fcolorbox{black}{
46357 \end_layout
46358
46359 \end_inset
46360
46361 Tan
46362 \begin_inset ERT
46363 status collapsed
46364
46365 \begin_layout Plain Layout
46366
46367 }{
46368 \end_layout
46369
46370 \end_inset
46371
46372
46373 \begin_inset Phantom Phantom
46374 status open
46375
46376 \begin_layout Plain Layout
46377 W
46378 \end_layout
46379
46380 \end_inset
46381
46382
46383 \begin_inset ERT
46384 status collapsed
46385
46386 \begin_layout Plain Layout
46387
46388 }
46389 \end_layout
46390
46391 \end_inset
46392
46393  Tan
46394 \end_layout
46395
46396 \end_inset
46397 </cell>
46398 <cell alignment="left" valignment="top" usebox="none">
46399 \begin_inset Text
46400
46401 \begin_layout Plain Layout
46402 \begin_inset ERT
46403 status collapsed
46404
46405 \begin_layout Plain Layout
46406
46407
46408 \backslash
46409 fcolorbox{black}{
46410 \end_layout
46411
46412 \end_inset
46413
46414 TealBlue
46415 \begin_inset ERT
46416 status collapsed
46417
46418 \begin_layout Plain Layout
46419
46420 }{
46421 \end_layout
46422
46423 \end_inset
46424
46425
46426 \begin_inset Phantom Phantom
46427 status open
46428
46429 \begin_layout Plain Layout
46430 W
46431 \end_layout
46432
46433 \end_inset
46434
46435
46436 \begin_inset ERT
46437 status collapsed
46438
46439 \begin_layout Plain Layout
46440
46441 }
46442 \end_layout
46443
46444 \end_inset
46445
46446  TealBlue
46447 \end_layout
46448
46449 \end_inset
46450 </cell>
46451 <cell alignment="left" valignment="top" usebox="none">
46452 \begin_inset Text
46453
46454 \begin_layout Plain Layout
46455 \begin_inset ERT
46456 status collapsed
46457
46458 \begin_layout Plain Layout
46459
46460
46461 \backslash
46462 fcolorbox{black}{
46463 \end_layout
46464
46465 \end_inset
46466
46467 Thistle
46468 \begin_inset ERT
46469 status collapsed
46470
46471 \begin_layout Plain Layout
46472
46473 }{
46474 \end_layout
46475
46476 \end_inset
46477
46478
46479 \begin_inset Phantom Phantom
46480 status open
46481
46482 \begin_layout Plain Layout
46483 W
46484 \end_layout
46485
46486 \end_inset
46487
46488
46489 \begin_inset ERT
46490 status collapsed
46491
46492 \begin_layout Plain Layout
46493
46494 }
46495 \end_layout
46496
46497 \end_inset
46498
46499  Thistle
46500 \end_layout
46501
46502 \end_inset
46503 </cell>
46504 <cell alignment="left" valignment="top" usebox="none">
46505 \begin_inset Text
46506
46507 \begin_layout Plain Layout
46508 \begin_inset ERT
46509 status collapsed
46510
46511 \begin_layout Plain Layout
46512
46513
46514 \backslash
46515 fcolorbox{black}{
46516 \end_layout
46517
46518 \end_inset
46519
46520 Turquoise
46521 \begin_inset ERT
46522 status collapsed
46523
46524 \begin_layout Plain Layout
46525
46526 }{
46527 \end_layout
46528
46529 \end_inset
46530
46531
46532 \begin_inset Phantom Phantom
46533 status open
46534
46535 \begin_layout Plain Layout
46536 W
46537 \end_layout
46538
46539 \end_inset
46540
46541
46542 \begin_inset ERT
46543 status collapsed
46544
46545 \begin_layout Plain Layout
46546
46547 }
46548 \end_layout
46549
46550 \end_inset
46551
46552  Turquoise
46553 \end_layout
46554
46555 \end_inset
46556 </cell>
46557 </row>
46558 <row>
46559 <cell alignment="left" valignment="top" usebox="none">
46560 \begin_inset Text
46561
46562 \begin_layout Plain Layout
46563 \begin_inset ERT
46564 status collapsed
46565
46566 \begin_layout Plain Layout
46567
46568
46569 \backslash
46570 fcolorbox{black}{
46571 \end_layout
46572
46573 \end_inset
46574
46575 Violet
46576 \begin_inset ERT
46577 status collapsed
46578
46579 \begin_layout Plain Layout
46580
46581 }{
46582 \end_layout
46583
46584 \end_inset
46585
46586
46587 \begin_inset Phantom Phantom
46588 status open
46589
46590 \begin_layout Plain Layout
46591 W
46592 \end_layout
46593
46594 \end_inset
46595
46596
46597 \begin_inset ERT
46598 status collapsed
46599
46600 \begin_layout Plain Layout
46601
46602 }
46603 \end_layout
46604
46605 \end_inset
46606
46607  Violet
46608 \end_layout
46609
46610 \end_inset
46611 </cell>
46612 <cell alignment="left" valignment="top" usebox="none">
46613 \begin_inset Text
46614
46615 \begin_layout Plain Layout
46616 \begin_inset ERT
46617 status collapsed
46618
46619 \begin_layout Plain Layout
46620
46621
46622 \backslash
46623 fcolorbox{black}{
46624 \end_layout
46625
46626 \end_inset
46627
46628 VioletRed
46629 \begin_inset ERT
46630 status collapsed
46631
46632 \begin_layout Plain Layout
46633
46634 }{
46635 \end_layout
46636
46637 \end_inset
46638
46639
46640 \begin_inset Phantom Phantom
46641 status open
46642
46643 \begin_layout Plain Layout
46644 W
46645 \end_layout
46646
46647 \end_inset
46648
46649
46650 \begin_inset ERT
46651 status collapsed
46652
46653 \begin_layout Plain Layout
46654
46655 }
46656 \end_layout
46657
46658 \end_inset
46659
46660  VioletRed
46661 \end_layout
46662
46663 \end_inset
46664 </cell>
46665 <cell alignment="left" valignment="top" usebox="none">
46666 \begin_inset Text
46667
46668 \begin_layout Plain Layout
46669 \begin_inset ERT
46670 status collapsed
46671
46672 \begin_layout Plain Layout
46673
46674
46675 \backslash
46676 fcolorbox{black}{
46677 \end_layout
46678
46679 \end_inset
46680
46681 WildStrawberry
46682 \begin_inset ERT
46683 status collapsed
46684
46685 \begin_layout Plain Layout
46686
46687 }{
46688 \end_layout
46689
46690 \end_inset
46691
46692
46693 \begin_inset Phantom Phantom
46694 status open
46695
46696 \begin_layout Plain Layout
46697 W
46698 \end_layout
46699
46700 \end_inset
46701
46702
46703 \begin_inset ERT
46704 status collapsed
46705
46706 \begin_layout Plain Layout
46707
46708 }
46709 \end_layout
46710
46711 \end_inset
46712
46713  WildStrawberry
46714 \end_layout
46715
46716 \end_inset
46717 </cell>
46718 <cell alignment="left" valignment="top" usebox="none">
46719 \begin_inset Text
46720
46721 \begin_layout Plain Layout
46722 \begin_inset ERT
46723 status collapsed
46724
46725 \begin_layout Plain Layout
46726
46727
46728 \backslash
46729 fcolorbox{black}{
46730 \end_layout
46731
46732 \end_inset
46733
46734 YellowGreen
46735 \begin_inset ERT
46736 status collapsed
46737
46738 \begin_layout Plain Layout
46739
46740 }{
46741 \end_layout
46742
46743 \end_inset
46744
46745
46746 \begin_inset Phantom Phantom
46747 status open
46748
46749 \begin_layout Plain Layout
46750 W
46751 \end_layout
46752
46753 \end_inset
46754
46755
46756 \begin_inset ERT
46757 status collapsed
46758
46759 \begin_layout Plain Layout
46760
46761 }
46762 \end_layout
46763
46764 \end_inset
46765
46766  YellowGreen
46767 \end_layout
46768
46769 \end_inset
46770 </cell>
46771 </row>
46772 <row>
46773 <cell alignment="left" valignment="top" usebox="none">
46774 \begin_inset Text
46775
46776 \begin_layout Plain Layout
46777 \begin_inset ERT
46778 status collapsed
46779
46780 \begin_layout Plain Layout
46781
46782
46783 \backslash
46784 fcolorbox{black}{
46785 \end_layout
46786
46787 \end_inset
46788
46789 YellowOrange
46790 \begin_inset ERT
46791 status collapsed
46792
46793 \begin_layout Plain Layout
46794
46795 }{
46796 \end_layout
46797
46798 \end_inset
46799
46800
46801 \begin_inset Phantom Phantom
46802 status open
46803
46804 \begin_layout Plain Layout
46805 W
46806 \end_layout
46807
46808 \end_inset
46809
46810
46811 \begin_inset ERT
46812 status collapsed
46813
46814 \begin_layout Plain Layout
46815
46816 }
46817 \end_layout
46818
46819 \end_inset
46820
46821  YellowOrange
46822 \end_layout
46823
46824 \end_inset
46825 </cell>
46826 <cell alignment="left" valignment="top" usebox="none">
46827 \begin_inset Text
46828
46829 \begin_layout Plain Layout
46830
46831 \end_layout
46832
46833 \end_inset
46834 </cell>
46835 <cell alignment="left" valignment="top" usebox="none">
46836 \begin_inset Text
46837
46838 \begin_layout Plain Layout
46839
46840 \end_layout
46841
46842 \end_inset
46843 </cell>
46844 <cell alignment="left" valignment="top" usebox="none">
46845 \begin_inset Text
46846
46847 \begin_layout Plain Layout
46848
46849 \end_layout
46850
46851 \end_inset
46852 </cell>
46853 </row>
46854 </lyxtabular>
46855
46856 \end_inset
46857
46858
46859 \end_layout
46860
46861 \begin_layout Chapter
46862 Erklärung der Gleichung
46863 \begin_inset space ~
46864 \end_inset
46865
46866 (
46867 \begin_inset CommandInset ref
46868 LatexCommand ref
46869 reference "eq:Wgn"
46870
46871 \end_inset
46872
46873 )
46874 \begin_inset CommandInset label
46875 LatexCommand label
46876 name "kap:Erläuterung-einer-Gleichung"
46877
46878 \end_inset
46879
46880
46881 \end_layout
46882
46883 \begin_layout Standard
46884 Die Gesamtbreite von
46885 \emph on
46886  n
46887 \emph default
46888  Tabellenzellen 
46889 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46890 \end_inset
46891
46892  kann wie folgt berechnet werden:
46893 \begin_inset Formula 
46894 \begin{equation}
46895 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46896 \end{equation}
46897
46898 \end_inset
46899
46900
46901 \end_layout
46902
46903 \begin_layout Standard
46904 Dabei ist 
46905 \begin_inset Formula $W_{g\,n}$
46906 \end_inset
46907
46908  die Breite jeder Zelle.
46909
46910 \series bold
46911  
46912 \backslash
46913 tabcolsep
46914 \series default
46915  ist die \SpecialChar LaTeX
46916 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
46917  6
46918 \begin_inset space \thinspace{}
46919 \end_inset
46920
46921 pt.
46922  
46923 \series bold
46924
46925 \backslash
46926 arrayrulewidth
46927 \series default
46928  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
46929 \begin_inset space \thinspace{}
46930 \end_inset
46931
46932 pt.
46933 \end_layout
46934
46935 \begin_layout Standard
46936 Nach Gleichung
46937 \begin_inset space ~
46938 \end_inset
46939
46940
46941 \begin_inset CommandInset ref
46942 LatexCommand ref
46943 reference "eq:Wtot_n"
46944
46945 \end_inset
46946
46947  ist die Gesamtbreite einer Mehrfachspalte, 
46948 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46949 \end_inset
46950
46951 ,
46952 \begin_inset Formula 
46953 \begin{equation}
46954 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46955 \end{equation}
46956
46957 \end_inset
46958
46959
46960 \end_layout
46961
46962 \begin_layout Standard
46963 Setzt man die Gleichungen
46964 \begin_inset space ~
46965 \end_inset
46966
46967
46968 \begin_inset CommandInset ref
46969 LatexCommand ref
46970 reference "eq:Wtot_n"
46971
46972 \end_inset
46973
46974  und 
46975 \begin_inset CommandInset ref
46976 LatexCommand ref
46977 reference "eq:Wtot_mult"
46978
46979 \end_inset
46980
46981  gleich, kann man die benötigte Breite 
46982 \begin_inset Formula $W_{g\,n}$
46983 \end_inset
46984
46985 , wenn 
46986 \emph on
46987 n
46988 \emph default
46989  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
46990 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46991 \end_inset
46992
46993  hat, berechnen:
46994 \begin_inset Formula 
46995 \begin{equation}
46996 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46997 \end{equation}
46998
46999 \end_inset
47000
47001
47002 \end_layout
47003
47004 \begin_layout Bibliography
47005 \begin_inset CommandInset bibitem
47006 LatexCommand bibitem
47007 key "latexcompanion"
47008 literal "true"
47009
47010 \end_inset
47011
47012 Frank Mittelbach and Michel Goossens: 
47013 \emph on
47014 The \SpecialChar LaTeX
47015  Companion Second Edition.
47016
47017 \emph default
47018  Addison-Wesley, 2004
47019 \end_layout
47020
47021 \begin_layout Bibliography
47022 \begin_inset CommandInset bibitem
47023 LatexCommand bibitem
47024 key "latexguide"
47025 literal "true"
47026
47027 \end_inset
47028
47029 Helmut Kopka and Patrick W.
47030  Daly: 
47031 \emph on
47032 A Guide to \SpecialChar LaTeX
47033  Fourth Edition.
47034
47035 \emph default
47036  Addison-Wesley, 2003
47037 \end_layout
47038
47039 \begin_layout Bibliography
47040 \begin_inset CommandInset bibitem
47041 LatexCommand bibitem
47042 key "lamport"
47043 literal "true"
47044
47045 \end_inset
47046
47047 Leslie Lamport: 
47048 \emph on
47049 \SpecialChar LaTeX
47050 : A Document Preparation System.
47051
47052 \emph default
47053  Addison-Wesley, second edition, 1994
47054 \end_layout
47055
47056 \begin_layout Bibliography
47057 \begin_inset CommandInset bibitem
47058 LatexCommand bibitem
47059 key "latex-praxisbuch"
47060 literal "true"
47061
47062 \end_inset
47063
47064 Niedermair, Elke & Michael: 
47065 \emph on
47066 \SpecialChar LaTeX
47067 -Praxisbuch
47068 \emph default
47069 , Franzis-Verlag, 2004
47070 \end_layout
47071
47072 \begin_layout Bibliography
47073 \begin_inset CommandInset bibitem
47074 LatexCommand bibitem
47075 key "arydshln"
47076 literal "true"
47077
47078 \end_inset
47079
47080 Dokumentation des \SpecialChar LaTeX
47081 -Pakets 
47082 \series bold
47083
47084 \begin_inset CommandInset href
47085 LatexCommand href
47086 name "arydshln"
47087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
47088 literal "false"
47089
47090 \end_inset
47091
47092
47093 \series default
47094
47095 \begin_inset Index idx
47096 status collapsed
47097
47098 \begin_layout Plain Layout
47099 \SpecialChar LaTeX
47100 -Pakete ! arydshln
47101 \end_layout
47102
47103 \end_inset
47104
47105
47106 \end_layout
47107
47108 \begin_layout Bibliography
47109 \begin_inset CommandInset bibitem
47110 LatexCommand bibitem
47111 key "booktabs"
47112 literal "true"
47113
47114 \end_inset
47115
47116 Dokumentation des \SpecialChar LaTeX
47117 -Pakets 
47118 \series bold
47119
47120 \begin_inset CommandInset href
47121 LatexCommand href
47122 name "booktabs"
47123 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
47124 literal "false"
47125
47126 \end_inset
47127
47128
47129 \series default
47130
47131 \begin_inset Index idx
47132 status collapsed
47133
47134 \begin_layout Plain Layout
47135 \SpecialChar LaTeX
47136 -Pakete ! booktabs
47137 \end_layout
47138
47139 \end_inset
47140
47141
47142 \end_layout
47143
47144 \begin_layout Bibliography
47145 \begin_inset CommandInset bibitem
47146 LatexCommand bibitem
47147 key "caption"
47148 literal "true"
47149
47150 \end_inset
47151
47152 Dokumentation des \SpecialChar LaTeX
47153 -Pakets 
47154 \series bold
47155
47156 \begin_inset CommandInset href
47157 LatexCommand href
47158 name "caption"
47159 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
47160 literal "false"
47161
47162 \end_inset
47163
47164
47165 \series default
47166
47167 \begin_inset Index idx
47168 status collapsed
47169
47170 \begin_layout Plain Layout
47171 \SpecialChar LaTeX
47172 -Pakete ! caption
47173 \end_layout
47174
47175 \end_inset
47176
47177
47178 \end_layout
47179
47180 \begin_layout Bibliography
47181 \begin_inset CommandInset bibitem
47182 LatexCommand bibitem
47183 key "diagbox"
47184 literal "true"
47185
47186 \end_inset
47187
47188 Dokumentation des \SpecialChar LaTeX
47189 -Pakets 
47190 \series bold
47191
47192 \begin_inset CommandInset href
47193 LatexCommand href
47194 name "diagbox"
47195 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
47196 literal "false"
47197
47198 \end_inset
47199
47200
47201 \series default
47202
47203 \begin_inset Index idx
47204 status collapsed
47205
47206 \begin_layout Plain Layout
47207 \SpecialChar LaTeX
47208 -Pakete ! diagbox
47209 \end_layout
47210
47211 \end_inset
47212
47213
47214 \end_layout
47215
47216 \begin_layout Bibliography
47217 \begin_inset CommandInset bibitem
47218 LatexCommand bibitem
47219 key "endfloat"
47220 literal "true"
47221
47222 \end_inset
47223
47224 Dokumentation des \SpecialChar LaTeX
47225 -Pakets 
47226 \series bold
47227
47228 \begin_inset CommandInset href
47229 LatexCommand href
47230 name "endfloat"
47231 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
47232 literal "false"
47233
47234 \end_inset
47235
47236
47237 \series default
47238
47239 \begin_inset Index idx
47240 status collapsed
47241
47242 \begin_layout Plain Layout
47243 \SpecialChar LaTeX
47244 -Pakete ! endfloat
47245 \end_layout
47246
47247 \end_inset
47248
47249
47250 \end_layout
47251
47252 \begin_layout Bibliography
47253 \begin_inset CommandInset bibitem
47254 LatexCommand bibitem
47255 key "footmisc"
47256 literal "true"
47257
47258 \end_inset
47259
47260 Dokumentation des \SpecialChar LaTeX
47261 -Pakets 
47262 \series bold
47263
47264 \begin_inset CommandInset href
47265 LatexCommand href
47266 name "footmisc"
47267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
47268 literal "false"
47269
47270 \end_inset
47271
47272
47273 \series default
47274
47275 \begin_inset Index idx
47276 status collapsed
47277
47278 \begin_layout Plain Layout
47279 \SpecialChar LaTeX
47280 -Pakete ! footmisc
47281 \end_layout
47282
47283 \end_inset
47284
47285
47286 \end_layout
47287
47288 \begin_layout Bibliography
47289 \begin_inset CommandInset bibitem
47290 LatexCommand bibitem
47291 key "hypcap"
47292 literal "true"
47293
47294 \end_inset
47295
47296 Dokumentation des \SpecialChar LaTeX
47297 -Pakets 
47298 \series bold
47299
47300 \begin_inset CommandInset href
47301 LatexCommand href
47302 name "hypcap"
47303 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47304 literal "false"
47305
47306 \end_inset
47307
47308
47309 \series default
47310
47311 \begin_inset Index idx
47312 status collapsed
47313
47314 \begin_layout Plain Layout
47315 \SpecialChar LaTeX
47316 -Pakete ! hypcap
47317 \end_layout
47318
47319 \end_inset
47320
47321
47322 \end_layout
47323
47324 \begin_layout Bibliography
47325 \begin_inset CommandInset bibitem
47326 LatexCommand bibitem
47327 key "hyperref"
47328 literal "true"
47329
47330 \end_inset
47331
47332 Dokumentation des \SpecialChar LaTeX
47333 -Pakets 
47334 \series bold
47335
47336 \begin_inset CommandInset href
47337 LatexCommand href
47338 name "hyperref"
47339 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47340 literal "false"
47341
47342 \end_inset
47343
47344
47345 \series default
47346
47347 \begin_inset Index idx
47348 status collapsed
47349
47350 \begin_layout Plain Layout
47351 \SpecialChar LaTeX
47352 -Pakete ! hyperref
47353 \end_layout
47354
47355 \end_inset
47356
47357
47358 \end_layout
47359
47360 \begin_layout Bibliography
47361 \begin_inset CommandInset bibitem
47362 LatexCommand bibitem
47363 key "KOMA-Script"
47364 literal "true"
47365
47366 \end_inset
47367
47368 Dokumentation des \SpecialChar LaTeX
47369 -Pakets 
47370 \series bold
47371
47372 \begin_inset CommandInset href
47373 LatexCommand href
47374 name "KOMA-Script"
47375 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47376 literal "false"
47377
47378 \end_inset
47379
47380
47381 \series default
47382
47383 \begin_inset Index idx
47384 status collapsed
47385
47386 \begin_layout Plain Layout
47387 \SpecialChar LaTeX
47388 -Pakete ! KOMA-Script
47389 \end_layout
47390
47391 \end_inset
47392
47393
47394 \end_layout
47395
47396 \begin_layout Bibliography
47397 \begin_inset CommandInset bibitem
47398 LatexCommand bibitem
47399 key "lettrine"
47400 literal "true"
47401
47402 \end_inset
47403
47404 Dokumentation des \SpecialChar LaTeX
47405 -Pakets 
47406 \series bold
47407
47408 \begin_inset CommandInset href
47409 LatexCommand href
47410 name "lettrine"
47411 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47412 literal "false"
47413
47414 \end_inset
47415
47416
47417 \series default
47418  und ein 
47419 \begin_inset CommandInset href
47420 LatexCommand href
47421 name "Beispiel"
47422 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
47423 literal "false"
47424
47425 \end_inset
47426
47427
47428 \begin_inset Index idx
47429 status collapsed
47430
47431 \begin_layout Plain Layout
47432 \SpecialChar LaTeX
47433 -Pakete ! lettrine
47434 \end_layout
47435
47436 \end_inset
47437
47438
47439 \end_layout
47440
47441 \begin_layout Bibliography
47442 \begin_inset CommandInset bibitem
47443 LatexCommand bibitem
47444 key "listings"
47445 literal "true"
47446
47447 \end_inset
47448
47449 Dokumentation des \SpecialChar LaTeX
47450 -Pakets 
47451 \series bold
47452
47453 \begin_inset CommandInset href
47454 LatexCommand href
47455 name "listings"
47456 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47457 literal "false"
47458
47459 \end_inset
47460
47461
47462 \series default
47463
47464 \begin_inset Index idx
47465 status collapsed
47466
47467 \begin_layout Plain Layout
47468 \SpecialChar LaTeX
47469 -Pakete ! listings
47470 \end_layout
47471
47472 \end_inset
47473
47474
47475 \end_layout
47476
47477 \begin_layout Bibliography
47478 \begin_inset CommandInset bibitem
47479 LatexCommand bibitem
47480 key "minted"
47481 literal "false"
47482
47483 \end_inset
47484
47485 Dokumentation des \SpecialChar LaTeX
47486 -Pakets 
47487 \series bold
47488
47489 \begin_inset CommandInset href
47490 LatexCommand href
47491 name "minted"
47492 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47493 literal "false"
47494
47495 \end_inset
47496
47497
47498 \series default
47499
47500 \begin_inset Index idx
47501 status collapsed
47502
47503 \begin_layout Plain Layout
47504 \SpecialChar LaTeX
47505 -Pakete ! minted
47506 \end_layout
47507
47508 \end_inset
47509
47510
47511 \end_layout
47512
47513 \begin_layout Bibliography
47514 \begin_inset CommandInset bibitem
47515 LatexCommand bibitem
47516 key "marginnote"
47517 literal "true"
47518
47519 \end_inset
47520
47521 Dokumentation des \SpecialChar LaTeX
47522 -Pakets 
47523 \series bold
47524
47525 \begin_inset CommandInset href
47526 LatexCommand href
47527 name "marginnote"
47528 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47529 literal "false"
47530
47531 \end_inset
47532
47533
47534 \series default
47535
47536 \begin_inset Index idx
47537 status collapsed
47538
47539 \begin_layout Plain Layout
47540 \SpecialChar LaTeX
47541 -Pakete ! marginnote
47542 \end_layout
47543
47544 \end_inset
47545
47546
47547 \end_layout
47548
47549 \begin_layout Bibliography
47550 \begin_inset CommandInset bibitem
47551 LatexCommand bibitem
47552 key "pdfpages"
47553 literal "true"
47554
47555 \end_inset
47556
47557 Dokumentation des \SpecialChar LaTeX
47558 -Pakets 
47559 \series bold
47560
47561 \begin_inset CommandInset href
47562 LatexCommand href
47563 name "pdfpages"
47564 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47565 literal "false"
47566
47567 \end_inset
47568
47569
47570 \series default
47571
47572 \begin_inset Index idx
47573 status collapsed
47574
47575 \begin_layout Plain Layout
47576 \SpecialChar LaTeX
47577 -Pakete ! pdfpages
47578 \end_layout
47579
47580 \end_inset
47581
47582
47583 \begin_inset CommandInset href
47584 LatexCommand href
47585 name "Inkscape"
47586 target "https://inkscape.org/de/"
47587 literal "false"
47588
47589 \end_inset
47590
47591
47592 \end_layout
47593
47594 \begin_layout Bibliography
47595 \begin_inset CommandInset bibitem
47596 LatexCommand bibitem
47597 key "prettyref"
47598 literal "true"
47599
47600 \end_inset
47601
47602 Dokumentation des \SpecialChar LaTeX
47603 -Pakets 
47604 \series bold
47605
47606 \begin_inset CommandInset href
47607 LatexCommand href
47608 name "prettyref"
47609 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47610 literal "false"
47611
47612 \end_inset
47613
47614
47615 \series default
47616
47617 \begin_inset Index idx
47618 status collapsed
47619
47620 \begin_layout Plain Layout
47621 \SpecialChar LaTeX
47622 -Pakete ! prettyref
47623 \end_layout
47624
47625 \end_inset
47626
47627
47628 \end_layout
47629
47630 \begin_layout Bibliography
47631 \begin_inset CommandInset bibitem
47632 LatexCommand bibitem
47633 key "pstricks"
47634 literal "true"
47635
47636 \end_inset
47637
47638 Webseite des \SpecialChar LaTeX
47639 -Pakets 
47640 \series bold
47641
47642 \begin_inset CommandInset href
47643 LatexCommand href
47644 name "PSTricks"
47645 target "http://tug.org/PSTricks/"
47646 literal "false"
47647
47648 \end_inset
47649
47650
47651 \series default
47652
47653 \begin_inset Index idx
47654 status collapsed
47655
47656 \begin_layout Plain Layout
47657 \SpecialChar LaTeX
47658 -Pakete ! pstricks
47659 \end_layout
47660
47661 \end_inset
47662
47663
47664 \end_layout
47665
47666 \begin_layout Bibliography
47667 \begin_inset CommandInset bibitem
47668 LatexCommand bibitem
47669 key "refstyle"
47670 literal "true"
47671
47672 \end_inset
47673
47674 Dokumentation des \SpecialChar LaTeX
47675 -Pakets 
47676 \series bold
47677
47678 \begin_inset CommandInset href
47679 LatexCommand href
47680 name "refstyle"
47681 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47682 literal "false"
47683
47684 \end_inset
47685
47686
47687 \series default
47688
47689 \begin_inset Index idx
47690 status collapsed
47691
47692 \begin_layout Plain Layout
47693 \SpecialChar LaTeX
47694 -Pakete ! refstyle
47695 \end_layout
47696
47697 \end_inset
47698
47699
47700 \end_layout
47701
47702 \begin_layout Bibliography
47703 \begin_inset CommandInset bibitem
47704 LatexCommand bibitem
47705 key "sidecap"
47706 literal "true"
47707
47708 \end_inset
47709
47710 Dokumentation des \SpecialChar LaTeX
47711 -Pakets 
47712 \series bold
47713
47714 \begin_inset CommandInset href
47715 LatexCommand href
47716 name "sidecap"
47717 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47718 literal "false"
47719
47720 \end_inset
47721
47722
47723 \series default
47724
47725 \begin_inset Index idx
47726 status collapsed
47727
47728 \begin_layout Plain Layout
47729 \SpecialChar LaTeX
47730 -Pakete ! sidecap
47731 \end_layout
47732
47733 \end_inset
47734
47735
47736 \end_layout
47737
47738 \begin_layout Bibliography
47739 \begin_inset CommandInset bibitem
47740 LatexCommand bibitem
47741 key "Inkscape"
47742 literal "true"
47743
47744 \end_inset
47745
47746 Dokumentation der Option 
47747 \begin_inset CommandInset href
47748 LatexCommand href
47749 name "Text in PDF weglassen"
47750 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47751 literal "false"
47752
47753 \end_inset
47754
47755  des Programms 
47756 \noun on
47757
47758 \begin_inset CommandInset href
47759 LatexCommand href
47760 name "Inkscape"
47761 target "https://inkscape.org"
47762 literal "false"
47763
47764 \end_inset
47765
47766
47767 \end_layout
47768
47769 \begin_layout Standard
47770 \begin_inset CommandInset index_print
47771 LatexCommand printindex
47772 type "idx"
47773 name "Stichwortverzeichnis"
47774 literal "false"
47775
47776 \end_inset
47777
47778
47779 \end_layout
47780
47781 \end_body
47782 \end_document