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