]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
German genitive of LyX is LyX' (not LyXs)
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 497
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/de/
6 \textclass scrbook
7 \begin_preamble
8 % wenn pdflatex benutzt wird:
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % Schriften für bessere PDF-Ansichten
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % Ende von: wenn pdflatex benutzt wird
17
18 % Setzt den Link fuer Sprünge zu Gleitabbildungen
19 % auf den Anfang des Gelitobjekts und nicht aufs Ende
20 \usepackage[figure]{hypcap}
21
22 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
23 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % Formatierung von Legenden
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
35 \newcommand{\TabBesBeg}[1][1.0]{%
36  \let\MyTable\table
37  \let\MyEndtable\endtable
38  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
39
40 \newcommand{\TabBesEnd}{%
41  \let\table\MyTable
42  \let\endtable\MyEndtable}
43
44 \newcommand{\FigBesBeg}[1][1.0]{%
45  \let\MyFigure\figure
46  \let\MyEndfigure\endfigure
47  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
48
49 \newcommand{\FigBesEnd}{%
50  \let\figure\MyFigure
51  \let\endfigure\MyEndfigure}
52
53 % ermöglicht das Berechnen von Werten
54 \usepackage{calc}
55
56 %Vergrößert den Teil der Seite, in dem Gleitobjekte
57 % unten angeordnet werden dürfen
58 \renewcommand{\bottomfraction}{0.5}
59
60 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
61 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
62
63 % beschleunigt die Berechnung von langen Tabellen
64 \setcounter{LTchunksize}{100}
65
66 % wird für skalierte und rotierte Boxen benötigt
67 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
68
69 % wird bei farbigen Tabellen benutzt
70 \@ifundefined{textcolor}
71  {\usepackage{color}}{}
72 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
73 \definecolor{hellgrau}{gray}{0.8}
74
75 % testen ob paket colortbl installiert ist
76 % wird für farbige Tabellenzellen benutzt
77 \newboolean{colortbl}
78 \IfFileExists{colortbl.sty}
79  {\usepackage{colortbl}
80   \setboolean{colortbl}{true}}
81  {\setboolean{colortbl}{false}}
82
83 % wird benutzt, um Tabellenzellen zu vergrößern
84 \@ifundefined{extrarowheight}
85  {\usepackage{array}}{}
86 \setlength{\extrarowheight}{2pt}
87
88 % wird fuer benutzerdefinierte Tabellen benutzt
89 % ---
90 \newcolumntype{M}[1]
91  {>{\centering\hspace{0pt}}m{#1}}
92
93 \newcolumntype{S}[2]
94  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
95
96 \newcolumntype{K}[1]
97  {>{\columncolor{#1}\hspace{0pt}}c}
98
99 \newcolumntype{V}{!{\vrule width 1.5pt}}
100
101 \newcolumntype{W}{!{\color{green}\vline}}
102 % ---
103
104 % Setzt einen zusaetzlichen Abstand von
105 % 1.5 mm zwischen Fussnoten
106 \let\myFoot\footnote
107 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
108
109 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
110 \numberwithin{algorithm}{chapter}
111
112
113 % ------------------------------------
114 % Prüfung auf benötigte LaTeXPakete
115 \usepackage{ifthen}
116
117 % Pruefung auf arydshln
118 % für Tabellen mit gestrichelten Linien
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % Prüfung auf marginnote
126 % für Randnotizen
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % Prüfung auf sidecap
135 % für seitliche Beschriftungen
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % Prüfung auf picinpar
143 \newboolean{picinpar}
144 \IfFileExists{picinpar.sty}
145  {\usepackage{picinpar}
146   \setboolean{picinpar}{true}}
147  {\setboolean{picinpar}{false}}
148
149 % Prüfung auf lettrine
150 \newboolean{lettrine}
151 \IfFileExists{lettrine.sty}
152  {\usepackage{lettrine}
153   \setboolean{lettrine}{true}}
154  {\setboolean{lettrine}{false}}
155
156 % Prüfung auf diagbox
157 \newboolean{diagbox}
158 \IfFileExists{diagbox.sty}
159  {\usepackage{diagbox}
160   \setboolean{diagbox}{true}}
161  {\setboolean{diagbox}{false}}
162
163 % Damit der Index den Namen "Stichwortverzeichnis" erhält
164 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
165 \end_preamble
166 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
167 \use_default_options false
168 \begin_modules
169 initials
170 \end_modules
171 \maintain_unincluded_children false
172 \language ngerman
173 \language_package default
174 \inputencoding auto
175 \fontencoding global
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_math auto
180 \font_default_family default
181 \use_non_tex_fonts false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186 \graphics default
187 \default_output_format default
188 \output_sync 0
189 \bibtex_command default
190 \index_command default
191 \paperfontsize 12
192 \spacing single
193 \use_hyperref true
194 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
195 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
196 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
198 \pdf_bookmarks true
199 \pdf_bookmarksnumbered true
200 \pdf_bookmarksopen true
201 \pdf_bookmarksopenlevel 1
202 \pdf_breaklinks false
203 \pdf_pdfborder false
204 \pdf_colorlinks true
205 \pdf_backref false
206 \pdf_pdfusetitle false
207 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
208 \papersize a4paper
209 \use_geometry false
210 \use_package amsmath 2
211 \use_package amssymb 2
212 \use_package cancel 0
213 \use_package esint 0
214 \use_package mathdots 1
215 \use_package mathtools 0
216 \use_package mhchem 1
217 \use_package stackrel 0
218 \use_package stmaryrd 0
219 \use_package undertilde 0
220 \cite_engine basic
221 \cite_engine_type default
222 \biblio_style plain
223 \use_bibtopic false
224 \use_indices false
225 \paperorientation portrait
226 \suppress_date false
227 \justification true
228 \use_refstyle 0
229 \notefontcolor #0000ff
230 \index Stichwortverzeichnis
231 \shortcut idx
232 \color #008000
233 \end_index
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language german
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Das \SpecialChar LyX
253 -Handbuch der Einfügungen:
254 \begin_inset Newline newline
255 \end_inset
256
257  
258 \size larger
259 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
260 \end_layout
261
262 \begin_layout Author
263 vom \SpecialChar LyX
264 -Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.1.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
335 en zu können oder es auszudrucken, benötigen Sie die \SpecialChar LaTeX
336 -Pakte 
337 \series bold
338 arydshln
339 \series default
340
341 \series bold
342 colortbl
343 \series default
344
345 \series bold
346 diagbox, lettrine, marginnote, picinpar
347 \series default
348  und 
349 \series bold
350 sidecap
351 \series default
352 .
353  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
354  denen sie benötigt werden.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
359  hier finden:
360 \begin_inset Newline newline
361 \end_inset
362
363
364 \series bold
365 http://wiki.lyx.org/\SpecialChar LyX
366 /DocumentationDevelopment#EmbeddedObjects
367 \end_layout
368
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Chapter
375 Abbildungen
376 \begin_inset Index idx
377 status collapsed
378
379 \begin_layout Plain Layout
380 Abbildungen
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Grafik-Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Abbildungen ! Grafik-Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "abs:Grafik-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
411  
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  in der Werkzeugleiste oder wählen das Menü 
418 \family sans
419 Einfügen\SpecialChar menuseparator
420 Grafik
421 \family default
422 .
423  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
424  
425 \family sans
426 Durchsuchen
427 \family default
428  eingeben können.
429  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
430  an der Sie sie eingefügt haben.
431 \end_layout
432
433 \begin_layout Standard
434 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
435  klicken.
436  Der Dialog hat drei Karteikarten:
437 \end_layout
438
439 \begin_layout Description
440
441 \family sans
442 Grafik
443 \family default
444  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
445  Version festlegen.
446  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "kap:In-LyX-verfügbare"
454
455 \end_inset
456
457  erklärt.
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Abbildungen ! rotierte
467 \end_layout
468
469 \end_inset
470
471 Sie können Abbildungen durch Angabe eines 
472 \family sans
473 Winkel
474 \family default
475
476 \begin_inset space ~
477 \end_inset
478
479
480 \family sans
481 (Grad)
482 \family default
483  und Festlegung eines 
484 \family sans
485 Drehpunktes
486 \family default
487  drehen.
488  Negative Winkel drehen im Uhrzeigersinn.
489  Die Abbildung wird auch in \SpecialChar LyX
490  gedreht.
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Abbildungen ! skalierte
500 \end_layout
501
502 \end_inset
503
504 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
505  oder Höhe und Breite definiert.
506  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
507  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
508  wobei sie möglicherweise verzerrt wird.
509  Um das zu vermeiden, sollten Sie 
510 \family sans
511 Seitenverhältnis
512 \begin_inset space ~
513 \end_inset
514
515 beibehalten
516 \family default
517  ankreuzen.
518  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
519  und Breite nicht überschritten werden.
520 \begin_inset Newline newline
521 \end_inset
522
523 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
524 nden Kontext-Menü 
525 \family sans
526 Datei extern bearbeiten
527 \family default
528  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
529  öffnen.
530  Das Programm kann für jedes Bildformat in den \SpecialChar LyX
531 -Einstellungen unter 
532 \family sans
533 Datei-Handhabung\SpecialChar menuseparator
534 Dateiformate
535 \family default
536  festgelegt werden.
537 \end_layout
538
539 \begin_layout Description
540
541 \family sans
542 Ausschnitt
543 \family default
544  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
545  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
546  Wenn Sie auf 
547 \family sans
548 Lese
549 \begin_inset space ~
550 \end_inset
551
552 aus
553 \begin_inset space ~
554 \end_inset
555
556 Datei
557 \family default
558  klicken, werden die Koordinaten automatisch berechnet.
559  Die Option 
560 \family sans
561 Auf
562 \begin_inset space ~
563 \end_inset
564
565 Begrenzungsbox
566 \begin_inset space ~
567 \end_inset
568
569 zuschneiden
570 \family default
571  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
572  Koordinaten liegt.
573  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
574  diese Karteikarte ignorieren.
575 \end_layout
576
577 \begin_layout Description
578
579 \family sans
580 \SpecialChar LaTeX
581 -
582 \begin_inset space ~
583 \end_inset
584
585 und
586 \begin_inset space ~
587 \end_inset
588
589 \SpecialChar LyX
590 -Optionen
591 \family default
592  Hier können Sie das Aussehen einer Abbildung innerhalb von \SpecialChar LyX
593  ändern und
594  \SpecialChar LaTeX
595 -Experten können weitere \SpecialChar LaTeX
596 -Optionen definieren.
597 \begin_inset Newline newline
598 \end_inset
599
600 Ist die Option 
601 \family sans
602 Entwurfsmodus 
603 \family default
604 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
605  darin gedruckt.
606 \begin_inset Newline newline
607 \end_inset
608
609 Im Abschnitt 
610 \family sans
611 Grafikgruppe
612 \family default
613  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
614 n.
615 \begin_inset Index idx
616 status collapsed
617
618 \begin_layout Plain Layout
619 Abbildungen ! Einstellungsgruppen
620 \end_layout
621
622 \end_inset
623
624  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
625  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
626  der Gruppe geändert werden.
627  Damit kann man z.B.
628 \begin_inset space ~
629 \end_inset
630
631 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
632  Bild tun zu müssen.
633  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
634  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
635 \end_layout
636
637 \begin_layout Standard
638 \begin_inset VSpace bigskip
639 \end_inset
640
641
642 \end_layout
643
644 \begin_layout Standard
645 Hier ist eine zentrierte EPS-Abbildung
646 \begin_inset Foot
647 status collapsed
648
649 \begin_layout Plain Layout
650 Abbildungsformate sind in Abschnitt
651 \begin_inset space ~
652 \end_inset
653
654
655 \begin_inset CommandInset ref
656 LatexCommand ref
657 reference "abs:Bildformate"
658
659 \end_inset
660
661  beschrieben.
662 \end_layout
663
664 \end_inset
665
666  in einem eigenen Absatz:
667 \begin_inset Separator parbreak
668 \end_inset
669
670
671 \end_layout
672
673 \begin_layout Standard
674 \align center
675 \begin_inset Graphics
676         filename ../clipart/mobius.eps
677         scale 70
678         scaleBeforeRotation
679         rotateOrigin center
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 \noindent
688 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
689 \begin_inset Separator parbreak
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Standard
696 \align center
697 \begin_inset Graphics
698         filename ../clipart/mobius.eps
699         scale 70
700         draft
701         scaleBeforeRotation
702         rotateOrigin center
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Section
710 Gleitende Abbildungen
711 \begin_inset CommandInset label
712 LatexCommand label
713 name "abs:Gleitende-Abbildungen"
714
715 \end_inset
716
717
718 \begin_inset Index idx
719 status collapsed
720
721 \begin_layout Plain Layout
722 Abbildungen ! gleitende
723 \end_layout
724
725 \end_inset
726
727
728 \begin_inset Index idx
729 status collapsed
730
731 \begin_layout Plain Layout
732 Gleitobjekte ! Abbildungen
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
742 \begin_inset space ~
743 \end_inset
744
745
746 \begin_inset CommandInset ref
747 LatexCommand ref
748 reference "abs:Gleitobjekte-Einleitung"
749
750 \end_inset
751
752 .
753 \end_layout
754
755 \begin_layout Standard
756 Wenn Sie auf das Werkzeugleisten-Symbol 
757 \begin_inset Info
758 type  "icon"
759 arg   "float-insert figure"
760 \end_inset
761
762  klicken oder 
763 \family sans
764 Einfügen\SpecialChar menuseparator
765 Gleit\SpecialChar softhyphen
766 objekt\SpecialChar menuseparator
767 Abbildung
768 \family default
769  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
770  In das rot umrahmte Feld rechts von 
771 \emph on
772 Abbildung
773 \begin_inset space ~
774 \end_inset
775
776 Nr:
777 \emph default
778  schreiben Sie die Bildbeschriftung.
779  Nach einem Klick oberhalb oder unterhalb von 
780 \emph on
781 Abbildung
782 \begin_inset space ~
783 \end_inset
784
785 Nr:
786 \emph default
787  können Sie dann eine Abbildung wie 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "abb:kill-plat"
791
792 \end_inset
793
794  oberhalb oder wie Abbildung
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "abb:escher"
802
803 \end_inset
804
805  unterhalb der Bildbeschriftung einfügen.
806  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "abs:Titel-Platzierung"
814
815 \end_inset
816
817 .
818 \end_layout
819
820 \begin_layout Standard
821 \begin_inset Float figure
822 wide false
823 sideways false
824 status open
825
826 \begin_layout Plain Layout
827 \align center
828 \begin_inset Graphics
829         filename ../clipart/platypus.eps
830         width 50col%
831         scaleBeforeRotation
832         rotateOrigin center
833
834 \end_inset
835
836
837 \end_layout
838
839 \begin_layout Plain Layout
840 \begin_inset Caption Standard
841
842 \begin_layout Plain Layout
843 \begin_inset CommandInset label
844 LatexCommand label
845 name "abb:kill-plat"
846
847 \end_inset
848
849 Platypus in einem Gleitobjekt
850 \end_layout
851
852 \end_inset
853
854
855 \end_layout
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \begin_inset Caption Standard
870
871 \begin_layout Plain Layout
872 \begin_inset CommandInset label
873 LatexCommand label
874 name "abb:escher"
875
876 \end_inset
877
878 M.C.
879  Escher
880 \end_layout
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Plain Layout
888 \align center
889 \begin_inset Graphics
890         filename ../clipart/escher-lsd.eps
891         scale 80
892         scaleBeforeRotation
893         rotateOrigin center
894
895 \end_inset
896
897
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Standard
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 Querverweise ! auf Abbildungen
911 \end_layout
912
913 \end_inset
914
915 Abbildung
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "abb:kill-plat"
923
924 \end_inset
925
926  und 
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "abb:escher"
930
931 \end_inset
932
933  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
934  Dafür fügen Sie in der Beschriftung mit 
935 \family sans
936 Einfügen\SpecialChar menuseparator
937 Marke
938 \family default
939  oder durch Klicken auf 
940 \begin_inset Info
941 type  "icon"
942 arg   "label-insert"
943 \end_inset
944
945  eine Marke ein.
946  Auf diese können Sie dann wie gewohnt mit 
947 \family sans
948 Einfügen\SpecialChar menuseparator
949 Querverweis
950 \family default
951  oder durch Klicken auf 
952 \family sans
953
954 \begin_inset Info
955 type  "icon"
956 arg   "dialog-show-new-inset ref"
957 \end_inset
958
959
960 \family default
961  verweisen.
962  Das ist besser als eine vage Formulierung wie 
963 \begin_inset Quotes gld
964 \end_inset
965
966 die obige Abbildung
967 \begin_inset Quotes grd
968 \end_inset
969
970  zu benutzen, weil \SpecialChar LaTeX
971  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
972 , und das muss nicht 
973 \emph on
974 oben
975 \emph default
976  sein.
977  Verweise werden detailliert in Abschnitt
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "abs:Auf-Gleitobjekte-verweisen"
985
986 \end_inset
987
988  beschrieben.
989 \end_layout
990
991 \begin_layout Standard
992 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
993  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
994  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
995  Gleitabbildung einfügt.
996  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
997  Abbildung
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "abb:Zwei-Teilabbildungen"
1005
1006 \end_inset
1007
1008  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1009  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1010  Gleitabbildung auf Eingabe drücken.
1011  Abbildung
1012 \begin_inset space ~
1013 \end_inset
1014
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "abb:Undefinierbar"
1019
1020 \end_inset
1021
1022  und 
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "abb:Ein-Schnabeltier"
1026
1027 \end_inset
1028
1029  sind die Teilabbildungen.
1030 \end_layout
1031
1032 \begin_layout Standard
1033 \begin_inset Float figure
1034 wide false
1035 sideways false
1036 status open
1037
1038 \begin_layout Plain Layout
1039 \begin_inset space \hfill{}
1040 \end_inset
1041
1042
1043 \begin_inset Float figure
1044 wide false
1045 sideways false
1046 status collapsed
1047
1048 \begin_layout Plain Layout
1049 \begin_inset Caption Standard
1050
1051 \begin_layout Plain Layout
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "abb:Undefinierbar"
1055
1056 \end_inset
1057
1058 Undefinierbar
1059 \end_layout
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Plain Layout
1067 \begin_inset Graphics
1068         filename ../clipart/escher-lsd.eps
1069         width 35col%
1070         scaleBeforeRotation
1071         groupId Teilabbildung
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \end_inset
1079
1080
1081 \begin_inset space \hfill{}
1082 \end_inset
1083
1084
1085 \begin_inset Float figure
1086 wide false
1087 sideways false
1088 status collapsed
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption Standard
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "abb:Ein-Schnabeltier"
1097
1098 \end_inset
1099
1100 Ein Schnabeltier
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename ../clipart/platypus.eps
1111         width 35col%
1112         scaleBeforeRotation
1113         groupId Teilabbildung
1114
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption Standard
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "abb:Zwei-Teilabbildungen"
1136
1137 \end_inset
1138
1139 Zwei Teilabbildungen nebeneinander.
1140  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1141 \begin_inset Quotes gld
1142 \end_inset
1143
1144 Teilabbildung
1145 \begin_inset Quotes grd
1146 \end_inset
1147
1148  an.
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Bildformate
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "abs:Bildformate"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Abbildungen ! Bildformate
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Standard
1183 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1184  Aber wie in Anhang
1185 \begin_inset space ~
1186 \end_inset
1187
1188
1189 \begin_inset CommandInset ref
1190 LatexCommand ref
1191 reference "kap:Ausgabedatei-Formate"
1192
1193 \end_inset
1194
1195  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1196  \SpecialChar LyX
1197  benutzt im Hintergrund das Programm
1198 \family typewriter
1199  ImageMagick
1200 \family default
1201 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1202  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1203  vermeiden.
1204  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1205  werden können.
1206  Diese Formate werden in Anhang
1207 \begin_inset space ~
1208 \end_inset
1209
1210
1211 \begin_inset CommandInset ref
1212 LatexCommand ref
1213 reference "kap:Ausgabedatei-Formate"
1214
1215 \end_inset
1216
1217  beschrieben.
1218 \end_layout
1219
1220 \begin_layout Standard
1221 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1222 \end_layout
1223
1224 \begin_layout Description
1225 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1226  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1227  
1228 \emph on
1229 pixelig
1230 \emph default
1231  aus.
1232  Bekannte Pixel-Formate sind 
1233 \begin_inset Quotes gld
1234 \end_inset
1235
1236 Graphics Interchange Format
1237 \begin_inset Quotes grd
1238 \end_inset
1239
1240  (GIF, Dateiendung
1241 \family typewriter
1242  
1243 \family default
1244
1245 \begin_inset Quotes gld
1246 \end_inset
1247
1248
1249 \family typewriter
1250 .gif
1251 \family default
1252
1253 \begin_inset Quotes grd
1254 \end_inset
1255
1256 )
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 GIF
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \begin_inset Quotes gld
1268 \end_inset
1269
1270 Portable Network Graphics
1271 \begin_inset Quotes grd
1272 \end_inset
1273
1274  (PNG, Dateiendung 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278
1279 \family typewriter
1280 .png
1281 \family default
1282
1283 \begin_inset Quotes grd
1284 \end_inset
1285
1286 )
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 PNG
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \begin_inset Quotes gld
1298 \end_inset
1299
1300 Joint Photographic Experts Group
1301 \begin_inset Quotes grd
1302 \end_inset
1303
1304  (JPEG, Dateiendung
1305 \family typewriter
1306  
1307 \family default
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312
1313 \family typewriter
1314 .jpg
1315 \family default
1316
1317 \begin_inset Quotes grd
1318 \end_inset
1319
1320  oder 
1321 \begin_inset Quotes gld
1322 \end_inset
1323
1324
1325 \family typewriter
1326 .jpeg
1327 \family default
1328
1329 \begin_inset Quotes grd
1330 \end_inset
1331
1332 )
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 JPG, JPEG
1338 \end_layout
1339
1340 \end_inset
1341
1342  und 
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346 Windows Bitmap
1347 \begin_inset Quotes grd
1348 \end_inset
1349
1350  (BMP, Dateiendung 
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .bmp
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362 )
1363 \begin_inset Index idx
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 BMP
1368 \end_layout
1369
1370 \end_inset
1371
1372 .
1373 \end_layout
1374
1375 \begin_layout Description
1376 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1377  auf jede beliebige Größe skaliert werden.
1378  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1379  zoomen zu können.
1380 \begin_inset Newline newline
1381 \end_inset
1382
1383 Bekannte Formate sind 
1384 \begin_inset Quotes gld
1385 \end_inset
1386
1387 Scalable Vector Graphics
1388 \begin_inset Quotes grd
1389 \end_inset
1390
1391  (SVG, Dateiendung
1392 \family typewriter
1393  
1394 \family default
1395
1396 \begin_inset Quotes gld
1397 \end_inset
1398
1399
1400 \family typewriter
1401 .svg
1402 \family default
1403
1404 \begin_inset Quotes grd
1405 \end_inset
1406
1407 )
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \begin_inset Quotes gld
1419 \end_inset
1420
1421 Encapsulated PostScript
1422 \begin_inset Quotes grd
1423 \end_inset
1424
1425  (EPS, Dateiendung 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429
1430 \family typewriter
1431 .eps
1432 \family default
1433
1434 \begin_inset Quotes grd
1435 \end_inset
1436
1437 )
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 EPS
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \begin_inset Quotes gld
1449 \end_inset
1450
1451 Portable Document Format
1452 \begin_inset Quotes grd
1453 \end_inset
1454
1455  (PDF, Dateiendung
1456 \family typewriter
1457  
1458 \family default
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463
1464 \family typewriter
1465 .pdf
1466 \family default
1467
1468 \begin_inset Quotes grd
1469 \end_inset
1470
1471 )
1472 \begin_inset Index idx
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF
1477 \end_layout
1478
1479 \end_inset
1480
1481  und 
1482 \begin_inset Quotes gld
1483 \end_inset
1484
1485 Windows Metafile
1486 \begin_inset Quotes grd
1487 \end_inset
1488
1489  (WMF, Dateiendung 
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493
1494 \family typewriter
1495 .wmf
1496 \family default
1497
1498 \begin_inset Quotes grd
1499 \end_inset
1500
1501 )
1502 \begin_inset Index idx
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 WMF
1507 \end_layout
1508
1509 \end_inset
1510
1511 .
1512 \end_layout
1513
1514 \begin_layout Standard
1515 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1516  das Ergebnis ist immer noch ein Pixelbild.
1517  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1518  hinzugefügt.
1519 \begin_inset Foot
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 Bei PDF wird das Originalbild auch noch komprimiert.
1524 \end_layout
1525
1526 \end_inset
1527
1528  Die PDF-Dateien, die 
1529 \family typewriter
1530 Adobe Photoshop
1531 \family default
1532  erzeugt, sind zum Beispiel Pixelbilder.
1533 \end_layout
1534
1535 \begin_layout Standard
1536 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1537  umgekehrt.
1538  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1539  eingefügt werden.
1540  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1541  erzeugt wird, weil es zur Zeit keine WMF/SVG
1542 \begin_inset Formula $\to$
1543 \end_inset
1544
1545 PDF/EPS Konverter gibt.
1546 \end_layout
1547
1548 \begin_layout Chapter
1549 Tabellen
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 Tabellen
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \begin_layout Section
1563 Einführung
1564 \begin_inset Index idx
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 Tabellen ! Einführung
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \begin_layout Standard
1577 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1578 \begin_inset Info
1579 type  "icon"
1580 arg   "tabular-insert"
1581 \end_inset
1582
1583  oder das Menü 
1584 \family sans
1585 Einfügen\SpecialChar menuseparator
1586 Tabelle
1587 \family default
1588  einfügen.
1589  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1590 \begin_inset space \thinspace{}
1591 \end_inset
1592
1593 -Tabelle.
1594  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1595  und die Größe der dunkelblauen Tabelle angezeigt.
1596  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1597  ein.
1598  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1599  Spaltenanzahl festlegen können.
1600 \end_layout
1601
1602 \begin_layout Standard
1603 In der so erstellten Tabelle ist jede Zelle umrandet.
1604  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1605  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1606  die zweite Zeile eine Linie oberhalb haben.
1607  Hier ist ein Beispiel:
1608 \begin_inset Separator parbreak
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \begin_layout Standard
1615 \align center
1616 \begin_inset Tabular
1617 <lyxtabular version="3" rows="5" columns="4">
1618 <features tabularvalignment="middle">
1619 <column alignment="center" valignment="top">
1620 <column alignment="center" valignment="top">
1621 <column alignment="center" valignment="top">
1622 <column alignment="center" valignment="top">
1623 <row>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637
1638 \family roman
1639 \series medium
1640 \shape up
1641 \size normal
1642 \emph off
1643 \bar no
1644 \noun off
1645 \color none
1646 1
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 2
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 3
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 <row>
1671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
1676 \family roman
1677 \series medium
1678 \shape up
1679 \size normal
1680 \emph off
1681 \bar no
1682 \noun off
1683 \color none
1684 A
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 </row>
1717 <row>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \family roman
1724 \series medium
1725 \shape up
1726 \size normal
1727 \emph off
1728 \bar no
1729 \noun off
1730 \color none
1731 B
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 C
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 D
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 </lyxtabular>
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Section
1857 Tabellen-Dialog
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 Tabellen ! Einstellungen
1863 \end_layout
1864
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \begin_layout Standard
1871 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1872  Maustaste darauf klicken.
1873  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1874 \family sans
1875 Mehr
1876 \family default
1877  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1878  ist, geändert werden können.
1879  Das Kontextmenü 
1880 \family sans
1881 Mehr\SpecialChar menuseparator
1882 Einstellungen
1883 \family default
1884  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1885  können.
1886  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1887  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1888  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1889  Auswahl.
1890  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1891 \emph on
1892 Inhalt
1893 \emph default
1894  einer Zelle oder die Zelle selber ausgewählt haben.
1895 \begin_inset Newline newline
1896 \end_inset
1897
1898 Mit der Dialog-Option 
1899 \family sans
1900 Direkt
1901 \begin_inset space ~
1902 \end_inset
1903
1904 übernehmen
1905 \family default
1906  wird jede Änderung, die Sie machen, direkt übernommen.
1907  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1908  dann auch die Parameter der neuen Zelle an.
1909  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1910 \family sans
1911 Enter
1912 \family default
1913  drücken, um die Änderung zu übernehmen.
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Der Tabellen-Dialog hat folgende Karteikarten:
1918 \end_layout
1919
1920 \begin_layout Description
1921
1922 \family sans
1923 Tabellen-Einstellungen
1924 \family default
1925  Hier können Sie die Horizontale
1926 \begin_inset space ~
1927 \end_inset
1928
1929 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1930  Die Ausrichtung 
1931 \family sans
1932 Am
1933 \begin_inset space ~
1934 \end_inset
1935
1936 Dezimaltrenner
1937 \family default
1938  ist in Abschnitt
1939 \begin_inset space ~
1940 \end_inset
1941
1942
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "uab:Besondere-Zellenausrichtung"
1946
1947 \end_inset
1948
1949  beschrieben.
1950  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1951 \begin_inset space ~
1952 \end_inset
1953
1954 Ausrichtung der momentanen Zeile wählen.
1955  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1956  Absätze haben, wie in Abschnitt
1957 \begin_inset space ~
1958 \end_inset
1959
1960
1961 \begin_inset CommandInset ref
1962 LatexCommand ref
1963 reference "uab:Mehrfache-Zeilen-in"
1964
1965 \end_inset
1966
1967  beschrieben.
1968  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1969 \begin_inset Newline newline
1970 \end_inset
1971
1972 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1973  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1974 \begin_inset space ~
1975 \end_inset
1976
1977
1978 \begin_inset CommandInset ref
1979 LatexCommand ref
1980 reference "uab:Mehrfachspalten"
1981
1982 \end_inset
1983
1984  und 
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "uab:Mehrfachzeilen"
1988
1989 \end_inset
1990
1991  beschrieben.
1992 \begin_inset Newline newline
1993 \end_inset
1994
1995 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1996  den Uhrzeigersinn um 90° drehen.
1997  \SpecialChar LyX
1998  zeigt diese Drehung nur in der Ausgabe.
1999  Für weitere Informationen siehe Abschnitt
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "abs:Rotierte-Tabellenzellen"
2007
2008 \end_inset
2009
2010 .
2011 \begin_inset Newline newline
2012 \end_inset
2013
2014
2015 \begin_inset Note Greyedout
2016 status open
2017
2018 \begin_layout Plain Layout
2019
2020 \series bold
2021 Achtung:
2022 \series default
2023  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2024 \end_layout
2025
2026 \end_inset
2027
2028
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2033  Textzeilen verwendet:
2034 \begin_inset Newline newline
2035 \end_inset
2036
2037 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2038 \begin_inset Tabular
2039 <lyxtabular version="3" rows="2" columns="2">
2040 <features tabularvalignment="top">
2041 <column alignment="center" valignment="top" width="0pt">
2042 <column alignment="center" valignment="top">
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057 1
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 </row>
2063 <row>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068 A
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2074 \begin_inset Text
2075
2076 \begin_layout Plain Layout
2077
2078 \end_layout
2079
2080 \end_inset
2081 </cell>
2082 </row>
2083 </lyxtabular>
2084
2085 \end_inset
2086
2087  
2088 \begin_inset Tabular
2089 <lyxtabular version="3" rows="2" columns="2">
2090 <features tabularvalignment="middle">
2091 <column alignment="center" valignment="top">
2092 <column alignment="center" valignment="top">
2093 <row>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107 1
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118 A
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 </row>
2133 </lyxtabular>
2134
2135 \end_inset
2136
2137  
2138 \begin_inset Tabular
2139 <lyxtabular version="3" rows="2" columns="2">
2140 <features tabularvalignment="bottom">
2141 <column alignment="center" valignment="top" width="0pt">
2142 <column alignment="center" valignment="top">
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \end_layout
2150
2151 \end_inset
2152 </cell>
2153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2154 \begin_inset Text
2155
2156 \begin_layout Plain Layout
2157 1
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 </row>
2163 <row>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout Plain Layout
2168 A
2169 \end_layout
2170
2171 \end_inset
2172 </cell>
2173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2174 \begin_inset Text
2175
2176 \begin_layout Plain Layout
2177
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 </row>
2183 </lyxtabular>
2184
2185 \end_inset
2186
2187
2188 \begin_inset Newline newline
2189 \end_inset
2190
2191 Man kann auch ein \SpecialChar LaTeX
2192 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2193 gen einfügen,
2194  wie in den Abschnitten 
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "uab:Mehrfachspalten-Berechnungen"
2198
2199 \end_inset
2200
2201  und 
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "abs:Farbige-Tabellen"
2205
2206 \end_inset
2207
2208  beschrieben.
2209 \end_layout
2210
2211 \begin_layout Description
2212
2213 \family sans
2214 Rahmen
2215 \family default
2216  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2217  hinzufügen und löschen.
2218 \begin_inset Newline newline
2219 \end_inset
2220
2221 Wenn Sie die Stil-Option
2222 \family sans
2223  Formal
2224 \family default
2225  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2226 \begin_inset space ~
2227 \end_inset
2228
2229
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "abs:Formale-Tabellen"
2233
2234 \end_inset
2235
2236  beschrieben, konvertiert.
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2241 \begin_inset space ~
2242 \end_inset
2243
2244
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "uab:Zeilenabstand"
2248
2249 \end_inset
2250
2251  beschrieben.
2252 \end_layout
2253
2254 \begin_layout Description
2255
2256 \family sans
2257 Lange
2258 \begin_inset space ~
2259 \end_inset
2260
2261 Tabelle
2262 \family default
2263  Hier kann eine Tabelle als 
2264 \begin_inset Quotes gld
2265 \end_inset
2266
2267 Lange
2268 \begin_inset space ~
2269 \end_inset
2270
2271 Tabelle
2272 \begin_inset Quotes grd
2273 \end_inset
2274
2275  definiert werden, die über mehrere Seiten reicht.
2276  Die Abschnitte
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "abs:Lange-Tabellen"
2284
2285 \end_inset
2286
2287  und 
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "abs:Special-Longtable-Issues"
2291
2292 \end_inset
2293
2294  beschreiben diese Funktion genauer.
2295 \end_layout
2296
2297 \begin_layout Section
2298 Tabellen-Werkzeugleiste
2299 \begin_inset Index idx
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Tabellen ! Werkzeugleiste
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2313 \family sans
2314 Tabellen-Einstellungen
2315 \family default
2316 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2317  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2318  \SpecialChar LyX
2319 -Fensters.
2320 \end_layout
2321
2322 \begin_layout Standard
2323 Die Werkzeugleiste hat folgende Knöpfe:
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Info
2329 type  "icon"
2330 arg   "inset-modify tabular append-row"
2331 \end_inset
2332
2333  Fügt eine Zeile unterhalb der momentanen an
2334 \end_layout
2335
2336 \begin_layout Labeling
2337 \labelwidthstring 00.00.0000
2338 \begin_inset Info
2339 type  "icon"
2340 arg   "inset-modify tabular append-column"
2341 \end_inset
2342
2343  Fügt eine Spalte rechts von der momentanen an
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "inset-modify tabular delete-row"
2351 \end_inset
2352
2353  Löscht die ausgewählte(n) Zeile(n)
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Info
2359 type  "icon"
2360 arg   "inset-modify tabular delete-column"
2361 \end_inset
2362
2363  Löscht die ausgewählte(n) Spalte(n)
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "inset-modify tabular move-row-up"
2371 \end_inset
2372
2373  verschiebt die ausgewählte Zeile nach oben
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "inset-modify tabular move-column-left"
2381 \end_inset
2382
2383  verschiebt die ausgewählte Spalte nach links
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular move-row-down"
2391 \end_inset
2392
2393  verschiebt die ausgewählte Zeile nach unten
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular move-column-right"
2401 \end_inset
2402
2403  verschiebt die ausgewählte Spalte nach rechts
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Info
2409 type  "icon"
2410 arg   "inset-modify tabular toggle-line-top"
2411 \end_inset
2412
2413  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2414  wenn der Knopf grau hinterlegt ist
2415 \end_layout
2416
2417 \begin_layout Labeling
2418 \labelwidthstring 00.00.0000
2419 \begin_inset Info
2420 type  "icon"
2421 arg   "inset-modify tabular toggle-line-bottom"
2422 \end_inset
2423
2424  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2425  wenn der Knopf grau hinterlegt ist
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Info
2431 type  "icon"
2432 arg   "inset-modify tabular toggle-line-left"
2433 \end_inset
2434
2435  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2436  wenn der Knopf grau hinterlegt ist
2437 \end_layout
2438
2439 \begin_layout Labeling
2440 \labelwidthstring 00.00.0000
2441 \begin_inset Info
2442 type  "icon"
2443 arg   "inset-modify tabular toggle-line-right"
2444 \end_inset
2445
2446  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2447  wenn der Knopf grau hinterlegt ist
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "inset-modify tabular set-all-lines"
2455 \end_inset
2456
2457  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "inset-modify tabular unset-all-lines"
2465 \end_inset
2466
2467  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "inset-modify tabular m-align-left"
2475 \end_inset
2476
2477  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "inset-modify tabular m-align-center"
2485 \end_inset
2486
2487  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "inset-modify tabular m-align-right"
2495 \end_inset
2496
2497  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "inset-modify tabular align-decimal"
2505 \end_inset
2506
2507  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "inset-modify tabular m-valign-top"
2515 \end_inset
2516
2517  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "inset-modify tabular m-valign-middle"
2525 \end_inset
2526
2527  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular m-valign-bottom"
2535 \end_inset
2536
2537  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular set-rotate-cell"
2545 \end_inset
2546
2547  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "inset-modify tabular set-rotate-tabular"
2555 \end_inset
2556
2557  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "inset-modify tabular multicolumn"
2565 \end_inset
2566
2567  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "inset-modify tabular multirow"
2575 \end_inset
2576
2577  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2578 \end_layout
2579
2580 \begin_layout Standard
2581 \begin_inset Note Greyedout
2582 status open
2583
2584 \begin_layout Plain Layout
2585
2586 \series bold
2587 Bemerkung:
2588 \series default
2589  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2590  Reihe für alle Zelle der Reihe verwendet.
2591 \end_layout
2592
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \begin_layout Section
2599 Bearbeiten-Menü
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Tabellen ! Bearbeiten-Menü
2605 \end_layout
2606
2607 \end_inset
2608
2609
2610 \end_layout
2611
2612 \begin_layout Standard
2613 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2614  Wenn der Cursor in einer Tabelle steht, sind im 
2615 \family sans
2616 Bearbeiten
2617 \family default
2618 -Menü folgende Punkte aktiviert: 
2619 \family sans
2620 Tabelle
2621 \family default
2622
2623 \family sans
2624 Zeilen
2625 \begin_inset space ~
2626 \end_inset
2627
2628 &
2629 \begin_inset space ~
2630 \end_inset
2631
2632 Spalten
2633 \family default
2634  und 
2635 \family sans
2636 Tabellen-Einstellungen
2637 \family default
2638 .
2639  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2640 ngsmöglichkeiten zu erreichen.
2641 \end_layout
2642
2643 \begin_layout Section
2644 Gleitende Tabellen
2645 \begin_inset CommandInset label
2646 LatexCommand label
2647 name "abs:Gleitende-Tabellen"
2648
2649 \end_inset
2650
2651
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 Gleitobjekte ! Tabellen
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \begin_inset Index idx
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 Tabellen ! gleitende
2667 \end_layout
2668
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \begin_layout Standard
2675 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2676 \begin_inset space ~
2677 \end_inset
2678
2679
2680 \begin_inset CommandInset ref
2681 LatexCommand ref
2682 reference "abs:Gleitobjekte-Einleitung"
2683
2684 \end_inset
2685
2686 .
2687 \end_layout
2688
2689 \begin_layout Standard
2690 \begin_inset Float table
2691 placement h
2692 wide false
2693 sideways false
2694 status open
2695
2696 \begin_layout Plain Layout
2697 \begin_inset Caption Standard
2698
2699 \begin_layout Plain Layout
2700 \begin_inset CommandInset label
2701 LatexCommand label
2702 name "tab:a table float"
2703
2704 \end_inset
2705
2706 Eine gleitende Tabelle
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Plain Layout
2715 \align center
2716 \begin_inset Tabular
2717 <lyxtabular version="3" rows="3" columns="3">
2718 <features tabularvalignment="middle">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <column alignment="center" valignment="top" width="0pt">
2722 <row>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \family roman
2729 \series medium
2730 \shape up
2731 \size normal
2732 \emph off
2733 \bar no
2734 \noun off
2735 \color none
2736 1
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745
2746 \family roman
2747 \series medium
2748 \shape up
2749 \size normal
2750 \emph off
2751 \bar no
2752 \noun off
2753 \color none
2754 2
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 3
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \family roman
2785 \series medium
2786 \shape up
2787 \size normal
2788 \emph off
2789 \bar no
2790 \noun off
2791 \color none
2792 Martin
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801
2802 \family roman
2803 \series medium
2804 \shape up
2805 \size normal
2806 \emph off
2807 \bar no
2808 \noun off
2809 \color none
2810 Lena
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 Alina
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 </row>
2834 <row>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839
2840 \family roman
2841 \series medium
2842 \shape up
2843 \size normal
2844 \emph off
2845 \bar no
2846 \noun off
2847 \color none
2848 \begin_inset Formula $\int x^{2}dx$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \family roman
2862 \series medium
2863 \shape up
2864 \size normal
2865 \emph off
2866 \bar no
2867 \noun off
2868 \color none
2869 \begin_inset Formula $\left[\begin{array}{cc}
2870 a & b\\
2871 c & d
2872 \end{array}\right]$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \family roman
2886 \series medium
2887 \shape up
2888 \size normal
2889 \emph off
2890 \bar no
2891 \noun off
2892 \color none
2893 \begin_inset Formula $1+1=2$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 </lyxtabular>
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \end_inset
2910
2911
2912 \end_layout
2913
2914 \begin_layout Standard
2915 Gleitende Tabellen können über 
2916 \family sans
2917 Einfügen\SpecialChar menuseparator
2918 Gleitobjekt\SpecialChar menuseparator
2919 Tabelle
2920 \family default
2921  oder einen Klick auf den Werkzeugleistenknopf 
2922 \begin_inset Info
2923 type  "icon"
2924 arg   "float-insert table"
2925 \end_inset
2926
2927  erzeugt werden.
2928  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2929  In das rot umrahmte Feld rechts von 
2930 \emph on
2931 Tabelle
2932 \begin_inset space ~
2933 \end_inset
2934
2935 Nr:
2936 \emph default
2937  schreiben Sie die Tabellenbeschriftung.
2938  Nach einem Klick oberhalb oder unterhalb von 
2939 \emph on
2940 Tabelle
2941 \begin_inset space ~
2942 \end_inset
2943
2944 Nr:
2945 \emph default
2946  können Sie dann eine Tabelle einfügen.
2947 \end_layout
2948
2949 \begin_layout Standard
2950 Tabelle
2951 \begin_inset space ~
2952 \end_inset
2953
2954
2955 \begin_inset CommandInset ref
2956 LatexCommand ref
2957 reference "tab:a table float"
2958
2959 \end_inset
2960
2961  ist ein Beispiel für eine gleitende Tabelle.
2962 \end_layout
2963
2964 \begin_layout Standard
2965 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2966 herweise wird das von \SpecialChar LaTeX
2967  Standard-Klassen nicht unterstützt.
2968  Das bedeutet, dass bei den Klassen 
2969 \family sans
2970 article
2971 \family default
2972
2973 \family sans
2974 book
2975 \family default
2976
2977 \family sans
2978 letter
2979 \family default
2980 , und 
2981 \family sans
2982 report
2983 \family default
2984  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2985  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
2986 -Paketes 
2987 \series bold
2988 caption
2989 \series default
2990
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 \SpecialChar LaTeX
2996 -Pakete ! caption
2997 \end_layout
2998
2999 \end_inset
3000
3001  im \SpecialChar LaTeX
3002 -Vorspann Ihres Dokuments folgende Option einfügen:
3003 \begin_inset Foot
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Näheres finden Sie im Abschnitt
3008 \begin_inset space ~
3009 \end_inset
3010
3011
3012 \begin_inset CommandInset ref
3013 LatexCommand ref
3014 reference "abs:Titel-Platzierung"
3015
3016 \end_inset
3017
3018 .
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \begin_layout Standard
3027
3028 \series bold
3029 tableposition=top
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Das Paket 
3034 \series bold
3035 caption
3036 \series default
3037 , das in Abschnitt
3038 \begin_inset space ~
3039 \end_inset
3040
3041
3042 \begin_inset CommandInset ref
3043 LatexCommand ref
3044 reference "abs:Titel-Formatierung"
3045
3046 \end_inset
3047
3048  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3049 \end_layout
3050
3051 \begin_layout Standard
3052 \begin_inset Index idx
3053 status collapsed
3054
3055 \begin_layout Plain Layout
3056 Querverweise ! auf Tabellen
3057 \end_layout
3058
3059 \end_inset
3060
3061 Auf Tabellen kann über ihre Marke verwiesen werden.
3062  Dafür fügen Sie in der Beschriftung mit 
3063 \family sans
3064 Einfügen\SpecialChar menuseparator
3065 Marke
3066 \family default
3067  oder durch Klicken auf 
3068 \begin_inset Info
3069 type  "icon"
3070 arg   "label-insert"
3071 \end_inset
3072
3073  eine Marke ein.
3074  Auf diese können Sie dann wie gewohnt mit 
3075 \family sans
3076 Einfügen\SpecialChar menuseparator
3077 Querverweis
3078 \family default
3079  oder durch Klicken auf 
3080 \begin_inset Info
3081 type  "icon"
3082 arg   "dialog-show-new-inset ref"
3083 \end_inset
3084
3085  verweisen.
3086  Verweise werden detailliert in Abschnitt
3087 \begin_inset space ~
3088 \end_inset
3089
3090
3091 \begin_inset CommandInset ref
3092 LatexCommand ref
3093 reference "abs:Auf-Gleitobjekte-verweisen"
3094
3095 \end_inset
3096
3097  beschrieben.
3098 \end_layout
3099
3100 \begin_layout Section
3101 Lange Tabellen
3102 \begin_inset CommandInset label
3103 LatexCommand label
3104 name "abs:Lange-Tabellen"
3105
3106 \end_inset
3107
3108
3109 \begin_inset Index idx
3110 status collapsed
3111
3112 \begin_layout Plain Layout
3113 Tabellen ! lange
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3123  Dialogfenster 
3124 \family sans
3125 Tabellen-Einstellungen
3126 \family default
3127  auf der Karteikarte  
3128 \family sans
3129 Lange
3130 \begin_inset space ~
3131 \end_inset
3132
3133 Tabelle
3134 \family default
3135  die Option 
3136 \family sans
3137 Lange
3138 \begin_inset space ~
3139 \end_inset
3140
3141 Tabelle
3142 \begin_inset space ~
3143 \end_inset
3144
3145 verwenden
3146 \family default
3147  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3148  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3149 \end_layout
3150
3151 \begin_layout Description
3152 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3153  festgelegt; mit Ausnahme der ersten, wenn 
3154 \family sans
3155 Erste
3156 \begin_inset space ~
3157 \end_inset
3158
3159 Kopfzeile
3160 \family default
3161  aktiviert ist.
3162 \end_layout
3163
3164 \begin_layout Description
3165 Erste
3166 \lang english
3167
3168 \begin_inset space ~
3169 \end_inset
3170
3171
3172 \lang ngerman
3173 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3174  Seite einer mehrseitigen Tabelle definiert.
3175 \end_layout
3176
3177 \begin_layout Description
3178 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3179  mit Ausnahme der letzten, wenn 
3180 \family sans
3181 Letzte
3182 \begin_inset space ~
3183 \end_inset
3184
3185 Fußzeile
3186 \family default
3187  aktiviert ist.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Letzte
3192 \begin_inset space ~
3193 \end_inset
3194
3195 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3196  einer mehrseitigen Tabelle definiert.
3197 \end_layout
3198
3199 \begin_layout Description
3200 Legende: Die aktuelle Zeile enthält die Legende.
3201  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3202  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3203 \begin_inset space ~
3204 \end_inset
3205
3206
3207 \begin_inset CommandInset ref
3208 LatexCommand ref
3209 reference "uab:Beschriftungen-langer-Tabellen"
3210
3211 \end_inset
3212
3213  erklärt.
3214 \end_layout
3215
3216 \begin_layout Standard
3217 Hier ist ein Beispiel einer langen Tabelle:
3218 \begin_inset Separator parbreak
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 \align center
3226 \begin_inset Tabular
3227 <lyxtabular version="3" rows="69" columns="3">
3228 <features islongtable="true" longtabularalignment="center">
3229 <column alignment="left" valignment="top" width="0cm">
3230 <column alignment="left" valignment="top" width="0pt">
3231 <column alignment="right" valignment="top" width="0pt">
3232 <row endfirsthead="true">
3233 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \series bold
3239 Telefonliste (ignoriere die Namen)
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row endfirsthead="true">
3264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \series bold
3270 NAME
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \series bold
3290 TEL.
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row endhead="true">
3297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Telefonliste
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row endhead="true">
3328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 NAME
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 TEL.
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row endfoot="true">
3361 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 wird fortgesetzt
3368 \series default
3369  \SpecialChar ldots
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \series bold
3401 Annovi
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 Silvia
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 111
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Bertoli
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 Stefano
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 111
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 Bozzi
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Walter
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 111
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row>
3488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494 Cachia
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 Maria
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 111
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Cachia
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Maurizio
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Cinquemani
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Giusi
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Colin
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Bernard
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Concli
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Gianfranco
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Dal Bosco
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Carolina
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Dalpiaz
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Annamaria
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Feliciello
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Domenico
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Focarelli
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Paola
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Galletti
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Oreste
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Gasparini
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Franca
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Rizzardi
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Paola
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Lassini
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Giancarlo
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Malfatti
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Luciano
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Malfatti
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Valeriano
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Meneguzzo
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Roberto
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Mezzadra
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Roberto
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Pirpamer
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Erich
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Pochiesa
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Paolo
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111, 222
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Radina
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Claudio
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Stuffer
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Oskar
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Tacchelli
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ugo
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Tezzele
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Margit
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Unterkalmsteiner
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Frieda
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Vieider
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Hilde
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Vigna
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Jürgen
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Weber
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Maurizio
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Winkler
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Franz
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360  
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Annovi
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Silvia
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 555
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Bertoli
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Stefano
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 555
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \series bold
4453 Bozzi
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Walter
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 555
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482
4483 \series bold
4484 Cachia
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 Maria
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 555
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Cachia
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Maurizio
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Cinquemani
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Giusi
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Colin
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Bernard
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Concli
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Gianfranco
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Dal Bosco
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Carolina
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Dalpiaz
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Annamaria
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Feliciello
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Domenico
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Focarelli
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Paola
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Galletti
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Oreste
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Gasparini
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Franca
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Rizzardi
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Paola
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Lassini
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Giancarlo
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Malfatti
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Luciano
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Malfatti
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Valeriano
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Meneguzzo
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Roberto
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Mezzadra
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Roberto
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Pirpamer
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Erich
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Pochiesa
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Paolo
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555, 222
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Radina
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Claudio
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Stuffer
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Oskar
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Tacchelli
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Ugo
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Tezzele
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Margit
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Unterkalmsteiner
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Frieda
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Vieider
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Hilde
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Vigna
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Jürgen
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 999
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Weber
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Maurizio
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Winkler
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Franz
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row endlastfoot="true">
5346 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Ende
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 </lyxtabular>
5375
5376 \end_inset
5377
5378
5379 \begin_inset ERT
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383
5384
5385 \backslash
5386 addtocounter{table}{-1}
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \begin_inset Note Note
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5397 \begin_inset space ~
5398 \end_inset
5399
5400
5401 \begin_inset CommandInset ref
5402 LatexCommand ref
5403 reference "uab:Beschriftungen-langer-Tabellen"
5404
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Subsection
5416 Fußnoten in langen Tabellen
5417 \begin_inset CommandInset label
5418 LatexCommand label
5419 name "uab:Fußnoten-in-langen"
5420
5421 \end_inset
5422
5423
5424 \begin_inset Index idx
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Tabellen ! lange ! Fußnoten
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5438  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5439  Tabelle
5440 \begin_inset space ~
5441 \end_inset
5442
5443
5444 \begin_inset CommandInset ref
5445 LatexCommand ref
5446 reference "tab:DiffCaptions"
5447
5448 \end_inset
5449
5450  hat zum Beispiel eine Fußnote.
5451 \end_layout
5452
5453 \begin_layout Subsection
5454 Ausrichtung langer Tabellen
5455 \begin_inset Index idx
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459 Tabellen ! lange ! Ausrichtung
5460 \end_layout
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5469 n festgelegt werden.
5470  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5471  Seitenrand.
5472  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5473  ausgerichtet werden und die Werte der Längen 
5474 \series bold
5475
5476 \backslash
5477 LTleft 
5478 \series default
5479 und 
5480 \series bold
5481
5482 \backslash
5483 LTright
5484 \series default
5485  geändert werden, indem diese Zeile als \SpecialChar TeX
5486 -Code vor die lange Tabelle eingefügt
5487  wird:
5488 \end_layout
5489
5490 \begin_layout Standard
5491
5492 \series bold
5493
5494 \backslash
5495 setlength{
5496 \backslash
5497 LTleft}{Wert}
5498 \end_layout
5499
5500 \begin_layout Standard
5501 Der Wert kann eine der in Tabelle
5502 \begin_inset space ~
5503 \end_inset
5504
5505
5506 \begin_inset CommandInset ref
5507 LatexCommand ref
5508 reference "tab:Maßeinheiten"
5509
5510 \end_inset
5511
5512  aufgelisteten Einheiten kann.
5513  
5514 \series bold
5515
5516 \backslash
5517 LTleft
5518 \series default
5519  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5520  
5521 \series bold
5522
5523 \backslash
5524 LTright
5525 \series default
5526  den Abstand von rechts.
5527  Die Voreinstellung für beide Werte ist 
5528 \series bold
5529
5530 \backslash
5531 fill
5532 \series default
5533 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5534  in \SpecialChar LyX
5535  ist.
5536 \end_layout
5537
5538 \begin_layout Standard
5539 Die folgende lange Tabelle wurde zentriert und 
5540 \series bold
5541
5542 \backslash
5543 LTleft
5544 \series default
5545  auf den Wert 
5546 \family sans
5547 0.1
5548 \backslash
5549 columnwidth
5550 \family default
5551  gesetzt:
5552 \begin_inset ERT
5553 status collapsed
5554
5555 \begin_layout Plain Layout
5556
5557
5558 \backslash
5559 setlength{
5560 \backslash
5561 LTleft}{0.1
5562 \backslash
5563 columnwidth}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset Tabular
5573 <lyxtabular version="3" rows="5" columns="5">
5574 <features islongtable="true" longtabularalignment="center">
5575 <column alignment="center" valignment="top">
5576 <column alignment="center" valignment="top">
5577 <column alignment="center" valignment="top" width="0pt">
5578 <column alignment="center" valignment="top">
5579 <column alignment="center" valignment="top">
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 1
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 2
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 3
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 4
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 5
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 s
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 s
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 s
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 asd
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 asd
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 s
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 asd
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 asd
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 s
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 <row>
5769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 asd
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 asd
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 </row>
5815 </lyxtabular>
5816
5817 \end_inset
5818
5819
5820 \begin_inset ERT
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824
5825
5826 \backslash
5827 setlength{
5828 \backslash
5829 LTleft}{
5830 \backslash
5831 fill}
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \begin_inset ERT
5838 status collapsed
5839
5840 \begin_layout Plain Layout
5841
5842
5843 \backslash
5844 addtocounter{table}{-1}
5845 \end_layout
5846
5847 \end_inset
5848
5849
5850 \begin_inset Note Note
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5855 \begin_inset space ~
5856 \end_inset
5857
5858
5859 \begin_inset CommandInset ref
5860 LatexCommand ref
5861 reference "uab:Beschriftungen-langer-Tabellen"
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Subsection
5874 Beschriftungen langer Tabellen
5875 \begin_inset CommandInset label
5876 LatexCommand label
5877 name "uab:Beschriftungen-langer-Tabellen"
5878
5879 \end_inset
5880
5881
5882 \begin_inset Index idx
5883 status collapsed
5884
5885 \begin_layout Plain Layout
5886 Tabellen ! lange ! Titel
5887 \end_layout
5888
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \begin_layout Standard
5895 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5896  nur auf eine Seite gedruckt werden können.
5897  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5898 \begin_inset space ~
5899 \end_inset
5900
5901
5902 \begin_inset CommandInset ref
5903 LatexCommand ref
5904 reference "abs:Lange-Tabellen"
5905
5906 \end_inset
5907
5908  erklärt.
5909  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5910  Kopf- oder eine Fußzeile.
5911 \end_layout
5912
5913 \begin_layout Standard
5914 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5915 \end_layout
5916
5917 \begin_layout Standard
5918 \begin_inset Tabular
5919 <lyxtabular version="3" rows="6" columns="5">
5920 <features islongtable="true" longtabularalignment="center">
5921 <column alignment="center" valignment="top">
5922 <column alignment="center" valignment="top">
5923 <column alignment="center" valignment="top">
5924 <column alignment="center" valignment="top">
5925 <column alignment="center" valignment="top">
5926 <row endfirsthead="true" caption="true">
5927 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 \begin_inset Caption Standard
5932
5933 \begin_layout Plain Layout
5934 Eine lange Tabelle mit Titel
5935 \begin_inset Argument 1
5936 status open
5937
5938 \begin_layout Plain Layout
5939 Lange Tabelle
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 1
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 2
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 3
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 4
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 5
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 asd
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 s
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 asd
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 asd
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 asd
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 s
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6179 <row>
6180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 asd
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 asd
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 asd
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \begin_inset VSpace medskip
6235 \end_inset
6236
6237
6238 \begin_inset Note Greyedout
6239 status open
6240
6241 \begin_layout Plain Layout
6242
6243 \series bold
6244 Bemerkung
6245 \begin_inset space ~
6246 \end_inset
6247
6248 1:
6249 \series default
6250  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6251  Titel vergeben.
6252  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6253 \begin_inset space ~
6254 \end_inset
6255
6256 2.4 auf Tabelle
6257 \begin_inset space ~
6258 \end_inset
6259
6260 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6261  Beschriftung sind.
6262  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6263  \SpecialChar LaTeX
6264 -Befehl als \SpecialChar TeX
6265 -Code einfügen:
6266 \end_layout
6267
6268 \begin_layout Plain Layout
6269
6270 \series bold
6271
6272 \backslash
6273 addtocounter{table}{-1}
6274 \end_layout
6275
6276 \begin_layout Plain Layout
6277 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6278  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6279 -Vorspann hinzufügen:
6280 \end_layout
6281
6282 \begin_layout Plain Layout
6283
6284 \series bold
6285
6286 \backslash
6287 let
6288 \backslash
6289 myEnd
6290 \backslash
6291 endlongtable
6292 \begin_inset Newline newline
6293 \end_inset
6294
6295
6296 \backslash
6297 renewcommand{
6298 \backslash
6299 endlongtable}{
6300 \backslash
6301 myEnd
6302 \backslash
6303 addtocounter{table}{-1}}
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \begin_inset Note Greyedout
6313 status open
6314
6315 \begin_layout Plain Layout
6316
6317 \series bold
6318 Bemerkung
6319 \begin_inset space ~
6320 \end_inset
6321
6322 2:
6323 \series default
6324  Wenn Sie 
6325 \series bold
6326 hyperref
6327 \series default
6328
6329 \begin_inset Index idx
6330 status collapsed
6331
6332 \begin_layout Plain Layout
6333 \SpecialChar LaTeX
6334 -Pakete ! hyperref
6335 \end_layout
6336
6337 \end_inset
6338
6339  in den
6340 \family sans
6341  PDF-Eigenschaften
6342 \family default
6343  im 
6344 \family sans
6345 Dokument-Einstellungen
6346 \family default
6347  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6348  immer auf den Anfang des Dokuments zeigen.
6349 \end_layout
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \begin_layout Subsubsection
6357 Querverweise auf 
6358 \family sans
6359 lange Tabelle
6360 \family default
6361 n
6362 \begin_inset Index idx
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366 Tabellen ! lange ! Querverweis
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true" longtabularalignment="center">
6378 <column alignment="center" valignment="top">
6379 <column alignment="center" valignment="top">
6380 <column alignment="center" valignment="top">
6381 <column alignment="center" valignment="top">
6382 <column alignment="center" valignment="top">
6383 <row endfirsthead="true" caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption Standard
6389
6390 \begin_layout Plain Layout
6391 Lange Tabelle mit Marke
6392 \begin_inset CommandInset label
6393 LatexCommand label
6394 name "tab:LangeTabelle-mit-Marke"
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 1
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 2
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 3
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 4
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 5
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 asd
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 sad
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 </lyxtabular>
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6689  im Titel einfügen.
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Dies ist ein Verweis auf Tabelle
6694 \begin_inset space ~
6695 \end_inset
6696
6697
6698 \begin_inset CommandInset ref
6699 LatexCommand ref
6700 reference "tab:LangeTabelle-mit-Marke"
6701
6702 \end_inset
6703
6704 .
6705 \end_layout
6706
6707 \begin_layout Standard
6708 Mit dem \SpecialChar LaTeX
6709 -Paket 
6710 \series bold
6711 caption
6712 \series default
6713
6714 \begin_inset Index idx
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718 \SpecialChar LaTeX
6719 -Pakete ! caption
6720 \end_layout
6721
6722 \end_inset
6723
6724 , siehe Abschnitt
6725 \begin_inset space ~
6726 \end_inset
6727
6728
6729 \begin_inset CommandInset ref
6730 LatexCommand ref
6731 reference "abs:Titel-Formatierung"
6732
6733 \end_inset
6734
6735 , können Sie alle anderen Beschriftungsoptionen benutzen.
6736 \end_layout
6737
6738 \begin_layout Subsubsection
6739 Titelbreite
6740 \begin_inset Index idx
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744 Tabellen ! lange ! Beschriftungsbreite
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \end_layout
6751
6752 \begin_layout Standard
6753 Die maximale Titelbreite wird durch die Variable 
6754 \series bold
6755
6756 \backslash
6757 LTcapwidth
6758 \series default
6759  definiert.
6760  Ihr Standardwert ist 4
6761 \begin_inset space \thinspace{}
6762 \end_inset
6763
6764 Zoll (
6765 \begin_inset Formula $\approx10$
6766 \end_inset
6767
6768
6769 \begin_inset space \thinspace{}
6770 \end_inset
6771
6772 cm).
6773  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6774 -Vorspann oder als \SpecialChar TeX
6775 -Code vor der
6776  betreffenden Tabelle folgenden Befehl einsetzen:
6777 \end_layout
6778
6779 \begin_layout Standard
6780
6781 \series bold
6782
6783 \backslash
6784 setlength{
6785 \backslash
6786 LTcapwidth}{Breite}
6787 \end_layout
6788
6789 \begin_layout Standard
6790 wobei die Breite eine der in Anhang
6791 \begin_inset space ~
6792 \end_inset
6793
6794
6795 \begin_inset CommandInset ref
6796 LatexCommand ref
6797 reference "kap:In-LyX-verfügbare"
6798
6799 \end_inset
6800
6801  aufgelisteten Einheiten haben kann.
6802 \end_layout
6803
6804 \begin_layout Standard
6805 Die beiden folgenden Tabellen zeigen den Unterschied:
6806 \end_layout
6807
6808 \begin_layout Standard
6809 \begin_inset Tabular
6810 <lyxtabular version="3" rows="6" columns="5">
6811 <features islongtable="true" longtabularalignment="center">
6812 <column alignment="center" valignment="top">
6813 <column alignment="center" valignment="top">
6814 <column alignment="center" valignment="top">
6815 <column alignment="center" valignment="top">
6816 <column alignment="center" valignment="top">
6817 <row endfirsthead="true" caption="true">
6818 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 \begin_inset Caption Standard
6823
6824 \begin_layout Plain Layout
6825 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6826 \begin_inset Argument 1
6827 status open
6828
6829 \begin_layout Plain Layout
6830 Titel mit Standardbreite
6831 \end_layout
6832
6833 \end_inset
6834
6835
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 1
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 2
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 3
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 4
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 5
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 <row>
6930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 s
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 s
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 s
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970 asd
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 </row>
6976 <row>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 asd
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 s
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 s
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 s
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017 asd
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 s
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 s
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 s
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 asd
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 sad
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 asd
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 asd
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 </lyxtabular>
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \begin_layout Standard
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 setlength{
7133 \backslash
7134 LTcapwidth}{5cm}
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \begin_inset Tabular
7141 <lyxtabular version="3" rows="6" columns="5">
7142 <features islongtable="true" longtabularalignment="center">
7143 <column alignment="center" valignment="top">
7144 <column alignment="center" valignment="top">
7145 <column alignment="center" valignment="top">
7146 <column alignment="center" valignment="top">
7147 <column alignment="center" valignment="top">
7148 <row endfirsthead="true" caption="true">
7149 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 \begin_inset Caption Standard
7154
7155 \begin_layout Plain Layout
7156 Langer Titel mit 5
7157 \begin_inset space \thinspace{}
7158 \end_inset
7159
7160 cm Breite, Langer Titel mit 5
7161 \begin_inset space \thinspace{}
7162 \end_inset
7163
7164 cm Breite
7165 \begin_inset Argument 1
7166 status open
7167
7168 \begin_layout Plain Layout
7169 Titel mit 5
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 cm Breite
7174 \end_layout
7175
7176 \end_inset
7177
7178
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 </row>
7225 <row>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 1
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 2
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 3
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 4
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 5
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 s
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 s
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 </row>
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 s
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 s
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 s
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 asd
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 </row>
7366 <row>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 s
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 s
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 s
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 asd
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 <row>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 sad
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 asd
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 asd
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 asd
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 </lyxtabular>
7461
7462 \end_inset
7463
7464
7465 \begin_inset ERT
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469
7470
7471 \backslash
7472 setlength{
7473 \backslash
7474 LTcapwidth}{4in}
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \begin_inset Note Note
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 Beschriftungsbreite zurücksetzen
7485 \end_layout
7486
7487 \end_inset
7488
7489
7490 \end_layout
7491
7492 \begin_layout Standard
7493 \begin_inset Note Greyedout
7494 status open
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 Achtung:
7500 \series default
7501  Wenn das \SpecialChar LaTeX
7502 -Paket 
7503 \series bold
7504 caption
7505 \series default
7506
7507 \begin_inset Index idx
7508 status collapsed
7509
7510 \begin_layout Plain Layout
7511 \SpecialChar LaTeX
7512 -Pakete ! caption
7513 \end_layout
7514
7515 \end_inset
7516
7517  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7518  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7519  4
7520 \begin_inset space \thinspace{}
7521 \end_inset
7522
7523 Zoll für 
7524 \series bold
7525
7526 \backslash
7527 LTcapwidth
7528 \series default
7529  benutzen.
7530  Um in diesem Fall eine genau 4
7531 \begin_inset space \thinspace{}
7532 \end_inset
7533
7534 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7535  4
7536 \begin_inset space \thinspace{}
7537 \end_inset
7538
7539 Zoll veränderten Wert wie z.
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 B.
7544  3.99
7545 \begin_inset space \thinspace{}
7546 \end_inset
7547
7548 Zoll verwenden oder den \SpecialChar LaTeX
7549 -Befehl 
7550 \series bold
7551
7552 \backslash
7553 captionsetup{width=Wert}
7554 \series default
7555  benutzen, der vom 
7556 \series bold
7557 caption
7558 \series default
7559 -Paket bereitgestellt wird.
7560 \end_layout
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Subsubsection
7568 Unterschiedliche Beschriftung für Tabellenseiten
7569 \begin_inset Index idx
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573 Tabellen ! lange ! mehrere Beschriftungen
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \begin_layout Standard
7582 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7583  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7584  eine Beschriftung enthält.
7585  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7586  
7587 \family sans
7588 Legende
7589 \begin_inset space ~
7590 \end_inset
7591
7592 (Lange Tabelle (unnummeriert))
7593 \family default
7594  aus.
7595  Tabelle
7596 \begin_inset space ~
7597 \end_inset
7598
7599
7600 \begin_inset CommandInset ref
7601 LatexCommand ref
7602 reference "tab:DiffCaptions"
7603
7604 \end_inset
7605
7606  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7607  ohne Tabellennummer auf der zweiten Seite.
7608 \begin_inset Separator parbreak
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \begin_layout Standard
7615 \align center
7616 \begin_inset Tabular
7617 <lyxtabular version="3" rows="59" columns="3">
7618 <features islongtable="true" longtabularalignment="center">
7619 <column alignment="left" valignment="top" width="0pt">
7620 <column alignment="left" valignment="top" width="0pt">
7621 <column alignment="center" valignment="top" width="0pt">
7622 <row endfirsthead="true" caption="true">
7623 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 \begin_inset Caption Standard
7628
7629 \begin_layout Plain Layout
7630 Telefonliste
7631 \begin_inset CommandInset label
7632 LatexCommand label
7633 name "tab:DiffCaptions"
7634
7635 \end_inset
7636
7637
7638 \begin_inset Argument 1
7639 status collapsed
7640
7641 \begin_layout Plain Layout
7642 Telefonliste
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row endfirsthead="true">
7677 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 Telefonliste (ignoriere die Namen)
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row endfirsthead="true">
7708 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 NAME
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 TEL.
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row endhead="true" caption="true">
7741 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 \begin_inset Caption LongTableNoNumber
7746
7747 \begin_layout Plain Layout
7748 Fortsetzung der Telefonliste
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row endhead="true">
7778 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Telefonliste
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endhead="true">
7809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 NAME
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 TEL.
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row endfoot="true">
7842 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 wird fortgesetzt\SpecialChar ldots
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Annovi
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Silvia
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Bertoli
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Stefano
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Bozzi
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Walter
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Cachia
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Maria
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Cachia
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Maurizio
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Cinquemani
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Giusi
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Colin
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Bernard
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Concli
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Gianfranco
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Dal Bosco
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Carolina
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Dalpiaz
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Annamaria
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Feliciello
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Domenico
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Focarelli
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Paola
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Galletti
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Oreste
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Gasparini
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Franca
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Rizzardi
8313 \series default
8314
8315 \begin_inset Foot
8316 status open
8317
8318 \begin_layout Plain Layout
8319 Beispielfußnote
8320 \end_layout
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Paola
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Lassini
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Giancarlo
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Malfatti
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Luciano
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Malfatti
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Valeriano
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Meneguzzo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Roberto
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Mezzadra
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Roberto
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Pirpamer
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Erich
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Pochiesa
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Paolo
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111, 222
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Radina
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Claudio
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Stuffer
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Oskar
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Tacchelli
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Ugo
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Tezzele
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Margit
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \series bold
8696 Unterkalmsteiner
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Frieda
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 111
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \series bold
8727 Vieider
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Hilde
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 111
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \series bold
8758 Vigna
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Jürgen
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \series bold
8789 Weber
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Maurizio
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 111
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Winkler
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Franz
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849  
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Annovi
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Silvia
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Bertoli
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Stefano
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Bozzi
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Walter
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Cachia
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Maria
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Cachia
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Maurizio
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Cinquemani
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Giusi
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Colin
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Bernard
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Concli
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Gianfranco
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Dal Bosco
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Carolina
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Dalpiaz
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Annamaria
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Feliciello
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Domenico
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Focarelli
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Paola
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Galletti
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Oreste
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Gasparini
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Franca
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Rizzardi
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Paola
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Lassini
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Giancarlo
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 555
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Malfatti
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Luciano
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 555
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Malfatti
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Valeriano
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 555
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Meneguzzo
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Roberto
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 555
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Mezzadra
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Roberto
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 555
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 </lyxtabular>
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Section
9501 Weitere Möglichkeiten für 
9502 \family sans
9503 lange Tabelle
9504 \family default
9505 n
9506 \begin_inset CommandInset label
9507 LatexCommand label
9508 name "abs:Special-Longtable-Issues"
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Subsection
9516 L
9517 \family sans
9518 ange Tabelle
9519 \family default
9520 n: Berechnung
9521 \begin_inset Index idx
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Tabellen ! lange ! Berechnung
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 \SpecialChar LaTeX
9535  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9536  
9537 \emph on
9538 chunks
9539 \emph default
9540  (Brocken).
9541  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9542  gleichzeitig im Speicher hält.
9543  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9544  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9545  das die Druckausgabe.
9546  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9547  setzen, indem Sie in den \SpecialChar LaTeX
9548 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setcounter{LTchunksize}{100}
9557 \end_layout
9558
9559 \begin_layout Subsection
9560 Gleitobjekte und L
9561 \family sans
9562 ange Tabelle
9563 \family default
9564 n
9565 \begin_inset Index idx
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! lange ! und Gleitobjekte
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9579 \family sans
9580 lange
9581 \begin_inset space ~
9582 \end_inset
9583
9584 Tabelle
9585 \family default
9586  beginnt, ein Gleitobjekt befindet.
9587  Um das zu vermeiden, können Sie vor der 
9588 \family sans
9589 langen
9590 \begin_inset space ~
9591 \end_inset
9592
9593 Tabellen
9594 \family default
9595  einen manuellen Seitenumbruch
9596 \family sans
9597  Einfügen\SpecialChar menuseparator
9598 Formatierung\SpecialChar menuseparator
9599 [Doppel]Seite
9600 \begin_inset space \space{}
9601 \end_inset
9602
9603 leeren
9604 \family default
9605  einfügen, siehe 
9606 \emph on
9607 Benutzerhandbuch
9608 \emph default
9609 .
9610 \end_layout
9611
9612 \begin_layout Subsection
9613 Manuelle Seitenumbrüche
9614 \begin_inset Index idx
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 Tabellen ! lange ! manueller Seitenumbruch
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9628  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9629  der Zelle umbrechen wollen, fügen Sie den Befehl  
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635
9636 \backslash
9637
9638 \backslash
9639
9640 \series default
9641
9642 \begin_inset Quotes grd
9643 \end_inset
9644
9645  für eine neue Zeile als \SpecialChar TeX
9646 -Code an der Stelle in der Zelle ein, wo umgebrochen
9647  werden kann.
9648  Vor dem 
9649 \begin_inset Quotes gld
9650 \end_inset
9651
9652
9653 \series bold
9654
9655 \backslash
9656
9657 \backslash
9658
9659 \series default
9660
9661 \begin_inset Quotes grd
9662 \end_inset
9663
9664 -Befehl müssen Sie so viele 
9665 \begin_inset Quotes gld
9666 \end_inset
9667
9668
9669 \series bold
9670 &
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676  als \SpecialChar TeX
9677 -Code einfügen wie noch Spalten in der Zeile folgen.
9678  Mit 
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   werden in \SpecialChar LaTeX
9691  Tabellenzellen getrennt.
9692  Hinter jedes 
9693 \begin_inset Quotes gld
9694 \end_inset
9695
9696
9697 \series bold
9698 &
9699 \series default
9700
9701 \begin_inset Quotes grd
9702 \end_inset
9703
9704  schreiben Sie ebenfalls in \SpecialChar TeX
9705 -Code den Inhalt der entsprechenden Zelle und
9706  löschen den Inhalt dieser Zellen.
9707 \end_layout
9708
9709 \begin_layout Standard
9710 Hinter dem 
9711 \begin_inset Quotes gld
9712 \end_inset
9713
9714
9715 \series bold
9716
9717 \backslash
9718
9719 \backslash
9720
9721 \series default
9722
9723 \begin_inset Quotes grd
9724 \end_inset
9725
9726 -Befehl müssen Sie so viele 
9727 \begin_inset Quotes gld
9728 \end_inset
9729
9730
9731 \series bold
9732 &
9733 \series default
9734
9735 \begin_inset Quotes grd
9736 \end_inset
9737
9738  als \SpecialChar TeX
9739 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9740  In Tabelle
9741 \begin_inset space ~
9742 \end_inset
9743
9744
9745 \begin_inset CommandInset ref
9746 LatexCommand ref
9747 reference "tab:ForcedPagebreak"
9748
9749 \end_inset
9750
9751  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9752  Es folgt noch eine weitere Spalte.
9753  Deshalb wurde hinter dem Wort 
9754 \emph on
9755 Castelchiodato, 
9756 \emph default
9757 folgendes eingefügt:
9758 \end_layout
9759
9760 \begin_layout Standard
9761
9762 \series bold
9763 & 111
9764 \backslash
9765
9766 \backslash
9767  
9768 \backslash
9769 newpage
9770 \begin_inset Newline newline
9771 \end_inset
9772
9773 &
9774 \end_layout
9775
9776 \begin_layout Standard
9777 Die 
9778 \begin_inset Quotes gld
9779 \end_inset
9780
9781 111
9782 \begin_inset Quotes grd
9783 \end_inset
9784
9785  in der dritten Spalte wurde gelöscht.
9786  
9787 \series bold
9788
9789 \backslash
9790 newpage
9791 \series default
9792  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9793  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9794  Wenn die Fußzeile Ihrer 
9795 \family sans
9796 langen
9797 \begin_inset space ~
9798 \end_inset
9799
9800 Tabelle
9801 \family default
9802  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9803  Befehle benutzen:
9804 \end_layout
9805
9806 \begin_layout Standard
9807
9808 \series bold
9809 & 111
9810 \backslash
9811
9812 \backslash
9813
9814 \begin_inset Newline newline
9815 \end_inset
9816
9817
9818 \backslash
9819 hline &
9820 \end_layout
9821
9822 \begin_layout Standard
9823 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9824  muss folgender Befehl als \SpecialChar TeX
9825 -Code am Anfang der Zelle eingefügt werden:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831
9832 \backslash
9833 setlength{
9834 \backslash
9835 parfillskip}{0pt}
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9840  erscheint.
9841 \begin_inset Separator parbreak
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \begin_layout Standard
9848 \align center
9849 \begin_inset Tabular
9850 <lyxtabular version="3" rows="38" columns="3">
9851 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9852 <column alignment="left" valignment="top" width="0cm">
9853 <column alignment="left" valignment="top" width="3cm">
9854 <column alignment="right" valignment="top" width="0pt">
9855 <row endfirsthead="true" caption="true">
9856 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 \begin_inset Caption Standard
9861
9862 \begin_layout Plain Layout
9863 Tabelle mit manuellem Seitenumbruch in einer Zelle
9864 \begin_inset CommandInset label
9865 LatexCommand label
9866 name "tab:ForcedPagebreak"
9867
9868 \end_inset
9869
9870
9871 \begin_inset Argument 1
9872 status collapsed
9873
9874 \begin_layout Plain Layout
9875 Tabelle mit manuellem Seitenumbruch in einer Zelle
9876 \end_layout
9877
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row endfirsthead="true">
9910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \series bold
9916 Telefonliste (ignoriere die Namen)
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 <row endfirsthead="true">
9941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \series bold
9947 NAME
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 TEL.
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row endhead="true">
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset ERT
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982
9983
9984 \backslash
9985 caption*{Fortsetzung der Tabelle}
9986 \backslash
9987
9988 \backslash
9989 %
9990 \end_layout
9991
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true">
10019 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Telefonliste
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row endhead="true">
10050 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 NAME
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 TEL.
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row endfoot="true">
10083 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 wird fortgesetzt\SpecialChar ldots
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Annovi
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Silvia
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Bertoli
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Stefano
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 111
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \series bold
10181 Bozzi
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Walter
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 111
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 Cachia
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 Maria
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 111
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 Cachia
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Maurizio
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 111
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274 Cinquemani
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 Giusi
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 111
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305 Colin
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 Bernard
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 111
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \series bold
10336 Concli
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Gianfranco
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 111
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \series bold
10367 Dal Bosco
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 Carolina
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 111
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398 Dalpiaz
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 Annamaria
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 111
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \series bold
10429 Feliciello
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 Domenico
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 111
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \series bold
10460 Focarelli
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Paola
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 111
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \series bold
10491 Galletti
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 Oreste
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 111
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \series bold
10522 Gasparini
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 Franca
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 111
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 <row>
10547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551
10552 \series bold
10553 Lassini
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 Giancarlo
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 111
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \series bold
10584 Malfatti
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Luciano
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 111
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 </row>
10608 <row>
10609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613
10614 \series bold
10615 Malfatti
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 Valeriano
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 111
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \series bold
10646 Meneguzzo
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 Roberto
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 111
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 </row>
10670 <row>
10671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675
10676 \series bold
10677 Mezzadra
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 Roberto
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 111
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \series bold
10708 Pirpamer
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 Erich
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 111
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \series bold
10739 Pochiesa
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 Paolo
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 111, 222
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 <row>
10764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \series bold
10770 Radina
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 Claudio
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 111
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row>
10795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \series bold
10801 Rizzardi
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Paolo, 11.
10811  Fürst von Monte\SpecialChar softhyphen
10812 com\SpecialChar softhyphen
10813 patri, 11.
10814  Fürst von Sulmona und Vivaro, 10.
10815  Fürst von Rossano, 5.
10816  Herzog von Canemorte, 11.
10817  Herzog von Palombara, 5.
10818  Herzog von Castelchiodato,
10819 \begin_inset ERT
10820 status open
10821
10822 \begin_layout Plain Layout
10823
10824 & 111
10825 \backslash
10826
10827 \backslash
10828  
10829 \backslash
10830 newpage
10831 \end_layout
10832
10833 \begin_layout Plain Layout
10834
10835 &
10836 \end_layout
10837
10838 \end_inset
10839
10840  11.
10841  Herzog von Poggionativo, 11.
10842  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10843  Graf von Valinfreda, 11.
10844  Baron von Cropalati, 11.
10845  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 <row>
10861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \series bold
10867 Stuffer
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 Oskar
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 111
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \series bold
10898 Tacchelli
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Ugo
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 111
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \series bold
10929 Tezzele
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Margit
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 111
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \series bold
10960 Unterkalmsteiner
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Frieda
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 111
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991 Vieider
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Hilde
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 111
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 <row>
11016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \series bold
11022 Vigna
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Jürgen
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 111
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \series bold
11053 Weber
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 Maurizio
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 111
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \series bold
11084 Winkler
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 Franz
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 111
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 </row>
11108 </lyxtabular>
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Section
11116 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11117 \end_layout
11118
11119 \begin_layout Subsection
11120 Mehrfache Zeilen in Zellen
11121 \begin_inset CommandInset label
11122 LatexCommand label
11123 name "uab:Mehrfache-Zeilen-in"
11124
11125 \end_inset
11126
11127
11128 \begin_inset Index idx
11129 status collapsed
11130
11131 \begin_layout Plain Layout
11132 Mehrfache ! Zeilen in Zellen
11133 \end_layout
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Tabellen ! Zeilenumbrüche
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Standard
11151 \noindent
11152 \begin_inset Float table
11153 placement H
11154 wide false
11155 sideways false
11156 status open
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Caption Standard
11160
11161 \begin_layout Plain Layout
11162 \begin_inset CommandInset label
11163 LatexCommand label
11164 name "tab:Table-with-multiple"
11165
11166 \end_inset
11167
11168 Tabelle mit mehrfachen Zeilen in einer Zelle
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Plain Layout
11177 \align center
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="3" columns="3">
11180 <features tabularvalignment="middle">
11181 <column alignment="center" valignment="middle" width="2.5cm">
11182 <column alignment="center" valignment="middle" width="0.5cm">
11183 <column alignment="center" valignment="middle" width="0.5cm">
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 zwei
11190 \begin_inset Newline linebreak
11191 \end_inset
11192
11193 Zeilen
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 b
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 c
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 d
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 e
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 f
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 </row>
11246 <row>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 g
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 h
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 i
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283
11284
11285 \end_layout
11286
11287 \begin_layout Standard
11288 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11289  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11290  Tabelle
11291 \begin_inset space ~
11292 \end_inset
11293
11294
11295 \begin_inset CommandInset ref
11296 LatexCommand ref
11297 reference "tab:Table-with-multiple"
11298
11299 \end_inset
11300
11301  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11302 \family sans
11303 Tabellen-Einstellungen
11304 \family default
11305 -Dialog auf 2.5
11306 \begin_inset space \thinspace{}
11307 \end_inset
11308
11309 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11310  Weil unser Text schmaler als 2.5
11311 \begin_inset space \thinspace{}
11312 \end_inset
11313
11314 cm ist, würde er in einer Zeile gedruckt werden.
11315  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11316
11317 \family sans
11318 Strg+Shift+Enter
11319 \family default
11320 ) eingefügt.
11321  Wenn der Text länger ist, wird er automatisch umgebrochen.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11326  setzen Sie die Breite der beiden Spalten im 
11327 \family sans
11328 Tabellen-Einstellungen
11329 \family default
11330 -Dialog auf 0.5
11331 \begin_inset space \thinspace{}
11332 \end_inset
11333
11334 cm und die vertikale Ausrichtung auf zentriert.
11335 \end_layout
11336
11337 \begin_layout Standard
11338 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11339  haben, kann \SpecialChar LaTeX
11340  es ohne Trennhilfen nicht trennen.
11341  Wenn Sie \SpecialChar LaTeX
11342  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11343  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11344  Fügen sie daher 0
11345 \begin_inset space \thinspace{}
11346 \end_inset
11347
11348 pt horizontalen Abstand vor dem Wort ein.
11349  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11350  Tabelle
11351 \begin_inset space ~
11352 \end_inset
11353
11354
11355 \begin_inset CommandInset ref
11356 LatexCommand ref
11357 reference "tab:Table-with-and"
11358
11359 \end_inset
11360
11361  zeigt die Wirkungen.
11362 \end_layout
11363
11364 \begin_layout Standard
11365 \begin_inset Float table
11366 placement h
11367 wide false
11368 sideways false
11369 status open
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Caption Standard
11373
11374 \begin_layout Plain Layout
11375 \begin_inset CommandInset label
11376 LatexCommand label
11377 name "tab:Table-with-and"
11378
11379 \end_inset
11380
11381 Tabelle ohne und mit Silbentrennung
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \begin_layout Plain Layout
11390 \begin_inset space \hfill{}
11391 \end_inset
11392
11393
11394 \begin_inset Tabular
11395 <lyxtabular version="3" rows="3" columns="3">
11396 <features tabularvalignment="middle">
11397 <column alignment="center" valignment="middle" width="2.5cm">
11398 <column alignment="center" valignment="middle" width="0.5cm">
11399 <column alignment="center" valignment="middle" width="0.5cm">
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 einsehrlangesZellenwort
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 b
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 c
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 d
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 e
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 f
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 g
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 h
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 i
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \begin_inset space \hfill{}
11493 \end_inset
11494
11495
11496 \begin_inset Tabular
11497 <lyxtabular version="3" rows="3" columns="3">
11498 <features tabularvalignment="middle">
11499 <column alignment="center" valignment="middle" width="2.5cm">
11500 <column alignment="center" valignment="middle" width="0.5cm">
11501 <column alignment="center" valignment="middle" width="0.5cm">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hspace{}
11508 \length 0pt
11509 \end_inset
11510
11511 einsehrlangesZellenwort
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 b
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 c
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 d
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 e
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 f
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 g
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 h
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 i
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 </lyxtabular>
11594
11595 \end_inset
11596
11597
11598 \begin_inset space \hfill{}
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Subsection
11610 Mehrfachspalten
11611 \begin_inset CommandInset label
11612 LatexCommand label
11613 name "uab:Mehrfachspalten"
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index idx
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Mahrfachspalten
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \begin_inset Index idx
11629 status collapsed
11630
11631 \begin_layout Plain Layout
11632 Tabellen ! Mahrfachspalten
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsubsection
11641 Grundlagen
11642 \end_layout
11643
11644 \begin_layout Standard
11645 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11646  und verwenden dann den Knopf 
11647 \begin_inset Info
11648 type  "icon"
11649 arg   "inset-modify tabular multicolumn"
11650 \end_inset
11651
11652  in der Werkzeugleiste, das Menü 
11653 \family sans
11654 Bearbeiten\SpecialChar menuseparator
11655 Tabelle\SpecialChar menuseparator
11656 Mehrfachspalte
11657 \family default
11658 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11659  
11660 \family sans
11661 Mehrfachspalte
11662 \family default
11663 .
11664 \end_layout
11665
11666 \begin_layout Standard
11667 Mehrfachspalten haben ihre eigenen Einstellungen.
11668  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11669  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11670  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11671 \begin_inset Separator parbreak
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="4">
11681 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <column alignment="center" valignment="middle">
11684 <column alignment="center" valignment="top" width="0in">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 abc
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 def ghi
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 jkl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \family roman
11731 \series medium
11732 \shape up
11733 \size normal
11734 \emph off
11735 \bar no
11736 \noun off
11737 \color none
11738 A
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 B
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 C
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 D
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 1
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 2
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 3
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 4
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Subsubsection
11817 Mehrfachspalten-Berechnungen
11818 \begin_inset CommandInset label
11819 LatexCommand label
11820 name "uab:Mehrfachspalten-Berechnungen"
11821
11822 \end_inset
11823
11824
11825 \begin_inset Index idx
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Mahrfachspalten ! Berechnung
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \begin_inset Index idx
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Tabellen ! Mahrfachspalten ! Berechnung
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Standard
11848 \SpecialChar LyX
11849  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11850  Zellen beachten.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \begin_inset Float table
11855 placement h
11856 wide false
11857 sideways false
11858 status open
11859
11860 \begin_layout Plain Layout
11861 \begin_inset Caption Standard
11862
11863 \begin_layout Plain Layout
11864 \begin_inset CommandInset label
11865 LatexCommand label
11866 name "tab:Table-with-centered"
11867
11868 \end_inset
11869
11870 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11871  die halbe Breite der Mehrfachspalten-Zelle haben
11872 \begin_inset Argument 1
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Eine Mehrfachspalten-Tabelle
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 \align center
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="3" columns="3">
11893 <features tabularvalignment="middle">
11894 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11895 <column alignment="center" valignment="middle">
11896 <column alignment="center" valignment="top">
11897 <row>
11898 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 Dies ist eine Mehrfach\SpecialChar softhyphen
11903 spalten-Zelle
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 c
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 <row>
11928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 d
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 e
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 f
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 g
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 h
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 i
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 </lyxtabular>
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \end_layout
11996
11997 \begin_layout Standard
11998 Um Tabelle
11999 \begin_inset space ~
12000 \end_inset
12001
12002
12003 \begin_inset CommandInset ref
12004 LatexCommand ref
12005 reference "tab:Table-with-centered"
12006
12007 \end_inset
12008
12009  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12010  3×3-Tabelle, kreuzen im 
12011 \family sans
12012 Tabellen-Einstellungen
12013 \family default
12014 -Dialog 
12015 \family sans
12016 Mehrfachspalte
12017 \family default
12018  an, setzen die 
12019 \family sans
12020 Horizontale
12021 \begin_inset space ~
12022 \end_inset
12023
12024 Ausrichtung
12025 \family default
12026  auf 
12027 \family sans
12028 Zentriert
12029 \family default
12030  und die 
12031 \family sans
12032 Breite
12033 \family default
12034  auf 2.5
12035 \begin_inset space \thinspace{}
12036 \end_inset
12037
12038 cm.
12039  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12040  Sie die Breite der ersten Spalte auf 1.25
12041 \begin_inset space \thinspace{}
12042 \end_inset
12043
12044 cm setzen.
12045  Die zweite Spalte wird dann automatisch 1.25
12046 \begin_inset space \thinspace{}
12047 \end_inset
12048
12049 cm breit (Breite der 
12050 \family sans
12051 Mehrfachspalte
12052 \family default
12053  
12054 \begin_inset Formula $-$
12055 \end_inset
12056
12057  Breite der ersten Spalte).
12058  Dies wurde so für Tabelle
12059 \begin_inset space ~
12060 \end_inset
12061
12062
12063 \begin_inset CommandInset ref
12064 LatexCommand ref
12065 reference "tab:Table-without-half"
12066
12067 \end_inset
12068
12069  gemacht.
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \begin_inset Float table
12074 wide false
12075 sideways false
12076 status open
12077
12078 \begin_layout Plain Layout
12079 \begin_inset Caption Standard
12080
12081 \begin_layout Plain Layout
12082 \begin_inset CommandInset label
12083 LatexCommand label
12084 name "tab:Table-without-half"
12085
12086 \end_inset
12087
12088 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12089  wie die Mehrfachspalte
12090 \begin_inset Argument 1
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 Eine unvollkommene Mehrfachspalten-Tabelle
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Plain Layout
12108 \align center
12109 \begin_inset Tabular
12110 <lyxtabular version="3" rows="3" columns="3">
12111 <features tabularvalignment="middle">
12112 <column alignment="center" valignment="top" width="1.25cm">
12113 <column alignment="center" valignment="top">
12114 <column alignment="center" valignment="top">
12115 <row>
12116 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 Dies ist auch eine Mehr\SpecialChar softhyphen
12121 fach\SpecialChar softhyphen
12122 spalten-Zelle
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 c
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 </row>
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 d
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 e
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 f
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 </row>
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 g
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 h
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 i
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 </lyxtabular>
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12218  als die zweite ist.
12219  Das liegt daran, dass die Zellenbreite 
12220 \begin_inset Formula $W_{\mathrm{tot}}$
12221 \end_inset
12222
12223  nicht ihre definierte Breite 
12224 \begin_inset Formula $W_{g}$
12225 \end_inset
12226
12227  ist, sondern ein wenig mehr.
12228  Anhang
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "kap:Erläuterung-einer-Gleichung"
12236
12237 \end_inset
12238
12239  erklärt das genauer.
12240 \end_layout
12241
12242 \begin_layout Standard
12243 Wenn 
12244 \emph on
12245 n
12246 \emph default
12247  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12248  die definierte Breite 
12249 \begin_inset Formula $W_{g\,n}$
12250 \end_inset
12251
12252  einer Spalte, deren totale Breite = 
12253 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12254 \end_inset
12255
12256  sein soll, wie folgt:
12257 \begin_inset Formula 
12258 \begin{equation}
12259 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12260 \end{equation}
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 In unserem Falls ist 
12269 \begin_inset Formula $n=2$
12270 \end_inset
12271
12272
12273 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12274 \end_inset
12275
12276 cm, und damit wird aus Gleichung
12277 \begin_inset space ~
12278 \end_inset
12279
12280
12281 \begin_inset CommandInset ref
12282 LatexCommand ref
12283 reference "eq:Wgn"
12284
12285 \end_inset
12286
12287  
12288 \begin_inset Formula 
12289 \begin{equation}
12290 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12291 \end{equation}
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Standard
12299 Damit \SpecialChar LaTeX
12300  rechnen kann, muss das Paket 
12301 \series bold
12302 calc
12303 \series default
12304  im Vorspann geladen werden.
12305 \begin_inset Index idx
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 \SpecialChar LaTeX
12310 -Pakete ! calc
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \begin_layout Standard
12319
12320 \series bold
12321
12322 \backslash
12323 usepackage{calc}
12324 \end_layout
12325
12326 \begin_layout Standard
12327 \SpecialChar LyX
12328  erlaubt im 
12329 \family sans
12330 Breite
12331 \family default
12332 -Feld des 
12333 \family sans
12334 Tabellen-Einstellungen
12335 \family default
12336 -Dialogs keine Berechnungen.
12337  Deshalb müssen Sie die Formel für die Breite im Feld 
12338 \family sans
12339 LaTeX-Argument
12340 \family default
12341  eingeben.
12342  Hier iss ein Überblick über die Argumente:
12343 \end_layout
12344
12345 \begin_layout Itemize
12346
12347 \series bold
12348 p{Breite}
12349 \series default
12350  die Zelle bekommt eine feste 
12351 \series bold
12352 Breite
12353 \series default
12354 , und die vertikale Ausrichtung ist 
12355 \family sans
12356 Oben
12357 \end_layout
12358
12359 \begin_layout Itemize
12360
12361 \series bold
12362 m{Breite}
12363 \series default
12364  die Zelle bekommt eine feste 
12365 \series bold
12366 Breite
12367 \series default
12368 , und die vertikale Ausrichtung ist 
12369 \family sans
12370 Mitte
12371 \end_layout
12372
12373 \begin_layout Itemize
12374
12375 \series bold
12376 b{Breite}
12377 \series default
12378  die Zelle bekommt eine feste 
12379 \series bold
12380 Breite
12381 \series default
12382 , und die vertikale Ausrichtung ist 
12383 \family sans
12384 Unten
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Wenn Sie ein \SpecialChar LaTeX
12389 -Argument eingeben, werden alle anderen Einstellungen für diese
12390  Zelle überschrieben.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 \begin_inset Note Greyedout
12395 status open
12396
12397 \begin_layout Plain Layout
12398
12399 \series bold
12400 Bemerkung:
12401 \series default
12402  Wegen eines Fehlers in \SpecialChar LyX
12403  werden die überschriebenen Einstellungen dennoch
12404  angezeigt.
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12414  der Zelle mit dem Inhalt 
12415 \begin_inset Quotes gld
12416 \end_inset
12417
12418 d
12419 \begin_inset Quotes grd
12420 \end_inset
12421
12422  der Tabelle
12423 \begin_inset space ~
12424 \end_inset
12425
12426
12427 \begin_inset CommandInset ref
12428 LatexCommand ref
12429 reference "tab:Table-with-centered"
12430
12431 \end_inset
12432
12433  auch noch der Befehl
12434 \family typewriter
12435 \series bold
12436  
12437 \family default
12438
12439 \backslash
12440 centering
12441 \series default
12442  hinzugefügt.
12443  Das Ganze sieht dann so aus:
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449 |>{
12450 \backslash
12451 centering}m{1.25cm-6.2pt}
12452 \end_layout
12453
12454 \begin_layout Standard
12455 Der vertikale Strich 
12456 \series bold
12457
12458 \begin_inset Quotes gld
12459 \end_inset
12460
12461 |
12462 \series default
12463
12464 \begin_inset Quotes grd
12465 \end_inset
12466
12467  am Anfang zeichnet die linke Linie, und der Befehl 
12468 \series bold
12469
12470 \begin_inset Quotes gld
12471 \end_inset
12472
12473 >{ }
12474 \begin_inset Quotes grd
12475 \end_inset
12476
12477
12478 \series default
12479  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12480  der Zelle benutzt werden sollen.
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12485  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12486  Ausrichtungen nur für
12487  einzelne Spalten anwendet.
12488  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12489 -Argument benutzt werden:
12490 \end_layout
12491
12492 \begin_layout Standard
12493
12494 \series bold
12495 |>{
12496 \backslash
12497 centering}m{2.5cm}|
12498 \end_layout
12499
12500 \begin_layout Subsection
12501 Mehrfachzeilen
12502 \begin_inset CommandInset label
12503 LatexCommand label
12504 name "uab:Mehrfachzeilen"
12505
12506 \end_inset
12507
12508
12509 \begin_inset Index idx
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Mehrfachzeilen
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \begin_inset Index idx
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523 Tabellen ! Mehrfachzeilen
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \begin_layout Standard
12532 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12533  und verwenden dann den Knopf 
12534 \begin_inset Info
12535 type  "icon"
12536 arg   "inset-modify tabular multirow"
12537 \end_inset
12538
12539  in der Werkzeugleiste, das Menü 
12540 \family sans
12541 Bearbeiten\SpecialChar menuseparator
12542 Tabelle\SpecialChar menuseparator
12543 Mehrfachzeile
12544 \family default
12545 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12546  
12547 \family sans
12548 Mehrfachzeile
12549 \family default
12550 .
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12555 \begin_inset Separator parbreak
12556 \end_inset
12557
12558
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \align center
12563 \begin_inset Tabular
12564 <lyxtabular version="3" rows="3" columns="3">
12565 <features tabularvalignment="middle">
12566 <column alignment="center" valignment="top" width="0pt">
12567 <column alignment="center" valignment="top">
12568 <column alignment="center" valignment="top">
12569 <row>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 ein langer Eintrag
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 b
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 c
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 Mehrfachzeile
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 e
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 f
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 </row>
12627 <row>
12628 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 h
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 i
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 </row>
12656 </lyxtabular>
12657
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \begin_layout Standard
12664 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12665  Spalte festgelegt.
12666  Der 
12667 \family sans
12668 Vertikale Versatz
12669 \family default
12670  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12671  positiv/negativ ist.
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12676  die Mehrfachzeile die Ausrichtung der Spalte.
12677  Ansonsten ist sie standardmäßig links ausgerichtet.
12678  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12679 \series bold
12680
12681 \backslash
12682 multirowsetup
12683 \series default
12684  mit dem Befehl
12685 \end_layout
12686
12687 \begin_layout Standard
12688
12689 \series bold
12690
12691 \backslash
12692 renewcommand{
12693 \backslash
12694 multirowsetup}{
12695 \backslash
12696 centering}
12697 \end_layout
12698
12699 \begin_layout Standard
12700 im \SpecialChar LaTeX
12701 -Vorspann.
12702  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12703  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12704  auch mittels \SpecialChar TeX
12705 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12706 -Vorspann, erneuert
12707  werden.
12708  Für rechtsbündigen Text ersetzt man 
12709 \series bold
12710
12711 \backslash
12712 centering
12713 \series default
12714  durch 
12715 \series bold
12716
12717 \backslash
12718 raggedleft
12719 \series default
12720 .
12721  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12722 \series bold
12723
12724 \backslash
12725 raggedright
12726 \series default
12727  verwendet.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12732  die -4
12733 \begin_inset space \thinspace{}
12734 \end_inset
12735
12736 mm vertikalen Versatz hat und sich in einer 3
12737 \begin_inset space \thinspace{}
12738 \end_inset
12739
12740 cm breiten Spalte befindet:
12741 \begin_inset Separator parbreak
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \begin_layout Standard
12748 \noindent
12749 \align center
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755
12756 \backslash
12757 renewcommand{
12758 \backslash
12759 multirowsetup}{
12760 \backslash
12761 raggedleft}
12762 \end_layout
12763
12764 \end_inset
12765
12766
12767 \begin_inset Tabular
12768 <lyxtabular version="3" rows="4" columns="3">
12769 <features tabularvalignment="middle">
12770 <column alignment="center" valignment="top" width="3cm">
12771 <column alignment="center" valignment="top">
12772 <column alignment="center" valignment="top">
12773 <row>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 ein langer Eintrag
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 b
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 c
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 t
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 n
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 m
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 </row>
12831 <row>
12832 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Mehrfachzeile
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 e
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 f
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 h
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 i
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 </lyxtabular>
12890
12891 \end_inset
12892
12893
12894 \begin_inset ERT
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898
12899
12900 \backslash
12901 renewcommand{
12902 \backslash
12903 multirowsetup}{
12904 \backslash
12905 raggedright}
12906 \end_layout
12907
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \begin_layout Standard
12914 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12915  (Tastenkürzel 
12916 \family sans
12917 Strg+Enter
12918 \family default
12919 ) verwenden.
12920  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12921 \begin_inset Separator parbreak
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928 \noindent
12929 \align center
12930 \begin_inset Tabular
12931 <lyxtabular version="3" rows="3" columns="2">
12932 <features tabularvalignment="middle">
12933 <column alignment="left" valignment="middle" width="2cm">
12934 <column alignment="center" valignment="top">
12935 <row>
12936 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 aaa
12941 \begin_inset Newline newline
12942 \end_inset
12943
12944 aaa
12945 \begin_inset Newline newline
12946 \end_inset
12947
12948 falsche Zelle
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 ccc
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 ddd
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 </row>
12983 <row>
12984 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 bbb
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 eee
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 </lyxtabular>
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Standard
13011 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13012 \end_layout
13013
13014 \begin_layout Subsection
13015 Zellen mit diagonalen Linien
13016 \end_layout
13017
13018 \begin_layout Standard
13019 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13020  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13021  oder zwei diagonalen Linien zu teilen.
13022  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13023 -Paket 
13024 \series bold
13025 diagbox
13026 \series default
13027
13028 \begin_inset Index idx
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032 \SpecialChar LaTeX
13033 -Pakete ! diagbox
13034 \end_layout
13035
13036 \end_inset
13037
13038  im \SpecialChar LaTeX
13039 -Vorspann lädt.
13040  Das Paket stellt den Befehl 
13041 \series bold
13042
13043 \backslash
13044 diagbox
13045 \series default
13046  zur Verfügung, der als \SpecialChar TeX
13047 -Code eingefügt wird und 2 oder 3
13048 \begin_inset space ~
13049 \end_inset
13050
13051 Argumente hat:
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 diagbox[Optionen]{links unten}{rechts oben}
13060 \end_layout
13061
13062 \begin_layout Standard
13063
13064 \series bold
13065
13066 \backslash
13067 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13068 \end_layout
13069
13070 \begin_layout Standard
13071 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13072  die Argumente werden unter und über diese Linie platziert.
13073  Das zweite Schema teilt die Zelle mit 2
13074 \begin_inset space ~
13075 \end_inset
13076
13077 Linien.
13078 \end_layout
13079
13080 \begin_layout Standard
13081 \begin_inset ERT
13082 status collapsed
13083
13084 \begin_layout Plain Layout
13085
13086
13087 \backslash
13088 ifdiagbox
13089 \end_layout
13090
13091 \end_inset
13092
13093
13094 \begin_inset Note Note
13095 status open
13096
13097 \begin_layout Plain Layout
13098 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13099 -Paket 
13100 \series bold
13101 diagbox
13102 \series default
13103  installiert ist.
13104 \end_layout
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Hier ist eine Beispieltabelle in der 
13113 \series bold
13114
13115 \backslash
13116 diagbox 
13117 \series default
13118 im 2-Argument Schema in der ersten Zelle verwendet wird:
13119 \begin_inset VSpace medskip
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \begin_layout Standard
13126 \noindent
13127 \begin_inset Tabular
13128 <lyxtabular version="3" rows="4" columns="4">
13129 <features tabularvalignment="middle">
13130 <column alignment="center" valignment="top">
13131 <column alignment="center" valignment="top">
13132 <column alignment="center" valignment="top">
13133 <column alignment="center" valignment="top">
13134 <row>
13135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 \begin_inset ERT
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143
13144
13145 \backslash
13146 diagbox{
13147 \end_layout
13148
13149 \end_inset
13150
13151 Name
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157 }{
13158 \end_layout
13159
13160 \end_inset
13161
13162 Parameter
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167
13168 }
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Dicke in nm
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 Transparenz in %
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 Härte in MPa
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row>
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Perfekt Grün
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 45
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 80
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 504
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 Dunkel Multi-P
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 60
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 72
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 982
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 Kristallklar Pro
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 18
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 86
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 374
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 </row>
13320 </lyxtabular>
13321
13322 \end_inset
13323
13324
13325 \begin_inset VSpace medskip
13326 \end_inset
13327
13328
13329 \end_layout
13330
13331 \begin_layout Standard
13332 \begin_inset Newpage newpage
13333 \end_inset
13334
13335
13336 \end_layout
13337
13338 \begin_layout Standard
13339 Das 3-Argument Schema ist z.
13340 \begin_inset space \thinspace{}
13341 \end_inset
13342
13343 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13344 \begin_inset Separator parbreak
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 \noindent
13352 \align center
13353 \begin_inset Tabular
13354 <lyxtabular version="3" rows="4" columns="4">
13355 <features tabularvalignment="middle">
13356 <column alignment="center" valignment="top" width="0pt">
13357 <column alignment="center" valignment="top">
13358 <column alignment="center" valignment="top">
13359 <column alignment="center" valignment="top">
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 \begin_inset ERT
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369
13370
13371 \backslash
13372 diagbox{
13373 \end_layout
13374
13375 \end_inset
13376
13377 Heim
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383 }{
13384 \end_layout
13385
13386 \end_inset
13387
13388 Ergebnis
13389 \begin_inset ERT
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393
13394 }{
13395 \end_layout
13396
13397 \end_inset
13398
13399 Auswärts
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405 }
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 Tiger
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Panther
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 Falken
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Tiger
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 1:3
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 0:1
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 <row>
13482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 Panther
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 3:1
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 0:0
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 </row>
13519 <row>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 Falken
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 1:0
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 0:0
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 </lyxtabular>
13558
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13566  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13567 \begin_inset Separator parbreak
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \noindent
13575 \align center
13576 \begin_inset Tabular
13577 <lyxtabular version="3" rows="5" columns="5">
13578 <features tabularvalignment="middle">
13579 <column alignment="center" valignment="top" width="0pt">
13580 <column alignment="center" valignment="top">
13581 <column alignment="center" valignment="top">
13582 <column alignment="center" valignment="top">
13583 <column alignment="center" valignment="top">
13584 <row>
13585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset ERT
13590 status open
13591
13592 \begin_layout Plain Layout
13593
13594
13595 \backslash
13596 diagbox{
13597 \end_layout
13598
13599 \end_inset
13600
13601 Heim
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607 }{
13608 \end_layout
13609
13610 \end_inset
13611
13612 Ergebnis
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618 }{
13619 \end_layout
13620
13621 \end_inset
13622
13623 Auswärts
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }
13630 \end_layout
13631
13632 \end_inset
13633
13634
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 Tiger
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 Panther
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 Falken
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 \begin_inset ERT
13671 status open
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 diagbox[dir=NE]{
13678 \end_layout
13679
13680 \end_inset
13681
13682 Heim
13683 \begin_inset ERT
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687
13688 }{
13689 \end_layout
13690
13691 \end_inset
13692
13693 Ergebnis
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Auswärts
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Tiger
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 1:3
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 0:1
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Tiger
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Panther
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 3:1
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 0:0
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 Panther
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Falken
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 1:0
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 0:0
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Falken
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 \begin_inset ERT
13868 status open
13869
13870 \begin_layout Plain Layout
13871
13872
13873 \backslash
13874 diagbox[dir=SW]{
13875 \end_layout
13876
13877 \end_inset
13878
13879 Heim
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885 }{
13886 \end_layout
13887
13888 \end_inset
13889
13890 Ergebnis
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Auswärts
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 Tiger
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 Panther
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 Falken
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 \begin_inset ERT
13949 status open
13950
13951 \begin_layout Plain Layout
13952
13953
13954 \backslash
13955 diagbox[dir=SE]{
13956 \end_layout
13957
13958 \end_inset
13959
13960 Heim
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966 }{
13967 \end_layout
13968
13969 \end_inset
13970
13971 Ergebnis
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Auswärts
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988 }
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14008 \series bold
14009 dir=Richtung
14010 \series default
14011  verwendet.
14012  
14013 \emph on
14014 Richtung
14015 \emph default
14016  ist entweder 
14017 \series bold
14018 NE
14019 \series default
14020
14021 \series bold
14022 DE
14023 \series default
14024
14025 \series bold
14026 SW
14027 \series default
14028  oder 
14029 \series bold
14030 NW
14031 \series default
14032  und stellt eine Himmelsrichtung dar.
14033  
14034 \series bold
14035 SW
14036 \series default
14037  ist z.
14038 \begin_inset space \thinspace{}
14039 \end_inset
14040
14041 B.
14042  die Südwestecke.
14043  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14044 \end_layout
14045
14046 \begin_layout Standard
14047
14048 \series bold
14049
14050 \backslash
14051 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14052 \end_layout
14053
14054 \begin_layout Standard
14055 verwendet.
14056  Wenn keine Richtung angegeben ist, wird NW verwendet.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14061  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14062 e ist, ragt der Inhalt über die Zelle hinaus:
14063 \begin_inset Separator parbreak
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \noindent
14071 \align center
14072 \begin_inset Tabular
14073 <lyxtabular version="3" rows="2" columns="2">
14074 <features tabularvalignment="middle">
14075 <column alignment="center" valignment="top" width="3cm">
14076 <column alignment="center" valignment="top">
14077 <row>
14078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 diagbox{
14090 \end_layout
14091
14092 \end_inset
14093
14094 Name
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100 }{
14101 \end_layout
14102
14103 \end_inset
14104
14105 Parameter
14106 \begin_inset ERT
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110
14111 }
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 Dicke in nm
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 </row>
14131 <row>
14132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 Perfekt Grün
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 45
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 </lyxtabular>
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14160  verwendet man die Befehlsoption 
14161 \series bold
14162 width=3cm
14163 \series default
14164  (ersetzen Sie '3cm' durch die benötigte Breite).
14165  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14166 \begin_inset space \thinspace{}
14167 \end_inset
14168
14169 cm gesetzt.
14170  Für 
14171 \series bold
14172
14173 \backslash
14174 diagbox
14175 \series default
14176  wird eine Breite von 4
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180 cm + 2
14181 \begin_inset space \thinspace{}
14182 \end_inset
14183
14184
14185 \backslash
14186 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14187  diesem Fall 4
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14192  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14193 \series bold
14194
14195 \backslash
14196 diagbox
14197 \series default
14198  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14199  später verwenden kann.
14200  Dies wird mit den \SpecialChar TeX
14201 -Code Befehlen
14202 \end_layout
14203
14204 \begin_layout Standard
14205
14206 \series bold
14207
14208 \backslash
14209 newlength{
14210 \backslash
14211 diagtest}
14212 \begin_inset Newline newline
14213 \end_inset
14214
14215
14216 \backslash
14217 setlength{
14218 \backslash
14219 diagtest}{4cm+2
14220 \backslash
14221 tabcolsep}
14222 \end_layout
14223
14224 \begin_layout Standard
14225 erreicht.
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 newlength{
14237 \backslash
14238 diagtest}
14239 \end_layout
14240
14241 \begin_layout Plain Layout
14242
14243
14244 \backslash
14245 setlength{
14246 \backslash
14247 diagtest}{4cm+2
14248 \backslash
14249 tabcolsep}
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 Um Berechnungen in \SpecialChar LaTeX
14259  zu aktivieren, muss das Paket 
14260 \series bold
14261 calc
14262 \series default
14263
14264 \begin_inset Index idx
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268 \SpecialChar LaTeX
14269 -Pakete ! calc
14270 \end_layout
14271
14272 \end_inset
14273
14274  im \SpecialChar LaTeX
14275 -Vorspann geladen werden.
14276 \end_layout
14277
14278 \begin_layout Standard
14279 In der Tabelle kann man nun den Befehl
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 diagbox[width=
14288 \backslash
14289 diagtest]{A}{B}
14290 \end_layout
14291
14292 \begin_layout Standard
14293 in der ersten Zelle verwenden:
14294 \begin_inset Separator parbreak
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="2" columns="2">
14305 <features tabularvalignment="middle">
14306 <column alignment="center" valignment="top" width="4cm">
14307 <column alignment="center" valignment="top">
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 \begin_inset ERT
14314 status open
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 diagbox[width=
14321 \backslash
14322 diagtest]{
14323 \end_layout
14324
14325 \end_inset
14326
14327 A
14328 \begin_inset ERT
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332
14333 }{
14334 \end_layout
14335
14336 \end_inset
14337
14338 B
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344 }
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 Dicke in nm
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 Perfekt Grün
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 45
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 </row>
14384 </lyxtabular>
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14393  muss.
14394  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14395  wie in in dieser Tabelle:
14396 \begin_inset Separator parbreak
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \noindent
14404 \align center
14405 \begin_inset Tabular
14406 <lyxtabular version="3" rows="2" columns="2">
14407 <features tabularvalignment="middle">
14408 <column alignment="center" valignment="top" width="0pt">
14409 <column alignment="center" valignment="top">
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 \begin_inset ERT
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419
14420
14421 \backslash
14422 diagbox{
14423 \end_layout
14424
14425 \end_inset
14426
14427 A
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433 }{
14434 \end_layout
14435
14436 \end_inset
14437
14438 B
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 Dicke in nm
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 </row>
14464 <row>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 Perfekt Grün
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 45
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 </lyxtabular>
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 Verwenden Sie in diesem Fall die Option 
14493 \series bold
14494 width
14495 \series default
14496  des Befehls 
14497 \series bold
14498
14499 \backslash
14500 diagbox
14501 \series default
14502 .
14503  Es ist dabei nicht notwendig, 2
14504 \backslash
14505 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14506  ist.
14507  In dieser Tabelle wird eine Breite von 3
14508 \begin_inset space \thinspace{}
14509 \end_inset
14510
14511 cm verwendet:
14512 \begin_inset Separator parbreak
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Standard
14519 \noindent
14520 \align center
14521 \begin_inset Tabular
14522 <lyxtabular version="3" rows="2" columns="2">
14523 <features tabularvalignment="middle">
14524 <column alignment="center" valignment="top" width="0pt">
14525 <column alignment="center" valignment="top">
14526 <row>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset ERT
14532 status open
14533
14534 \begin_layout Plain Layout
14535
14536
14537 \backslash
14538 diagbox[width=3cm]{
14539 \end_layout
14540
14541 \end_inset
14542
14543 A
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549 }{
14550 \end_layout
14551
14552 \end_inset
14553
14554 B
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 Dicke in nm
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 Perfekt Grün
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 45
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14609  Text in der Zelle unterzubringen.
14610  Dies wird mit der 
14611 \series bold
14612
14613 \backslash
14614 diagbox
14615 \series default
14616 -Option 
14617 \series bold
14618 height=3cm
14619 \series default
14620  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14621  In der folgenden Tabelle wird der Befehl
14622 \end_layout
14623
14624 \begin_layout Standard
14625
14626 \series bold
14627
14628 \backslash
14629 diagbox[width=3cm,height=1.4cm]{A
14630 \backslash
14631
14632 \backslash
14633 B}{C
14634 \backslash
14635
14636 \backslash
14637 D}
14638 \end_layout
14639
14640 \begin_layout Standard
14641 in der ersten Zelle verwendet.
14642  Der Befehl 
14643 \series bold
14644
14645 \backslash
14646
14647 \backslash
14648
14649 \series default
14650  erzeugt hierbei den Zeilenumbruch.
14651 \begin_inset Foot
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 Zeilen mit 
14656 \family sans
14657 Strg+Enter
14658 \family default
14659  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \begin_inset Separator parbreak
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \begin_layout Standard
14672 \noindent
14673 \align center
14674 \begin_inset Tabular
14675 <lyxtabular version="3" rows="2" columns="2">
14676 <features tabularvalignment="middle">
14677 <column alignment="center" valignment="top">
14678 <column alignment="center" valignment="top">
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 \begin_inset ERT
14685 status open
14686
14687 \begin_layout Plain Layout
14688
14689
14690 \backslash
14691 diagbox[width=3cm,height=1.4cm]{
14692 \end_layout
14693
14694 \end_inset
14695
14696 A
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702
14703 \backslash
14704
14705 \backslash
14706
14707 \end_layout
14708
14709 \end_inset
14710
14711 B
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717 }{
14718 \end_layout
14719
14720 \end_inset
14721
14722 C
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728
14729 \backslash
14730
14731 \backslash
14732
14733 \end_layout
14734
14735 \end_inset
14736
14737 D
14738 \begin_inset ERT
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742
14743 }
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757 Dicke in nm
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 </row>
14763 <row>
14764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Perfekt Grün
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 45
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 </lyxtabular>
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 else
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \begin_inset Note Note
14805 status open
14806
14807 \begin_layout Plain Layout
14808 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14809 -Paket 
14810 \series bold
14811 diagbox
14812 \series default
14813  nicht installiert ist:
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Standard
14822 Sie müssen das \SpecialChar LaTeX
14823 -Paket 
14824 \series bold
14825 diagbox
14826 \series default
14827  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14828 \end_layout
14829
14830 \begin_layout Standard
14831 \begin_inset ERT
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835
14836
14837 \backslash
14838 fi
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \begin_layout Standard
14847 Für mehr Informationen über das \SpecialChar LaTeX
14848 -Paket 
14849 \series bold
14850 diagbox
14851 \series default
14852 , siehe dessen Dokumentation, 
14853 \begin_inset CommandInset citation
14854 LatexCommand cite
14855 key "diagbox"
14856
14857 \end_inset
14858
14859 .
14860 \end_layout
14861
14862 \begin_layout Section
14863 Formale Tabellen
14864 \begin_inset CommandInset label
14865 LatexCommand label
14866 name "abs:Formale-Tabellen"
14867
14868 \end_inset
14869
14870
14871 \begin_inset Index idx
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Tabellen ! Formale
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 Tabellen werden in Büchern oft wie Tabelle
14885 \begin_inset space ~
14886 \end_inset
14887
14888
14889 \begin_inset CommandInset ref
14890 LatexCommand ref
14891 reference "tab:Formale-Tabelle"
14892
14893 \end_inset
14894
14895  gesetzt.
14896  Diese Tabellen werden
14897 \emph on
14898  formal
14899 \emph default
14900  genannt.
14901  Formale Tabellen bekommen Sie, wenn Sie im 
14902 \family sans
14903 Tabellen-Einstellungen
14904 \family default
14905 -Dialog auf der Karteikarte 
14906 \family sans
14907 Rahmen
14908 \family default
14909  den 
14910 \family sans
14911 Stil
14912 \family default
14913  
14914 \family sans
14915 Formal
14916 \family default
14917  ankreuzen.
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset Float table
14922 placement h
14923 wide false
14924 sideways false
14925 status open
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Caption Standard
14929
14930 \begin_layout Plain Layout
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "tab:Formale-Tabelle"
14934
14935 \end_inset
14936
14937 Formale Tabelle
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Plain Layout
14946 \align center
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="8" columns="4">
14949 <features booktabs="true" tabularvalignment="middle">
14950 <column alignment="center" valignment="top">
14951 <column alignment="right" valignment="top">
14952 <column alignment="right" valignment="top">
14953 <column alignment="right" valignment="top">
14954 <row>
14955 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 System
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" topline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 Chip
14969 \begin_inset space \thinspace{}
14970 \end_inset
14971
14972 1
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 Chip
14982 \begin_inset space \thinspace{}
14983 \end_inset
14984
14985 2
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset ERT
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009
15010
15011 \backslash
15012 cmidrule(r){2-2}
15013 \end_layout
15014
15015 \end_inset
15016
15017
15018 \begin_inset ERT
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022
15023
15024 \backslash
15025 cmidrule(l){3-4}
15026 \end_layout
15027
15028 \end_inset
15029
15030 Detektordicke in µm
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 300
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 300
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 700
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 Kantenwinkel in °
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 3.55
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 2.71
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 7.99
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row topspace="default">
15102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 räumliche Auf\SpecialChar ligaturebreak
15107 lösung in µm
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 4.26
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 10.17
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 10.56
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row topspace="default">
15141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 MTF bei 
15146 \begin_inset Formula $f_{\mathrm{max}}$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 0.53
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 0.37
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 0.39
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row topspace="default">
15183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 cmidrule[2pt](l{10pt}){1-1}
15195 \end_layout
15196
15197 \end_inset
15198
15199 LSF räumliche Auf\SpecialChar ligaturebreak
15200 lösung
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 in µm
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 129.7
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 52.75
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 50.78
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 in % der Pixelgröße
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 76.3
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 95.9
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 92.3
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 </lyxtabular>
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \begin_layout Standard
15322 Abstände zu Tabellenzeilen können auf der Karteikarte 
15323 \family sans
15324 Rahmen
15325 \family default
15326  des 
15327 \family sans
15328 Tabellen-Ein\SpecialChar softhyphen
15329 stel\SpecialChar softhyphen
15330 lun\SpecialChar softhyphen
15331 gen
15332 \family default
15333 -Dialogs hinzugefügt werden, wie in Abschnitt
15334 \begin_inset space ~
15335 \end_inset
15336
15337
15338 \begin_inset CommandInset ref
15339 LatexCommand ref
15340 reference "uab:Zeilenabstand"
15341
15342 \end_inset
15343
15344  beschrieben.
15345 \end_layout
15346
15347 \begin_layout Standard
15348 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15349  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15350  gedruckt aber anders aus.
15351  Die erste und letzte Linie ist 0.08
15352 \begin_inset space \thinspace{}
15353 \end_inset
15354
15355 em dick, während die anderen 0.05
15356 \begin_inset space \thinspace{}
15357 \end_inset
15358
15359 em dick sind.
15360 \end_layout
15361
15362 \begin_layout Standard
15363 Die Standarddicken können im \SpecialChar LaTeX
15364 -Vorspann geändert werden:
15365 \end_layout
15366
15367 \begin_layout Standard
15368
15369 \series bold
15370
15371 \backslash
15372 let
15373 \backslash
15374 mytoprule
15375 \backslash
15376 toprule
15377 \begin_inset Newline newline
15378 \end_inset
15379
15380
15381 \backslash
15382 renewcommand{
15383 \backslash
15384 toprule}{
15385 \backslash
15386 mytoprule[Breite]}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 Dies Beispiel gilt für die oberste Linie, genannt 
15391 \series bold
15392 toprule
15393 \series default
15394 .
15395  Für die letzte müssen Sie 
15396 \series bold
15397 toprule
15398 \series default
15399  durch 
15400 \series bold
15401 bottomrule
15402 \series default
15403  ersetzen.
15404  Die Linien dazwischen heißen 
15405 \series bold
15406 midrule
15407 \series default
15408 .
15409  Für 
15410 \family sans
15411 Breite
15412 \family default
15413  können Sie alle Einheiten benutzen, die in Anhang
15414 \begin_inset space ~
15415 \end_inset
15416
15417
15418 \begin_inset CommandInset ref
15419 LatexCommand ref
15420 reference "kap:In-LyX-verfügbare"
15421
15422 \end_inset
15423
15424  aufgelistet sind.
15425 \end_layout
15426
15427 \begin_layout Standard
15428 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15429  eine Linie unter einer Mehrfachspalte.
15430  \SpecialChar LyX
15431  wird intern den Befehl 
15432 \series bold
15433
15434 \backslash
15435 cmidrule
15436 \series default
15437  benutzen, um diese Linie zu drucken.
15438  Der ganze Befehl sieht so aus:
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15447 \end_layout
15448
15449 \begin_layout Standard
15450 Die 
15451 \series bold
15452
15453 \backslash
15454 cmidrule
15455 \series default
15456 -Optionen werden (noch) nicht von \SpecialChar LyX
15457  unterstützt, also müssen Sie \SpecialChar TeX
15458 -Code benutzen.
15459  
15460 \series bold
15461
15462 \backslash
15463 cmidrule
15464 \series default
15465  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15466 -Code als erstes in die erste
15467  Zelle einer Zeile einfügt.
15468  Die Linie wird dann über der Zeile gedruckt.
15469 \end_layout
15470
15471 \begin_layout Standard
15472 Der Standardwert der optionalen 
15473 \series bold
15474 Höhe
15475 \series default
15476  ist 0.03
15477 \begin_inset space \thinspace{}
15478 \end_inset
15479
15480 em.
15481  Die Linie reicht von 
15482 \series bold
15483 Anfangsspalte
15484 \series default
15485  bis 
15486 \series bold
15487 Endspalte
15488 \series default
15489 .
15490  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15491  Die 
15492 \series bold
15493 Endspalte
15494 \series default
15495  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15496  Der optionale Parameter 
15497 \series bold
15498 trim
15499 \series default
15500  kann die Werte 
15501 \emph on
15502 r
15503 \emph default
15504
15505 \emph on
15506 r{Breite}
15507 \emph default
15508
15509 \emph on
15510 l
15511 \family typewriter
15512 \emph default
15513  
15514 \family default
15515 oder 
15516 \emph on
15517 l{Breite}
15518 \emph default
15519  annehmen, wobei die 
15520 \emph on
15521 Breite
15522 \emph default
15523  optional ist.
15524  
15525 \emph on
15526 l{2pt}
15527 \emph default
15528  zum Beispiel bedeutet, dass die Linie links um 2
15529 \begin_inset space \thinspace{}
15530 \end_inset
15531
15532 pt gekürzt wird.
15533  Ohne Breitenangabe wird die Linie um 0.5
15534 \begin_inset space \thinspace{}
15535 \end_inset
15536
15537 em gekürzt.
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset VSpace bigskip
15542 \end_inset
15543
15544 In Tabelle
15545 \begin_inset space ~
15546 \end_inset
15547
15548
15549 \begin_inset CommandInset ref
15550 LatexCommand ref
15551 reference "tab:Formale-Tabelle"
15552
15553 \end_inset
15554
15555  wurden die Befehle
15556 \end_layout
15557
15558 \begin_layout Standard
15559
15560 \series bold
15561
15562 \backslash
15563 cmidrule(r){2-2}
15564 \backslash
15565 cmidrule(l){3-4}
15566 \end_layout
15567
15568 \begin_layout Standard
15569 am Anfang der zweiten Zeile und
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \series bold
15575
15576 \backslash
15577 cmidrule[2pt](l{10pt}){1-1}
15578 \end_layout
15579
15580 \begin_layout Standard
15581 in der sechsten benutzt.
15582 \end_layout
15583
15584 \begin_layout Standard
15585 \begin_inset VSpace bigskip
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \begin_layout Standard
15592 Sie können mit 
15593 \series bold
15594
15595 \backslash
15596 cmidrule
15597 \series default
15598  auch überlappende Linien wie in Tabelle
15599 \begin_inset space ~
15600 \end_inset
15601
15602
15603 \begin_inset CommandInset ref
15604 LatexCommand ref
15605 reference "tab:Special-booktabs-table"
15606
15607 \end_inset
15608
15609  definieren.
15610  Der Befehl ist:
15611 \end_layout
15612
15613 \begin_layout Standard
15614
15615 \series bold
15616
15617 \backslash
15618 morecmidrules
15619 \end_layout
15620
15621 \begin_layout Standard
15622 In Zeile zwei der Tabelle
15623 \begin_inset space ~
15624 \end_inset
15625
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "tab:Special-booktabs-table"
15630
15631 \end_inset
15632
15633  wurde folgender Befehl benutzt:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 cmidrule(r){2-2}
15642 \backslash
15643 cmidrule(l){3-4}
15644 \backslash
15645 morecmidrules
15646 \begin_inset Newline newline
15647 \end_inset
15648
15649
15650 \backslash
15651 cmidrule{2-4}
15652 \end_layout
15653
15654 \begin_layout Standard
15655 und in Zeile sechs:
15656 \end_layout
15657
15658 \begin_layout Standard
15659
15660 \series bold
15661
15662 \backslash
15663 midrule
15664 \backslash
15665 morecmidrules
15666 \backslash
15667 cmidrule{3-4}
15668 \end_layout
15669
15670 \begin_layout Standard
15671 \begin_inset VSpace bigskip
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \begin_layout Standard
15678 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15679  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15680 \end_layout
15681
15682 \begin_layout Standard
15683
15684 \series bold
15685
15686 \backslash
15687 specialrule{Dicke}{Abstand davor}{Abstand danach}
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15692 -Pakets 
15693 \series bold
15694 booktabs
15695 \series default
15696  
15697 \begin_inset CommandInset citation
15698 LatexCommand cite
15699 key "booktabs"
15700
15701 \end_inset
15702
15703 .
15704 \begin_inset Index idx
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708 \SpecialChar LaTeX
15709 -Pakete ! booktabs
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Standard
15718 \begin_inset Float table
15719 placement h
15720 wide false
15721 sideways false
15722 status open
15723
15724 \begin_layout Plain Layout
15725 \begin_inset Caption Standard
15726
15727 \begin_layout Plain Layout
15728 \begin_inset CommandInset label
15729 LatexCommand label
15730 name "tab:Special-booktabs-table"
15731
15732 \end_inset
15733
15734 Eine spezielle formale Tabelle
15735 \end_layout
15736
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \begin_layout Plain Layout
15743 \align center
15744 \begin_inset Tabular
15745 <lyxtabular version="3" rows="8" columns="4">
15746 <features booktabs="true" tabularvalignment="middle">
15747 <column alignment="center" valignment="top">
15748 <column alignment="center" valignment="top">
15749 <column alignment="right" valignment="top">
15750 <column alignment="right" valignment="top">
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 System
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Chip
15766 \begin_inset space \thinspace{}
15767 \end_inset
15768
15769 1
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 Chip
15779 \begin_inset space \thinspace{}
15780 \end_inset
15781
15782 2
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 \begin_inset ERT
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806
15807
15808 \backslash
15809 cmidrule(r){2-2}
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \begin_inset ERT
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819
15820
15821 \backslash
15822 cmidrule(l){3-4}
15823 \end_layout
15824
15825 \end_inset
15826
15827
15828 \begin_inset ERT
15829 status collapsed
15830
15831 \begin_layout Plain Layout
15832
15833
15834 \backslash
15835 morecmidrules 
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \begin_inset ERT
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845
15846
15847 \backslash
15848 cmidrule{2-4}
15849 \end_layout
15850
15851 \end_inset
15852
15853 Detektordicke in µm
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 300
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 300
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 700
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 Kantenwinkel in °
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 3,55
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 2,71
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 7,99
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row topspace="default">
15925 <cell alignment="center" valignment="top" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 räumliche Auf\SpecialChar ligaturebreak
15930 lösung in µm
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 4,26
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 10,17
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 10,56
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row topspace="default">
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 MTF bei 
15969 \begin_inset Formula $f_{\mathrm{max}}$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 0,53
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 0,37
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 0,39
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 </row>
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 \begin_inset ERT
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014
16015
16016 \backslash
16017 morecmidrules 
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset ERT
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027
16028
16029 \backslash
16030 cmidrule{3-4}
16031 \end_layout
16032
16033 \end_inset
16034
16035 LSF-räumliche Auf\SpecialChar ligaturebreak
16036 lösung
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="center" valignment="top" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 in µm
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 129,7
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 52,75
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 50,78
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 in % der Pixelgröße
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 76,3
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 95,9
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 92,3
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 </lyxtabular>
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Section
16158 Vertikale Tabellen-Ausrichtung
16159 \begin_inset Index idx
16160 status collapsed
16161
16162 \begin_layout Plain Layout
16163 Tabellen ! Ausrichtung
16164 \end_layout
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Standard
16172 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16173  einer Box sein.
16174  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16175 \begin_inset space ~
16176 \end_inset
16177
16178
16179 \begin_inset CommandInset ref
16180 LatexCommand ref
16181 reference "abs:Box-Dialog"
16182
16183 \end_inset
16184
16185  beschrieben.
16186 \end_layout
16187
16188 \begin_layout Standard
16189 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16190 \begin_inset Foot
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 Minipages werden in Abschnitt
16195 \begin_inset space ~
16196 \end_inset
16197
16198
16199 \begin_inset CommandInset ref
16200 LatexCommand ref
16201 reference "abs:Minipage"
16202
16203 \end_inset
16204
16205  beschrieben.
16206 \end_layout
16207
16208 \end_inset
16209
16210  mit 15
16211 \begin_inset space \thinspace{}
16212 \end_inset
16213
16214 col%-Breite:
16215 \end_layout
16216
16217 \begin_layout Itemize
16218 Test 
16219 \begin_inset Box Frameless
16220 position "t"
16221 hor_pos "c"
16222 has_inner_box 1
16223 inner_pos "c"
16224 use_parbox 0
16225 use_makebox 0
16226 width "15col%"
16227 special "none"
16228 height "1in"
16229 height_special "totalheight"
16230 thickness "0.4pt"
16231 separation "3pt"
16232 shadowsize "4pt"
16233 framecolor "black"
16234 backgroundcolor "none"
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Tabular
16239 <lyxtabular version="3" rows="3" columns="3">
16240 <features tabularvalignment="middle">
16241 <column alignment="center" valignment="top">
16242 <column alignment="center" valignment="top">
16243 <column alignment="center" valignment="top">
16244 <row>
16245 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 Tabelle 1
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 b
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 e
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 h
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 c
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 f
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 i
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 </lyxtabular>
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339
16340  Test 
16341 \begin_inset ERT
16342 status collapsed
16343
16344 \begin_layout Plain Layout
16345
16346
16347 \backslash
16348 raisebox{0.85
16349 \backslash
16350 baselineskip}{
16351 \end_layout
16352
16353 \end_inset
16354
16355
16356 \begin_inset Box Frameless
16357 position "t"
16358 hor_pos "c"
16359 has_inner_box 1
16360 inner_pos "c"
16361 use_parbox 0
16362 use_makebox 0
16363 width "15col%"
16364 special "none"
16365 height "1in"
16366 height_special "totalheight"
16367 thickness "0.4pt"
16368 separation "3pt"
16369 shadowsize "4pt"
16370 framecolor "black"
16371 backgroundcolor "none"
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375 \begin_inset Tabular
16376 <lyxtabular version="3" rows="3" columns="3">
16377 <features tabularvalignment="middle">
16378 <column alignment="center" valignment="top">
16379 <column alignment="center" valignment="top">
16380 <column alignment="center" valignment="top">
16381 <row>
16382 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 Tabelle 2
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 b
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 e
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 h
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 c
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 f
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 i
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 </lyxtabular>
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \begin_inset ERT
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482
16483 }
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Itemize
16492 Test 
16493 \begin_inset Box Frameless
16494 position "c"
16495 hor_pos "c"
16496 has_inner_box 1
16497 inner_pos "c"
16498 use_parbox 0
16499 use_makebox 0
16500 width "15col%"
16501 special "none"
16502 height "1in"
16503 height_special "totalheight"
16504 thickness "0.4pt"
16505 separation "3pt"
16506 shadowsize "4pt"
16507 framecolor "black"
16508 backgroundcolor "none"
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512 \begin_inset Tabular
16513 <lyxtabular version="3" rows="3" columns="3">
16514 <features tabularvalignment="middle">
16515 <column alignment="center" valignment="top">
16516 <column alignment="center" valignment="top">
16517 <column alignment="center" valignment="top">
16518 <row>
16519 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 Tabelle 3
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 b
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 e
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 h
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 c
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 f
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 i
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 </lyxtabular>
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \begin_layout Itemize
16618 Test 
16619 \begin_inset Box Frameless
16620 position "b"
16621 hor_pos "c"
16622 has_inner_box 1
16623 inner_pos "c"
16624 use_parbox 0
16625 use_makebox 0
16626 width "15col%"
16627 special "none"
16628 height "1in"
16629 height_special "totalheight"
16630 thickness "0.4pt"
16631 separation "3pt"
16632 shadowsize "4pt"
16633 framecolor "black"
16634 backgroundcolor "none"
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Tabular
16639 <lyxtabular version="3" rows="3" columns="3">
16640 <features tabularvalignment="middle">
16641 <column alignment="center" valignment="top">
16642 <column alignment="center" valignment="top">
16643 <column alignment="center" valignment="top">
16644 <row>
16645 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 Tabelle 4
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 b
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 e
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 h
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 c
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 f
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 i
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 </lyxtabular>
16732
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739
16740 Test 
16741 \begin_inset ERT
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745
16746
16747 \backslash
16748 raisebox{-0.32
16749 \backslash
16750 baselineskip}{
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \begin_inset Box Frameless
16757 position "b"
16758 hor_pos "c"
16759 has_inner_box 1
16760 inner_pos "c"
16761 use_parbox 0
16762 use_makebox 0
16763 width "15col%"
16764 special "none"
16765 height "1in"
16766 height_special "totalheight"
16767 thickness "0.4pt"
16768 separation "3pt"
16769 shadowsize "4pt"
16770 framecolor "black"
16771 backgroundcolor "none"
16772 status collapsed
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Tabular
16776 <lyxtabular version="3" rows="3" columns="3">
16777 <features tabularvalignment="middle">
16778 <column alignment="center" valignment="top">
16779 <column alignment="center" valignment="top">
16780 <column alignment="center" valignment="top">
16781 <row>
16782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 Tabelle 5
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 b
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 e
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 h
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 c
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 f
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 i
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 </lyxtabular>
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \begin_inset ERT
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882
16883 }
16884 \end_layout
16885
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Standard
16892 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16893 \begin_inset space \space{}
16894 \end_inset
16895
16896 1 und letzten Zeile von Tabelle
16897 \begin_inset space \space{}
16898 \end_inset
16899
16900 4 bezüglich dem Wort 
16901 \begin_inset Quotes gld
16902 \end_inset
16903
16904 Test
16905 \begin_inset Quotes grd
16906 \end_inset
16907
16908  nicht richtig ausgerichtet.
16909  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16910 \begin_inset Quotes gld
16911 \end_inset
16912
16913 Raisebox
16914 \begin_inset Quotes grd
16915 \end_inset
16916
16917
16918 \begin_inset Foot
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922 Raiseboxen werden in Abschnitt
16923 \begin_inset space ~
16924 \end_inset
16925
16926
16927 \begin_inset CommandInset ref
16928 LatexCommand ref
16929 reference "uab:Vertikale-Ausrichtung"
16930
16931 \end_inset
16932
16933  beschrieben.
16934 \end_layout
16935
16936 \end_inset
16937
16938  setzen.
16939  In Tabelle
16940 \begin_inset space \space{}
16941 \end_inset
16942
16943 2 wurde der Text mit dem Befehl
16944 \end_layout
16945
16946 \begin_layout Standard
16947
16948 \series bold
16949
16950 \backslash
16951 raisebox{0.85
16952 \backslash
16953 baselineskip}{
16954 \end_layout
16955
16956 \begin_layout Standard
16957 vor der Box ausgerichtet.
16958  Hinter der Box wurde auch noch 
16959 \series bold
16960 }
16961 \series default
16962  als \SpecialChar TeX
16963 -Code eingefügt, weil der obige Befehl mit 
16964 \series bold
16965 {
16966 \series default
16967  aufhörte.
16968  Für Tabelle
16969 \begin_inset space \space{}
16970 \end_inset
16971
16972 5 wurde der Befehl
16973 \end_layout
16974
16975 \begin_layout Standard
16976
16977 \series bold
16978
16979 \backslash
16980 raisebox{-0.32
16981 \backslash
16982 baselineskip}{
16983 \end_layout
16984
16985 \begin_layout Standard
16986 benutzt.
16987 \end_layout
16988
16989 \begin_layout Standard
16990 \begin_inset Note Greyedout
16991 status open
16992
16993 \begin_layout Plain Layout
16994
16995 \series bold
16996 Bemerkung:
16997 \series default
16998  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16999  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17000  Der Faktor im 
17001 \series bold
17002
17003 \backslash
17004 raisebox
17005 \series default
17006 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Section
17015 Farbige Tabellen
17016 \begin_inset CommandInset label
17017 LatexCommand label
17018 name "abs:Farbige-Tabellen"
17019
17020 \end_inset
17021
17022
17023 \begin_inset Index idx
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027 Tabellen ! farbige
17028 \end_layout
17029
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \begin_layout Subsection
17036 Farbige Zellen
17037 \begin_inset Index idx
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 farbige !  Tabellenzellen
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset Float table
17051 placement h
17052 wide false
17053 sideways false
17054 status open
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Caption Standard
17058
17059 \begin_layout Plain Layout
17060 \begin_inset CommandInset label
17061 LatexCommand label
17062 name "tab:Farbige-Tabelle-ohne"
17063
17064 \end_inset
17065
17066 Farbige Tabelle, ohne Paket 
17067 \series bold
17068 colortbl
17069 \series default
17070
17071 \begin_inset Argument 1
17072 status collapsed
17073
17074 \begin_layout Plain Layout
17075 Tabelle ohne 
17076 \family typewriter
17077 colortbl
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \begin_layout Plain Layout
17091 \align center
17092 \begin_inset Tabular
17093 <lyxtabular version="3" rows="3" columns="3">
17094 <features tabularvalignment="middle">
17095 <column alignment="center" valignment="top">
17096 <column alignment="center" valignment="top">
17097 <column alignment="center" valignment="top">
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \color green
17105 a
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \color red
17116 b
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \color red
17127 c
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \color green
17140 d
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \color blue
17151 e
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \color blue
17162 f
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \color green
17175 g
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \color blue
17186 h
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \color blue
17197 i
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 </lyxtabular>
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \begin_layout Standard
17216 Wenn Sie nur farbigen Text
17217 \begin_inset Index idx
17218 status collapsed
17219
17220 \begin_layout Plain Layout
17221 Farbe ! für Text
17222 \end_layout
17223
17224 \end_inset
17225
17226  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17227 \family sans
17228 Textstil
17229 \family default
17230 -Dialog (Werkzeugleistenknopf 
17231 \begin_inset Info
17232 type  "icon"
17233 arg   "dialog-show character"
17234 \end_inset
17235
17236 ) wie es in Tabelle
17237 \begin_inset space ~
17238 \end_inset
17239
17240
17241 \begin_inset CommandInset ref
17242 LatexCommand ref
17243 reference "tab:Farbige-Tabelle-ohne"
17244
17245 \end_inset
17246
17247  gemacht wurde.
17248  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17249 -Paket 
17250 \series bold
17251 colortbl
17252 \series default
17253  benutzen.
17254 \begin_inset Index idx
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258 \SpecialChar LaTeX
17259 -Pakete ! colortbl
17260 \end_layout
17261
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 \begin_inset ERT
17269 status collapsed
17270
17271 \begin_layout Plain Layout
17272
17273
17274 \backslash
17275 ifcolortbl
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \begin_inset Note Note
17282 status open
17283
17284 \begin_layout Plain Layout
17285 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17286 -Paket 
17287 \series bold
17288 colortbl
17289 \series default
17290  installiert ist.
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Standard
17299 Um farbige Tabellen zu erzeugen, muss 
17300 \series bold
17301 colortbl
17302 \series default
17303  im \SpecialChar LaTeX
17304 -Vorspann geladen werden:
17305 \end_layout
17306
17307 \begin_layout Standard
17308
17309 \series bold
17310
17311 \backslash
17312 usepackage{colortbl}
17313 \end_layout
17314
17315 \begin_layout Standard
17316 Die Farbe einer Spalte ändert man dann mit dem Befehl
17317 \end_layout
17318
17319 \begin_layout Standard
17320
17321 \series bold
17322
17323 \backslash
17324 columncolor{Farbname}
17325 \end_layout
17326
17327 \begin_layout Standard
17328 innerhalb des Befehls 
17329 \series bold
17330 >{}
17331 \series default
17332 .
17333  Mehr über den Befehl 
17334 \series bold
17335 >{}
17336 \series default
17337  finden Sie im Abschnitt
17338 \begin_inset space ~
17339 \end_inset
17340
17341
17342 \begin_inset CommandInset ref
17343 LatexCommand ref
17344 reference "uab:Mehrfachspalten-Berechnungen"
17345
17346 \end_inset
17347
17348 .
17349 \end_layout
17350
17351 \begin_layout Standard
17352 Folgende Farbnamen sind vordefiniert:
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \family sans
17358 red
17359 \family default
17360
17361 \family sans
17362 green
17363 \family default
17364
17365 \family sans
17366 yellow
17367 \family default
17368
17369 \family sans
17370 blue
17371 \family default
17372
17373 \family sans
17374 cyan
17375 \family default
17376
17377 \family sans
17378 magenta
17379 \family default
17380
17381 \family sans
17382 black
17383 \family default
17384  und 
17385 \family sans
17386 white
17387 \begin_inset Newline newline
17388 \end_inset
17389
17390 (
17391 \family default
17392 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17393 \end_layout
17394
17395 \begin_layout Standard
17396 \begin_inset VSpace medskip
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Wenn Sie die Optionen
17404 \end_layout
17405
17406 \begin_layout Standard
17407
17408 \series bold
17409 usenames,dvipsnames
17410 \end_layout
17411
17412 \begin_layout Standard
17413 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17414  können Sie zusätzlich weitere 61
17415 \begin_inset space ~
17416 \end_inset
17417
17418 Farben verwenden.
17419  Diese Farben sind in Anhang
17420 \begin_inset space ~
17421 \end_inset
17422
17423
17424 \begin_inset CommandInset ref
17425 LatexCommand ref
17426 reference "kap:Liste-der-dvips-Farbnamen"
17427
17428 \end_inset
17429
17430  aufgelistet.
17431  Eine dieser Farben, 
17432 \family sans
17433 Maroon
17434 \family default
17435 , wird als Beispiel in Tabelle
17436 \begin_inset space ~
17437 \end_inset
17438
17439
17440 \begin_inset CommandInset ref
17441 LatexCommand ref
17442 reference "tab:Eine-mit-colortbl"
17443
17444 \end_inset
17445
17446  verwendet.
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \begin_inset VSpace medskip
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 Sie können auch eigene Farben definieren:
17458 \end_layout
17459
17460 \begin_layout Standard
17461
17462 \series bold
17463
17464 \backslash
17465 definecolor{Farbname}{Farbmodell}{Farbwerte}
17466 \end_layout
17467
17468 \begin_layout Standard
17469 Das Farbmodell kann eins der folgenden sein:
17470 \end_layout
17471
17472 \begin_layout Labeling
17473 \labelwidthstring 00.00.0000
17474 cmyk: cyan, magenta, yellow, black
17475 \end_layout
17476
17477 \begin_layout Labeling
17478 \labelwidthstring 00.00.0000
17479 rgb: red, green blue
17480 \end_layout
17481
17482 \begin_layout Labeling
17483 \labelwidthstring 00.00.0000
17484 gray: gray
17485 \end_layout
17486
17487 \begin_layout Standard
17488 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17489  die die entsprechende Farbe für das Farbmodell beschreiben.
17490 \end_layout
17491
17492 \begin_layout Standard
17493 Im \SpecialChar LaTeX
17494 -Vorspann können Sie zum Beispiel die Farbe 
17495 \emph on
17496
17497 \begin_inset Quotes gld
17498 \end_inset
17499
17500 dunkelgruen
17501 \emph default
17502
17503 \begin_inset Quotes grd
17504 \end_inset
17505
17506  und 
17507 \begin_inset Quotes gld
17508 \end_inset
17509
17510
17511 \emph on
17512 hellgrau
17513 \emph default
17514
17515 \begin_inset Quotes grd
17516 \end_inset
17517
17518  folgendermaßen definieren:
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532
17533 \backslash
17534 definecolor{hellgrau}{gray}{0.8}
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset VSpace medskip
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \begin_layout Standard
17545 Linien werden mit dem Befehl
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 rowcolor{Farbname}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 gefärbt, Zellen mit dem Befehl
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 cellcolor{Farbname}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17570 -Code eingegeben.
17571 \end_layout
17572
17573 \begin_layout Standard
17574 Um nur Text zu färben, verwenden Sie den 
17575 \family sans
17576 Textstil
17577 \family default
17578 -Dialog.
17579  Wenn die Zelle aber \SpecialChar TeX
17580 -Code zum Färben enthält, 
17581 \emph on
17582 markieren Sie nur den Text
17583 \emph default
17584 , sonst werden Sie \SpecialChar LaTeX
17585 -Fehler erzeugen.
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset Note Greyedout
17590 status open
17591
17592 \begin_layout Plain Layout
17593
17594 \series bold
17595 Achtung:
17596 \series default
17597  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17598 \end_layout
17599
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \begin_layout Standard
17606 \begin_inset VSpace medskip
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Die Tabelle
17614 \begin_inset space ~
17615 \end_inset
17616
17617
17618 \begin_inset CommandInset ref
17619 LatexCommand ref
17620 reference "tab:Eine-mit-colortbl"
17621
17622 \end_inset
17623
17624  wurde folgendermaßen erstellt: die erste Spalte soll 
17625 \emph on
17626
17627 \begin_inset Quotes gld
17628 \end_inset
17629
17630 dunkelgruen
17631 \emph default
17632
17633 \begin_inset Quotes grd
17634 \end_inset
17635
17636  werden, also müssen Sie ins 
17637 \family sans
17638 LaTeX-Argument
17639 \family default
17640  der Zellen der ersten Spalte den Befehl
17641 \end_layout
17642
17643 \begin_layout Standard
17644
17645 \series bold
17646 >{
17647 \backslash
17648 columncolor{dunkelgruen}
17649 \backslash
17650 centering}c
17651 \end_layout
17652
17653 \begin_layout Standard
17654 schreiben.
17655  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17656 -Code-Befehl
17657 \end_layout
17658
17659 \begin_layout Standard
17660
17661 \series bold
17662
17663 \backslash
17664 rowcolor{cyan}
17665 \end_layout
17666
17667 \begin_layout Standard
17668 in die erste Zelle der ersten Zeile eingefügt.
17669  Diese Farbe ersetzt die Spaltenfarbe.
17670  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17671  Das wird mit folgendem Befehl erreicht:
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \series bold
17677
17678 \backslash
17679 cellcolor{Maroon}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17684 \family sans
17685 Textstil
17686 \family default
17687 -Dialog.
17688 \end_layout
17689
17690 \begin_layout Standard
17691 \begin_inset Float table
17692 placement h
17693 wide false
17694 sideways false
17695 status open
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Caption Standard
17699
17700 \begin_layout Plain Layout
17701 \begin_inset CommandInset label
17702 LatexCommand label
17703 name "tab:Eine-mit-colortbl"
17704
17705 \end_inset
17706
17707 Eine mit dem Paket 
17708 \series bold
17709 colortbl
17710 \series default
17711  gefärbte Tabelle
17712 \begin_inset Argument 1
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Tabelle mit 
17717 \family typewriter
17718 colortbl
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Plain Layout
17732 \align center
17733 \begin_inset Tabular
17734 <lyxtabular version="3" rows="3" columns="3">
17735 <features tabularvalignment="middle">
17736 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17737 <column alignment="center" valignment="top">
17738 <column alignment="center" valignment="top">
17739 <row>
17740 <cell alignment="center" valignment="top" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 \begin_inset ERT
17745 status open
17746
17747 \begin_layout Plain Layout
17748
17749
17750 \backslash
17751 rowcolor{cyan}
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \color magenta
17758 a
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767
17768 \color red
17769 b
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \color red
17780 c
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \color yellow
17793 d
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802
17803 \color blue
17804 e
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \color blue
17815 f
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \color yellow
17828 g
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837
17838 \color blue
17839 h
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 cellcolor{Maroon}
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \color green
17862 i
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 </lyxtabular>
17869
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \begin_layout Standard
17881 \begin_inset ERT
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885
17886
17887 \backslash
17888 else
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \begin_inset Note Note
17895 status open
17896
17897 \begin_layout Plain Layout
17898 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17899 -Paket 
17900 \series bold
17901 colortbl
17902 \series default
17903  nicht installiert ist:
17904 \end_layout
17905
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \begin_layout Standard
17912 Sie müssen das \SpecialChar LaTeX
17913 -Paket 
17914 \series bold
17915 colortbl
17916 \series default
17917  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 fi
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Subsection
17937 Farbige Zeilen
17938 \begin_inset Index idx
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 farbige ! Tabellenzeilen
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17952  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17953  Man lädt das \SpecialChar LaTeX
17954 -Paket 
17955 \series bold
17956 xcolor
17957 \series default
17958
17959 \begin_inset Index idx
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963 \SpecialChar LaTeX
17964 -Pakete ! xcolor
17965 \begin_inset ERT
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969
17970
17971 \backslash
17972 vspace{4mm}
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \end_inset
17981
17982  im \SpecialChar LaTeX
17983 -Vorspann mit dem Befehl
17984 \end_layout
17985
17986 \begin_layout Standard
17987
17988 \series bold
17989
17990 \backslash
17991 usepackage[table]{xcolor}
17992 \end_layout
17993
17994 \begin_layout Standard
17995
17996 \series bold
17997 xcolor
17998 \series default
17999  lädt automatisch auch das \SpecialChar LaTeX
18000 -Paket 
18001 \series bold
18002 colortbl
18003 \series default
18004
18005 \begin_inset Index idx
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009 \SpecialChar LaTeX
18010 -Pakete ! colortbl
18011 \end_layout
18012
18013 \end_inset
18014
18015 , so dass 
18016 \series bold
18017 colortbl
18018 \series default
18019  in Ihrer \SpecialChar LaTeX
18020 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18021 -Fehler.
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 ifcolortbl
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \begin_inset Note Note
18039 status open
18040
18041 \begin_layout Plain Layout
18042 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18043 -Paket 
18044 \series bold
18045 colortbl
18046 \series default
18047  installiert ist.
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 Die Tabellenzeilen werden mit dem Befehl
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18065 \end_layout
18066
18067 \begin_layout Standard
18068 eingefärbt, der entweder in den \SpecialChar LaTeX
18069 -Vorspann oder als \SpecialChar TeX
18070 -Code vor der ersten
18071  zu färbenden Tabelle eingefügt wird.
18072  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18073  Zeilenfarbe gefärbt werden soll.
18074  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18075  werden.
18076  So führt zum Beispiel der Befehl
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082
18083 \backslash
18084 rowcolors{1}{white}{lightgray}
18085 \end_layout
18086
18087 \begin_layout Standard
18088 zum Farbschema von Tabelle
18089 \begin_inset space ~
18090 \end_inset
18091
18092
18093 \begin_inset CommandInset ref
18094 LatexCommand ref
18095 reference "tab:Tabelle-rowcolors"
18096
18097 \end_inset
18098
18099 .
18100  Der Befehl
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \series bold
18106
18107 \backslash
18108 rowcolors[
18109 \backslash
18110 hline]{1}{lightgray}{cyan}
18111 \end_layout
18112
18113 \begin_layout Standard
18114 führt zum Farbschema von Tabelle
18115 \begin_inset space ~
18116 \end_inset
18117
18118
18119 \begin_inset CommandInset ref
18120 LatexCommand ref
18121 reference "tab:Tabelle-rowcolors-2"
18122
18123 \end_inset
18124
18125 .
18126  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18127  wird keine Farbe verwendet, so dass der Befehl
18128 \end_layout
18129
18130 \begin_layout Standard
18131
18132 \series bold
18133
18134 \backslash
18135 rowcolors{1}{}{}
18136 \end_layout
18137
18138 \begin_layout Standard
18139 alle Farben löscht.
18140  
18141 \series bold
18142
18143 \backslash
18144 rowcolors
18145 \series default
18146  beeinflusst alle diesem Befehl folgenden Tabellen.
18147 \end_layout
18148
18149 \begin_layout Standard
18150 \begin_inset ERT
18151 status open
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 rowcolors{1}{white}{lightgray}
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \begin_layout Standard
18166 \begin_inset Float table
18167 placement h
18168 wide false
18169 sideways false
18170 status open
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Caption Standard
18174
18175 \begin_layout Plain Layout
18176 \begin_inset CommandInset label
18177 LatexCommand label
18178 name "tab:Tabelle-rowcolors"
18179
18180 \end_inset
18181
18182 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18183 \end_layout
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Plain Layout
18191 \align center
18192 \begin_inset Tabular
18193 <lyxtabular version="3" rows="4" columns="3">
18194 <features tabularvalignment="middle">
18195 <column alignment="center" valignment="top">
18196 <column alignment="center" valignment="top" width="0pt">
18197 <column alignment="center" valignment="top" width="0pt">
18198 <row>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 X
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 Y
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 Z
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 1
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 2
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 3
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 4
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 5
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 6
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 7
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 8
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 9
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 </lyxtabular>
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Standard
18327 \begin_inset ERT
18328 status open
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 rowcolors[
18335 \backslash
18336 hline]{1}{lightgray}{cyan}
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Standard
18345 \begin_inset Float table
18346 placement h
18347 wide false
18348 sideways false
18349 status open
18350
18351 \begin_layout Plain Layout
18352 \begin_inset Caption Standard
18353
18354 \begin_layout Plain Layout
18355 \begin_inset CommandInset label
18356 LatexCommand label
18357 name "tab:Tabelle-rowcolors-2"
18358
18359 \end_inset
18360
18361 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18362  Linie zwischen jeder Zeile befindet.
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="4" columns="3">
18374 <features tabularvalignment="middle">
18375 <column alignment="center" valignment="top">
18376 <column alignment="center" valignment="top">
18377 <column alignment="center" valignment="top" width="0pt">
18378 <row>
18379 <cell alignment="center" valignment="top" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 X
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 Y
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 Z
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 1
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 2
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 3
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 4
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 5
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 6
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 7
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 8
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 9
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 </lyxtabular>
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 rowcolors{1}{}{}
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \begin_inset Note Note
18521 status collapsed
18522
18523 \begin_layout Plain Layout
18524 schaltet die Färbung aus
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 \begin_inset ERT
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537
18538
18539 \backslash
18540 else
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \begin_inset Note Note
18547 status open
18548
18549 \begin_layout Plain Layout
18550 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18551 -Paket 
18552 \series bold
18553 colortbl
18554 \series default
18555  nicht installiert ist:
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 Sie müssen das \SpecialChar LaTeX
18565 -Paket 
18566 \series bold
18567 colortbl
18568 \series default
18569  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18570 \end_layout
18571
18572 \begin_layout Standard
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 fi
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Subsection
18589 Farbige Linien
18590 \begin_inset Index idx
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594 farbige !  Tabellenlinien
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Standard
18603 Wie in Abschnitt
18604 \begin_inset space ~
18605 \end_inset
18606
18607
18608 \begin_inset CommandInset ref
18609 LatexCommand ref
18610 reference "uab:Liniendicke"
18611
18612 \end_inset
18613
18614  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18615 \series bold
18616
18617 \backslash
18618 arrayrulewidth
18619 \series default
18620  definiert werden.
18621  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18622 \begin_inset space \thinspace{}
18623 \end_inset
18624
18625 pt gesetzt.
18626 \begin_inset ERT
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630
18631
18632 \backslash
18633 setlength{
18634 \backslash
18635 arrayrulewidth}{1.5pt}
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18645 -Vorspann
18646  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18647 \begin_inset space ~
18648 \end_inset
18649
18650
18651 \begin_inset CommandInset ref
18652 LatexCommand ref
18653 reference "uab:Angepasste-Zellen-/Spaltenformate"
18654
18655 \end_inset
18656
18657  definiert:
18658 \end_layout
18659
18660 \begin_layout Standard
18661
18662 \series bold
18663
18664 \backslash
18665 newcolumntype{W}{!{
18666 \backslash
18667 color{green}
18668 \backslash
18669 vline}}
18670 \end_layout
18671
18672 \begin_layout Standard
18673 In Tabelle
18674 \begin_inset space ~
18675 \end_inset
18676
18677
18678 \begin_inset CommandInset ref
18679 LatexCommand ref
18680 reference "tab:Tabelle-mit-farbigen-vert"
18681
18682 \end_inset
18683
18684  wurde das \SpecialChar LaTeX
18685 -Argument 
18686 \series bold
18687 WcW
18688 \series default
18689  für die letzte und 
18690 \series bold
18691 Wc
18692 \series default
18693  für die anderen Spalten benutzt.
18694 \end_layout
18695
18696 \begin_layout Standard
18697 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18698 \end_layout
18699
18700 \begin_layout Standard
18701 \begin_inset Float table
18702 placement h
18703 wide false
18704 sideways false
18705 status open
18706
18707 \begin_layout Plain Layout
18708 \begin_inset Caption Standard
18709
18710 \begin_layout Plain Layout
18711 \begin_inset CommandInset label
18712 LatexCommand label
18713 name "tab:Tabelle-mit-farbigen-vert"
18714
18715 \end_inset
18716
18717 Tabelle mit farbigen vertikalen Linien
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Plain Layout
18726 \align center
18727 \begin_inset Tabular
18728 <lyxtabular version="3" rows="3" columns="3">
18729 <features tabularvalignment="middle">
18730 <column alignment="center" valignment="top" special="Wc">
18731 <column alignment="center" valignment="top" special="Wc">
18732 <column alignment="center" valignment="top" special="WcW">
18733 <row>
18734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 sd
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 </row>
18762 <row>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" topline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 sd
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 sd
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 </row>
18820 </lyxtabular>
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset VSpace bigskip
18834 \end_inset
18835
18836 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18837 \begin_inset space ~
18838 \end_inset
18839
18840
18841 \begin_inset CommandInset ref
18842 LatexCommand ref
18843 reference "tab:Tabelle-mit-farbigen-horiz"
18844
18845 \end_inset
18846
18847 , müssen Sie folgenden Befehl als \SpecialChar TeX
18848 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18849 \end_layout
18850
18851 \begin_layout Standard
18852
18853 \series bold
18854
18855 \backslash
18856 let
18857 \backslash
18858 myHlineC
18859 \backslash
18860 hline
18861 \begin_inset Newline newline
18862 \end_inset
18863
18864
18865 \backslash
18866 renewcommand{
18867 \backslash
18868 hline}
18869 \begin_inset Newline newline
18870 \end_inset
18871
18872
18873 \begin_inset Phantom HPhantom
18874 status open
18875
18876 \begin_layout Plain Layout
18877
18878 \series bold
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886
18887 {
18888 \backslash
18889 arrayrulecolor{red}
18890 \backslash
18891 myHlineC
18892 \backslash
18893 arrayrulecolor{black}}
18894 \end_layout
18895
18896 \begin_layout Standard
18897 \begin_inset ERT
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901
18902
18903 \backslash
18904 let
18905 \backslash
18906 myHlineC
18907 \backslash
18908 hline
18909 \end_layout
18910
18911 \begin_layout Plain Layout
18912
18913
18914 \backslash
18915 renewcommand{
18916 \backslash
18917 hline}
18918 \end_layout
18919
18920 \begin_layout Plain Layout
18921
18922  {
18923 \backslash
18924 arrayrulecolor{red}
18925 \backslash
18926 myHlineC
18927 \backslash
18928 arrayrulecolor{black}}
18929 \end_layout
18930
18931 \end_inset
18932
18933
18934 \begin_inset Float table
18935 placement h
18936 wide false
18937 sideways false
18938 status open
18939
18940 \begin_layout Plain Layout
18941 \begin_inset Caption Standard
18942
18943 \begin_layout Plain Layout
18944 \begin_inset CommandInset label
18945 LatexCommand label
18946 name "tab:Tabelle-mit-farbigen-horiz"
18947
18948 \end_inset
18949
18950 Tabelle mit farbigen horizontalen Linien
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Plain Layout
18959 \align center
18960 \begin_inset Tabular
18961 <lyxtabular version="3" rows="3" columns="3">
18962 <features tabularvalignment="middle">
18963 <column alignment="center" valignment="top">
18964 <column alignment="center" valignment="top">
18965 <column alignment="center" valignment="top">
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 </row>
18995 <row>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 sd
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 </lyxtabular>
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19067  als \SpecialChar TeX
19068 -Code hinter der Tabelle einfügen:
19069 \end_layout
19070
19071 \begin_layout Standard
19072
19073 \series bold
19074
19075 \backslash
19076 renewcommand{
19077 \backslash
19078 hline}{
19079 \backslash
19080 myHlineC}
19081 \end_layout
19082
19083 \begin_layout Standard
19084 Tabelle
19085 \begin_inset space ~
19086 \end_inset
19087
19088
19089 \begin_inset CommandInset ref
19090 LatexCommand ref
19091 reference "tab:Table-with-colored"
19092
19093 \end_inset
19094
19095  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset Float table
19100 placement h
19101 wide false
19102 sideways false
19103 status open
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Caption Standard
19107
19108 \begin_layout Plain Layout
19109 \begin_inset CommandInset label
19110 LatexCommand label
19111 name "tab:Table-with-colored"
19112
19113 \end_inset
19114
19115 Tabelle mit farbigen Linien
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Plain Layout
19124 \align center
19125 \begin_inset Tabular
19126 <lyxtabular version="3" rows="3" columns="3">
19127 <features tabularvalignment="middle">
19128 <column alignment="center" valignment="top" special="Wc">
19129 <column alignment="center" valignment="top" special="Wc">
19130 <column alignment="center" valignment="top" special="WcW">
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 sd
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 sd
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row topspace="default">
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 sd
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 </lyxtabular>
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset ERT
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235
19236
19237 \backslash
19238 renewcommand{
19239 \backslash
19240 hline}{
19241 \backslash
19242 myHlineC}
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Standard
19251 \begin_inset ERT
19252 status collapsed
19253
19254 \begin_layout Plain Layout
19255
19256
19257 \backslash
19258 setlength{
19259 \backslash
19260 arrayrulewidth}{0.4pt}
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \begin_inset Note Note
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270 setzt die Liniendicke wieder auf ihren Standardwert zurück
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Section
19279 Rotierte Tabellenzellen
19280 \begin_inset CommandInset label
19281 LatexCommand label
19282 name "abs:Rotierte-Tabellenzellen"
19283
19284 \end_inset
19285
19286
19287 \begin_inset Index idx
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 Tabellen ! rotierte Zellen
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 Rotiertes Material
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Standard
19310 \begin_inset Note Greyedout
19311 status open
19312
19313 \begin_layout Plain Layout
19314
19315 \series bold
19316 Achtung:
19317 \series default
19318  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 Tabelle
19328 \begin_inset space ~
19329 \end_inset
19330
19331
19332 \begin_inset CommandInset ref
19333 LatexCommand ref
19334 reference "tab:Tabelle-mit-rotierten"
19335
19336 \end_inset
19337
19338  ist ein Beispiel bei dem 3
19339 \begin_inset space ~
19340 \end_inset
19341
19342 Zellen um 45
19343 \begin_inset space \thinspace{}
19344 \end_inset
19345
19346 ° rotiert wurden.
19347 \end_layout
19348
19349 \begin_layout Standard
19350 \begin_inset Float table
19351 placement h
19352 wide false
19353 sideways false
19354 status open
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Caption Standard
19358
19359 \begin_layout Plain Layout
19360 \begin_inset CommandInset label
19361 LatexCommand label
19362 name "tab:Tabelle-mit-rotierten"
19363
19364 \end_inset
19365
19366 Tabelle mit rotierten Zellen in der ersten Zeile.
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Plain Layout
19375 \noindent
19376 \align center
19377 \begin_inset Tabular
19378 <lyxtabular version="3" rows="2" columns="3">
19379 <features tabularvalignment="middle">
19380 <column alignment="center" valignment="top" width="0pt">
19381 <column alignment="center" valignment="top" width="0pt">
19382 <column alignment="center" valignment="top" width="0pt">
19383 <row>
19384 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 Tassen
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 Teller
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 Untertassen
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 <row>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 45
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 33
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 21
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 </lyxtabular>
19442
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 \begin_inset Note Greyedout
19455 status open
19456
19457 \begin_layout Plain Layout
19458
19459 \series bold
19460 Achtung:
19461 \series default
19462  Zeilenumbrüche (Tastenkürzel 
19463 \family sans
19464 Strg+Enter
19465 \family default
19466 ) sind in rotierten Zellen nicht erlaubt.
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \begin_layout Standard
19475 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19476  den Zelleninhalt in eine Minipage oder Parbox tun.
19477 \begin_inset Foot
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481 Für mehr über diese Boxen siehe Abschnitt
19482 \begin_inset space ~
19483 \end_inset
19484
19485
19486 \begin_inset CommandInset ref
19487 LatexCommand ref
19488 reference "abs:Minipage"
19489
19490 \end_inset
19491
19492  und 
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "abs:Parbox"
19496
19497 \end_inset
19498
19499 .
19500 \end_layout
19501
19502 \end_inset
19503
19504  Wenn Sie diese Zelle um 90
19505 \begin_inset space \thinspace{}
19506 \end_inset
19507
19508 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19509  Tabelle
19510 \begin_inset space ~
19511 \end_inset
19512
19513
19514 \begin_inset CommandInset ref
19515 LatexCommand ref
19516 reference "tab:Tabelle-mit-rotierter-Umbruch"
19517
19518 \end_inset
19519
19520  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19521  auch 3
19522 \begin_inset space \thinspace{}
19523 \end_inset
19524
19525 cm gesetzt wurde.
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset Float table
19530 wide false
19531 sideways false
19532 status open
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Caption Standard
19536
19537 \begin_layout Plain Layout
19538 \begin_inset CommandInset label
19539 LatexCommand label
19540 name "tab:Tabelle-mit-rotierter-Umbruch"
19541
19542 \end_inset
19543
19544 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Plain Layout
19553 \noindent
19554 \align center
19555 \begin_inset Tabular
19556 <lyxtabular version="3" rows="2" columns="3">
19557 <features tabularvalignment="middle">
19558 <column alignment="center" valignment="top">
19559 <column alignment="center" valignment="top" width="0pt">
19560 <column alignment="center" valignment="top">
19561 <row>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 a
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Box Frameless
19576 position "t"
19577 hor_pos "c"
19578 has_inner_box 1
19579 inner_pos "t"
19580 use_parbox 0
19581 use_makebox 0
19582 width "3cm"
19583 special "none"
19584 height "1in"
19585 height_special "totalheight"
19586 thickness "0.4pt"
19587 separation "3pt"
19588 shadowsize "4pt"
19589 framecolor "black"
19590 backgroundcolor "none"
19591 status open
19592
19593 \begin_layout Plain Layout
19594 rotierte Zelle
19595 \begin_inset Newline newline
19596 \end_inset
19597
19598 mit Zeilenumbruch
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 e
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 b
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 c
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 d
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 </lyxtabular>
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \begin_layout Section
19660 Berechnung der Tabellenbreite
19661 \begin_inset CommandInset label
19662 LatexCommand label
19663 name "abs:Berechnung-der-Tabellenbreite"
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19672  Tabelle nicht über den Seitenrand hinausragt.
19673  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19674  aber wie viel Platz wird für jede Spalte benötigt?
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Die Tabellenbreite 
19679 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19680 \end_inset
19681
19682  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19683  
19684 \begin_inset Formula $W_{\mathrm{Spalte}}$
19685 \end_inset
19686
19687  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19688  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19689 -Länge
19690 \series bold
19691  
19692 \backslash
19693 tabcolsep
19694 \series default
19695 , Voreinstellung 6
19696 \begin_inset space \thinspace{}
19697 \end_inset
19698
19699 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19700 -Länge 
19701 \series bold
19702
19703 \backslash
19704 arrayrulewidth
19705 \series default
19706 , Voreinstellung 0.4
19707 \begin_inset space \thinspace{}
19708 \end_inset
19709
19710 pt): Wenn alle 
19711 \begin_inset Formula $n$
19712 \end_inset
19713
19714
19715 \begin_inset space ~
19716 \end_inset
19717
19718 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19719 \begin_inset Formula 
19720 \begin{equation}
19721 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19722 \end{equation}
19723
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19731  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19732 -Länge
19733  
19734 \series bold
19735
19736 \backslash
19737 columnwidth
19738 \series default
19739 ).
19740  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19741 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19742 \end_inset
19743
19744  gleich 1
19745 \begin_inset space \thinspace{}
19746 \end_inset
19747
19748
19749 \backslash
19750 columnwidth sein soll, kann 
19751 \begin_inset Formula $W_{\mathrm{Spalte}}$
19752 \end_inset
19753
19754  leicht berechnet werden.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19759 -Paket 
19760 \series bold
19761 calc
19762 \series default
19763
19764 \begin_inset Index idx
19765 status collapsed
19766
19767 \begin_layout Plain Layout
19768 \SpecialChar LaTeX
19769 -Pakete ! calc
19770 \end_layout
19771
19772 \end_inset
19773
19774  im \SpecialChar LaTeX
19775 -Vorspann geladen werden.
19776  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19777 \family sans
19778 \SpecialChar LaTeX
19779 -Argument
19780 \family default
19781  verwendet werden.
19782  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19783 \begin_inset space ~
19784 \end_inset
19785
19786
19787 \begin_inset CommandInset ref
19788 LatexCommand ref
19789 reference "uab:Mehrfachspalten-Berechnungen"
19790
19791 \end_inset
19792
19793  erklärt ist.
19794  Für eine Tabelle mit 5
19795 \begin_inset space \thinspace{}
19796 \end_inset
19797
19798 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19799  für jede Spalte den Befehl
19800 \end_layout
19801
19802 \begin_layout Standard
19803
19804 \series bold
19805 >{
19806 \backslash
19807 centering}p{(1
19808 \backslash
19809 columnwidth-62.4pt)/5}
19810 \end_layout
19811
19812 \begin_layout Standard
19813 an.
19814  Für eine Tabelle mit 5
19815 \begin_inset space \thinspace{}
19816 \end_inset
19817
19818 Spalten bei der 2 das 0,75
19819 \begin_inset space \thinspace{}
19820 \end_inset
19821
19822 fache der Breite der anderen 3
19823 \begin_inset space ~
19824 \end_inset
19825
19826 Spalten haben sollen, ist die Berechnung
19827 \begin_inset Formula 
19828 \begin{align}
19829 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19830  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19831  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19832 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19833 \end{align}
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 In der Tabelle wird daher der Befehl
19842 \end_layout
19843
19844 \begin_layout Standard
19845
19846 \series bold
19847 >{
19848 \backslash
19849 centering}p{(1
19850 \backslash
19851 columnwidth-62.4pt)/
19852 \backslash
19853 real{4.5}}
19854 \end_layout
19855
19856 \begin_layout Standard
19857 für die breiteren Spalten verwendet und
19858 \end_layout
19859
19860 \begin_layout Standard
19861
19862 \series bold
19863 >{
19864 \backslash
19865 centering}p{(1
19866 \backslash
19867 columnwidth-62.4pt)/
19868 \backslash
19869 real{4.5}*
19870 \backslash
19871 real{0.75}}
19872 \end_layout
19873
19874 \begin_layout Standard
19875 für die schmaleren:
19876 \end_layout
19877
19878 \begin_layout Standard
19879 \begin_inset Tabular
19880 <lyxtabular version="3" rows="2" columns="5">
19881 <features tabularvalignment="middle">
19882 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19883 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19884 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19885 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19886 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 1
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 2
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 3
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 4
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 5
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 111111 1111111 111111 111111111 11111 11111 1111
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 2222 22222 222222 222222222 2222222 22 22222
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 333333 333333 333333 33333 3333333 333
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \begin_layout Section
19989 Tabellen-Anpassung
19990 \begin_inset Index idx
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994 Tabellen ! Anpassung
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Subsection
20003 Zeilenabstand
20004 \begin_inset CommandInset label
20005 LatexCommand label
20006 name "uab:Zeilenabstand"
20007
20008 \end_inset
20009
20010
20011 \begin_inset Index idx
20012 status collapsed
20013
20014 \begin_layout Plain Layout
20015 Tabellen ! Zeilenabstand
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Standard
20024 Auf der Karteikarte 
20025 \family sans
20026 Rahmen
20027 \family default
20028  des 
20029 \family sans
20030 Tabellen-Einstellungen
20031 \family default
20032 -Dialogs können Sie 
20033 \family sans
20034 zusätzliche
20035 \begin_inset space ~
20036 \end_inset
20037
20038 Abstände
20039 \family default
20040  einfügen.
20041  Dabei haben Sie drei Möglichkeiten:
20042 \end_layout
20043
20044 \begin_layout Description
20045 Oberhalb
20046 \begin_inset space ~
20047 \end_inset
20048
20049 der
20050 \begin_inset space ~
20051 \end_inset
20052
20053 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20054  Bei einer formalen Tabelle
20055 \begin_inset Foot
20056 status collapsed
20057
20058 \begin_layout Plain Layout
20059 Formale Tabellen wurden in Abschnitt
20060 \begin_inset space ~
20061 \end_inset
20062
20063
20064 \begin_inset CommandInset ref
20065 LatexCommand ref
20066 reference "abs:Formale-Tabellen"
20067
20068 \end_inset
20069
20070  beschrieben.
20071 \end_layout
20072
20073 \end_inset
20074
20075  fügt \SpecialChar LyX
20076  standardmäßig 0.5
20077 \begin_inset space \thinspace{}
20078 \end_inset
20079
20080 em Leerraum ein.
20081  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20082 \begin_inset VSpace medskip
20083 \end_inset
20084
20085
20086 \begin_inset Newline newline
20087 \end_inset
20088
20089
20090 \begin_inset space \hspace*{}
20091 \length 0pt
20092 \end_inset
20093
20094
20095 \begin_inset space \hfill{}
20096 \end_inset
20097
20098
20099 \begin_inset Tabular
20100 <lyxtabular version="3" rows="3" columns="1">
20101 <features tabularvalignment="middle">
20102 <column alignment="center" valignment="top">
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 A
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row topspace="3mm">
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 3
20120 \begin_inset space \thinspace{}
20121 \end_inset
20122
20123 mm Leerraum oberhalb der Zeile
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 C
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 </lyxtabular>
20141
20142 \end_inset
20143
20144
20145 \begin_inset space \hfill{}
20146 \end_inset
20147
20148
20149 \begin_inset space \hspace*{}
20150 \length 0pt
20151 \end_inset
20152
20153
20154 \begin_inset VSpace medskip
20155 \end_inset
20156
20157
20158 \begin_inset Newline newline
20159 \end_inset
20160
20161 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20162 n Linien verwenden.
20163 \end_layout
20164
20165 \begin_layout Description
20166 Unterhalb
20167 \begin_inset space ~
20168 \end_inset
20169
20170 der
20171 \begin_inset space ~
20172 \end_inset
20173
20174 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20175  Bei einer formalen Tabelle fügt \SpecialChar LyX
20176  standardmäßig 0.5
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 em Leerraum ein.
20181  Bei normalen Tabellen ist der Standardwert 2
20182 \begin_inset space \thinspace{}
20183 \end_inset
20184
20185 pt.
20186 \end_layout
20187
20188 \begin_layout Description
20189 Zwischen
20190 \begin_inset space ~
20191 \end_inset
20192
20193 den
20194 \begin_inset space ~
20195 \end_inset
20196
20197 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20198  Bei einer formalen Tabelle fügt \SpecialChar LyX
20199  standardmäßig 0.5
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 em Leerraum ein.
20204  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20205 \begin_inset VSpace medskip
20206 \end_inset
20207
20208
20209 \begin_inset Newline newline
20210 \end_inset
20211
20212
20213 \begin_inset space \hspace*{}
20214 \length 0pt
20215 \end_inset
20216
20217
20218 \begin_inset space \hfill{}
20219 \end_inset
20220
20221
20222 \begin_inset Tabular
20223 <lyxtabular version="3" rows="3" columns="1">
20224 <features tabularvalignment="middle">
20225 <column alignment="center" valignment="top">
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 A
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row interlinespace="3mm">
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\downarrow$
20243 \end_inset
20244
20245  3
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249 mm Leerraum zwischen den Zeilen 
20250 \begin_inset Formula $\downarrow$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\uparrow$
20265 \end_inset
20266
20267  3
20268 \begin_inset space \thinspace{}
20269 \end_inset
20270
20271 mm Leerraum zwischen den Zeilen 
20272 \begin_inset Formula $\uparrow$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 </lyxtabular>
20282
20283 \end_inset
20284
20285
20286 \begin_inset space \hfill{}
20287 \end_inset
20288
20289
20290 \begin_inset space \hspace*{}
20291 \length 0pt
20292 \end_inset
20293
20294
20295 \begin_inset VSpace medskip
20296 \end_inset
20297
20298
20299 \begin_inset Newline newline
20300 \end_inset
20301
20302 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20303 n Linien verwenden.
20304 \end_layout
20305
20306 \begin_layout Standard
20307 \begin_inset VSpace bigskip
20308 \end_inset
20309
20310 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20311  Befehlen im \SpecialChar LaTeX
20312 -Vorspann machen:
20313 \end_layout
20314
20315 \begin_layout Standard
20316
20317 \series bold
20318
20319 \backslash
20320 @ifundefined{extrarowheight}
20321 \begin_inset Newline newline
20322 \end_inset
20323
20324
20325 \begin_inset Phantom HPhantom
20326 status open
20327
20328 \begin_layout Plain Layout
20329
20330 \series bold
20331 \begin_inset space ~
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338
20339 {
20340 \backslash
20341 usepackage{array}}{}
20342 \begin_inset Newline newline
20343 \end_inset
20344
20345
20346 \backslash
20347 setlength{
20348 \backslash
20349 extrarowheight}{Höhe}
20350 \end_layout
20351
20352 \begin_layout Standard
20353 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20354  ausgerichtet sind.
20355  (Das Paket 
20356 \series bold
20357 array
20358 \series default
20359  wird automatisch von \SpecialChar LyX
20360  geladen, wenn Sie selbst definierte Tabellenformate
20361  verwenden.
20362  Der Befehl 
20363 \series bold
20364
20365 \backslash
20366 @ifundefined
20367 \series default
20368  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20369 \end_layout
20370
20371 \begin_layout Standard
20372 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20373  zu nah an den Buchstaben.
20374  Das kann korrigiert werden, indem man den Befehl 
20375 \series bold
20376
20377 \backslash
20378 strut
20379 \series default
20380  als \SpecialChar TeX
20381 -Code am Anfang einer Tabellenzeile einfügt.
20382  Tabelle
20383 \begin_inset space ~
20384 \end_inset
20385
20386
20387 \begin_inset CommandInset ref
20388 LatexCommand ref
20389 reference "tab:Vertikale-Ausrichtung-von"
20390
20391 \end_inset
20392
20393  zeigt den Effekt.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 \noindent
20398 \begin_inset Float table
20399 placement h
20400 wide false
20401 sideways false
20402 status open
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Caption Standard
20406
20407 \begin_layout Plain Layout
20408 \begin_inset CommandInset label
20409 LatexCommand label
20410 name "tab:Vertikale-Ausrichtung-von"
20411
20412 \end_inset
20413
20414 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Plain Layout
20423 \begin_inset space \hfill{}
20424 \end_inset
20425
20426
20427 \begin_inset Float table
20428 wide false
20429 sideways false
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Caption Standard
20434
20435 \begin_layout Plain Layout
20436 Normale Tabelle.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Plain Layout
20445 \noindent
20446 \align center
20447 \begin_inset Tabular
20448 <lyxtabular version="3" rows="6" columns="1">
20449 <features tabularvalignment="middle">
20450 <column alignment="left" valignment="top">
20451 <row>
20452 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 Normal, g
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \size large
20469 Groß, g
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \size larger
20482 Größer, g
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \size largest
20495 noch Größer, g
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \size huge
20508 Riesig
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \size giant
20521 Gigantisch
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 </lyxtabular>
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \begin_inset space \hfill{}
20538 \end_inset
20539
20540
20541 \begin_inset Float table
20542 wide false
20543 sideways false
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547 \begin_inset Caption Standard
20548
20549 \begin_layout Plain Layout
20550 Tabelle bei der der Befehl 
20551 \series bold
20552
20553 \backslash
20554 strut
20555 \series default
20556  verwendet wurde.
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \begin_layout Plain Layout
20565 \noindent
20566 \align center
20567 \begin_inset Tabular
20568 <lyxtabular version="3" rows="6" columns="1">
20569 <features tabularvalignment="middle">
20570 <column alignment="left" valignment="top">
20571 <row>
20572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 Normal, g
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \size large
20589 \begin_inset ERT
20590 status collapsed
20591
20592 \begin_layout Plain Layout
20593
20594
20595 \backslash
20596 strut 
20597 \end_layout
20598
20599 \end_inset
20600
20601 Groß, g
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \size larger
20614 \begin_inset ERT
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618
20619
20620 \backslash
20621 strut 
20622 \end_layout
20623
20624 \end_inset
20625
20626 Größer, g
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \size largest
20639 \begin_inset ERT
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643
20644
20645 \backslash
20646 strut 
20647 \end_layout
20648
20649 \end_inset
20650
20651 noch Größer, g
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \size huge
20664 \begin_inset ERT
20665 status collapsed
20666
20667 \begin_layout Plain Layout
20668
20669
20670 \backslash
20671 strut 
20672 \end_layout
20673
20674 \end_inset
20675
20676 Riesig
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \size giant
20689 \begin_inset ERT
20690 status collapsed
20691
20692 \begin_layout Plain Layout
20693
20694
20695 \backslash
20696 strut 
20697 \end_layout
20698
20699 \end_inset
20700
20701 Gigantisch
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 </lyxtabular>
20708
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \begin_inset space \hfill{}
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Subsection
20729 Besondere Zellenausrichtung
20730 \begin_inset CommandInset label
20731 LatexCommand label
20732 name "uab:Besondere-Zellenausrichtung"
20733
20734 \end_inset
20735
20736
20737 \begin_inset Index idx
20738 status collapsed
20739
20740 \begin_layout Plain Layout
20741 Tabellen ! Zellenausrichtung
20742 \end_layout
20743
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \begin_layout Standard
20750 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20751  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20752 \begin_inset space ~
20753 \end_inset
20754
20755
20756 \begin_inset CommandInset ref
20757 LatexCommand ref
20758 reference "tab:Tabellenzellen-sind-auf"
20759
20760 \end_inset
20761
20762 .
20763  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20764  dann entweder den Werkzeugleistenknopf 
20765 \begin_inset Info
20766 type  "icon"
20767 arg   "inset-modify tabular align-decimal"
20768 \end_inset
20769
20770  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20771 \family sans
20772 Am
20773 \begin_inset space ~
20774 \end_inset
20775
20776 Dezimaltrenner
20777 \family default
20778  setzt.
20779  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20780  frei wählen.
20781 \end_layout
20782
20783 \begin_layout Standard
20784 \begin_inset Float table
20785 placement h
20786 wide false
20787 sideways false
20788 status open
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Caption Standard
20792
20793 \begin_layout Plain Layout
20794 \begin_inset CommandInset label
20795 LatexCommand label
20796 name "tab:Tabellenzellen-sind-auf"
20797
20798 \end_inset
20799
20800 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Plain Layout
20809 \align center
20810 \begin_inset Tabular
20811 <lyxtabular version="3" rows="4" columns="1">
20812 <features booktabs="true" tabularvalignment="middle">
20813 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20814 <row>
20815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819 Überschrift
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" topline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 12,6
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 0,68
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 -123,0
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset Float table
20872 placement h
20873 wide false
20874 sideways false
20875 status open
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Caption Standard
20879
20880 \begin_layout Plain Layout
20881 \begin_inset CommandInset label
20882 LatexCommand label
20883 name "tab:Tabellenzellen-Operator"
20884
20885 \end_inset
20886
20887 Tabellenzellen sind auf den Operator ausgerichtet
20888 \end_layout
20889
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \begin_layout Plain Layout
20896 \align center
20897 \begin_inset Tabular
20898 <lyxtabular version="3" rows="4" columns="2">
20899 <features booktabs="true" tabularvalignment="middle">
20900 <column alignment="right" valignment="top" width="0pt">
20901 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20902 <row>
20903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 Überschrift
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="center" valignment="top" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $12\,+$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\,6$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Formula $0\,-$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\,68$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $-123\,/$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset Formula $\,0$
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 </lyxtabular>
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Standard
21013 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21014  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21015  Formeln erlaubt.
21016  In diesem Fall verwendet man die Methode von Tabelle
21017 \begin_inset space ~
21018 \end_inset
21019
21020
21021 \begin_inset CommandInset ref
21022 LatexCommand ref
21023 reference "tab:Tabellenzellen-Operator"
21024
21025 \end_inset
21026
21027 .
21028  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21029  Die Überschrift ist eine zentrierte Mehrfachspalte.
21030  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21031  und den Operator.
21032  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21033  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21034  um den üblichen Leerraum um einen Operator zu erhalten.
21035  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21036 -Argument
21037  für die zweite Spalte folgendes eingefügt:
21038 \end_layout
21039
21040 \begin_layout Standard
21041
21042 \series bold
21043 @{}l
21044 \end_layout
21045
21046 \begin_layout Standard
21047 Tabelle
21048 \begin_inset space ~
21049 \end_inset
21050
21051
21052 \begin_inset CommandInset ref
21053 LatexCommand ref
21054 reference "tab:Verschiedene-Ausrichtungen"
21055
21056 \end_inset
21057
21058  zeigt einige Ausrichtungen.
21059  Für die Ausrichtung der Relationen wurde ein kleiner 
21060 \family sans
21061 Leerraum
21062 \family default
21063  eingefügt; wie in der zweiten Spalte von Tabelle
21064 \begin_inset space ~
21065 \end_inset
21066
21067
21068 \begin_inset CommandInset ref
21069 LatexCommand ref
21070 reference "tab:Tabellenzellen-Operator"
21071
21072 \end_inset
21073
21074 .
21075 \end_layout
21076
21077 \begin_layout Standard
21078
21079 \color black
21080 \begin_inset Float table
21081 placement h
21082 wide false
21083 sideways false
21084 status open
21085
21086 \begin_layout Plain Layout
21087
21088 \color black
21089 \begin_inset Caption Standard
21090
21091 \begin_layout Plain Layout
21092
21093 \color black
21094 \begin_inset CommandInset label
21095 LatexCommand label
21096 name "tab:Verschiedene-Ausrichtungen"
21097
21098 \end_inset
21099
21100
21101 \color inherit
21102 Verschiedene Ausrichtungen
21103 \end_layout
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Plain Layout
21111 \align center
21112 \begin_inset Tabular
21113 <lyxtabular version="3" rows="4" columns="6">
21114 <features tabularvalignment="middle">
21115 <column alignment="right" valignment="top">
21116 <column alignment="left" valignment="top" special="@{}l">
21117 <column alignment="right" valignment="top">
21118 <column alignment="left" valignment="top" special="@{}l">
21119 <column alignment="right" valignment="top">
21120 <column alignment="left" valignment="top" special="@{}l">
21121 <row>
21122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 Einheiten
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 Exponenten
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 Relationen
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 12×
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 24
21192 \begin_inset space \thinspace{}
21193 \end_inset
21194
21195 Flaschen
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $10\cdot$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $10^{\mbox{-}17}$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Gamma(t)\propto$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\:\Upsilon(t)$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 1024×
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 768
21264 \begin_inset space \thinspace{}
21265 \end_inset
21266
21267 Pixel
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $5.78\cdot$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $10^{7}$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $A\ne$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\:B_{\mathrm{red}}$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 <row>
21322 <cell alignment="center" valignment="top" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 32×
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 6
21336 \begin_inset space \thinspace{}
21337 \end_inset
21338
21339 cm
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 -
21349 \begin_inset Formula $33.5\cdot$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $10^{4}$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\sin(\alpha)\ge$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\:\sin(\beta)$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 </lyxtabular>
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Subsection
21407 Angepasste Zellen-/Spaltenformate
21408 \begin_inset CommandInset label
21409 LatexCommand label
21410 name "uab:Angepasste-Zellen-/Spaltenformate"
21411
21412 \end_inset
21413
21414
21415 \begin_inset Index idx
21416 status collapsed
21417
21418 \begin_layout Plain Layout
21419 Tabellen ! Spaltenformat
21420 \end_layout
21421
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 Wenn man wie in Abschnitt
21429 \begin_inset space ~
21430 \end_inset
21431
21432
21433 \begin_inset CommandInset ref
21434 LatexCommand ref
21435 reference "abs:Berechnung-der-Tabellenbreite"
21436
21437 \end_inset
21438
21439  oder Abschnitt
21440 \begin_inset space ~
21441 \end_inset
21442
21443
21444 \begin_inset CommandInset ref
21445 LatexCommand ref
21446 reference "uab:Mehrfachspalten-Berechnungen"
21447
21448 \end_inset
21449
21450  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21451  Tabellen sehr lästig.
21452  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21453 -Vorspann ein Zellen/Spalten-Form
21454 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21455  kann.
21456  Das Format wird mit dem Befehl
21457 \end_layout
21458
21459 \begin_layout Standard
21460
21461 \series bold
21462
21463 \backslash
21464 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21465 \end_layout
21466
21467 \begin_layout Standard
21468 definiert.
21469  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21470 \emph on
21471 b
21472 \emph default
21473
21474 \emph on
21475 c
21476 \emph default
21477
21478 \emph on
21479 l
21480 \emph default
21481
21482 \emph on
21483 m
21484 \emph default
21485
21486 \emph on
21487 p
21488 \emph default
21489  oder 
21490 \emph on
21491 r
21492 \emph default
21493 , weil diese vordefiniert sind.
21494  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21495 \end_layout
21496
21497 \begin_layout Standard
21498 \begin_inset VSpace medskip
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21506  Breite könnte das Format so aussehen:
21507 \end_layout
21508
21509 \begin_layout Standard
21510
21511 \series bold
21512
21513 \backslash
21514 newcolumntype{M}[1]{>{
21515 \backslash
21516 centering
21517 \backslash
21518 hspace{0pt}}m{#1}}
21519 \end_layout
21520
21521 \begin_layout Standard
21522 wobei 
21523 \series bold
21524
21525 \backslash
21526 hspace{0pt}
21527 \series default
21528  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21529  Abschnitt
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "uab:Mehrfache-Zeilen-in"
21537
21538 \end_inset
21539
21540  beschrieben.
21541  Jetzt können Sie mit
21542 \end_layout
21543
21544 \begin_layout Standard
21545
21546 \series bold
21547 M{Breite}
21548 \end_layout
21549
21550 \begin_layout Standard
21551 im 
21552 \family sans
21553 \SpecialChar LaTeX
21554 -Argument
21555 \family default
21556  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21557 \end_layout
21558
21559 \begin_layout Standard
21560 \begin_inset VSpace bigskip
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21568  Format definieren:
21569 \end_layout
21570
21571 \begin_layout Standard
21572
21573 \series bold
21574
21575 \backslash
21576 newcolumntype{S}[2]{>{
21577 \backslash
21578 centering
21579 \backslash
21580 hspace{0pt}}
21581 \begin_inset Newline newline
21582 \end_inset
21583
21584
21585 \begin_inset Phantom HPhantom
21586 status open
21587
21588 \begin_layout Plain Layout
21589
21590 \series bold
21591
21592 \backslash
21593 newcolumntype
21594 \end_layout
21595
21596 \end_inset
21597
21598 m{(#1+(2
21599 \backslash
21600 tabcolsep+
21601 \backslash
21602 arrayrulewidth)*(1-#2))/#2}}
21603 \end_layout
21604
21605 \begin_layout Standard
21606 Dieses Format benutzt Gleichung
21607 \begin_inset space ~
21608 \end_inset
21609
21610
21611 \begin_inset CommandInset ref
21612 LatexCommand ref
21613 reference "eq:Wgn"
21614
21615 \end_inset
21616
21617 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21618  breit ist.
21619 \end_layout
21620
21621 \begin_layout Standard
21622 Jetzt können Sie im 
21623 \family sans
21624 \SpecialChar LaTeX
21625 -Argument
21626 \family default
21627  im 
21628 \family sans
21629 Tabellen-Einstellungen
21630 \family default
21631 -Dialog folgendes einfügen:
21632 \end_layout
21633
21634 \begin_layout Standard
21635
21636 \series bold
21637 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21638 \end_layout
21639
21640 \begin_layout Standard
21641 \begin_inset VSpace bigskip
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 Für farbige Spalten können Sie folgendes einfügen:
21649 \end_layout
21650
21651 \begin_layout Standard
21652
21653 \series bold
21654
21655 \backslash
21656 newcolumntype{K}[1]{>{
21657 \backslash
21658 columncolor{#1}
21659 \backslash
21660 hspace{0pt}}c}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 Das 
21665 \begin_inset Quotes gld
21666 \end_inset
21667
21668 c
21669 \begin_inset Quotes grd
21670 \end_inset
21671
21672  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21673  zentriert ist.
21674  Jetzt können Sie als 
21675 \family sans
21676 \SpecialChar LaTeX
21677 -Argument
21678 \family default
21679  folgendes einfügen:
21680 \end_layout
21681
21682 \begin_layout Standard
21683
21684 \series bold
21685 K{Farbname}
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset VSpace bigskip
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Für Tabelle
21697 \begin_inset space ~
21698 \end_inset
21699
21700
21701 \begin_inset CommandInset ref
21702 LatexCommand ref
21703 reference "tab:Tabelle-mit-benutzerdefinierte"
21704
21705 \end_inset
21706
21707  wurden folgende 
21708 \family sans
21709 \SpecialChar LaTeX
21710 -Argumente
21711 \family default
21712  benutzt:
21713 \end_layout
21714
21715 \begin_layout Standard
21716
21717 \series bold
21718 M{2.5cm}
21719 \end_layout
21720
21721 \begin_layout Standard
21722 für die erste Spalte und die Mehrfachspalte,
21723 \end_layout
21724
21725 \begin_layout Standard
21726
21727 \series bold
21728 K{red}
21729 \end_layout
21730
21731 \begin_layout Standard
21732 für die letzte Spalte und
21733 \end_layout
21734
21735 \begin_layout Standard
21736
21737 \series bold
21738 S{2.5cm}{2}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 für die Spalten in der zweiten Mehrfachspalte.
21743 \end_layout
21744
21745 \begin_layout Standard
21746 \begin_inset Float table
21747 placement h
21748 wide false
21749 sideways false
21750 status open
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Caption Standard
21754
21755 \begin_layout Plain Layout
21756 \begin_inset CommandInset label
21757 LatexCommand label
21758 name "tab:Tabelle-mit-benutzerdefinierte"
21759
21760 \end_inset
21761
21762 Tabelle mit benutzerdefinierten Formaten
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Plain Layout
21771 \align center
21772 \begin_inset Tabular
21773 <lyxtabular version="3" rows="3" columns="4">
21774 <features tabularvalignment="middle">
21775 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21776 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21777 <column alignment="center" valignment="middle">
21778 <column alignment="center" valignment="middle" special="K{red}">
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 einsehrlangesWort
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 Mehrfachspalte mit mehreren Zeilen
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 c
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 d
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 e
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 f
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 g
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 h
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 i
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 j
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 k
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 </lyxtabular>
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Subsection
21906 Liniendicke
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "uab:Liniendicke"
21910
21911 \end_inset
21912
21913
21914 \begin_inset Index idx
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 Tabellen  ! Linien ! -dicke
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 Die Liniendicke für alle Linien einer Tabelle kann mit 
21928 \series bold
21929
21930 \backslash
21931 arrayrulewidth
21932 \series default
21933  eingestellt werden.
21934  Um eine Liniendicke von 1.5
21935 \begin_inset space \thinspace{}
21936 \end_inset
21937
21938 pt wie in Tabelle
21939 \begin_inset space ~
21940 \end_inset
21941
21942
21943 \begin_inset CommandInset ref
21944 LatexCommand ref
21945 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21946
21947 \end_inset
21948
21949  zu bekommen, geben Sie den Befehl
21950 \end_layout
21951
21952 \begin_layout Standard
21953
21954 \series bold
21955
21956 \backslash
21957 setlength{
21958 \backslash
21959 arrayrulewidth}{1.5pt}
21960 \end_layout
21961
21962 \begin_layout Standard
21963 als \SpecialChar TeX
21964 -Code vor der (Gleitobjekt-)Tabelle ein.
21965  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21966  Mit
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972
21973 \backslash
21974 setlength{
21975 \backslash
21976 arrayrulewidth}{0.4pt}
21977 \end_layout
21978
21979 \begin_layout Standard
21980 bekommen Sie wieder die Standarddicke.
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset ERT
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988
21989
21990 \backslash
21991 setlength{
21992 \backslash
21993 arrayrulewidth}{1.5pt}
21994 \end_layout
21995
21996 \end_inset
21997
21998
21999 \begin_inset Float table
22000 placement H
22001 wide false
22002 sideways false
22003 status open
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Caption Standard
22007
22008 \begin_layout Plain Layout
22009 \begin_inset CommandInset label
22010 LatexCommand label
22011 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22012
22013 \end_inset
22014
22015 Tabelle mit 1.5
22016 \begin_inset space \thinspace{}
22017 \end_inset
22018
22019 pt Liniendicke
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Plain Layout
22028 \align center
22029 \begin_inset Tabular
22030 <lyxtabular version="3" rows="3" columns="3">
22031 <features tabularvalignment="middle">
22032 <column alignment="center" valignment="top">
22033 <column alignment="center" valignment="top">
22034 <column alignment="center" valignment="top">
22035 <row>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 sd
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 sd
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 sd
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 </lyxtabular>
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \begin_inset ERT
22133 status collapsed
22134
22135 \begin_layout Plain Layout
22136
22137
22138 \backslash
22139 setlength{
22140 \backslash
22141 arrayrulewidth}{0.4pt}
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \begin_layout Standard
22150 \begin_inset VSpace bigskip
22151 \end_inset
22152
22153 Um eine Liniendicke von 1.5
22154 \begin_inset space \thinspace{}
22155 \end_inset
22156
22157 pt nur für horizontale Linien zu bekommen wie in Tabelle
22158 \begin_inset space ~
22159 \end_inset
22160
22161
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "tab:Tabelle-mit-1.5pt-horiz"
22165
22166 \end_inset
22167
22168 , müssen Sie folgende Befehle als \SpecialChar TeX
22169 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22170 \end_layout
22171
22172 \begin_layout Standard
22173
22174 \series bold
22175
22176 \backslash
22177 let
22178 \backslash
22179 myHline
22180 \backslash
22181 hline
22182 \begin_inset Newline newline
22183 \end_inset
22184
22185
22186 \backslash
22187 renewcommand{
22188 \backslash
22189 hline}
22190 \begin_inset Newline newline
22191 \end_inset
22192
22193  {
22194 \backslash
22195 noalign{
22196 \backslash
22197 global
22198 \backslash
22199 arrayrulewidth 1.5pt}
22200 \begin_inset Newline newline
22201 \end_inset
22202
22203  
22204 \backslash
22205 myHline
22206 \backslash
22207 noalign{
22208 \backslash
22209 global
22210 \backslash
22211 arrayrulewidth 0.4pt}}
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22216 -Code hinter der
22217  (Gleit\SpecialChar softhyphen
22218 objekt-)Tabelle zurück:
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 renewcommand{
22227 \backslash
22228 hline}{
22229 \backslash
22230 myHline}
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset ERT
22235 status collapsed
22236
22237 \begin_layout Plain Layout
22238
22239
22240 \backslash
22241 let
22242 \backslash
22243 myHline
22244 \backslash
22245 hline
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249
22250
22251 \backslash
22252 renewcommand{
22253 \backslash
22254 hline}
22255 \end_layout
22256
22257 \begin_layout Plain Layout
22258
22259  {
22260 \backslash
22261 noalign{
22262 \backslash
22263 global
22264 \backslash
22265 arrayrulewidth 1.5pt}
22266 \end_layout
22267
22268 \begin_layout Plain Layout
22269
22270   
22271 \backslash
22272 myHline
22273 \backslash
22274 noalign{
22275 \backslash
22276 global
22277 \backslash
22278 arrayrulewidth 0.4pt}}
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \begin_inset Float table
22285 placement h
22286 wide false
22287 sideways false
22288 status open
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Caption Standard
22292
22293 \begin_layout Plain Layout
22294 \begin_inset CommandInset label
22295 LatexCommand label
22296 name "tab:Tabelle-mit-1.5pt-horiz"
22297
22298 \end_inset
22299
22300 Tabelle mit 1.5
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 pt dicken horizontalen Linien
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \align center
22314 \begin_inset Tabular
22315 <lyxtabular version="3" rows="3" columns="3">
22316 <features tabularvalignment="middle">
22317 <column alignment="center" valignment="top">
22318 <column alignment="center" valignment="top">
22319 <column alignment="center" valignment="top">
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 sd
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 sd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 sd
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 renewcommand{
22425 \backslash
22426 hline}{
22427 \backslash
22428 myHline}
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \begin_layout Standard
22437 \begin_inset VSpace bigskip
22438 \end_inset
22439
22440 Um die Liniendicke von 1.5
22441 \begin_inset space \thinspace{}
22442 \end_inset
22443
22444 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22445 -Vorspann folgendes
22446  Spaltenformat entsprechend der Beschreibung in Abschnitt
22447 \begin_inset space ~
22448 \end_inset
22449
22450
22451 \begin_inset CommandInset ref
22452 LatexCommand ref
22453 reference "uab:Angepasste-Zellen-/Spaltenformate"
22454
22455 \end_inset
22456
22457  definieren:
22458 \end_layout
22459
22460 \begin_layout Standard
22461
22462 \series bold
22463
22464 \backslash
22465 newcolumntype{V}{!{
22466 \backslash
22467 vrule width 1.5pt}}
22468 \end_layout
22469
22470 \begin_layout Standard
22471 In Tabelle
22472 \begin_inset space ~
22473 \end_inset
22474
22475
22476 \begin_inset CommandInset ref
22477 LatexCommand ref
22478 reference "tab:Tabelle-mit-1.5pt-vert"
22479
22480 \end_inset
22481
22482  wurde das 
22483 \family sans
22484 LaTeX-Argument
22485 \family default
22486 \series bold
22487  VcV
22488 \series default
22489  für die letzte Spalte und
22490 \series bold
22491  Vc
22492 \series default
22493  für die anderen benutzt.
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \begin_inset Float table
22498 placement H
22499 wide false
22500 sideways false
22501 status open
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Caption Standard
22505
22506 \begin_layout Plain Layout
22507 \begin_inset CommandInset label
22508 LatexCommand label
22509 name "tab:Tabelle-mit-1.5pt-vert"
22510
22511 \end_inset
22512
22513 Tabelle mit 1.5
22514 \begin_inset space \thinspace{}
22515 \end_inset
22516
22517 pt dicken vertikalen Linien
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Plain Layout
22526 \align center
22527 \begin_inset Tabular
22528 <lyxtabular version="3" rows="3" columns="3">
22529 <features tabularvalignment="middle">
22530 <column alignment="center" valignment="top" special="Vc">
22531 <column alignment="center" valignment="top" special="Vc">
22532 <column alignment="center" valignment="top" special="VcV">
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 sd
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 sd
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 sd
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 </lyxtabular>
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \begin_layout Subsection
22633 Gestrichelte Linien
22634 \begin_inset Index idx
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638 Tabellen  ! Linien ! gestrichelte 
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Standard
22647 \begin_inset ERT
22648 status collapsed
22649
22650 \begin_layout Plain Layout
22651
22652
22653 \backslash
22654 ifarydshln
22655 \end_layout
22656
22657 \end_inset
22658
22659
22660 \begin_inset Note Note
22661 status open
22662
22663 \begin_layout Plain Layout
22664 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22665 -Paket 
22666 \series bold
22667 arydshln
22668 \series default
22669  installiert ist.
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset Float table
22679 placement h
22680 wide false
22681 sideways false
22682 status open
22683
22684 \begin_layout Plain Layout
22685 \begin_inset Caption Standard
22686
22687 \begin_layout Plain Layout
22688 \begin_inset CommandInset label
22689 LatexCommand label
22690 name "tab:Tabelle-mit-gestrichelten"
22691
22692 \end_inset
22693
22694 Tabelle mit gestrichelten Linien
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Plain Layout
22703 \align center
22704 \begin_inset Tabular
22705 <lyxtabular version="3" rows="5" columns="5">
22706 <features tabularvalignment="middle">
22707 <column alignment="center" valignment="top">
22708 <column alignment="center" valignment="top">
22709 <column alignment="center" valignment="top" special=":c">
22710 <column alignment="center" valignment="top">
22711 <column alignment="center" valignment="top">
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 a
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 b
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 c
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 d
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 e
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 f
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 g
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 h
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 i
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 j
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815
22816
22817 \backslash
22818 hdashline 
22819 \end_layout
22820
22821 \end_inset
22822
22823 k
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 l
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 m
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 n
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 o
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 cdashline{4-5}
22878 \end_layout
22879
22880 \end_inset
22881
22882 p
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 q
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 r
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 s
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 t
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 u
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 v
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 w
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 x
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 </lyxtabular>
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \SpecialChar LyX
22985  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
22986 -Code
22987  benutzen.
22988  Zunächst müssen Sie das \SpecialChar LaTeX
22989 -Paket 
22990 \series bold
22991 arydshln
22992 \series default
22993
22994 \begin_inset Index idx
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998 \SpecialChar LaTeX
22999 -Pakete ! arydshln
23000 \end_layout
23001
23002 \end_inset
23003
23004  im \SpecialChar LaTeX
23005 -Vorspann laden:
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011
23012 \backslash
23013 usepackage{arydshln}
23014 \end_layout
23015
23016 \begin_layout Standard
23017 Um senkrechte Linien zu stricheln, müssen Sie im 
23018 \family sans
23019 LaTeX-Argument
23020 \family default
23021  des 
23022 \family sans
23023 Tabellen-Einstellungen
23024 \family default
23025 -Dialogs 
23026 \begin_inset Quotes gld
23027 \end_inset
23028
23029 :
23030 \begin_inset Quotes grd
23031 \end_inset
23032
23033 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23038 \end_layout
23039
23040 \begin_layout Standard
23041
23042 \series bold
23043
23044 \backslash
23045 hdashline
23046 \end_layout
23047
23048 \begin_layout Standard
23049 als \SpecialChar TeX
23050 -Code als erstes in die erste Zelle einer Zeile einfügen.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23055 \end_layout
23056
23057 \begin_layout Standard
23058
23059 \series bold
23060
23061 \backslash
23062 cdashline{Anfangsspalte-Endspalte}
23063 \end_layout
23064
23065 \begin_layout Standard
23066 als \SpecialChar TeX
23067 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23068  Wenn Sie z.
23069 \begin_inset space \thinspace{}
23070 \end_inset
23071
23072 B.
23073  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23074  gestrichelte Linie haben, fügen Sie den Befehl
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \series bold
23080
23081 \backslash
23082 cdashline{2-4}
23083 \end_layout
23084
23085 \begin_layout Standard
23086 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23087 \end_layout
23088
23089 \begin_layout Standard
23090 \begin_inset VSpace bigskip
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 In Tabelle
23098 \begin_inset space ~
23099 \end_inset
23100
23101
23102 \begin_inset CommandInset ref
23103 LatexCommand ref
23104 reference "tab:Tabelle-mit-gestrichelten"
23105
23106 \end_inset
23107
23108  wurde in der dritten Spalte der Befehl
23109 \series bold
23110  
23111 \series default
23112
23113 \begin_inset Quotes gld
23114 \end_inset
23115
23116
23117 \series bold
23118 :c
23119 \begin_inset Quotes grd
23120 \end_inset
23121
23122
23123 \series default
23124  benutzt.
23125  Der Befehl 
23126 \series bold
23127
23128 \backslash
23129 hdashline
23130 \series default
23131  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23132 \begin_inset Newline newline
23133 \end_inset
23134
23135  
23136 \series bold
23137
23138 \backslash
23139 cdashline{4-5} 
23140 \series default
23141 wurde in die erste Zelle der vierten Zeile eingefügt.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset VSpace bigskip
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Standard
23152 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23153 \begin_inset space ~
23154 \end_inset
23155
23156
23157 \begin_inset CommandInset ref
23158 LatexCommand ref
23159 reference "tab:Farbige-Tabelle-mit"
23160
23161 \end_inset
23162
23163  verdeutlicht.
23164 \end_layout
23165
23166 \begin_layout Standard
23167 \begin_inset ERT
23168 status collapsed
23169
23170 \begin_layout Plain Layout
23171
23172
23173 \backslash
23174 setlength{
23175 \backslash
23176 arrayrulewidth}{1pt}
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \begin_inset Note Note
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186 dickere Linien zur besseren Visualisierung der Linienfarbe
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 dashgapcolor{green}
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \begin_inset Note Note
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 färbt Raum zwischen den Strichen grün
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 \begin_inset ERT
23222 status collapsed
23223
23224 \begin_layout Plain Layout
23225
23226
23227 \backslash
23228 let
23229 \backslash
23230 myHdashline
23231 \backslash
23232 hdashline
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 renewcommand{
23240 \backslash
23241 hdashline}
23242 \end_layout
23243
23244 \begin_layout Plain Layout
23245
23246  {
23247 \backslash
23248 arrayrulecolor{red}
23249 \backslash
23250 myHdashline
23251 \backslash
23252 arrayrulecolor{black}}
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \begin_inset Note Note
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 färbt horizontale, gestrichelte Linien rot
23263 \end_layout
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Standard
23271 \begin_inset ERT
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275
23276
23277 \backslash
23278 let
23279 \backslash
23280 myCdashline
23281 \backslash
23282 cdashline
23283 \end_layout
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 renewcommand{
23290 \backslash
23291 cdashline}[1]
23292 \end_layout
23293
23294 \begin_layout Plain Layout
23295
23296  {
23297 \backslash
23298 arrayrulecolor{yellow}
23299 \backslash
23300 myCdashline{#1}
23301 \backslash
23302 arrayrulecolor{black}}
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \begin_inset Note Note
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312 färbt partielle horizontale, gestrichelte Linien gelb
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset Float table
23322 placement h
23323 wide false
23324 sideways false
23325 status open
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Caption Standard
23329
23330 \begin_layout Plain Layout
23331 \begin_inset CommandInset label
23332 LatexCommand label
23333 name "tab:Farbige-Tabelle-mit"
23334
23335 \end_inset
23336
23337 Farbige Tabelle mit gestrichelten Linien
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Plain Layout
23346 \align center
23347 \begin_inset Tabular
23348 <lyxtabular version="3" rows="5" columns="5">
23349 <features tabularvalignment="middle">
23350 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23351 <column alignment="center" valignment="top" width="0pt">
23352 <column alignment="center" valignment="top" width="0pt" special=":c">
23353 <column alignment="center" valignment="top">
23354 <column alignment="center" valignment="top">
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 a
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 b
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 c
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 d
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 e
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 f
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 g
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 h
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 i
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 j
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset ERT
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458
23459
23460 \backslash
23461 hdashline 
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \begin_inset ERT
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471
23472
23473 \backslash
23474 rowcolor{Gray}
23475 \end_layout
23476
23477 \end_inset
23478
23479 k
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 l
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 m
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 n
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 o
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset ERT
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530
23531
23532 \backslash
23533 cdashline{4-5}
23534 \end_layout
23535
23536 \end_inset
23537
23538 p
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 q
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 r
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 s
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 t
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 u
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 v
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 w
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 cellcolor{Maroon}
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \color green
23635 i
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 </lyxtabular>
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658
23659
23660 \backslash
23661 renewcommand{
23662 \backslash
23663 hdashline}{
23664 \backslash
23665 myHdashline}
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \begin_inset Note Note
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675 zurücksetzen auf Standardwert
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset ERT
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688
23689
23690 \backslash
23691 renewcommand{
23692 \backslash
23693 cdashline}{
23694 \backslash
23695 myCdashline}
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \begin_inset Note Note
23702 status collapsed
23703
23704 \begin_layout Plain Layout
23705 zurücksetzen auf Standardwert
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 nodashgapcolor
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \begin_inset Note Note
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 zurücksetzen auf Standardwert
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Standard
23740 \begin_inset ERT
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744
23745
23746 \backslash
23747 setlength{
23748 \backslash
23749 arrayrulewidth}{0.4pt}
23750 \end_layout
23751
23752 \end_inset
23753
23754
23755 \begin_inset Note Note
23756 status collapsed
23757
23758 \begin_layout Plain Layout
23759 zurücksetzen auf Standardwert
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23769 \begin_inset space ~
23770 \end_inset
23771
23772
23773 \begin_inset CommandInset ref
23774 LatexCommand ref
23775 reference "abs:Farbige-Tabellen"
23776
23777 \end_inset
23778
23779  beschrieben.
23780  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23781  beschrieben, man muss in den Befehlen nur 
23782 \series bold
23783
23784 \backslash
23785 myHlineC
23786 \series default
23787  durch 
23788 \series bold
23789
23790 \backslash
23791 myHdashline
23792 \series default
23793  und 
23794 \backslash
23795
23796 \series bold
23797 hline
23798 \series default
23799  durch 
23800 \series bold
23801
23802 \backslash
23803 hdashline
23804 \series default
23805  ersetzen; man verwendet also den Befehl
23806 \end_layout
23807
23808 \begin_layout Standard
23809
23810 \series bold
23811
23812 \backslash
23813 let
23814 \backslash
23815 myHdashline
23816 \backslash
23817 hdashline
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821
23822 \backslash
23823 renewcommand{
23824 \backslash
23825 hdashline}
23826 \begin_inset Newline newline
23827 \end_inset
23828
23829
23830 \begin_inset Phantom HPhantom
23831 status open
23832
23833 \begin_layout Plain Layout
23834
23835 \series bold
23836 \begin_inset space ~
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \end_inset
23843
23844 {
23845 \backslash
23846 arrayrulecolor{red}
23847 \backslash
23848 myHdashline
23849 \backslash
23850 arrayrulecolor{black}}
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Um 
23855 \series bold
23856
23857 \backslash
23858 cdashline
23859 \series default
23860  zu färben, lautet der Befehl
23861 \end_layout
23862
23863 \begin_layout Standard
23864
23865 \series bold
23866
23867 \backslash
23868 let
23869 \backslash
23870 myCdashline
23871 \backslash
23872 cdashline
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876
23877 \backslash
23878 renewcommand{
23879 \backslash
23880 cdashline}[1]
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Phantom HPhantom
23886 status open
23887
23888 \begin_layout Plain Layout
23889
23890 \series bold
23891 \begin_inset space ~
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898
23899 {
23900 \backslash
23901 arrayrulecolor{red}
23902 \backslash
23903 myCdashline{#1}
23904 \backslash
23905 arrayrulecolor{black}}
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23910  als \SpecialChar TeX
23911 -Code hinter der Tabelle einfügen:
23912 \end_layout
23913
23914 \begin_layout Standard
23915 Für 
23916 \series bold
23917
23918 \backslash
23919 hdashline
23920 \end_layout
23921
23922 \begin_layout Standard
23923
23924 \series bold
23925
23926 \backslash
23927 renewcommand{
23928 \backslash
23929 hdashline}{
23930 \backslash
23931 myHdashline}
23932 \end_layout
23933
23934 \begin_layout Standard
23935 und für 
23936 \series bold
23937
23938 \backslash
23939 cdashline
23940 \end_layout
23941
23942 \begin_layout Standard
23943
23944 \series bold
23945
23946 \backslash
23947 renewcommand{
23948 \backslash
23949 cdashline}{
23950 \backslash
23951 myCdashline}
23952 \end_layout
23953
23954 \begin_layout Standard
23955 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23956  Befehl
23957 \end_layout
23958
23959 \begin_layout Standard
23960
23961 \series bold
23962
23963 \backslash
23964 dashgapcolor{Farbe}
23965 \end_layout
23966
23967 \begin_layout Standard
23968 als \SpecialChar TeX
23969 -Code vor der Tabelle verwenden.
23970  Farbe ist hierbei der Name einer definierten Farbe.
23971  Der Befehl
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 nodashgapcolor
23980 \end_layout
23981
23982 \begin_layout Standard
23983 hebt die Einstellung von 
23984 \series bold
23985
23986 \backslash
23987 dashgapcolor
23988 \series default
23989  auf.
23990 \end_layout
23991
23992 \begin_layout Standard
23993 \begin_inset Note Greyedout
23994 status open
23995
23996 \begin_layout Plain Layout
23997
23998 \series bold
23999 \color none
24000 Achtung
24001 \series default
24002 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24003  
24004 \series bold
24005 arydshln
24006 \series default
24007  an erster Stelle in der Zelle befinden.
24008  Daher ist in in Zelle 
24009 \emph on
24010 k
24011 \emph default
24012  der Tabelle
24013 \begin_inset space ~
24014 \end_inset
24015
24016
24017 \begin_inset CommandInset ref
24018 LatexCommand ref
24019 reference "tab:Farbige-Tabelle-mit"
24020
24021 \end_inset
24022
24023  der Befehl 
24024 \series bold
24025
24026 \backslash
24027 hdashline
24028 \series default
24029  vor 
24030 \series bold
24031
24032 \backslash
24033 rowcolor
24034 \series default
24035 .
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 \begin_inset Note Greyedout
24045 status open
24046
24047 \begin_layout Plain Layout
24048
24049 \series bold
24050 \color none
24051 Achtung:
24052 \series default
24053  Das \SpecialChar LaTeX
24054 -Paket 
24055 \series bold
24056 arydshln
24057 \series default
24058  muss im \SpecialChar LaTeX
24059 -Vorspann nach dem \SpecialChar LaTeX
24060 -Paket 
24061 \series bold
24062 colortbl
24063 \series default
24064
24065 \begin_inset Index idx
24066 status collapsed
24067
24068 \begin_layout Plain Layout
24069 \SpecialChar LaTeX
24070 -Pakete ! colortbl
24071 \end_layout
24072
24073 \end_inset
24074
24075  geladen werden.
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 \begin_inset ERT
24085 status collapsed
24086
24087 \begin_layout Plain Layout
24088
24089
24090 \backslash
24091 else
24092 \end_layout
24093
24094 \end_inset
24095
24096
24097 \begin_inset Note Note
24098 status open
24099
24100 \begin_layout Plain Layout
24101 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24102 -Paket 
24103 \series bold
24104 arydshln
24105 \series default
24106  nicht installiert ist:
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 Sie müssen das \SpecialChar LaTeX
24116 -Paket 
24117 \series bold
24118 arydshln
24119 \series default
24120  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \begin_inset ERT
24125 status collapsed
24126
24127 \begin_layout Plain Layout
24128
24129
24130 \backslash
24131 fi
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24141  von 
24142 \series bold
24143 arydshln
24144 \series default
24145
24146 \begin_inset CommandInset citation
24147 LatexCommand cite
24148 key "arydshln"
24149
24150 \end_inset
24151
24152 .
24153 \end_layout
24154
24155 \begin_layout Chapter
24156 Gleitobjekte
24157 \begin_inset CommandInset label
24158 LatexCommand label
24159 name "kap:Gleitobjekte"
24160
24161 \end_inset
24162
24163
24164 \begin_inset Index idx
24165 status collapsed
24166
24167 \begin_layout Plain Layout
24168 Gleitobjekte
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Section
24177 Einleitung
24178 \begin_inset CommandInset label
24179 LatexCommand label
24180 name "abs:Gleitobjekte-Einleitung"
24181
24182 \end_inset
24183
24184
24185 \begin_inset Index idx
24186 status collapsed
24187
24188 \begin_layout Plain Layout
24189 Gleitobjekte ! Einleitung
24190 \end_layout
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24199  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24200  der beste Platz ist.
24201  
24202 \family sans
24203 Fußnoten
24204 \family default
24205  und 
24206 \family sans
24207 Randnotizen
24208 \family default
24209  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24210  wenn auf ihrer Seite schon zu viele sind.
24211 \end_layout
24212
24213 \begin_layout Standard
24214 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24215  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24216  um weiße Flächen und Seiten ohne Text zu vermeiden.
24217  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24218 löst,
24219  kann im Text auf ein Gleitobjekt verwiesen werden.
24220  Gleitobjekte sind deshalb nummeriert.
24221  Querverweise werden in Abschnitt
24222 \begin_inset space ~
24223 \end_inset
24224
24225
24226 \begin_inset CommandInset ref
24227 LatexCommand ref
24228 reference "abs:Auf-Gleitobjekte-verweisen"
24229
24230 \end_inset
24231
24232  beschrieben.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Ein Gleitobjekt wird mit 
24237 \family sans
24238 Einfügen\SpecialChar menuseparator
24239 Gleitobjekt\SpecialChar menuseparator
24240 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24241 belle/Um\SpecialChar softhyphen
24242 flos\SpecialChar softhyphen
24243 se\SpecialChar softhyphen
24244 nes
24245 \begin_inset space ~
24246 \end_inset
24247
24248 Gleitobjekt
24249 \family default
24250  eingefügt (Werkzeugleistenknopf 
24251 \begin_inset Info
24252 type  "icon"
24253 arg   "float-insert figure"
24254 \end_inset
24255
24256  oder 
24257 \begin_inset Info
24258 type  "icon"
24259 arg   "float-insert table"
24260 \end_inset
24261
24262 ).
24263  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24264  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24265  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24266  #:).
24267  Statt # sehen Sie die von \SpecialChar LyX
24268  vergebene Nummer.
24269  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24270  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24271  eingefügt.
24272  In Abschnitt
24273 \begin_inset space ~
24274 \end_inset
24275
24276
24277 \begin_inset CommandInset ref
24278 LatexCommand ref
24279 reference "abs:Titel-Platzierung"
24280
24281 \end_inset
24282
24283  finden Sie mehr über die Platzierung des Titels.
24284  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24285  auch wieder geöffnet.
24286  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24287 \begin_inset Graphics
24288         filename clipart/GleitobjektQt4.png
24289         scale 70
24290         scaleBeforeRotation
24291
24292 \end_inset
24293
24294  – ein graues Kästchen mit roter Beschriftung.
24295 \end_layout
24296
24297 \begin_layout Standard
24298 Um mögliche \SpecialChar LaTeX
24299 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24300  Gleitobjekte in einem eigenen Absatz einzufügen.
24301 \end_layout
24302
24303 \begin_layout Standard
24304 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24305  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24306  klicken.
24307 \end_layout
24308
24309 \begin_layout Section
24310 Gleitobjekt-Typen
24311 \begin_inset Index idx
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315 Gleitobjekte ! Typen
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Standard
24324 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24325 \begin_inset space ~
24326 \end_inset
24327
24328
24329 \begin_inset CommandInset ref
24330 LatexCommand ref
24331 reference "abs:Gleitende-Abbildungen"
24332
24333 \end_inset
24334
24335  und 
24336 \begin_inset CommandInset ref
24337 LatexCommand ref
24338 reference "abs:Gleitende-Tabellen"
24339
24340 \end_inset
24341
24342  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24343  Letztere sind in Abschnitt
24344 \begin_inset space ~
24345 \end_inset
24346
24347
24348 \begin_inset CommandInset ref
24349 LatexCommand ref
24350 reference "abs:Umflossene-Gleitobjekte"
24351
24352 \end_inset
24353
24354  beschrieben.
24355 \end_layout
24356
24357 \begin_layout Subsection
24358 Algorithmen-Gleitobjekt
24359 \begin_inset Index idx
24360 status collapsed
24361
24362 \begin_layout Plain Layout
24363 Gleitobjekte ! Algorithmen
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 \begin_inset Float algorithm
24373 placement h
24374 wide false
24375 sideways false
24376 status open
24377
24378 \begin_layout Plain Layout
24379 \begin_inset Caption Standard
24380
24381 \begin_layout Plain Layout
24382 \begin_inset CommandInset label
24383 LatexCommand label
24384 name "alg:Ein-Gleitobjekt-Algorithmus"
24385
24386 \end_inset
24387
24388 Ein Gleitobjekt-Algorithmus 
24389 \end_layout
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout LyX-Code
24397 for I in 1..N loop
24398 \begin_inset Newline newline
24399 \end_inset
24400
24401  Sum:= Sum + A(I); /*Kommentar*/
24402 \begin_inset Newline newline
24403 \end_inset
24404
24405 end loop
24406 \begin_inset VSpace -4mm
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Dieser Typ wird mit 
24419 \family sans
24420 Einfügen\SpecialChar menuseparator
24421 Gleitobjekt\SpecialChar menuseparator
24422 Algorithmus
24423 \family default
24424  eingefügt.
24425  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24426  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24427 \begin_inset space ~
24428 \end_inset
24429
24430
24431 \begin_inset CommandInset ref
24432 LatexCommand ref
24433 reference "kap:Programm-Code-Listen"
24434
24435 \end_inset
24436
24437 .
24438  Eine mögliche Absatz-Umgebung hier für ist 
24439 \family sans
24440 \SpecialChar LyX
24441 -Code
24442 \family default
24443 , beschrieben im 
24444 \emph on
24445 Benutzerhandbuch
24446 \emph default
24447 .
24448  In Algorithmus
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \begin_inset CommandInset ref
24454 LatexCommand ref
24455 reference "alg:Ein-Gleitobjekt-Algorithmus"
24456
24457 \end_inset
24458
24459  wurden am Ende -4
24460 \begin_inset space \thinspace{}
24461 \end_inset
24462
24463 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24464  letzten Zeile gedruckt wird.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Die Marke 
24469 \emph on
24470 Algorithmus
24471 \emph default
24472  wird nicht automatisch in die druckbare Version übernommen, sondern das
24473  englische Wort 
24474 \emph on
24475 Algorithm
24476 \emph default
24477  verwendet.
24478  Soll
24479 \emph on
24480  Algorithmus
24481 \emph default
24482  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24483 -Vorspann schreiben: 
24484 \end_layout
24485
24486 \begin_layout Standard
24487
24488 \series bold
24489
24490 \backslash
24491 floatname{algorithm}{Algorithmus}
24492 \end_layout
24493
24494 \begin_layout Standard
24495 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24496  Sprache wie die \SpecialChar LyX
24497  Menünamen haben, das Menü 
24498 \family sans
24499 Einfügen\SpecialChar menuseparator
24500 Liste
24501 \begin_inset space \thinspace{}
24502 \end_inset
24503
24504 /
24505 \begin_inset space \thinspace{}
24506 \end_inset
24507
24508 Inhaltsverzeichnis\SpecialChar menuseparator
24509 Algorithmenverzeichnis
24510 \family default
24511  verwendet werden.
24512  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24513 -Code
24514  eingefügt werden:
24515 \end_layout
24516
24517 \begin_layout Standard
24518
24519 \series bold
24520
24521 \backslash
24522 listof{algorithm}{Algorithmenverzeichnis}
24523 \end_layout
24524
24525 \begin_layout Standard
24526 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24527  nach dem Schema 
24528 \begin_inset Quotes gld
24529 \end_inset
24530
24531 Kapitelnummer.Algorithmusnummer
24532 \begin_inset Quotes grd
24533 \end_inset
24534
24535  nummeriert.
24536  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24537 -Vorspann einfügen:
24538 \end_layout
24539
24540 \begin_layout Standard
24541
24542 \series bold
24543
24544 \backslash
24545 numberwithin{algorithm}{chapter}
24546 \end_layout
24547
24548 \begin_layout Standard
24549 Um 
24550 \series bold
24551
24552 \backslash
24553 numberwithin
24554 \series default
24555  benutzen zu können, muss in den 
24556 \family sans
24557 Mathe
24558 \begin_inset space ~
24559 \end_inset
24560
24561 Optionen
24562 \family default
24563  der 
24564 \family sans
24565 Dokument-Einstellungen
24566 \family default
24567  
24568 \family sans
24569 AMS
24570 \begin_inset space ~
24571 \end_inset
24572
24573 Mathe
24574 \begin_inset space ~
24575 \end_inset
24576
24577 Paket
24578 \family default
24579
24580 \begin_inset space ~
24581 \end_inset
24582
24583
24584 \family sans
24585 verwenden
24586 \family default
24587  angekreuzt sein.
24588 \end_layout
24589
24590 \begin_layout Section
24591 Gleitobjekt-Nummerierung
24592 \begin_inset Index idx
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Gleitobjekte ! Nummerierung
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Standard
24605 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24606  nummeriert oder nach dem Schema 
24607 \begin_inset Quotes gld
24608 \end_inset
24609
24610 Kapitelnummer.Gleitobjektnummer
24611 \begin_inset Quotes grd
24612 \end_inset
24613
24614  oder 
24615 \begin_inset Quotes gld
24616 \end_inset
24617
24618 Abschnittsnummer.Gleitobjektnummer
24619 \begin_inset Quotes grd
24620 \end_inset
24621
24622 .
24623  Das hängt von der Dokumentklasse ab.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24628  in den \SpecialChar LaTeX
24629 -Vorspann einfügen:
24630 \end_layout
24631
24632 \begin_layout Standard
24633
24634 \series bold
24635
24636 \backslash
24637 renewcommand{
24638 \backslash
24639 thetable}{
24640 \backslash
24641 roman{table}}
24642 \end_layout
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647
24648 \backslash
24649 thetable
24650 \series default
24651  ist der Befehl, der die Tabellennummer druckt.
24652  Für Abbildungen ist das 
24653 \series bold
24654
24655 \backslash
24656 thefigure
24657 \series default
24658 .
24659  Der Befehl 
24660 \series bold
24661
24662 \backslash
24663 roman
24664 \series default
24665  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Um das Nummerierungsschema zum Beispiel auf 
24670 \begin_inset Quotes gld
24671 \end_inset
24672
24673 Unterabschnittsnummer.Num\SpecialChar softhyphen
24674 mer
24675 \begin_inset Quotes grd
24676 \end_inset
24677
24678  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24679 -Vorspann:
24680 \end_layout
24681
24682 \begin_layout Standard
24683
24684 \series bold
24685
24686 \backslash
24687 numberwithin{table}{subsection}
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Um den Befehl 
24692 \series bold
24693
24694 \backslash
24695 numberwithin
24696 \series default
24697  benutzen zu können, müssen Sie in den 
24698 \family sans
24699 Mathe
24700 \begin_inset space ~
24701 \end_inset
24702
24703 Optionen
24704 \family default
24705  der 
24706 \family sans
24707 Dokument-Einstellungen
24708 \family default
24709  
24710 \family sans
24711 AMS
24712 \begin_inset space ~
24713 \end_inset
24714
24715 Mathe
24716 \begin_inset space ~
24717 \end_inset
24718
24719 Paket
24720 \family default
24721
24722 \begin_inset space ~
24723 \end_inset
24724
24725
24726 \family sans
24727 verwenden
24728 \family default
24729  ankreuzen.
24730 \end_layout
24731
24732 \begin_layout Standard
24733 Sehen Sie sich bitte auch Abschnitt
24734 \begin_inset space ~
24735 \end_inset
24736
24737
24738 \begin_inset CommandInset ref
24739 LatexCommand ref
24740 reference "uab:Fußnoten-Nummerierung"
24741
24742 \end_inset
24743
24744  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24745 \end_layout
24746
24747 \begin_layout Section
24748 Auf Gleitobjekte verweisen
24749 \begin_inset CommandInset label
24750 LatexCommand label
24751 name "abs:Auf-Gleitobjekte-verweisen"
24752
24753 \end_inset
24754
24755
24756 \begin_inset Index idx
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760 Gleitobjekte ! Querverweise
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \begin_inset Index idx
24767 status collapsed
24768
24769 \begin_layout Plain Layout
24770 Querverweise ! auf Gleitobjekte
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Standard
24779 Zunächst müssen Sie mit 
24780 \family sans
24781 Einfügen\SpecialChar menuseparator
24782 Marke
24783 \family default
24784  oder einen Klick auf 
24785 \begin_inset Info
24786 type  "icon"
24787 arg   "label-insert"
24788 \end_inset
24789
24790  eine Marke im Titel einfügen.
24791  Im 
24792 \family sans
24793 Marke
24794 \family default
24795 -Dialog schreiben Sie einen Text in das Feld 
24796 \family sans
24797 Marke
24798 \family default
24799  oder übernehmen den vorgeschlagenen.
24800  Die Marke sieht in \SpecialChar LyX
24801  dann so aus:
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset Graphics
24806         filename clipart/Marke.png
24807         lyxscale 80
24808         scale 50
24809         scaleBeforeRotation
24810
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \begin_layout Standard
24817 Die Marke wird als Anker und Name für den Querverweis benutzt.
24818  Mit 
24819 \family sans
24820 Einfügen\SpecialChar menuseparator
24821 Querverweis
24822 \family default
24823  oder einen Klick auf 
24824 \begin_inset Info
24825 type  "icon"
24826 arg   "dialog-show-new-inset ref"
24827 \end_inset
24828
24829  können Sie dann auf die Marke verweisen.
24830  Als Querverweis wird in \SpecialChar LyX
24831  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \begin_inset Graphics
24836         filename clipart/Querverweis.png
24837         lyxscale 80
24838         scale 50
24839         scaleBeforeRotation
24840
24841 \end_inset
24842
24843
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847  Mehr zu Querverweisen finden Sie im 
24848 \emph on
24849 Benutzerhandbuch
24850 \emph default
24851 .
24852 \end_layout
24853
24854 \begin_layout Standard
24855 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24856  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24857  durch einen Zeilenumbruch getrennt werden können.
24858 \end_layout
24859
24860 \begin_layout Standard
24861 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24862  \SpecialChar LyX
24863  passt die Querverweise automatisch an.
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Ein Klick auf den Schalter 
24868 \family sans
24869 Gehe
24870 \begin_inset space ~
24871 \end_inset
24872
24873 zur
24874 \begin_inset space ~
24875 \end_inset
24876
24877 Marke
24878 \family default
24879  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24880  Der Text der Schaltfläche heißt jetzt 
24881 \family sans
24882 Gehe
24883 \begin_inset space ~
24884 \end_inset
24885
24886 zurück
24887 \family default
24888  und ein Klick darauf macht genau dies.
24889 \end_layout
24890
24891 \begin_layout Subsection
24892 Querverweis-Formate
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "uab:Querverweis-Formate"
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Querverweise ! Formate
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Es gibt sechs verschiedene Querverweisstile:
24914 \end_layout
24915
24916 \begin_layout Description
24917 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24918  
24919 \begin_inset CommandInset ref
24920 LatexCommand ref
24921 reference "abb:Zwei-Teilabbildungen"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Description
24929 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24930  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24931  verwendet wird, speziell wenn der Name 
24932 \begin_inset Quotes gld
24933 \end_inset
24934
24935 Gleichung
24936 \begin_inset Quotes grd
24937 \end_inset
24938
24939  weggelassen wird: 
24940 \begin_inset CommandInset ref
24941 LatexCommand eqref
24942 reference "eq:Wgn"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Description
24950 <Seite>: druckt die Seitennummer: Seite
24951 \begin_inset space ~
24952 \end_inset
24953
24954
24955 \begin_inset CommandInset ref
24956 LatexCommand pageref
24957 reference "abb:Zwei-Teilabbildungen"
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Description
24965 auf
24966 \begin_inset space ~
24967 \end_inset
24968
24969 Seite
24970 \begin_inset space ~
24971 \end_inset
24972
24973 <Seite>: druckt den Text 
24974 \begin_inset Quotes gld
24975 \end_inset
24976
24977 auf Seite
24978 \begin_inset Quotes grd
24979 \end_inset
24980
24981  und die Seitennummer: 
24982 \begin_inset CommandInset ref
24983 LatexCommand vpageref
24984 reference "abb:Zwei-Teilabbildungen"
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Description
24992 <Querverweis>
24993 \begin_inset space ~
24994 \end_inset
24995
24996 auf
24997 \begin_inset space ~
24998 \end_inset
24999
25000 Seite
25001 \begin_inset space ~
25002 \end_inset
25003
25004 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25005 \begin_inset Quotes gld
25006 \end_inset
25007
25008 auf Seite
25009 \begin_inset Quotes grd
25010 \end_inset
25011
25012 , und die Seitennummer: 
25013 \begin_inset CommandInset ref
25014 LatexCommand vref
25015 reference "abb:Zwei-Teilabbildungen"
25016
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \begin_layout Description
25023 Formatierter
25024 \begin_inset space ~
25025 \end_inset
25026
25027 Querverweis: druckt ein selbst definiertes Querverweisformat
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Note Greyedout
25033 status open
25034
25035 \begin_layout Plain Layout
25036
25037 \series bold
25038 Bemerkung:
25039 \series default
25040  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25041 -Paket 
25042 \series bold
25043 prettyref
25044 \series default
25045  oder 
25046 \series bold
25047 refstyle
25048 \series default
25049
25050 \begin_inset Index idx
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054 \SpecialChar LaTeX
25055 -Pakete ! prettyref
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \begin_inset Index idx
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065 \SpecialChar LaTeX
25066 -Pakete ! refstyle
25067 \end_layout
25068
25069 \end_inset
25070
25071  installiert ist.
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \begin_inset Newline newline
25078 \end_inset
25079
25080 Sie können duch setzen der Option 
25081 \family sans
25082 Verwende refstyle (nicht prettyref) für Querverweise
25083 \family default
25084  im Menü 
25085 \family sans
25086 Dokument\SpecialChar menuseparator
25087 Einstellungen\SpecialChar menuseparator
25088 Dokumentklasse
25089 \family default
25090  wählen, welches \SpecialChar LaTeX
25091 -Paket für diesen Verweistyp verwendet wird.
25092  Das Format wird definiert, indem man den Befehl 
25093 \series bold
25094
25095 \backslash
25096 newrefformat
25097 \series default
25098  (prettyref) oder 
25099 \series bold
25100
25101 \backslash
25102 newref
25103 \series default
25104  (refstyle) in den \SpecialChar LaTeX
25105 -Vorspann einfügt.
25106  Z.
25107 \begin_inset space \thinspace{}
25108 \end_inset
25109
25110 B.
25111  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25112  
25113 \begin_inset Quotes eld
25114 \end_inset
25115
25116
25117 \family sans
25118 abb
25119 \family default
25120
25121 \begin_inset Quotes erd
25122 \end_inset
25123
25124 ) mit dem Befehle
25125 \begin_inset Newline newline
25126 \end_inset
25127
25128
25129 \series bold
25130
25131 \backslash
25132 newref{abb}{refcmd={Bild auf Seite 
25133 \backslash
25134 pageref{#1}}}
25135 \series default
25136
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140 geändert werden.
25141  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25142 en verwiesen, 
25143 \begin_inset CommandInset citation
25144 LatexCommand cite
25145 key "prettyref,refstyle"
25146
25147 \end_inset
25148
25149 .
25150 \end_layout
25151
25152 \begin_layout Description
25153 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25154 \begin_inset CommandInset ref
25155 LatexCommand nameref
25156 reference "abb:Zwei-Teilabbildungen"
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164
25165 \family sans
25166 <Seite>
25167 \family default
25168  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25169  vorherigen, der selben oder der nächsten Seite befindet.
25170  Stattdessen wird z.
25171 \begin_inset space \thinspace{}
25172 \end_inset
25173
25174 B.
25175  der Text 
25176 \begin_inset Quotes gld
25177 \end_inset
25178
25179
25180 \family sans
25181 auf dieser Seite
25182 \family default
25183
25184 \begin_inset Quotes grd
25185 \end_inset
25186
25187  gedruckt.
25188  Der Stil 
25189 \family sans
25190 <Querverweis>
25191 \begin_inset space ~
25192 \end_inset
25193
25194 auf
25195 \begin_inset space ~
25196 \end_inset
25197
25198 Seite
25199 \begin_inset space ~
25200 \end_inset
25201
25202 <Seite>
25203 \family default
25204  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25205  Seite ist.
25206 \end_layout
25207
25208 \begin_layout Standard
25209 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25210  automatisch von \SpecialChar LaTeX
25211  berechnet.
25212  Die Stile können im Feld 
25213 \family sans
25214 Format
25215 \family default
25216  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25217  einen Querverweis klicken.
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset Note Greyedout
25222 status open
25223
25224 \begin_layout Plain Layout
25225
25226 \series bold
25227 Bemerkung:
25228 \series default
25229  Es wird empfohlen, das \SpecialChar LaTeX
25230 -Paket 
25231 \series bold
25232 refstyle
25233 \series default
25234
25235 \begin_inset Index idx
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 \SpecialChar LaTeX
25240 -Pakete ! refstyle
25241 \end_layout
25242
25243 \end_inset
25244
25245  zu verwenden, da 
25246 \series bold
25247 prettyref
25248 \series default
25249
25250 \begin_inset Index idx
25251 status collapsed
25252
25253 \begin_layout Plain Layout
25254 \SpecialChar LaTeX
25255 -Pakete ! prettyref
25256 \end_layout
25257
25258 \end_inset
25259
25260  nicht alle möglichen \SpecialChar LyX
25261 -Marken-Kürzel
25262 \begin_inset Foot
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266  
25267 \begin_inset Quotes gld
25268 \end_inset
25269
25270 abb:
25271 \begin_inset Quotes grd
25272 \end_inset
25273
25274  ist z.
25275 \begin_inset space \thinspace{}
25276 \end_inset
25277
25278 B.
25279  \SpecialChar LyX
25280 ' Kürzel für Marken in Bildbeschriftungen.
25281 \end_layout
25282
25283 \end_inset
25284
25285  kennt und auch nicht internationalisiert ist.
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Subsection
25294 Automatische Querverweisnamen
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 Querverweise ! Automatische Namen 
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Das \SpecialChar LaTeX
25309 -Paket 
25310 \series bold
25311 hyperref
25312 \series default
25313
25314 \begin_inset Index idx
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 \SpecialChar LaTeX
25319 -Pakete ! hyperref
25320 \end_layout
25321
25322 \end_inset
25323
25324 , das in den
25325 \family sans
25326  PDF-Eigenschaften
25327 \family default
25328  im 
25329 \family sans
25330 Dokument-Einstellungen
25331 \family default
25332  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25333  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25334  wie 
25335 \emph on
25336 Abschnitt
25337 \emph default
25338 ).
25339  Sie müssen damit z.
25340 \begin_inset space \thinspace{}
25341 \end_inset
25342
25343 B.
25344  nicht mehr den Namen 
25345 \begin_inset Quotes gld
25346 \end_inset
25347
25348 Abbildung
25349 \begin_inset Quotes grd
25350 \end_inset
25351
25352  vor jeden Querverweis auf eine Abbildung schreiben.
25353  Um diese Funktion benutzen zu können, aktivieren Sie 
25354 \series bold
25355 hyperref
25356 \series default
25357  und fügen diese Zeile in den \SpecialChar LaTeX
25358 -Vorspann ein:
25359 \end_layout
25360
25361 \begin_layout Standard
25362
25363 \series bold
25364
25365 \backslash
25366 AtBeginDocument{
25367 \backslash
25368 renewcommand{
25369 \backslash
25370 ref}[1]{
25371 \backslash
25372 mbox{
25373 \backslash
25374 autoref{#1}}}}
25375 \end_layout
25376
25377 \begin_layout Standard
25378 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25379 \begin_inset space \thinspace{}
25380 \end_inset
25381
25382 B.
25383  statt 
25384 \begin_inset Quotes gld
25385 \end_inset
25386
25387 Abschnitt
25388 \begin_inset Quotes grd
25389 \end_inset
25390
25391  den Namen 
25392 \begin_inset Quotes gld
25393 \end_inset
25394
25395 Kap.
25396 \begin_inset space \thinspace{}
25397 \end_inset
25398
25399
25400 \begin_inset Quotes grd
25401 \end_inset
25402
25403 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25404 \end_layout
25405
25406 \begin_layout Standard
25407
25408 \series bold
25409
25410 \backslash
25411 addto
25412 \backslash
25413 extrasngerman{
25414 \backslash
25415 renewcommand{
25416 \backslash
25417 sectionautorefname}
25418 \begin_inset Newline newline
25419 \end_inset
25420
25421
25422 \begin_inset Phantom HPhantom
25423 status open
25424
25425 \begin_layout Plain Layout
25426
25427 \series bold
25428 \begin_inset space ~
25429 \end_inset
25430
25431
25432 \end_layout
25433
25434 \end_inset
25435
25436 {Kap.
25437 \backslash
25438 negthinspace}}
25439 \end_layout
25440
25441 \begin_layout Standard
25442 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \series bold
25448
25449 \backslash
25450 extrasngerman
25451 \series default
25452  durch 
25453 \series bold
25454
25455 \backslash
25456 extras***
25457 \series default
25458 , wobei *** der Name der verwendeten Sprache ist.
25459 \end_layout
25460
25461 \begin_layout Standard
25462 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25463  z.
25464 \begin_inset space \thinspace{}
25465 \end_inset
25466
25467 B.
25468  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25469 \end_layout
25470
25471 \begin_layout Standard
25472
25473 \series bold
25474
25475 \backslash
25476 addto
25477 \backslash
25478 extrasngerman{
25479 \backslash
25480 renewcommand*{
25481 \backslash
25482 equationautorefname}[1]{}}
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Mehr über dieses Thema finden Sie in der 
25487 \series bold
25488 hyperref
25489 \series default
25490 -Dokumentation 
25491 \begin_inset CommandInset citation
25492 LatexCommand cite
25493 key "hyperref"
25494
25495 \end_inset
25496
25497 .
25498 \end_layout
25499
25500 \begin_layout Standard
25501 \begin_inset Note Greyedout
25502 status open
25503
25504 \begin_layout Plain Layout
25505
25506 \series bold
25507 Bemerkung:
25508 \series default
25509  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25510  als Querverweisstil 
25511 \family sans
25512 Formatierter
25513 \begin_inset space ~
25514 \end_inset
25515
25516 Querverweis
25517 \family default
25518  benutzen, wie in Abschnitt
25519 \begin_inset space ~
25520 \end_inset
25521
25522
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "uab:Querverweis-Formate"
25526
25527 \end_inset
25528
25529  beschrieben.
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 Das 
25539 \emph on
25540 Mathe
25541 \emph default
25542  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25543 \end_layout
25544
25545 \begin_layout Subsection
25546 Querverweis-Position
25547 \begin_inset CommandInset label
25548 LatexCommand label
25549 name "uab:Querverweis-Position"
25550
25551 \end_inset
25552
25553
25554 \begin_inset Index idx
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558 Querverweise !  Position
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 Wenn Sie 
25568 \series bold
25569 hyperref
25570 \series default
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 \SpecialChar LaTeX
25577 -Pakete ! hyperref
25578 \end_layout
25579
25580 \end_inset
25581
25582  in den
25583 \family sans
25584  PDF-Eigenschaften
25585 \family default
25586  im 
25587 \family sans
25588 Dokument-Einstellungen
25589 \family default
25590  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25591  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25592  und Sie werden das Bild ohne Scrollen nicht sehen.
25593  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25594  ist.
25595  Wenn Sie das  \SpecialChar LaTeX
25596 -Paket 
25597 \series bold
25598 hypcap
25599 \series default
25600
25601 \begin_inset Index idx
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605 \SpecialChar LaTeX
25606 -Pakete ! hypcap
25607 \end_layout
25608
25609 \end_inset
25610
25611 , das Teil des \SpecialChar LaTeX
25612 -Pakets 
25613 \series bold
25614 oberdiek
25615 \series default
25616
25617 \begin_inset Index idx
25618 status collapsed
25619
25620 \begin_layout Plain Layout
25621 \SpecialChar LaTeX
25622 -Pakete ! oberdiek
25623 \end_layout
25624
25625 \end_inset
25626
25627  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25628  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25629 -Paket 
25630 \series bold
25631 hypcap
25632 \series default
25633  zunächst in den \SpecialChar LaTeX
25634 -Vorspann laden:
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 usepackage[figure]{hypcap}
25643 \end_layout
25644
25645 \begin_layout Standard
25646 Sie können 
25647 \series bold
25648 hypcap
25649 \series default
25650  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25651  nicht empfohlen.
25652  Weitere Informationen finden Sie im
25653 \series bold
25654  hypcap
25655 \series default
25656 -Handbuch 
25657 \begin_inset CommandInset citation
25658 LatexCommand cite
25659 key "hypcap"
25660
25661 \end_inset
25662
25663 .
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset Note Greyedout
25668 status open
25669
25670 \begin_layout Plain Layout
25671
25672 \series bold
25673 Bemerkung:
25674 \series default
25675  
25676 \series bold
25677 hypcap
25678 \series medium
25679  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Section
25688 Gleitobjekt-Platzierung
25689 \begin_inset CommandInset label
25690 LatexCommand label
25691 name "abs:Gleitobjekt-Platzierung"
25692
25693 \end_inset
25694
25695
25696 \begin_inset Index idx
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700 Gleitobjekte ! Platzierung
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25710 \family sans
25711 Einstellungen 
25712 \family default
25713 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25714 -Optionen für die Gleitobjekt-Platzierung
25715  ändern können.
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719 Die Option 
25720 \family sans
25721 Spalten
25722 \begin_inset space ~
25723 \end_inset
25724
25725 überspannen
25726 \family default
25727  ist nur bei zweispaltigen Dokumenten sinnvoll.
25728  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25729 \begin_inset Newline newline
25730 \end_inset
25731
25732 Die Option 
25733 \family sans
25734 Seitwärts
25735 \begin_inset space ~
25736 \end_inset
25737
25738 drehen
25739 \family default
25740  ist in Abschnitt 
25741 \begin_inset CommandInset ref
25742 LatexCommand ref
25743 reference "abs:Gedrehte-Gleitobjekte"
25744
25745 \end_inset
25746
25747  beschrieben.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25752  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25753  Sie die Option 
25754 \family sans
25755 Standard-Platzierung
25756 \begin_inset space ~
25757 \end_inset
25758
25759 verwenden
25760 \family default
25761  nicht verwenden:
25762 \end_layout
25763
25764 \begin_layout Description
25765 Hier
25766 \begin_inset space ~
25767 \end_inset
25768
25769 wenn
25770 \begin_inset space ~
25771 \end_inset
25772
25773 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25774 \end_layout
25775
25776 \begin_layout Description
25777 Anfang
25778 \begin_inset space ~
25779 \end_inset
25780
25781 der
25782 \begin_inset space ~
25783 \end_inset
25784
25785 Seite
25786 \family sans
25787  
25788 \family default
25789 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25790  Gleitobjekte, die maximal 70
25791 \begin_inset space \thinspace{}
25792 \end_inset
25793
25794 % einer Seite benötigen, dürfen oben platziert werden.
25795  Dies kann durch die Variable 
25796 \series bold
25797
25798 \backslash
25799 topfraction
25800 \series default
25801  im \SpecialChar LaTeX
25802 -Vorspann überschrieben werden, zum Beispiel: 
25803 \begin_inset Separator parbreak
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_deeper
25810 \begin_layout Standard
25811
25812 \series bold
25813
25814 \backslash
25815 renewcommand{
25816 \backslash
25817 topfraction}{0.9}
25818 \family typewriter
25819 \series default
25820  
25821 \end_layout
25822
25823 \end_deeper
25824 \begin_layout Description
25825 Ende
25826 \begin_inset space ~
25827 \end_inset
25828
25829 der
25830 \begin_inset space ~
25831 \end_inset
25832
25833 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25834  Gleitobjekte, die maximal 30
25835 \begin_inset space \thinspace{}
25836 \end_inset
25837
25838 % einer Seite benötigen, dürfen unten platziert werden.
25839  Dies kann durch die Variable 
25840 \series bold
25841
25842 \backslash
25843 bottomfraction
25844 \series default
25845  im \SpecialChar LaTeX
25846 -Vorspann überschrieben werden, zum Beispiel setzt 
25847 \begin_inset Separator parbreak
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_deeper
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 renewcommand{
25860 \backslash
25861 bottomfraction}{0.5}
25862 \end_layout
25863
25864 \begin_layout Standard
25865 die oftmals zu kleine untere Grenze auf 50
25866 \begin_inset space \thinspace{}
25867 \end_inset
25868
25869 %.
25870 \end_layout
25871
25872 \end_deeper
25873 \begin_layout Description
25874 Seite
25875 \begin_inset space ~
25876 \end_inset
25877
25878 mit
25879 \begin_inset space ~
25880 \end_inset
25881
25882 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25883  Nur wenn mehr als 50
25884 \begin_inset space \thinspace{}
25885 \end_inset
25886
25887 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25888  Gleitobjekte bereitgestellt.
25889  Dies kann durch die Variable 
25890 \series bold
25891
25892 \backslash
25893 floatpagefraction 
25894 \series default
25895 im \SpecialChar LaTeX
25896 -Vorspann überschrieben werden.
25897 \end_layout
25898
25899 \begin_layout Standard
25900 Die Reihenfolge der obigen Optionen wird 
25901 \emph on
25902 immer
25903 \emph default
25904  von \SpecialChar LaTeX
25905  verwendet.
25906  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25907  zuerst versuchen
25908  
25909 \family sans
25910 Hier
25911 \begin_inset space \space{}
25912 \end_inset
25913
25914 wenn
25915 \begin_inset space \space{}
25916 \end_inset
25917
25918 möglich
25919 \family default
25920 , dann 
25921 \family sans
25922 Anfang
25923 \begin_inset space ~
25924 \end_inset
25925
25926 der
25927 \begin_inset space ~
25928 \end_inset
25929
25930 Seite
25931 \family default
25932  und dann die anderen Optionen anzuwenden.
25933  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
25934  nur die von Ihnen
25935  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
25936  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25937 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25938 \end_layout
25939
25940 \begin_layout Standard
25941 Die Option 
25942 \family sans
25943 Hier,
25944 \begin_inset space ~
25945 \end_inset
25946
25947 auf
25948 \begin_inset space ~
25949 \end_inset
25950
25951 jeden
25952 \begin_inset space ~
25953 \end_inset
25954
25955 Fall
25956 \family default
25957  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25958  fast druckreif ist.
25959  Denn mit der Option kann das Objekt nicht mehr 
25960 \emph on
25961 gleiten
25962 \emph default
25963 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25964  oftmals zerstört.
25965 \end_layout
25966
25967 \begin_layout Standard
25968 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25969  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25970 \begin_inset VSpace bigskip
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25978 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25979  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25980  Das kann mit dem \SpecialChar LaTeX
25981 -Befehl
25982 \series bold
25983  
25984 \backslash
25985 suppressfloats
25986 \series default
25987  verhindert werden.
25988  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25989  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25990  gesetzt wird.
25991  Dazu müssen Sie im \SpecialChar LaTeX
25992 -Vorspann folgende Befehle einfügen:
25993 \end_layout
25994
25995 \begin_layout Standard
25996
25997 \series bold
25998
25999 \backslash
26000 let
26001 \backslash
26002 meinAbschnitt
26003 \backslash
26004 section
26005 \begin_inset Newline newline
26006 \end_inset
26007
26008
26009 \backslash
26010 renewcommand{
26011 \backslash
26012 section}{
26013 \backslash
26014 suppressfloats[t]
26015 \backslash
26016 meinAbschnitt}
26017 \end_layout
26018
26019 \begin_layout Standard
26020 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26021  Unterabschnitten festlegen.
26022  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26023  \SpecialChar LaTeX
26024  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26025 \end_layout
26026
26027 \begin_layout Standard
26028 Es gibt auch noch das \SpecialChar LaTeX
26029 -Paket 
26030 \series bold
26031 flafter
26032 \series default
26033
26034 \begin_inset Index idx
26035 status collapsed
26036
26037 \begin_layout Plain Layout
26038 \SpecialChar LaTeX
26039 -Pakete ! flafter
26040 \end_layout
26041
26042 \end_inset
26043
26044  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26045  gedruckt wird.
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace bigskip
26050 \end_inset
26051
26052 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26053  Dafür gibt es das \SpecialChar LaTeX
26054 -Paket 
26055 \series bold
26056 endfloat
26057 \series default
26058
26059 \begin_inset Index idx
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063 \SpecialChar LaTeX
26064 -Pakete ! endfloat
26065 \end_layout
26066
26067 \end_inset
26068
26069 .
26070  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26071  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26072  
26073 \family sans
26074
26075 \begin_inset Quotes gld
26076 \end_inset
26077
26078 [Abbildung
26079 \begin_inset space ~
26080 \end_inset
26081
26082 3.2 ist ungefähr hier.]
26083 \family default
26084
26085 \begin_inset Quotes grd
26086 \end_inset
26087
26088  finden.
26089  Das 
26090 \series bold
26091 endfloat
26092 \series default
26093 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26094 -Vorspann eingefügt:
26095 \end_layout
26096
26097 \begin_layout Standard
26098
26099 \series bold
26100
26101 \backslash
26102 usepackage[Optionen]{endfloat}
26103 \end_layout
26104
26105 \begin_layout Standard
26106 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26107  Tabellen-Abschnitte, die Sie in der 
26108 \series bold
26109 endfloat
26110 \series default
26111 -Dokumentation 
26112 \begin_inset CommandInset citation
26113 LatexCommand cite
26114 key "endfloat"
26115
26116 \end_inset
26117
26118  nachlesen können.
26119 \begin_inset Newline newline
26120 \end_inset
26121
26122
26123 \begin_inset Note Greyedout
26124 status open
26125
26126 \begin_layout Plain Layout
26127
26128 \series bold
26129 Bemerkung
26130 \begin_inset space ~
26131 \end_inset
26132
26133 1: endfloat
26134 \series default
26135  übersetzt den Hinweistext nicht automatisch.
26136  Abschnitt
26137 \begin_inset space ~
26138 \end_inset
26139
26140 4 in 
26141 \begin_inset CommandInset citation
26142 LatexCommand cite
26143 key "endfloat"
26144
26145 \end_inset
26146
26147  beschreibt, wie es geht.
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset Note Greyedout
26157 status open
26158
26159 \begin_layout Plain Layout
26160
26161 \series bold
26162 Bemerkung
26163 \begin_inset space ~
26164 \end_inset
26165
26166 2: 
26167 \series default
26168 Die aktuelle Version von 
26169 \series bold
26170 endfloat
26171 \series default
26172  hat einen Fehler, wenn die Überschrift ein 
26173 \begin_inset Quotes gld
26174 \end_inset
26175
26176 ß
26177 \begin_inset Quotes grd
26178 \end_inset
26179
26180  enthält.
26181  Sie müssen stattdessen den Befehl 
26182 \series bold
26183
26184 \backslash
26185 ss
26186 \series default
26187  als \SpecialChar TeX
26188 -Code benutzen.
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \begin_inset VSpace bigskip
26198 \end_inset
26199
26200 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26201 -Büchern
26202  wie 
26203 \begin_inset CommandInset citation
26204 LatexCommand cite
26205 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26206
26207 \end_inset
26208
26209 .
26210 \end_layout
26211
26212 \begin_layout Section
26213 Gedrehte Gleitobjekte
26214 \begin_inset CommandInset label
26215 LatexCommand label
26216 name "abs:Gedrehte-Gleitobjekte"
26217
26218 \end_inset
26219
26220
26221 \begin_inset Index idx
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225 Gleitobjekte ! drehen
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Standard
26234 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26235 t drehen.
26236  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26237  und die Option 
26238 \family sans
26239 Seitwärts
26240 \begin_inset space ~
26241 \end_inset
26242
26243 drehen
26244 \family default
26245  wählen.
26246 \end_layout
26247
26248 \begin_layout Standard
26249 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26250  sie ein mehrspaltiges Dokument haben) gedruckt.
26251  Sie können mehrere Spalten überspannen, wenn die Option 
26252 \family sans
26253 Spalten
26254 \begin_inset space ~
26255 \end_inset
26256
26257 überspannen
26258 \family default
26259  in den Gleitobjekt Einstellungen gewählt ist.
26260  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26261  werden können.
26262  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26263  Option 
26264 \series bold
26265 figuresleft
26266 \series default
26267  oder 
26268 \series bold
26269 figuresright
26270 \series default
26271  zu den Dokumentklassen-Optionen hinzu.
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26276  Tabelle
26277 \begin_inset space ~
26278 \end_inset
26279
26280
26281 \begin_inset CommandInset ref
26282 LatexCommand ref
26283 reference "tab:Gedrehte-Tabelle"
26284
26285 \end_inset
26286
26287  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26288 \end_layout
26289
26290 \begin_layout Standard
26291 \begin_inset Note Greyedout
26292 status open
26293
26294 \begin_layout Plain Layout
26295
26296 \series bold
26297 Bemerkung:
26298 \series default
26299  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \begin_inset Float table
26309 wide false
26310 sideways true
26311 status open
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Caption Standard
26315
26316 \begin_layout Plain Layout
26317 \begin_inset CommandInset label
26318 LatexCommand label
26319 name "tab:Gedrehte-Tabelle"
26320
26321 \end_inset
26322
26323 Gedrehte Tabelle
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332 \align center
26333 \begin_inset Tabular
26334 <lyxtabular version="3" rows="1" columns="5">
26335 <features tabularvalignment="middle">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <column alignment="center" valignment="top">
26339 <column alignment="center" valignment="top">
26340 <column alignment="center" valignment="top">
26341 <row>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 Test
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 b
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 c
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 d
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 e
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 </lyxtabular>
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Section
26401 Untergleitobjekte
26402 \begin_inset Index idx
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 Gleitobjekte ! Untergleitobjekte
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Untergleitobjekte werden z.
26416 \begin_inset space \thinspace{}
26417 \end_inset
26418
26419 B.
26420  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26421  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26422  eingefügt wird.
26423  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26424  in Tabelle
26425 \begin_inset space ~
26426 \end_inset
26427
26428
26429 \begin_inset CommandInset ref
26430 LatexCommand ref
26431 reference "tab:Untertabellen-nebeneinander"
26432
26433 \end_inset
26434
26435  und 
26436 \begin_inset CommandInset ref
26437 LatexCommand ref
26438 reference "tab:Untertabellen-übereinander"
26439
26440 \end_inset
26441
26442 .
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26447 \begin_inset space ~
26448 \end_inset
26449
26450
26451 \begin_inset CommandInset ref
26452 LatexCommand ref
26453 reference "tab:Untertabelle-a"
26454
26455 \end_inset
26456
26457  und 
26458 \begin_inset CommandInset ref
26459 LatexCommand ref
26460 reference "tab:Untertabelle-b"
26461
26462 \end_inset
26463
26464  sind Untertabellen von Tabelle
26465 \begin_inset space ~
26466 \end_inset
26467
26468
26469 \begin_inset CommandInset ref
26470 LatexCommand ref
26471 reference "tab:Untertabellen-nebeneinander"
26472
26473 \end_inset
26474
26475 .
26476 \end_layout
26477
26478 \begin_layout Standard
26479 \begin_inset Float table
26480 wide false
26481 sideways false
26482 status open
26483
26484 \begin_layout Plain Layout
26485 \begin_inset Caption Standard
26486
26487 \begin_layout Plain Layout
26488 \begin_inset CommandInset label
26489 LatexCommand label
26490 name "tab:Untertabellen-nebeneinander"
26491
26492 \end_inset
26493
26494 Zwei Untertabellen nebeneinander.
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Plain Layout
26503 \align center
26504 \begin_inset space \hfill{}
26505 \end_inset
26506
26507
26508 \begin_inset Float table
26509 wide false
26510 sideways false
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514 \begin_inset Caption Standard
26515
26516 \begin_layout Plain Layout
26517 \begin_inset CommandInset label
26518 LatexCommand label
26519 name "tab:Untertabelle-a"
26520
26521 \end_inset
26522
26523 Dies ist Untertabelle a.
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \begin_layout Plain Layout
26532 \align center
26533 \begin_inset Tabular
26534 <lyxtabular version="3" rows="1" columns="5">
26535 <features tabularvalignment="middle">
26536 <column alignment="center" valignment="top">
26537 <column alignment="center" valignment="top">
26538 <column alignment="center" valignment="top">
26539 <column alignment="center" valignment="top">
26540 <column alignment="center" valignment="top">
26541 <row>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 Test
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 b
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 c
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 d
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \begin_inset space \hfill{}
26599 \end_inset
26600
26601
26602 \begin_inset Float table
26603 wide false
26604 sideways false
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 \begin_inset Caption Standard
26609
26610 \begin_layout Plain Layout
26611 \begin_inset CommandInset label
26612 LatexCommand label
26613 name "tab:Untertabelle-b"
26614
26615 \end_inset
26616
26617 Dies ist Untertabelle b.
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \begin_layout Plain Layout
26626 \align center
26627 \begin_inset Tabular
26628 <lyxtabular version="3" rows="1" columns="5">
26629 <features tabularvalignment="middle">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <column alignment="center" valignment="top">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <row>
26636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 e
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 d
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 c
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 b
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 Test
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 </lyxtabular>
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \begin_inset space \hfill{}
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Standard
26704 \begin_inset Float table
26705 wide false
26706 sideways false
26707 status open
26708
26709 \begin_layout Plain Layout
26710 \begin_inset Caption Standard
26711
26712 \begin_layout Plain Layout
26713 \begin_inset CommandInset label
26714 LatexCommand label
26715 name "tab:Untertabellen-übereinander"
26716
26717 \end_inset
26718
26719 Zwei Untertabellen übereinander.
26720  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Plain Layout
26729 \align center
26730 \begin_inset Float table
26731 wide false
26732 sideways false
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 \begin_inset Caption Standard
26737
26738 \begin_layout Plain Layout
26739
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Plain Layout
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="1" columns="4">
26751 <features tabularvalignment="middle">
26752 <column alignment="center" valignment="top">
26753 <column alignment="center" valignment="top">
26754 <column alignment="center" valignment="top">
26755 <column alignment="center" valignment="top">
26756 <row>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 Test
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 Test
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 Test
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 Test
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 </lyxtabular>
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Plain Layout
26807 \align center
26808 \begin_inset Float table
26809 wide false
26810 sideways false
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Caption Standard
26815
26816 \begin_layout Plain Layout
26817
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Plain Layout
26826 \align center
26827 \begin_inset Tabular
26828 <lyxtabular version="3" rows="1" columns="5">
26829 <features tabularvalignment="middle">
26830 <column alignment="center" valignment="top">
26831 <column alignment="center" valignment="top">
26832 <column alignment="center" valignment="top">
26833 <column alignment="center" valignment="top">
26834 <column alignment="center" valignment="top">
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 a
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 b
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 c
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 d
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 e
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 </lyxtabular>
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Section
26900 Gleitobjekte nebeneinander
26901 \begin_inset Index idx
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905 Gleitobjekte ! nebeneinander
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26915 \begin_inset space ~
26916 \end_inset
26917
26918
26919 \begin_inset CommandInset ref
26920 LatexCommand ref
26921 reference "abb:Gleitobjekt-links"
26922
26923 \end_inset
26924
26925  und 
26926 \begin_inset CommandInset ref
26927 LatexCommand ref
26928 reference "abb:Gleitobjekt-rechts"
26929
26930 \end_inset
26931
26932  wird nur 
26933 \emph on
26934 ein
26935 \emph default
26936  Gleitobjekt verwendet.
26937  In dieses werden zwei Minipage Boxen eingefügt.
26938 \begin_inset Foot
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 Minipages sind in Abschnitt
26943 \begin_inset space ~
26944 \end_inset
26945
26946
26947 \begin_inset CommandInset ref
26948 LatexCommand ref
26949 reference "abs:Minipage"
26950
26951 \end_inset
26952
26953  erklärt.
26954 \end_layout
26955
26956 \end_inset
26957
26958  Die Breite wird für jede Minipage auf 45
26959 \begin_inset space \thinspace{}
26960 \end_inset
26961
26962 -50
26963 \begin_inset space \thinspace{}
26964 \end_inset
26965
26966 Spalten% und die Box Ausrichtung auf 
26967 \family sans
26968 Unten
26969 \family default
26970  gesetzt.
26971  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26972  Gleitobjekt.
26973  Der einzige Unterschied ist, dass die Bildeinheit 
26974 \family sans
26975 Spaltenbreite
26976 \begin_inset space ~
26977 \end_inset
26978
26979 %
26980 \family default
26981  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset Float figure
26986 wide false
26987 sideways false
26988 status open
26989
26990 \begin_layout Plain Layout
26991 \begin_inset Box Frameless
26992 position "b"
26993 hor_pos "c"
26994 has_inner_box 1
26995 inner_pos "t"
26996 use_parbox 0
26997 use_makebox 0
26998 width "45col%"
26999 special "none"
27000 height "1in"
27001 height_special "totalheight"
27002 thickness "0.4pt"
27003 separation "3pt"
27004 shadowsize "4pt"
27005 framecolor "black"
27006 backgroundcolor "none"
27007 status open
27008
27009 \begin_layout Plain Layout
27010 \align center
27011 \begin_inset Graphics
27012         filename ../clipart/mobius.eps
27013         lyxscale 50
27014         width 100col%
27015         scaleBeforeRotation
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Plain Layout
27023 \begin_inset Caption Standard
27024
27025 \begin_layout Plain Layout
27026 \begin_inset CommandInset label
27027 LatexCommand label
27028 name "abb:Gleitobjekt-links"
27029
27030 \end_inset
27031
27032 Gleitobjekt auf der linken Seite.
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \begin_inset space \hfill{}
27044 \end_inset
27045
27046
27047 \begin_inset Box Frameless
27048 position "b"
27049 hor_pos "c"
27050 has_inner_box 1
27051 inner_pos "t"
27052 use_parbox 0
27053 use_makebox 0
27054 width "45col%"
27055 special "none"
27056 height "1in"
27057 height_special "totalheight"
27058 thickness "0.4pt"
27059 separation "3pt"
27060 shadowsize "4pt"
27061 framecolor "black"
27062 backgroundcolor "none"
27063 status open
27064
27065 \begin_layout Plain Layout
27066 \align center
27067 \begin_inset Graphics
27068         filename ../clipart/platypus.eps
27069         lyxscale 50
27070         width 100col%
27071         scaleBeforeRotation
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Plain Layout
27079 \begin_inset Caption Standard
27080
27081 \begin_layout Plain Layout
27082 \begin_inset CommandInset label
27083 LatexCommand label
27084 name "abb:Gleitobjekt-rechts"
27085
27086 \end_inset
27087
27088 Gleitobjekt auf der rechten Seite.
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Section
27107 Beschriftungs-Formatierung
27108 \begin_inset CommandInset label
27109 LatexCommand label
27110 name "abs:Titel-Formatierung"
27111
27112 \end_inset
27113
27114
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 Gleitobjekte ! Beschriftung ! Formatierung
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \begin_layout Standard
27128
27129 \family sans
27130 Legende
27131 \family default
27132  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27133  In \SpecialChar LyX
27134  sehen Titel so aus:  
27135 \family sans
27136
27137 \begin_inset Quotes gld
27138 \end_inset
27139
27140 Abbildung xyz:
27141 \family default
27142
27143 \begin_inset Quotes grd
27144 \end_inset
27145
27146 , gefolgt vom Beschriftungstext, wobei 
27147 \family sans
27148 xyz
27149 \family default
27150  die von \SpecialChar LyX
27151  vergebene Nummer ist.
27152  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27153  gedruckt.
27154  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27155 \end_layout
27156
27157 \begin_layout Standard
27158 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27159 -Paket
27160  
27161 \series bold
27162 caption
27163 \series default
27164
27165 \begin_inset Index idx
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169 \SpecialChar LaTeX
27170 -Pakete ! caption
27171 \end_layout
27172
27173 \end_inset
27174
27175  in den \SpecialChar LaTeX
27176 -Vorspann laden:
27177 \end_layout
27178
27179 \begin_layout Standard
27180
27181 \series bold
27182
27183 \backslash
27184 usepackage[Format-Definition]{caption}
27185 \end_layout
27186
27187 \begin_layout Standard
27188 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27189  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27190  verwenden:
27191 \end_layout
27192
27193 \begin_layout Standard
27194
27195 \series bold
27196
27197 \backslash
27198 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27199 \end_layout
27200
27201 \begin_layout Standard
27202 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27203  definieren.
27204  Dazu laden Sie das 
27205 \series bold
27206 caption
27207 \series default
27208 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27209  dem Befehl
27210 \end_layout
27211
27212 \begin_layout Standard
27213
27214 \series bold
27215
27216 \backslash
27217 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27218 \end_layout
27219
27220 \begin_layout Standard
27221 Für Abbildung
27222 \begin_inset space ~
27223 \end_inset
27224
27225
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "abb:Langer-Abb-Titel"
27229
27230 \end_inset
27231
27232  und Tabelle
27233 \begin_inset space ~
27234 \end_inset
27235
27236
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "tab:Langer-Tab-Titel"
27240
27241 \end_inset
27242
27243  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27244 -Vorspann definiert
27245  werden:
27246 \end_layout
27247
27248 \begin_layout Standard
27249
27250 \series bold
27251
27252 \backslash
27253 usepackage[tableposition=top]{caption}
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \backslash
27259 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27260 \begin_inset Newline newline
27261 \end_inset
27262
27263
27264 \begin_inset Phantom HPhantom
27265 status open
27266
27267 \begin_layout Plain Layout
27268
27269 \series bold
27270
27271 \backslash
27272 captionsetup[figure]{
27273 \end_layout
27274
27275 \end_inset
27276
27277 labelsep=period}
27278 \begin_inset Newline newline
27279 \end_inset
27280
27281
27282 \backslash
27283 captionsetup[table]{labelfont={bf,sf}}
27284 \end_layout
27285
27286 \begin_layout Standard
27287 \begin_inset Note Greyedout
27288 status open
27289
27290 \begin_layout Plain Layout
27291
27292 \series bold
27293 Bemerkung:
27294 \series default
27295  Die Option 
27296 \series bold
27297 tableposition=top
27298 \series default
27299  hat keine Auswirkung, wenn eine 
27300 \series bold
27301 KOMA-Script
27302 \series default
27303
27304 \begin_inset Index idx
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 \SpecialChar LaTeX
27309 -Pakete ! KOMA-Script
27310 \end_layout
27311
27312 \end_inset
27313
27314 -Dokumentklasse verwendet wird.
27315  Hier muss die Option 
27316 \series bold
27317 captions=tableheading
27318 \series default
27319  benutzt werden.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 Weitere Informationen über das Paket
27329 \series bold
27330  caption
27331 \series default
27332  finden Sie in seiner Dokumentation 
27333 \begin_inset CommandInset citation
27334 LatexCommand cite
27335 key "caption"
27336
27337 \end_inset
27338
27339 .
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Wenn Sie den Namen von 
27344 \begin_inset Quotes gld
27345 \end_inset
27346
27347 Abbildung
27348 \begin_inset Quotes grd
27349 \end_inset
27350
27351  auf 
27352 \begin_inset Quotes gld
27353 \end_inset
27354
27355 Bild
27356 \begin_inset Quotes grd
27357 \end_inset
27358
27359  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27360 -Vorspann  machen:
27361 \end_layout
27362
27363 \begin_layout Standard
27364
27365 \series bold
27366
27367 \backslash
27368 renewcommand{
27369 \backslash
27370 fnum@figure}{Bild~
27371 \backslash
27372 thefigure}
27373 \end_layout
27374
27375 \begin_layout Standard
27376 wobei 
27377 \series bold
27378
27379 \backslash
27380 thefigure
27381 \series default
27382  die Bildnummer einsetzt und
27383 \series bold
27384  ~
27385 \series default
27386  ein geschütztes Leerzeichen ist.
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset VSpace bigskip
27391 \end_inset
27392
27393 Wenn Sie eine 
27394 \series bold
27395 KOMA-Script
27396 \series default
27397
27398 \begin_inset Index idx
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402 \SpecialChar LaTeX
27403 -Pakete ! KOMA-Script
27404 \end_layout
27405
27406 \end_inset
27407
27408 -Dokumentklasse (
27409 \family sans
27410 article (KOMA-Script)
27411 \family default
27412
27413 \family sans
27414 book (KOMA-Script)
27415 \family default
27416
27417 \family sans
27418 letter (KOMA-Script)
27419 \family default
27420  oder 
27421 \family sans
27422 report (KOMA-Script)
27423 \family default
27424 ) benutzen, können Sie anstatt des 
27425 \series bold
27426 caption
27427 \series default
27428 -Paketes den eingebauten Befehl 
27429 \series bold
27430
27431 \backslash
27432 setkomafont
27433 \series default
27434  von 
27435 \series bold
27436 KOMA-Script
27437 \series default
27438  benutzen.
27439  Der Befehl
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 setkomafont{captionlabel}{
27448 \backslash
27449 bfseries}
27450 \end_layout
27451
27452 \begin_layout Standard
27453 im \SpecialChar LaTeX
27454 -Vorspann druckt den Namen fett.
27455 \end_layout
27456
27457 \begin_layout Standard
27458 Weitere Informationen über 
27459 \series bold
27460
27461 \backslash
27462 setkomafont
27463 \series default
27464  finden Sie in der 
27465 \series bold
27466 KOMA-Script
27467 \series default
27468 -Do\SpecialChar softhyphen
27469 ku\SpecialChar softhyphen
27470 men\SpecialChar softhyphen
27471 ta\SpecialChar softhyphen
27472 tion 
27473 \begin_inset CommandInset citation
27474 LatexCommand cite
27475 key "KOMA-Script"
27476
27477 \end_inset
27478
27479 .
27480 \end_layout
27481
27482 \begin_layout Standard
27483 \begin_inset ERT
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27491 }
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset Note Note
27498 status open
27499
27500 \begin_layout Plain Layout
27501 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \begin_inset Float figure
27511 placement !p
27512 wide false
27513 sideways false
27514 status open
27515
27516 \begin_layout Plain Layout
27517 \align center
27518 \begin_inset Graphics
27519         filename ../clipart/mobius.eps
27520         lyxscale 50
27521         scale 50
27522         scaleBeforeRotation
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Plain Layout
27530 \begin_inset Caption Standard
27531
27532 \begin_layout Plain Layout
27533 \begin_inset CommandInset label
27534 LatexCommand label
27535 name "abb:Langer-Abb-Titel"
27536
27537 \end_inset
27538
27539 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27540  ist, um das andere Beschriftungsformat zu zeigen.
27541  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27542 \begin_inset Argument 1
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27547  ist.
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27574 on}
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 \begin_inset Float table
27584 placement !p
27585 wide false
27586 sideways false
27587 status open
27588
27589 \begin_layout Plain Layout
27590 \begin_inset Caption Standard
27591
27592 \begin_layout Plain Layout
27593 \begin_inset CommandInset label
27594 LatexCommand label
27595 name "tab:Langer-Tab-Titel"
27596
27597 \end_inset
27598
27599 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27600  ist, um das andere Beschriftungsformat zu zeigen.
27601  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27602  benutzt.
27603 \begin_inset Argument 1
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27608  ist.
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Plain Layout
27622 \align center
27623 \begin_inset Tabular
27624 <lyxtabular version="3" rows="1" columns="5">
27625 <features tabularvalignment="middle">
27626 <column alignment="center" valignment="top">
27627 <column alignment="center" valignment="top">
27628 <column alignment="center" valignment="top">
27629 <column alignment="center" valignment="top">
27630 <column alignment="center" valignment="top">
27631 <row>
27632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 a
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27642 \begin_inset Text
27643
27644 \begin_layout Plain Layout
27645 b
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 c
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27660 \begin_inset Text
27661
27662 \begin_layout Plain Layout
27663 d
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 e
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 </row>
27678 </lyxtabular>
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Section
27691 Beschriftungs-Platzierung
27692 \begin_inset CommandInset label
27693 LatexCommand label
27694 name "abs:Titel-Platzierung"
27695
27696 \end_inset
27697
27698
27699 \begin_inset Index idx
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 Gleitobjekte ! Beschriftung ! Platzierung
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Normalerweise werden die Beschriftungen wie folgt platziert:
27713 \end_layout
27714
27715 \begin_layout Description
27716 Abbildung: darunter
27717 \end_layout
27718
27719 \begin_layout Description
27720 Tabelle: darüber
27721 \end_layout
27722
27723 \begin_layout Standard
27724 \SpecialChar LaTeX
27725 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27726  Das heißt wenn Sie eine der Dokument-Klassen 
27727 \family sans
27728 article
27729 \family default
27730
27731 \family sans
27732 book
27733 \family default
27734
27735 \family sans
27736 letter
27737 \family default
27738  oder 
27739 \family sans
27740 report
27741 \family default
27742  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27743  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27744 -Paket 
27745 \series bold
27746 caption
27747 \series default
27748
27749 \begin_inset Index idx
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 \SpecialChar LaTeX
27754 -Pakete ! caption
27755 \end_layout
27756
27757 \end_inset
27758
27759  im \SpecialChar LaTeX
27760 -Vorspann mit der Option
27761 \begin_inset Foot
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 In Abschnitt
27766 \begin_inset space ~
27767 \end_inset
27768
27769
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "abs:Titel-Formatierung"
27773
27774 \end_inset
27775
27776  steht mehr über das Paket 
27777 \series bold
27778 caption
27779 \series default
27780 .
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Standard
27789
27790 \series bold
27791 tableposition=top
27792 \end_layout
27793
27794 \begin_layout Standard
27795 Wenn Sie eine 
27796 \series bold
27797 KOMA-Script
27798 \series default
27799
27800 \begin_inset Index idx
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 \SpecialChar LaTeX
27805 -Pakete ! KOMA-Script
27806 \end_layout
27807
27808 \end_inset
27809
27810 -Dokumentklasse (
27811 \family sans
27812 article (KOMA-Script)
27813 \family default
27814
27815 \family sans
27816 book (KOMA-Script)
27817 \family default
27818
27819 \family sans
27820 letter (KOMA-Script)
27821 \family default
27822  oder 
27823 \family sans
27824 report (KOMA-Script)
27825 \family default
27826 ) benutzen, können Sie alternativ zum 
27827 \series bold
27828 caption
27829 \series default
27830 -Paket die Dokumentklassen-Option
27831 \end_layout
27832
27833 \begin_layout Standard
27834
27835 \series bold
27836 captions=tableheading
27837 \end_layout
27838
27839 \begin_layout Standard
27840 benutzen.
27841 \begin_inset Foot
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 Diese Option wird in diesem Dokument verwendet.
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27855  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27856  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27857  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27858  Beschriftungen überschrieben werden.
27859  Tabelle
27860 \begin_inset space ~
27861 \end_inset
27862
27863
27864 \begin_inset CommandInset ref
27865 LatexCommand ref
27866 reference "tab:Eine-Beschriftung-unterhalb"
27867
27868 \end_inset
27869
27870  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27871  wurde, obwohl sie über der Tabelle steht.
27872  Zum Vergleich ist die Beschriftung von Tabelle
27873 \begin_inset space ~
27874 \end_inset
27875
27876
27877 \begin_inset CommandInset ref
27878 LatexCommand ref
27879 reference "tab:Eine-normale-Tabellen-Beschriftu"
27880
27881 \end_inset
27882
27883  nicht markiert.
27884 \end_layout
27885
27886 \begin_layout Standard
27887 \begin_inset Float table
27888 wide false
27889 sideways false
27890 status open
27891
27892 \begin_layout Plain Layout
27893 \begin_inset Caption Below
27894
27895 \begin_layout Plain Layout
27896 \begin_inset CommandInset label
27897 LatexCommand label
27898 name "tab:Eine-Beschriftung-unterhalb"
27899
27900 \end_inset
27901
27902 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Plain Layout
27911 \align center
27912 \begin_inset Tabular
27913 <lyxtabular version="3" rows="3" columns="3">
27914 <features tabularvalignment="middle">
27915 <column alignment="center" valignment="top" width="0pt">
27916 <column alignment="center" valignment="top" width="0pt">
27917 <column alignment="center" valignment="top" width="0pt">
27918 <row>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 1
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
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 2
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 3
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 </row>
27947 <row>
27948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952 Joe
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 Mary
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 Ted
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 </row>
27976 <row>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 \begin_inset Formula $\int x^{2}dx$
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 \begin_inset Formula $\left[\begin{array}{cc}
27994 a & b\\
27995 c & d
27996 \end{array}\right]$
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28005 \begin_inset Text
28006
28007 \begin_layout Plain Layout
28008 \begin_inset Formula $1+1=2$
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 </row>
28017 </lyxtabular>
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset Float table
28031 wide false
28032 sideways false
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \begin_inset Caption Standard
28037
28038 \begin_layout Plain Layout
28039 \begin_inset CommandInset label
28040 LatexCommand label
28041 name "tab:Eine-normale-Tabellen-Beschriftu"
28042
28043 \end_inset
28044
28045 Eine normale Tabellen-Beschriftung.
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Plain Layout
28054 \align center
28055 \begin_inset Tabular
28056 <lyxtabular version="3" rows="3" columns="3">
28057 <features tabularvalignment="middle">
28058 <column alignment="center" valignment="top" width="0pt">
28059 <column alignment="center" valignment="top" width="0pt">
28060 <column alignment="center" valignment="top" width="0pt">
28061 <row>
28062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28063 \begin_inset Text
28064
28065 \begin_layout Plain Layout
28066 1
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28072 \begin_inset Text
28073
28074 \begin_layout Plain Layout
28075 2
28076 \end_layout
28077
28078 \end_inset
28079 </cell>
28080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28081 \begin_inset Text
28082
28083 \begin_layout Plain Layout
28084 3
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 </row>
28090 <row>
28091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28092 \begin_inset Text
28093
28094 \begin_layout Plain Layout
28095 Joe
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104 Mary
28105 \end_layout
28106
28107 \end_inset
28108 </cell>
28109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28110 \begin_inset Text
28111
28112 \begin_layout Plain Layout
28113 Ted
28114 \end_layout
28115
28116 \end_inset
28117 </cell>
28118 </row>
28119 <row>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 \begin_inset Formula $\int x^{2}dx$
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Plain Layout
28136 \begin_inset Formula $\left[\begin{array}{cc}
28137 a & b\\
28138 c & d
28139 \end{array}\right]$
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28148 \begin_inset Text
28149
28150 \begin_layout Plain Layout
28151 \begin_inset Formula $1+1=2$
28152 \end_inset
28153
28154
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 </row>
28160 </lyxtabular>
28161
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \begin_inset VSpace bigskip
28174 \end_inset
28175
28176 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28177  Das bewirkt das \SpecialChar LaTeX
28178 -Paket 
28179 \series bold
28180 sidecap
28181 \series default
28182
28183 \begin_inset Index idx
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187 \SpecialChar LaTeX
28188 -Pakete ! sidecap
28189 \end_layout
28190
28191 \end_inset
28192
28193 , das so in den \SpecialChar LaTeX
28194 -Vorspann geladen wird:
28195 \end_layout
28196
28197 \begin_layout Standard
28198
28199 \series bold
28200
28201 \backslash
28202 usepackage[Option]{sidecap}
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28207  Mit 
28208 \series bold
28209 innercaption
28210 \series default
28211  wird die Beschriftung innen gedruckt.
28212  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28213  
28214 \series bold
28215 rightcaption
28216 \series default
28217  oder 
28218 \series bold
28219 leftcaption
28220 \series default
28221 .
28222 \end_layout
28223
28224 \begin_layout Standard
28225 \begin_inset ERT
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229
28230
28231 \backslash
28232 ifsidecap
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Note Note
28239 status open
28240
28241 \begin_layout Plain Layout
28242 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28243 -Paket 
28244 \series bold
28245 sidecap
28246 \series default
28247  installiert ist.
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Um die Beschriftung mit \SpecialChar LyX
28257  seitlich zu drucken, müssen Sie folgende Befehle
28258  in den \SpecialChar LaTeX
28259 -Vorspann schreiben:
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset Newpage newpage
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \noindent
28271 \begin_inset CommandInset line
28272 LatexCommand rule
28273 offset "0.5ex"
28274 width "100line%"
28275 height "1pt"
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 newcommand{
28288 \backslash
28289 TabBesBeg}[1][1.0]{%
28290 \begin_inset Newline newline
28291 \end_inset
28292
28293
28294 \begin_inset Phantom HPhantom
28295 status open
28296
28297 \begin_layout Plain Layout
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \backslash
28308 let
28309 \backslash
28310 MyTable
28311 \backslash
28312 table
28313 \begin_inset Newline newline
28314 \end_inset
28315
28316
28317 \begin_inset Phantom HPhantom
28318 status open
28319
28320 \begin_layout Plain Layout
28321
28322 \series medium
28323 \begin_inset space ~
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \backslash
28333 let
28334 \backslash
28335 MyEndtable
28336 \backslash
28337 endtable
28338 \begin_inset Newline newline
28339 \end_inset
28340
28341
28342 \begin_inset Phantom HPhantom
28343 status open
28344
28345 \begin_layout Plain Layout
28346
28347 \series medium
28348 \begin_inset space ~
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \backslash
28358 renewenvironment{table}[1]{
28359 \backslash
28360 begin{SCtable}[#1]##1}{
28361 \backslash
28362 end{SCtable}}}
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 newcommand{
28371 \backslash
28372 TabBesEnd}{%
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \begin_inset Phantom HPhantom
28378 status open
28379
28380 \begin_layout Plain Layout
28381 \begin_inset space ~
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \backslash
28391 let
28392 \backslash
28393 table
28394 \backslash
28395 MyTable
28396 \begin_inset Newline newline
28397 \end_inset
28398
28399
28400 \begin_inset Phantom HPhantom
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \begin_inset space ~
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \backslash
28414 let
28415 \backslash
28416 endtable
28417 \backslash
28418 MyEndtable
28419 \end_layout
28420
28421 \begin_layout Standard
28422
28423 \series bold
28424
28425 \backslash
28426 newcommand{
28427 \backslash
28428 FigBesBeg}[1][1.0]{%
28429 \begin_inset Newline newline
28430 \end_inset
28431
28432
28433 \begin_inset Phantom HPhantom
28434 status open
28435
28436 \begin_layout Plain Layout
28437 \begin_inset space ~
28438 \end_inset
28439
28440
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \backslash
28447 let
28448 \backslash
28449 MyFigure
28450 \backslash
28451 figure
28452 \begin_inset Newline newline
28453 \end_inset
28454
28455
28456 \begin_inset Phantom HPhantom
28457 status open
28458
28459 \begin_layout Plain Layout
28460 \begin_inset space ~
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \backslash
28470 let
28471 \backslash
28472 MyEndfigure
28473 \backslash
28474 endfigure
28475 \begin_inset Newline newline
28476 \end_inset
28477
28478
28479 \begin_inset Phantom HPhantom
28480 status open
28481
28482 \begin_layout Plain Layout
28483 \begin_inset space ~
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \backslash
28493 renewenvironment{figure}[1]{
28494 \backslash
28495 begin{SCfigure}[#1]##1}{
28496 \backslash
28497 end{SCfigure}}}
28498 \end_layout
28499
28500 \begin_layout Standard
28501
28502 \series bold
28503
28504 \backslash
28505 newcommand{
28506 \backslash
28507 FigBesEnd}{%
28508 \begin_inset Newline newline
28509 \end_inset
28510
28511
28512 \begin_inset Phantom HPhantom
28513 status open
28514
28515 \begin_layout Plain Layout
28516 \begin_inset space ~
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \backslash
28526 let
28527 \backslash
28528 figure
28529 \backslash
28530 MyFigure
28531 \begin_inset Newline newline
28532 \end_inset
28533
28534
28535 \begin_inset Phantom HPhantom
28536 status open
28537
28538 \begin_layout Plain Layout
28539 \begin_inset space ~
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \backslash
28549 let
28550 \backslash
28551 endfigure
28552 \backslash
28553 MyEndfigure}
28554 \end_layout
28555
28556 \begin_layout Standard
28557 \noindent
28558 \begin_inset CommandInset line
28559 LatexCommand rule
28560 offset "0.5ex"
28561 width "100line%"
28562 height "1pt"
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28571 ungen seitlich gedruckt werden.
28572  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28573 \end_layout
28574
28575 \begin_layout Standard
28576
28577 \series bold
28578
28579 \backslash
28580 FigBesBeg
28581 \end_layout
28582
28583 \begin_layout Standard
28584 als \SpecialChar TeX
28585 -Code vor das Gleitobjekt und fügen Sie den Befehl
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 FigBesEnd
28594 \end_layout
28595
28596 \begin_layout Standard
28597 als \SpecialChar TeX
28598 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28599  zurückkehren wollen.
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Bei Gleitobjekt-Tabellen heißen die Befehle
28604 \end_layout
28605
28606 \begin_layout Standard
28607
28608 \series bold
28609
28610 \backslash
28611 TabBesBeg
28612 \series default
28613  und 
28614 \series bold
28615
28616 \backslash
28617 TabBesEnd
28618 \series default
28619 .
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Abbildung
28624 \begin_inset space ~
28625 \end_inset
28626
28627
28628 \begin_inset CommandInset ref
28629 LatexCommand ref
28630 reference "abb:Beschriftung-neben"
28631
28632 \end_inset
28633
28634  und Tabelle
28635 \begin_inset space ~
28636 \end_inset
28637
28638
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "tab:Beschriftung-neben"
28642
28643 \end_inset
28644
28645  sind Beispiele für seitliche Beschriftungen.
28646 \end_layout
28647
28648 \begin_layout Standard
28649 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28650  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28651  der Abbildung.
28652  Das kann man mit dem Befehl
28653 \end_layout
28654
28655 \begin_layout Standard
28656
28657 \series bold
28658
28659 \backslash
28660 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28661 \end_layout
28662
28663 \begin_layout Standard
28664 im \SpecialChar LaTeX
28665 -Vorspann oder als \SpecialChar TeX
28666 -Code vor dem Gleitobjekt ändern.
28667  Der Gleitobjekt-Typ ist entweder 
28668 \family sans
28669 figure
28670 \family default
28671  oder 
28672 \family sans
28673 table
28674 \family default
28675 , die
28676 \family sans
28677  
28678 \family default
28679 Platzierung ist 
28680 \family typewriter
28681 t
28682 \family default
28683  für oben, 
28684 \family typewriter
28685 c
28686 \family default
28687  für zentriert oder 
28688 \family typewriter
28689 b
28690 \family default
28691  für unten.
28692  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28693  lautet der Befehl
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 sidecaptionvpos{figure}{c}
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Das wurde in Abbildung
28706 \begin_inset space ~
28707 \end_inset
28708
28709
28710 \begin_inset CommandInset ref
28711 LatexCommand ref
28712 reference "abb:cap-beside-fig-2"
28713
28714 \end_inset
28715
28716  benutzt.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset VSpace medskip
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28728  Für schmale Bilder/Tabellen, wie in Tabelle
28729 \begin_inset space ~
28730 \end_inset
28731
28732
28733 \begin_inset CommandInset ref
28734 LatexCommand ref
28735 reference "tab:Beschriftung-neben"
28736
28737 \end_inset
28738
28739 , führt dies zu zu schmalen Beschriftungen.
28740  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28741  Breite des Bildes/der Tabelle multipliziert wird.
28742  Das Ergebnis ist die Beschriftungsbreite.
28743  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28744  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28745  Der 
28746 \emph on
28747 Faktor
28748 \emph default
28749  kann entweder als optionales Argument für 
28750 \series bold
28751
28752 \backslash
28753 FigBesBeg
28754 \series default
28755  angegeben werden:
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 FigBesBeg[Faktor]
28764 \end_layout
28765
28766 \begin_layout Standard
28767 oder indem man in der Definition von 
28768 \series bold
28769
28770 \backslash
28771 FigBesBeg
28772 \series default
28773  die 
28774 \series bold
28775 1.0
28776 \series default
28777  mit einem anderen Wert ersetzt.
28778  Bei letzterem ist der angegebene Faktor der Standard wenn 
28779 \series bold
28780
28781 \backslash
28782 FigBesBeg
28783 \series default
28784  ohne Argument verwendet wird.
28785  Für Tabelle
28786 \begin_inset space ~
28787 \end_inset
28788
28789
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "tab:Beschriftung-neben-breiter"
28793
28794 \end_inset
28795
28796  wurde der Faktor 5 verwendet.
28797 \end_layout
28798
28799 \begin_layout Standard
28800 \begin_inset Note Greyedout
28801 status open
28802
28803 \begin_layout Plain Layout
28804
28805 \series bold
28806 Achtung:
28807 \series default
28808  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28809 erungsoption 
28810 \family sans
28811 Hier,
28812 \begin_inset space ~
28813 \end_inset
28814
28815 auf
28816 \begin_inset space ~
28817 \end_inset
28818
28819 jeden
28820 \begin_inset space ~
28821 \end_inset
28822
28823 Fall
28824 \family default
28825  nicht verwendet werden werden, da diese von 
28826 \series bold
28827 sidecap
28828 \series default
28829  nicht unterstützt wird.
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 \begin_inset VSpace medskip
28839 \end_inset
28840
28841 Weitere Informationen über das Paket
28842 \series bold
28843  sidecap
28844 \series default
28845  finden Sie in seiner Dokumentation 
28846 \begin_inset CommandInset citation
28847 LatexCommand cite
28848 key "sidecap"
28849
28850 \end_inset
28851
28852 .
28853 \end_layout
28854
28855 \begin_layout Standard
28856 \begin_inset Note Greyedout
28857 status open
28858
28859 \begin_layout Plain Layout
28860
28861 \series bold
28862 Bemerkung:
28863 \series default
28864  Das \SpecialChar LaTeX
28865 -Paket 
28866 \series bold
28867 hypcap
28868 \series default
28869 ,
28870 \begin_inset Index idx
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 \SpecialChar LaTeX
28875 -Pakete ! hypcap
28876 \end_layout
28877
28878 \end_inset
28879
28880  das in Abschnitt
28881 \begin_inset space ~
28882 \end_inset
28883
28884
28885 \begin_inset CommandInset ref
28886 LatexCommand ref
28887 reference "uab:Querverweis-Position"
28888
28889 \end_inset
28890
28891  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28892  Beschriftungen.
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 FigBesBeg 
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset Float figure
28918 wide false
28919 sideways false
28920 status open
28921
28922 \begin_layout Plain Layout
28923 \begin_inset Graphics
28924         filename ../clipart/escher-lsd.eps
28925         scale 75
28926         scaleBeforeRotation
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Plain Layout
28934 \begin_inset Caption Standard
28935
28936 \begin_layout Plain Layout
28937 \begin_inset CommandInset label
28938 LatexCommand label
28939 name "abb:Beschriftung-neben"
28940
28941 \end_inset
28942
28943 Dies ist eine Beschriftung neben einer Abbildung.
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 FigBesEnd
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978
28979 \backslash
28980 TabBesBeg 
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989 \begin_inset Float table
28990 wide false
28991 sideways false
28992 status open
28993
28994 \begin_layout Plain Layout
28995 \begin_inset Caption Standard
28996
28997 \begin_layout Plain Layout
28998 \begin_inset CommandInset label
28999 LatexCommand label
29000 name "tab:Beschriftung-neben"
29001
29002 \end_inset
29003
29004 Dies ist eine Beschriftung neben einer Tabelle.
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \end_layout
29011
29012 \begin_layout Plain Layout
29013 \begin_inset Tabular
29014 <lyxtabular version="3" rows="4" columns="5">
29015 <features tabularvalignment="middle">
29016 <column alignment="center" valignment="top">
29017 <column alignment="center" valignment="top">
29018 <column alignment="center" valignment="top">
29019 <column alignment="center" valignment="top">
29020 <column alignment="center" valignment="top">
29021 <row>
29022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026 a
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
29040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 b
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062 c
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 </row>
29068 <row>
29069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout Plain Layout
29082 d
29083 \end_layout
29084
29085 \end_inset
29086 </cell>
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100 e
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Plain Layout
29109
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 </row>
29115 <row>
29116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29117 \begin_inset Text
29118
29119 \begin_layout Plain Layout
29120 f
29121 \end_layout
29122
29123 \end_inset
29124 </cell>
29125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29126 \begin_inset Text
29127
29128 \begin_layout Plain Layout
29129
29130 \end_layout
29131
29132 \end_inset
29133 </cell>
29134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138 g
29139 \end_layout
29140
29141 \end_inset
29142 </cell>
29143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29144 \begin_inset Text
29145
29146 \begin_layout Plain Layout
29147
29148 \end_layout
29149
29150 \end_inset
29151 </cell>
29152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156 h
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 </row>
29162 <row>
29163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29164 \begin_inset Text
29165
29166 \begin_layout Plain Layout
29167
29168 \end_layout
29169
29170 \end_inset
29171 </cell>
29172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29173 \begin_inset Text
29174
29175 \begin_layout Plain Layout
29176 i
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185
29186 \end_layout
29187
29188 \end_inset
29189 </cell>
29190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194 j
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 </row>
29209 </lyxtabular>
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 TabBesEnd
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 FigBesBeg 
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 sidecaptionvpos{figure}{c}
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \begin_inset Float figure
29268 wide false
29269 sideways false
29270 status open
29271
29272 \begin_layout Plain Layout
29273 \begin_inset Graphics
29274         filename ../clipart/escher-lsd.eps
29275         scale 75
29276         scaleBeforeRotation
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Plain Layout
29284 \begin_inset Caption Standard
29285
29286 \begin_layout Plain Layout
29287 \begin_inset CommandInset label
29288 LatexCommand label
29289 name "abb:cap-beside-fig-2"
29290
29291 \end_inset
29292
29293 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset ERT
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312
29313 \backslash
29314 FigBesEnd
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 \begin_inset ERT
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327
29328
29329 \backslash
29330 TabBesBeg[5]
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \begin_inset Float table
29340 wide false
29341 sideways false
29342 status open
29343
29344 \begin_layout Plain Layout
29345 \begin_inset Caption Standard
29346
29347 \begin_layout Plain Layout
29348 \begin_inset CommandInset label
29349 LatexCommand label
29350 name "tab:Beschriftung-neben-breiter"
29351
29352 \end_inset
29353
29354 Diese Beschriftung ist breiter als die in Tabelle
29355 \begin_inset space ~
29356 \end_inset
29357
29358
29359 \begin_inset CommandInset ref
29360 LatexCommand ref
29361 reference "tab:Beschriftung-neben"
29362
29363 \end_inset
29364
29365 .
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Tabular
29375 <lyxtabular version="3" rows="4" columns="5">
29376 <features tabularvalignment="middle">
29377 <column alignment="center" valignment="top">
29378 <column alignment="center" valignment="top">
29379 <column alignment="center" valignment="top">
29380 <column alignment="center" valignment="top">
29381 <column alignment="center" valignment="top">
29382 <row>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 a
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 b
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 c
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 </row>
29429 <row>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 d
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 e
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470
29471 \end_layout
29472
29473 \end_inset
29474 </cell>
29475 </row>
29476 <row>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 f
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 g
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 h
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 </row>
29523 <row>
29524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Plain Layout
29528
29529 \end_layout
29530
29531 \end_inset
29532 </cell>
29533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29534 \begin_inset Text
29535
29536 \begin_layout Plain Layout
29537 i
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Plain Layout
29546
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 j
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 </row>
29570 </lyxtabular>
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 TabBesEnd
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 else
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Note Note
29613 status open
29614
29615 \begin_layout Plain Layout
29616 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29617 -Paket 
29618 \series bold
29619 sidecap
29620 \series default
29621  nicht installiert ist:
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Das \SpecialChar LaTeX
29631 -Paket 
29632 \series bold
29633 sidecap
29634 \series default
29635  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 fi
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Section
29655 Gleitobjekt-Verzeichnisse
29656 \begin_inset Index idx
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Gleitobjekte ! Verzeichnisse
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29670  Sie können mit den Untermenüs von 
29671 \family sans
29672 Einfügen\SpecialChar menuseparator
29673 Liste
29674 \begin_inset space ~
29675 \end_inset
29676
29677 /
29678 \begin_inset space ~
29679 \end_inset
29680
29681 Inhaltsverzeichnis
29682 \family default
29683  eingefügt werden.
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29688  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29689 \end_layout
29690
29691 \begin_layout Standard
29692 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29693  und ein Tabellen-Verzeichnis.
29694 \end_layout
29695
29696 \begin_layout Chapter
29697 Notizen
29698 \end_layout
29699
29700 \begin_layout Section
29701 \SpecialChar LyX
29702 -Notizen
29703 \begin_inset Index idx
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 Notizen ! \SpecialChar LyX
29708 -Notizen
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 Notizen werden mit einem Klick auf 
29718 \begin_inset Info
29719 type  "icon"
29720 arg   "note-insert"
29721 \end_inset
29722
29723  oder 
29724 \family sans
29725 Einfügen\SpecialChar menuseparator
29726 Notiz
29727 \family default
29728  eingefügt.
29729  Es gibt drei Arten:
29730 \end_layout
29731
29732 \begin_layout Description
29733 \SpecialChar LyX
29734 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29735  Eine 
29736 \family sans
29737 \SpecialChar LyX
29738 -Notiz
29739 \family default
29740  sieht so aus:
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset Newline newline
29746 \end_inset
29747
29748
29749 \begin_inset Graphics
29750         filename clipart/LyXNotizQt4.png
29751         display false
29752         scale 60
29753         scaleBeforeRotation
29754
29755 \end_inset
29756
29757  
29758 \begin_inset Note Note
29759 status open
29760
29761 \begin_layout Plain Layout
29762 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Description
29771 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29772  \SpecialChar LaTeX
29773 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29774  exportieren (
29775 \family sans
29776 Datei\SpecialChar menuseparator
29777 Ex\SpecialChar softhyphen
29778 por\SpecialChar softhyphen
29779 tie\SpecialChar softhyphen
29780 ren\SpecialChar menuseparator
29781 LaTeX (pdflatex) / (normal)
29782 \family default
29783 .
29784  Ein Kommentar sieht so aus:
29785 \begin_inset Newline newline
29786 \end_inset
29787
29788
29789 \begin_inset Newline newline
29790 \end_inset
29791
29792
29793 \begin_inset Graphics
29794         filename clipart/KommentarQt4.png
29795         display false
29796         scale 60
29797         scaleBeforeRotation
29798
29799 \end_inset
29800
29801  
29802 \begin_inset Note Comment
29803 status open
29804
29805 \begin_layout Plain Layout
29806 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Description
29815 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \begin_inset Graphics
29825         filename clipart/GrauschriftNotizQt4.png
29826         display false
29827         scale 60
29828         scaleBeforeRotation
29829
29830 \end_inset
29831
29832
29833 \begin_inset Newline newline
29834 \end_inset
29835
29836
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 renewenvironment{lyxgreyedout}
29845 \end_layout
29846
29847 \begin_layout Plain Layout
29848
29849 {
29850 \backslash
29851 textcolor[gray]{0.4}
29852 \backslash
29853 bgroup}{
29854 \backslash
29855 egroup}
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \begin_inset Note Greyedout
29862 status open
29863
29864 \begin_layout Plain Layout
29865 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29866 \begin_inset Foot
29867 status open
29868
29869 \begin_layout Plain Layout
29870 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \begin_inset ERT
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886
29887 \backslash
29888 renewenvironment{lyxgreyedout}
29889 \end_layout
29890
29891 \begin_layout Plain Layout
29892
29893 {
29894 \backslash
29895 textcolor{blue}
29896 \backslash
29897 bgroup}{
29898 \backslash
29899 egroup}
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \begin_inset Note Note
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
29910 -Definition zurückgesetzt,
29911  weil Grauschriften im \SpecialChar LaTeX
29912 -Vorspann dieses Dokuments blau definiert wurden.
29913  
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922
29923 \begin_inset Newline newline
29924 \end_inset
29925
29926 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29927  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset VSpace bigskip
29932 \end_inset
29933
29934 Wenn Sie auf den Werkzeugleistenknopf 
29935 \family sans
29936
29937 \begin_inset Info
29938 type  "icon"
29939 arg   "note-insert"
29940 \end_inset
29941
29942
29943 \family default
29944  klicken, wird zunächst eine 
29945 \family sans
29946 \SpecialChar LyX
29947 -Notiz
29948 \family default
29949  eingefügt.
29950  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29951  Notiz-Typen auswählen.
29952  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29953  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29954  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29955  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29956  am Ende der Notiz ist.
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset VSpace bigskip
29961 \end_inset
29962
29963 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29964 \family sans
29965 Dokument\SpecialChar menuseparator
29966 Einstellungen\SpecialChar menuseparator
29967 Farben
29968 \family default
29969  geändert werden.
29970 \end_layout
29971
29972 \begin_layout Section
29973 Fußnoten
29974 \begin_inset CommandInset label
29975 LatexCommand label
29976 name "abs:Fußnoten"
29977
29978 \end_inset
29979
29980
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Notizen ! Fußnoten
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Index idx
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995 Fußnoten
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Fußnoten werden über den Werkzeugleistenknopf 
30005 \begin_inset Info
30006 type  "icon"
30007 arg   "footnote-insert"
30008 \end_inset
30009
30010  oder das Menü 
30011 \family sans
30012 Einfügen\SpecialChar menuseparator
30013 Fußnote
30014 \family default
30015  eingefügt.
30016  Man sieht dann diese Fußnotenbox: 
30017 \begin_inset Graphics
30018         filename clipart/FussnoteQt4.png
30019         scale 80
30020         scaleBeforeRotation
30021
30022 \end_inset
30023
30024  in die der Fußnotentext eingegeben wird.
30025  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30026  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30027  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30028 \family sans
30029 Backspace
30030 \family default
30031  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30032 \family sans
30033 Entf
30034 \family default
30035  wenn der Cursor am Ende der Fußnote ist.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Hier ist eine Beispielfußnote:
30040 \color black
30041
30042 \begin_inset Foot
30043 status open
30044
30045 \begin_layout Plain Layout
30046 \begin_inset CommandInset label
30047 LatexCommand label
30048 name "fuss:Fußnoten-Beispiel"
30049
30050 \end_inset
30051
30052 Dies ist eine Fußnote.
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \color inherit
30059
30060 \begin_inset ERT
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 newcounter{MyRepeatFoot}
30068 \end_layout
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 setcounter{MyRepeatFoot}{
30075 \backslash
30076 thefootnote}
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30086  wurde, eine hochgestellte Zahl.
30087  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30088  hochgestellt dem Text vorangeht.
30089  Die Fußnotennummern werden von \SpecialChar LaTeX
30090  berechnet und sind fortlaufend.
30091  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30092  werden.
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30097  der Fußnote eine Marke eingefügt wurde.
30098  Dies ist ein Querverweis auf Fußnote
30099 \begin_inset space ~
30100 \end_inset
30101
30102
30103 \begin_inset CommandInset ref
30104 LatexCommand ref
30105 reference "fuss:Fußnoten-Beispiel"
30106
30107 \end_inset
30108
30109 .
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset VSpace defskip
30114 \end_inset
30115
30116 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30117  und sie können nur einen Absatz enthalten.
30118  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30119 \end_layout
30120
30121 \begin_layout Standard
30122 \begin_inset VSpace defskip
30123 \end_inset
30124
30125 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30126  aus technischen Gründen nicht gedruckt.
30127  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30128  wird der Befehl 
30129 \series bold
30130
30131 \backslash
30132 footnotemark{}
30133 \series default
30134  als \SpecialChar TeX
30135 -Code eingefügt.
30136  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30137 -Code-Befehls 
30138 \series bold
30139
30140 \backslash
30141 footnotetext
30142 \series default
30143  nach der Tabelle eingegeben.
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30148 \end_layout
30149
30150 \begin_layout Standard
30151
30152 \series bold
30153
30154 \backslash
30155 footnotetext{
30156 \series default
30157 Gedruckte Tabellenfußnote.
30158 \series bold
30159 }
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset Tabular
30164 <lyxtabular version="3" rows="2" columns="1">
30165 <features tabularvalignment="middle">
30166 <column alignment="center" valignment="top">
30167 <row>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172 Dies ist ein Beispieltext.
30173 \begin_inset Foot
30174 status open
30175
30176 \begin_layout Plain Layout
30177 Diese Fußnote wird nicht gedruckt!
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \end_inset
30186 </cell>
30187 </row>
30188 <row>
30189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Plain Layout
30193 Dies ist ein Beispieltext.
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199
30200 \backslash
30201 footnotemark{}
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \end_inset
30210 </cell>
30211 </row>
30212 </lyxtabular>
30213
30214 \end_inset
30215
30216
30217 \begin_inset ERT
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221
30222
30223 \backslash
30224 footnotetext{
30225 \end_layout
30226
30227 \end_inset
30228
30229 Gedruckte Tabellenfußnote.
30230 \begin_inset ERT
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234
30235 }
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Fußnoten in langen Tabellen sind in Abschnitt
30245 \begin_inset space ~
30246 \end_inset
30247
30248
30249 \begin_inset CommandInset ref
30250 LatexCommand ref
30251 reference "uab:Fußnoten-in-langen"
30252
30253 \end_inset
30254
30255  beschrieben.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30260  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30261  innerhalb einer Seite ist.
30262  (Mehr über Minipages ist in Abschnitt
30263 \begin_inset space ~
30264 \end_inset
30265
30266
30267 \begin_inset CommandInset ref
30268 LatexCommand ref
30269 reference "abs:Minipage"
30270
30271 \end_inset
30272
30273  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30274  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30275  Methode mit 
30276 \series bold
30277
30278 \backslash
30279 footnotemark{}
30280 \series default
30281  und 
30282 \series bold
30283
30284 \backslash
30285 footnotetext
30286 \series default
30287 .
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset Box Frameless
30292 position "t"
30293 hor_pos "c"
30294 has_inner_box 1
30295 inner_pos "t"
30296 use_parbox 0
30297 use_makebox 0
30298 width "100col%"
30299 special "none"
30300 height "1in"
30301 height_special "totalheight"
30302 thickness "0.4pt"
30303 separation "3pt"
30304 shadowsize "4pt"
30305 framecolor "black"
30306 backgroundcolor "none"
30307 status open
30308
30309 \begin_layout Plain Layout
30310 Dies ist ein Beispieltext.in einer Minipage.
30311 \begin_inset Foot
30312 status open
30313
30314 \begin_layout Plain Layout
30315 Fußnote in einer Minipage.
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Plain Layout
30324 Dies ist ein Beispieltext.
30325  in einer Minipage.
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 footnotemark{}
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 footnotetext{
30355 \end_layout
30356
30357 \end_inset
30358
30359 Fußnote außerhalb der Minipage.
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace defskip
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30382  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30383 -Code-Befehl 
30384 \series bold
30385
30386 \backslash
30387 footnotemark[Nummer]
30388 \series default
30389 .
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30394  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30395  Hinter Fußnote
30396 \begin_inset space ~
30397 \end_inset
30398
30399
30400 \begin_inset CommandInset ref
30401 LatexCommand ref
30402 reference "fuss:Fußnoten-Beispiel"
30403
30404 \end_inset
30405
30406  wurde das mit folgenden \SpecialChar TeX
30407 -Code-Befehlen gemacht:
30408 \end_layout
30409
30410 \begin_layout Standard
30411
30412 \series bold
30413
30414 \backslash
30415 newcounter{MyRepeatFoot}
30416 \begin_inset Newline newline
30417 \end_inset
30418
30419
30420 \backslash
30421 setcounter{MyRepeatFoot}{
30422 \backslash
30423 thefootnote}
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30428 -Code-Befehl definiert;
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 footnotemark[
30437 \backslash
30438 theMyRepeatFoot]
30439 \end_layout
30440
30441 \begin_layout Standard
30442 Hier ist eine wiederholte Fußnote:
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 footnotemark[
30451 \backslash
30452 theMyRepeatFoot]
30453 \end_layout
30454
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30462  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 footnotemark[
30471 \backslash
30472 thefootnote]
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Hier ist eine weitere wiederholte Fußnote:
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 footnotemark[
30485 \backslash
30486 thefootnote]
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \end_layout
30493
30494 \begin_layout Subsection
30495 Fußnoten-Nummerierung
30496 \begin_inset CommandInset label
30497 LatexCommand label
30498 name "uab:Fußnoten-Nummerierung"
30499
30500 \end_inset
30501
30502
30503 \begin_inset Index idx
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507 Fußnoten ! Nummerierung
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Um Fußnoten nach jedem Abschnitt
30517 \family roman
30518  auf 1 zurückzusetzen, 
30519 \family default
30520 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30521 -Vorspann schreiben:
30522 \end_layout
30523
30524 \begin_layout Standard
30525
30526 \series bold
30527
30528 \backslash
30529 @addtoreset{footnote}{section}
30530 \end_layout
30531
30532 \begin_layout Standard
30533 \begin_inset VSpace bigskip
30534 \end_inset
30535
30536 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30537  Zahlen:
30538 \end_layout
30539
30540 \begin_layout Standard
30541
30542 \series bold
30543
30544 \backslash
30545 renewcommand{
30546 \backslash
30547 thefootnote}{
30548 \backslash
30549 roman{footnote}}
30550 \end_layout
30551
30552 \begin_layout Standard
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 renewcommand{
30561 \backslash
30562 thefootnote}{
30563 \backslash
30564 roman{footnote}}
30565 \end_layout
30566
30567 \end_inset
30568
30569  Hier ist ein Beispiel für solch eine Fußnote:
30570 \begin_inset Foot
30571 status open
30572
30573 \begin_layout Plain Layout
30574 Dies ist eine Fußnote mit kleinen römischen Zahlen
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30584  in obigem Befehl 
30585 \series bold
30586
30587 \backslash
30588 roman
30589 \series default
30590  durch 
30591 \series bold
30592
30593 \backslash
30594 Roman
30595 \series default
30596 .
30597  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30598 \begin_inset Quotes gld
30599 \end_inset
30600
30601 nummerieren
30602 \begin_inset Quotes grd
30603 \end_inset
30604
30605 , verwenden Sie die Befehle 
30606 \series bold
30607
30608 \backslash
30609 Alph
30610 \series default
30611  oder 
30612 \series bold
30613
30614 \backslash
30615 alph
30616 \series default
30617 .
30618  Für die 
30619 \begin_inset Quotes gld
30620 \end_inset
30621
30622 Nummerierung
30623 \begin_inset Quotes grd
30624 \end_inset
30625
30626  mit Symbolen steht der Befehl 
30627 \series bold
30628
30629 \backslash
30630 fnsymbol
30631 \series default
30632  zur Verfügung.
30633 \end_layout
30634
30635 \begin_layout Standard
30636 \begin_inset Note Greyedout
30637 status open
30638
30639 \begin_layout Plain Layout
30640
30641 \series bold
30642 Bemerkung 1:
30643 \series default
30644  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30645  
30646 \emph on
30647 ein
30648 \emph default
30649  Buchstabe verwendet wird.
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset Newline newline
30656 \end_inset
30657
30658
30659 \begin_inset Note Greyedout
30660 status open
30661
30662 \begin_layout Plain Layout
30663
30664 \series bold
30665 Bemerkung 2:
30666 \series default
30667  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30677 \series bold
30678
30679 \backslash
30680 arabic
30681 \series default
30682  anstelle von 
30683 \series bold
30684
30685 \backslash
30686 roman
30687 \series default
30688  in obigem Befehl.
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 renewcommand{
30697 \backslash
30698 thefootnote}{
30699 \backslash
30700 arabic{footnote}}
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \begin_layout Standard
30709 \begin_inset VSpace bigskip
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30717 \begin_inset Quotes gld
30718 \end_inset
30719
30720 Kapitel.Fußnote
30721 \begin_inset Quotes grd
30722 \end_inset
30723
30724  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30725 -Vorspann schreiben:
30726 \end_layout
30727
30728 \begin_layout Standard
30729
30730 \series bold
30731
30732 \backslash
30733 numberwithin{footnote}{chapter}
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Um 
30738 \series bold
30739
30740 \backslash
30741 numberwithin
30742 \series default
30743  benutzen zu können, muss in den 
30744 \family sans
30745 Mathe
30746 \begin_inset space ~
30747 \end_inset
30748
30749 Optionen
30750 \family default
30751  der 
30752 \family sans
30753 Dokument-Einstellungen
30754 \family default
30755  
30756 \family sans
30757 AMS
30758 \begin_inset space ~
30759 \end_inset
30760
30761 Mathe
30762 \begin_inset space ~
30763 \end_inset
30764
30765 Paket
30766 \family default
30767
30768 \begin_inset space ~
30769 \end_inset
30770
30771
30772 \family sans
30773 verwenden
30774 \family default
30775  angekreuzt sein.
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 numberwithin{footnote}{chapter}
30784 \end_layout
30785
30786 \end_inset
30787
30788  Hier ist ein Beispiel für solch eine Fußnote.
30789 \series bold
30790
30791 \begin_inset Foot
30792 status open
30793
30794 \begin_layout Plain Layout
30795 Dies ist eine Fußnote nach dem Schema 
30796 \begin_inset Quotes gld
30797 \end_inset
30798
30799 Kapitel.Fußnote
30800 \begin_inset Quotes grd
30801 \end_inset
30802
30803 .
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \series default
30810
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 renewcommand{
30819 \backslash
30820 thefootnote}{
30821 \backslash
30822 arabic{footnote}}
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset Note Greyedout
30832 status open
30833
30834 \begin_layout Plain Layout
30835
30836 \series bold
30837 Bemerkung:
30838 \series default
30839  
30840 \series bold
30841
30842 \backslash
30843 numberwithin
30844 \series default
30845  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30846  werden überschrieben.
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Um also z.
30856 \begin_inset space \thinspace{}
30857 \end_inset
30858
30859 B.
30860  das Schema 
30861 \begin_inset Quotes gld
30862 \end_inset
30863
30864 Kapitel.
30865 \backslash
30866 Roman{footnote}
30867 \begin_inset Quotes grd
30868 \end_inset
30869
30870  zu erhalten, muss dieser Befehl anstelle von 
30871 \series bold
30872
30873 \backslash
30874 numberwithin
30875 \series default
30876  verwendet werden:
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 renewcommand{
30885 \backslash
30886 thefootnote}{
30887 \backslash
30888 thechapter.
30889 \backslash
30890 Roman{footnote}}
30891 \end_layout
30892
30893 \begin_layout Subsection
30894 Fußnoten-Platzierung
30895 \begin_inset Index idx
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899 Fußnoten ! Platzierung
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30909  ohne Zwischenraum am Ende der Seite gedruckt.
30910  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30911  \SpecialChar LaTeX
30912 -Vorspann 1.5
30913 \begin_inset space \thinspace{}
30914 \end_inset
30915
30916 mm Zwischenraum einfügen:
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \series bold
30922
30923 \backslash
30924 let
30925 \backslash
30926 myFoot
30927 \backslash
30928 footnote
30929 \begin_inset Newline newline
30930 \end_inset
30931
30932
30933 \backslash
30934 renewcommand{
30935 \backslash
30936 footnote}[1]{
30937 \backslash
30938 myFoot{#1
30939 \backslash
30940 vspace{1.5mm}}}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \begin_inset VSpace bigskip
30945 \end_inset
30946
30947 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30948  Spalte gedruckt, Abbildung
30949 \begin_inset space ~
30950 \end_inset
30951
30952
30953 \begin_inset CommandInset ref
30954 LatexCommand ref
30955 reference "abb:Standard-Fußnoten-Platzierung-in"
30956
30957 \end_inset
30958
30959 .
30960  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30961  in Abbildung
30962 \begin_inset space ~
30963 \end_inset
30964
30965
30966 \begin_inset CommandInset ref
30967 LatexCommand ref
30968 reference "abb:Fußnoten-Platzierung-in-einem"
30969
30970 \end_inset
30971
30972 , müssen Sie das \SpecialChar LaTeX
30973 -Paket 
30974 \series bold
30975 ftnright
30976 \series default
30977
30978 \begin_inset Index idx
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 \SpecialChar LaTeX
30983 -Pakete ! ftnright
30984 \end_layout
30985
30986 \end_inset
30987
30988  mit folgendem Befehl im \SpecialChar LaTeX
30989 -Vorspann einfügen:
30990 \end_layout
30991
30992 \begin_layout Standard
30993
30994 \series bold
30995
30996 \backslash
30997 usepackage{ftnright}
30998 \end_layout
30999
31000 \begin_layout Standard
31001 \begin_inset Float figure
31002 placement !h
31003 wide false
31004 sideways false
31005 status open
31006
31007 \begin_layout Plain Layout
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 framebox{
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \begin_inset Graphics
31022         filename ../clipart/without_fntright.pdf
31023         width 100col%
31024         scaleBeforeRotation
31025
31026 \end_inset
31027
31028
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034 }
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \end_layout
31041
31042 \begin_layout Plain Layout
31043 \begin_inset Caption Standard
31044
31045 \begin_layout Plain Layout
31046 \begin_inset CommandInset label
31047 LatexCommand label
31048 name "abb:Standard-Fußnoten-Platzierung-in"
31049
31050 \end_inset
31051
31052 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31053 \begin_inset Argument 1
31054 status open
31055
31056 \begin_layout Plain Layout
31057 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset Float figure
31077 placement !h
31078 wide false
31079 sideways false
31080 status open
31081
31082 \begin_layout Plain Layout
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 framebox{
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Graphics
31097         filename ../clipart/with_fntright.pdf
31098         width 100col%
31099         scaleBeforeRotation
31100
31101 \end_inset
31102
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109 }
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Plain Layout
31118 \begin_inset Caption Standard
31119
31120 \begin_layout Plain Layout
31121 \begin_inset CommandInset label
31122 LatexCommand label
31123 name "abb:Fußnoten-Platzierung-in-einem"
31124
31125 \end_inset
31126
31127 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31128 -Paket 
31129 \series bold
31130 ftnright
31131 \series default
31132 .
31133 \begin_inset Argument 1
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 Fußnoten-Platzierung mit 
31138 \family typewriter
31139 ftnright
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace bigskip
31159 \end_inset
31160
31161 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31162  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31163 \begin_inset space ~
31164 \end_inset
31165
31166
31167 \begin_inset CommandInset ref
31168 LatexCommand ref
31169 reference "abb:endnotes"
31170
31171 \end_inset
31172
31173  gedruckt.
31174  Man nennt sie dann 
31175 \begin_inset Quotes gld
31176 \end_inset
31177
31178 Endnoten
31179 \begin_inset Quotes grd
31180 \end_inset
31181
31182 .
31183 \begin_inset Index idx
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 Endnoten
31188 \end_layout
31189
31190 \end_inset
31191
31192  Um das zu erreichen, laden Sie im Menü 
31193 \family sans
31194 Dokument\SpecialChar menuseparator
31195 Einstellungen\SpecialChar menuseparator
31196 Module 
31197 \family default
31198 das Modul 
31199 \family sans
31200 Fußnote
31201 \begin_inset space ~
31202 \end_inset
31203
31204 als
31205 \begin_inset space ~
31206 \end_inset
31207
31208 Endnote
31209 \family default
31210 .
31211  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31212 \end_layout
31213
31214 \begin_layout Standard
31215
31216 \series bold
31217
31218 \backslash
31219 theendnotes
31220 \end_layout
31221
31222 \begin_layout Standard
31223 als \SpecialChar TeX
31224 -Code am Ende des Abschnitts oder Kapitels ein.
31225 \end_layout
31226
31227 \begin_layout Standard
31228 \begin_inset Float figure
31229 wide false
31230 sideways false
31231 status open
31232
31233 \begin_layout Plain Layout
31234 \align center
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240
31241 \backslash
31242 framebox{
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \begin_inset Graphics
31249         filename ../clipart/endnotes.pdf
31250         scaleBeforeRotation
31251
31252 \end_inset
31253
31254
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260 }
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Plain Layout
31269 \begin_inset Caption Standard
31270
31271 \begin_layout Plain Layout
31272 \begin_inset CommandInset label
31273 LatexCommand label
31274 name "abb:endnotes"
31275
31276 \end_inset
31277
31278
31279 \series bold
31280 endnotes
31281 \series default
31282  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31283  gedruckt.
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset VSpace medskip
31298 \end_inset
31299
31300 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31301 ache übersetzt.
31302  Der folgende Befehl im \SpecialChar LaTeX
31303 -Vorspann  übersetzt den englischen Namen 
31304 \begin_inset Quotes gld
31305 \end_inset
31306
31307 Notes
31308 \begin_inset Quotes grd
31309 \end_inset
31310
31311  in 
31312 \begin_inset Quotes gld
31313 \end_inset
31314
31315 Anmerkungen
31316 \begin_inset Quotes grd
31317 \end_inset
31318
31319 :
31320 \end_layout
31321
31322 \begin_layout Standard
31323
31324 \series bold
31325
31326 \backslash
31327 renewcommand{
31328 \backslash
31329 notesname}{Anmerkungen}
31330 \end_layout
31331
31332 \begin_layout Standard
31333 \begin_inset VSpace medskip
31334 \end_inset
31335
31336 Wenn Sie in den Befehlen von Abschnitt
31337 \begin_inset space ~
31338 \end_inset
31339
31340
31341 \begin_inset CommandInset ref
31342 LatexCommand ref
31343 reference "uab:Fußnoten-Nummerierung"
31344
31345 \end_inset
31346
31347  
31348 \series bold
31349
31350 \backslash
31351 thefootnote
31352 \series default
31353  durch 
31354 \series bold
31355
31356 \backslash
31357 theendnote
31358 \series default
31359  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31360  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31361 \series bold
31362
31363 \backslash
31364 @addtoreset
31365 \series default
31366  wie in Abschnitt
31367 \begin_inset space \space{}
31368 \end_inset
31369
31370
31371 \begin_inset CommandInset ref
31372 LatexCommand ref
31373 reference "uab:Fußnoten-Nummerierung"
31374
31375 \end_inset
31376
31377  beschrieben und ersetzen 
31378 \series bold
31379 footnote
31380 \series default
31381  durch 
31382 \series bold
31383 endnote
31384 \series default
31385 .
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Für Endnoten gibt es den Befehl 
31390 \series bold
31391
31392 \backslash
31393 endnotemark[Nummer]
31394 \series default
31395  analog zum Befehl 
31396 \series bold
31397
31398 \backslash
31399 footnotemark
31400 \series default
31401  der in Abschnitt
31402 \begin_inset space ~
31403 \end_inset
31404
31405
31406 \begin_inset CommandInset ref
31407 LatexCommand ref
31408 reference "abs:Fußnoten"
31409
31410 \end_inset
31411
31412  beschrieben ist.
31413 \end_layout
31414
31415 \begin_layout Standard
31416 \begin_inset VSpace bigskip
31417 \end_inset
31418
31419 Mit dem \SpecialChar LaTeX
31420 -Paket 
31421 \series bold
31422 footmisc
31423 \series default
31424
31425 \begin_inset Index idx
31426 status collapsed
31427
31428 \begin_layout Plain Layout
31429 \SpecialChar LaTeX
31430 -Pakete ! footmisc
31431 \end_layout
31432
31433 \end_inset
31434
31435  (
31436 \begin_inset CommandInset citation
31437 LatexCommand cite
31438 key "footmisc"
31439
31440 \end_inset
31441
31442 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 In \SpecialChar LaTeX
31447 -Büchern, 
31448 \begin_inset CommandInset citation
31449 LatexCommand cite
31450 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31451
31452 \end_inset
31453
31454 , finden Sie weiteres zu Fußnoten.
31455  Wenn Sie eine 
31456 \series bold
31457 KOMA-Script
31458 \series default
31459
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 \SpecialChar LaTeX
31465 -Pakete ! KOMA-Script
31466 \end_layout
31467
31468 \end_inset
31469
31470  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31471 zifische Befehle anpassen, siehe 
31472 \begin_inset CommandInset citation
31473 LatexCommand cite
31474 key "KOMA-Script"
31475
31476 \end_inset
31477
31478 .
31479 \end_layout
31480
31481 \begin_layout Section
31482 Randnotizen
31483 \begin_inset Index idx
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487 Randnotizen
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Notizen ! Randnotizen
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Randnotizen sehen in \SpecialChar LyX
31507  wie Fußnoten aus und verhalten sich auch so.
31508  Sie fügen sie mit einem Klick auf den Schalter 
31509 \begin_inset Info
31510 type  "icon"
31511 arg   "marginalnote-insert"
31512 \end_inset
31513
31514  oder über 
31515 \family sans
31516 Einfügen\SpecialChar menuseparator
31517 Randnotiz
31518 \family default
31519  ein.
31520  Ein graues Kästchen mit der Aufschrift 
31521 \begin_inset Quotes gld
31522 \end_inset
31523
31524 Rand
31525 \begin_inset Quotes grd
31526 \end_inset
31527
31528  erscheint
31529 \family roman
31530 \series medium
31531 , und dort, wo der Cursor steht, können Sie Text eingeben.
31532 \end_layout
31533
31534 \begin_layout Standard
31535 Hier am Rand sehen Sie eine Randnotiz.
31536  
31537 \begin_inset Marginal
31538 status open
31539
31540 \begin_layout Plain Layout
31541 Dies ist eine Randnotiz.
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31551  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31552  Seiten und rechts auf den ungeraden.
31553  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31554  wird und umgekehrt.
31555  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31556  wurde.
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset VSpace bigskip
31561 \end_inset
31562
31563 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 reversemarginpar
31572 \end_layout
31573
31574 \begin_layout Standard
31575 als \SpecialChar TeX
31576 -Code vor einer Randnotiz ein.
31577  Das gilt dann für alle folgenden Randnotizen.
31578  
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 reversemarginpar 
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \begin_inset Marginal
31593 status open
31594
31595 \begin_layout Plain Layout
31596 Hier ist ein Beispiel im inneren Rand.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \begin_inset Newline newline
31603 \end_inset
31604
31605
31606 \begin_inset Note Greyedout
31607 status open
31608
31609 \begin_layout Plain Layout
31610  
31611 \series bold
31612 Achtung:
31613 \series default
31614  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Standard
31623 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31624 \end_layout
31625
31626 \begin_layout Standard
31627
31628 \series bold
31629
31630 \backslash
31631 normalmarginpar
31632 \end_layout
31633
31634 \begin_layout Standard
31635 als \SpecialChar TeX
31636 -Code ein.
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 normalmarginpar 
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset Note Greyedout
31654 status open
31655
31656 \begin_layout Plain Layout
31657
31658 \series bold
31659 Achtung:
31660 \series default
31661  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31662 \series bold
31663
31664 \backslash
31665 reversemarginpar
31666 \series default
31667  verwendet wird.
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset VSpace bigskip
31677 \end_inset
31678
31679
31680 \begin_inset Marginal
31681 status open
31682
31683 \begin_layout Plain Layout
31684
31685 \family roman
31686 \series medium
31687 EinSehrLangesWort am Anfang, das umgebrochen wird.
31688 \end_layout
31689
31690 \end_inset
31691
31692  Ähnlich wie in Abschnitt
31693 \begin_inset space ~
31694 \end_inset
31695
31696
31697 \begin_inset CommandInset ref
31698 LatexCommand ref
31699 reference "uab:Mehrfache-Zeilen-in"
31700
31701 \end_inset
31702
31703  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31704  Wort der Randnotiz sind.
31705  Um das zu vermeiden, fügen sie 0
31706 \begin_inset space \thinspace{}
31707 \end_inset
31708
31709 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31710 \begin_inset Marginal
31711 status open
31712
31713 \begin_layout Plain Layout
31714 \begin_inset space \hspace{}
31715 \length 0pt
31716 \end_inset
31717
31718
31719 \family roman
31720 \series medium
31721 EinSehrLangesWort am Anfang, das umgebrochen wird.
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Standard
31730 \begin_inset VSpace bigskip
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset Note Greyedout
31738 status open
31739
31740 \begin_layout Plain Layout
31741
31742 \series bold
31743 Bemerkung:
31744 \series default
31745  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31746  verwendet werden.
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Standard
31755 \begin_inset VSpace bigskip
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \begin_layout Standard
31762 \begin_inset ERT
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766
31767
31768 \backslash
31769 ifmarginnote
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \begin_inset Note Note
31776 status open
31777
31778 \begin_layout Plain Layout
31779 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31780 -Paket 
31781 \series bold
31782 marginnote
31783 \series default
31784  installiert ist.
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31794 -Paket 
31795 \series bold
31796 marginnote
31797 \series default
31798
31799 \begin_inset Index idx
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803 \SpecialChar LaTeX
31804 -Pakete ! marginnote
31805 \end_layout
31806
31807 \end_inset
31808
31809  verwendet wird.
31810  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31811 -Vorspann hinzufügen, wird der Befehl, der
31812  von \SpecialChar LyX
31813  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31814  Pakets 
31815 \series bold
31816 marginnote
31817 \series default
31818  für Randnotizen verwendet wird:
31819 \end_layout
31820
31821 \begin_layout Standard
31822
31823 \series bold
31824
31825 \backslash
31826 usepackage{marginnote}
31827 \begin_inset Newline newline
31828 \end_inset
31829
31830
31831 \backslash
31832 let
31833 \backslash
31834 marginpar
31835 \backslash
31836 marginnote
31837 \end_layout
31838
31839 \begin_layout Standard
31840 Dies wird auch in diesem Dokument verwendet, denn 
31841 \series bold
31842 marginnote
31843 \series default
31844  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31845  für Randnotizen angeben.
31846  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31847 n zu dicht beieinander sind.
31848  Der Versatz wird in \SpecialChar LyX
31849  als \SpecialChar TeX
31850 -Code direkt nach der Randnotiz mit dem Schema
31851 \end_layout
31852
31853 \begin_layout Standard
31854
31855 \series bold
31856 [Versatz]
31857 \end_layout
31858
31859 \begin_layout Standard
31860 angegeben.
31861  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31862 \begin_inset space ~
31863 \end_inset
31864
31865
31866 \begin_inset CommandInset ref
31867 LatexCommand ref
31868 reference "tab:Maßeinheiten"
31869
31870 \end_inset
31871
31872  aufgelistet sind.
31873  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31874  nach unten.
31875  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31876 \begin_inset space \thinspace{}
31877 \end_inset
31878
31879 cm mit dem \SpecialChar TeX
31880 -Code-Befehl  
31881 \begin_inset Quotes gld
31882 \end_inset
31883
31884
31885 \series bold
31886 [-1.5cm]
31887 \series default
31888
31889 \begin_inset Quotes grd
31890 \end_inset
31891
31892  nach oben versetzt.
31893 \begin_inset Marginal
31894 status open
31895
31896 \begin_layout Plain Layout
31897 Diese Randnotiz ist 1.5
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 cm von ihrer Originalposition nach oben versetzt.
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912 [-1.5cm]
31913 \end_layout
31914
31915 \end_inset
31916
31917
31918 \end_layout
31919
31920 \begin_layout Standard
31921 \begin_inset VSpace medskip
31922 \end_inset
31923
31924 Mit 
31925 \series bold
31926 marginnote
31927 \series default
31928  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31929  Zum Beispiel setzen die Befehle
31930 \end_layout
31931
31932 \begin_layout Standard
31933
31934 \series bold
31935
31936 \backslash
31937 renewcommand*{
31938 \backslash
31939 raggedleftmarginnote}{
31940 \backslash
31941 centering}
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \backslash
31947 renewcommand*{
31948 \backslash
31949 raggedrightmarginnote}{
31950 \backslash
31951 centering}
31952 \end_layout
31953
31954 \begin_layout Standard
31955 die Ausrichtung auf zentriert.
31956  
31957 \series bold
31958
31959 \backslash
31960 raggedleftmarginnote
31961 \series default
31962  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31963  
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 renewcommand*{
31972 \backslash
31973 raggedleftmarginnote}{
31974 \backslash
31975 centering}
31976 \end_layout
31977
31978 \begin_layout Plain Layout
31979
31980
31981 \backslash
31982 renewcommand*{
31983 \backslash
31984 raggedrightmarginnote}{
31985 \backslash
31986 centering}
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \begin_inset Marginal
31993 status open
31994
31995 \begin_layout Plain Layout
31996 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31997 \end_layout
31998
31999 \end_inset
32000
32001  Die Voreinstellung ist
32002 \end_layout
32003
32004 \begin_layout Standard
32005
32006 \series bold
32007
32008 \backslash
32009 renewcommand*{
32010 \backslash
32011 raggedleftmarginnote}{
32012 \backslash
32013 raggedleft}
32014 \begin_inset Newline newline
32015 \end_inset
32016
32017
32018 \backslash
32019 renewcommand*{
32020 \backslash
32021 raggedrightmarginnote}{
32022 \backslash
32023 raggedright}
32024 \series default
32025
32026 \begin_inset ERT
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030
32031
32032 \backslash
32033 renewcommand*{
32034 \backslash
32035 raggedleftmarginnote}{
32036 \backslash
32037 raggedleft}
32038 \end_layout
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 renewcommand*{
32045 \backslash
32046 raggedrightmarginnote}{
32047 \backslash
32048 raggedright}
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset VSpace medskip
32058 \end_inset
32059
32060 Für weitere Fähigkeiten des Pakets 
32061 \series bold
32062 marginnote
32063 \series default
32064  sei auf dessen Dokumentation verwiesen 
32065 \begin_inset CommandInset citation
32066 LatexCommand cite
32067 key "marginnote"
32068
32069 \end_inset
32070
32071 .
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset VSpace bigskip
32076 \end_inset
32077
32078 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32079  geändert werden.
32080  Um z.
32081 \begin_inset space \thinspace{}
32082 \end_inset
32083
32084 B.
32085  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32086  und fettgedruckten Text 
32087 \begin_inset Quotes eld
32088 \end_inset
32089
32090
32091 \family sans
32092 \series bold
32093 \bar under
32094 Achtung!
32095 \family default
32096 \series default
32097 \bar default
32098
32099 \begin_inset Quotes erd
32100 \end_inset
32101
32102  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32103 -Vorspann hinzu:
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 let
32112 \backslash
32113 myMarginpar
32114 \backslash
32115 marginpar
32116 \begin_inset Newline newline
32117 \end_inset
32118
32119
32120 \backslash
32121 renewcommand{
32122 \backslash
32123 marginpar}[1]{
32124 \backslash
32125 myMarginpar{%
32126 \begin_inset Newline newline
32127 \end_inset
32128
32129
32130 \begin_inset Phantom HPhantom
32131 status open
32132
32133 \begin_layout Plain Layout
32134
32135 \series bold
32136 \begin_inset space ~
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \backslash
32146 hspace{0pt}
32147 \backslash
32148 textsf{
32149 \backslash
32150 textbf{
32151 \backslash
32152 underbar{Achtung!}}}%
32153 \begin_inset Newline newline
32154 \end_inset
32155
32156
32157 \begin_inset Phantom HPhantom
32158 status open
32159
32160 \begin_layout Plain Layout
32161
32162 \series bold
32163 \begin_inset space ~
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \backslash
32173 vspace{1.5mm}
32174 \backslash
32175
32176 \backslash
32177 #1}}
32178 \end_layout
32179
32180 \begin_layout Standard
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 let
32189 \backslash
32190 myMarginpar
32191 \backslash
32192 marginpar
32193 \end_layout
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 renewcommand{
32200 \backslash
32201 marginpar}[1]{
32202 \backslash
32203 myMarginpar{%
32204 \end_layout
32205
32206 \begin_layout Plain Layout
32207
32208    
32209 \backslash
32210 textsf{
32211 \backslash
32212 textbf{
32213 \backslash
32214 underbar{Achtung!}}}%
32215 \end_layout
32216
32217 \begin_layout Plain Layout
32218
32219    
32220 \backslash
32221 vspace{1.5mm}
32222 \backslash
32223
32224 \backslash
32225 #1}}
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \begin_inset Marginal
32232 status open
32233
32234 \begin_layout Plain Layout
32235 Dies ist eine Randnotiz mit einer definierten Überschrift.
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246 [-1.5cm]
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \begin_inset ERT
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256
32257
32258 \backslash
32259 renewcommand{
32260 \backslash
32261 marginpar}[1]{
32262 \backslash
32263 myMarginpar{#1}}
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Note Note
32270 status open
32271
32272 \begin_layout Plain Layout
32273 Das Format wurde nur für dieses Beispiel geändert.
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 else
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \begin_inset Note Note
32296 status open
32297
32298 \begin_layout Plain Layout
32299 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32300 -Paket 
32301 \series bold
32302 marginnote
32303 \series default
32304  nicht installiert ist:
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \end_layout
32311
32312 \begin_layout Standard
32313 Das \SpecialChar LaTeX
32314 -Paket 
32315 \series bold
32316 marginnote
32317 \series default
32318  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 \begin_inset ERT
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326
32327
32328 \backslash
32329 fi
32330 \end_layout
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Chapter
32338 Boxen
32339 \end_layout
32340
32341 \begin_layout Section
32342 Einleitung
32343 \begin_inset Index idx
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 Boxen ! Einleitung
32348 \end_layout
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 Boxen werden benutzt, um einen Textblock zu formatieren.
32357  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32358  siehe Abschnitt
32359 \begin_inset space ~
32360 \end_inset
32361
32362
32363 \begin_inset CommandInset ref
32364 LatexCommand ref
32365 reference "abs:Minipage"
32366
32367 \end_inset
32368
32369 , um Text zu umrahmen, siehe Abschnitt
32370 \begin_inset space ~
32371 \end_inset
32372
32373
32374 \begin_inset CommandInset ref
32375 LatexCommand ref
32376 reference "uab:Verzierung"
32377
32378 \end_inset
32379
32380 , um Silbentrennung zu verhindern, siehe Abschnitt
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "abs:Silbentrennung-unterbinden"
32388
32389 \end_inset
32390
32391 , um Text senkrecht auszurichten, siehe Abschnitt
32392 \begin_inset space ~
32393 \end_inset
32394
32395
32396 \begin_inset CommandInset ref
32397 LatexCommand ref
32398 reference "uab:Vertikale-Ausrichtung"
32399
32400 \end_inset
32401
32402  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32403 \begin_inset space ~
32404 \end_inset
32405
32406
32407 \begin_inset CommandInset ref
32408 LatexCommand ref
32409 reference "abs:Farbige-Boxen"
32410
32411 \end_inset
32412
32413 .
32414 \end_layout
32415
32416 \begin_layout Standard
32417 Boxen werden mit 
32418 \family sans
32419 Einfügen\SpecialChar menuseparator
32420 Box
32421 \family default
32422  oder dem Schalter 
32423 \begin_inset Info
32424 type  "icon"
32425 arg   "box-insert Frameless"
32426 \end_inset
32427
32428  eingefügt.
32429  Ein graues Kästchen mit der Aufschrift 
32430 \begin_inset Quotes gld
32431 \end_inset
32432
32433 Box (Minipage)
32434 \begin_inset Quotes grd
32435 \end_inset
32436
32437  erscheint: 
32438 \begin_inset Graphics
32439         filename clipart/StandardBoxQt4.png
32440         scale 85
32441         scaleBeforeRotation
32442
32443 \end_inset
32444
32445  Mit einem Rechts\SpecialChar softhyphen
32446 klick auf das graue Kästchen und der Auswahl von 
32447 \family sans
32448 Einstellungen
32449 \family default
32450  kann der Typ spezifiziert werden.
32451  Das Dialogfenster bietet bei 
32452 \family sans
32453 Innere
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Box
32458 \family default
32459  die Typen 
32460 \family sans
32461 Makebox
32462 \family default
32463
32464 \family sans
32465 Parbox
32466 \family default
32467  und 
32468 \family sans
32469 Minipage
32470 \family default
32471  an.
32472  
32473 \family sans
32474 Minipage
32475 \family default
32476  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32477 \begin_inset space ~
32478 \end_inset
32479
32480
32481 \begin_inset CommandInset ref
32482 LatexCommand ref
32483 reference "abs:Minipage"
32484
32485 \end_inset
32486
32487  beschrieben, 
32488 \family sans
32489 Parbox
32490 \family default
32491  in Abschnitt
32492 \begin_inset space ~
32493 \end_inset
32494
32495
32496 \begin_inset CommandInset ref
32497 LatexCommand ref
32498 reference "abs:Parbox"
32499
32500 \end_inset
32501
32502  und 
32503 \family sans
32504 Makebox
32505 \family default
32506  in 
32507 \begin_inset CommandInset ref
32508 LatexCommand ref
32509 reference "abs:Silbentrennung-unterbinden"
32510
32511 \end_inset
32512
32513 .
32514 \end_layout
32515
32516 \begin_layout Standard
32517 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32518  wie auf Gleitobjekte und Fußnoten.
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset Note Greyedout
32523 status open
32524
32525 \begin_layout Plain Layout
32526
32527 \series bold
32528 Bemerkung
32529 \begin_inset space ~
32530 \end_inset
32531
32532 1:
32533 \series default
32534  Boxen dürfen in 
32535 \family sans
32536 List-
32537 \family default
32538  oder 
32539 \family sans
32540 Beschreibung-
32541 \family default
32542 Umgebungen nicht verwendet werden.
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 \begin_inset Note Greyedout
32552 status open
32553
32554 \begin_layout Plain Layout
32555
32556 \series bold
32557 Bemerkung
32558 \begin_inset space ~
32559 \end_inset
32560
32561 2:
32562 \series default
32563  Boxen ohne 
32564 \family sans
32565 Innere
32566 \begin_inset space ~
32567 \end_inset
32568
32569 Box
32570 \family default
32571  und ohne Rahmen werden in Abschnitt
32572 \begin_inset space ~
32573 \end_inset
32574
32575
32576 \begin_inset CommandInset ref
32577 LatexCommand ref
32578 reference "abs:Silbentrennung-unterbinden"
32579
32580 \end_inset
32581
32582  beschrieben.
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Section
32591 Das Box-Einstellungen-Fenster
32592 \begin_inset CommandInset label
32593 LatexCommand label
32594 name "abs:Box-Dialog"
32595
32596 \end_inset
32597
32598
32599 \begin_inset Index idx
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603 Boxen ! Box-Dialog-Fenster
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Subsection
32612 Box-Größe
32613 \begin_inset Index idx
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 Boxen ! Größe
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 Im 
32627 \family sans
32628 Box-Einstellungen
32629 \family default
32630 -Fenster können Sie die Größe der Box mit 
32631 \family sans
32632 Breite
32633 \family default
32634  und 
32635 \family sans
32636 Höhe 
32637 \family default
32638 festlegen.
32639  Die verfügbaren Einheiten werden in Tabelle
32640 \begin_inset space ~
32641 \end_inset
32642
32643
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "tab:Maßeinheiten"
32647
32648 \end_inset
32649
32650  aufgelistet.
32651  Das Feld
32652 \family sans
32653  Höhe
32654 \family default
32655  bietet die folgenden zusätzlichen Größen:
32656 \end_layout
32657
32658 \begin_layout Description
32659 Tiefe Dies ist die reine Text-
32660 \begin_inset Quotes gld
32661 \end_inset
32662
32663 Höhe
32664 \begin_inset Quotes grd
32665 \end_inset
32666
32667 .
32668  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32669 \begin_inset Newline newline
32670 \end_inset
32671
32672
32673 \begin_inset Newline newline
32674 \end_inset
32675
32676
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \begin_inset Box Boxed
32682 position "c"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "c"
32686 use_parbox 0
32687 use_makebox 0
32688 width "12col%"
32689 special "none"
32690 height "1in"
32691 height_special "depth"
32692 thickness "0.4pt"
32693 separation "3pt"
32694 shadowsize "4pt"
32695 framecolor "black"
32696 backgroundcolor "none"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 Box-Höhe = 1
32702 \begin_inset space \thinspace{}
32703 \end_inset
32704
32705 Tiefe
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \begin_inset Newline newline
32712 \end_inset
32713
32714
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Description
32722 Höhe Dies ist die Texthöhe innerhalb der Box.
32723  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32724  Texthöhe setzen: 
32725 \begin_inset Box Boxed
32726 position "c"
32727 hor_pos "c"
32728 has_inner_box 1
32729 inner_pos "c"
32730 use_parbox 0
32731 use_makebox 0
32732 width "20col%"
32733 special "none"
32734 height "2in"
32735 height_special "height"
32736 thickness "0.4pt"
32737 separation "3pt"
32738 shadowsize "4pt"
32739 framecolor "black"
32740 backgroundcolor "none"
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 Boxhöhe = 2
32746 \begin_inset space \thinspace{}
32747 \end_inset
32748
32749 Höhe
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Description
32758 Gesamthöhe Dies ist Höhe
32759 \begin_inset space \thinspace{}
32760 \end_inset
32761
32762 +
32763 \begin_inset space \thinspace{}
32764 \end_inset
32765
32766 Tiefe: 
32767 \begin_inset Box Boxed
32768 position "c"
32769 hor_pos "c"
32770 has_inner_box 1
32771 inner_pos "c"
32772 use_parbox 0
32773 use_makebox 0
32774 width "20col%"
32775 special "none"
32776 height "1in"
32777 height_special "totalheight"
32778 thickness "0.4pt"
32779 separation "3pt"
32780 shadowsize "4pt"
32781 framecolor "black"
32782 backgroundcolor "none"
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 \align center
32787 Boxhöhe = 1
32788 \begin_inset space \thinspace{}
32789 \end_inset
32790
32791 Gesamthöhe
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Description
32800 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32801 \begin_inset Box Boxed
32802 position "c"
32803 hor_pos "c"
32804 has_inner_box 1
32805 inner_pos "c"
32806 use_parbox 0
32807 use_makebox 0
32808 width "12col%"
32809 special "none"
32810 height "1in"
32811 height_special "width"
32812 thickness "0.4pt"
32813 separation "3pt"
32814 shadowsize "4pt"
32815 framecolor "black"
32816 backgroundcolor "none"
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820 \align center
32821 Boxhöhe = 1
32822 \begin_inset space \thinspace{}
32823 \end_inset
32824
32825 Breite
32826 \end_layout
32827
32828 \end_inset
32829
32830
32831 \end_layout
32832
32833 \begin_layout Subsection
32834 Ausrichtung
32835 \begin_inset Index idx
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839 Boxen ! Ausrichtung
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 Wenn Sie eine 
32849 \family sans
32850 Innere
32851 \begin_inset space ~
32852 \end_inset
32853
32854 Box
32855 \family default
32856  gewählt haben, kann die Box mit folgenden Werten für 
32857 \family sans
32858 Box
32859 \family default
32860  senkrecht ausgerichtet werden:
32861 \end_layout
32862
32863 \begin_layout Description
32864 Oben Dies ist ein Beispieltext.
32865  
32866 \begin_inset Box Boxed
32867 position "t"
32868 hor_pos "c"
32869 has_inner_box 1
32870 inner_pos "c"
32871 use_parbox 0
32872 use_makebox 0
32873 width "20col%"
32874 special "none"
32875 height "1in"
32876 height_special "totalheight"
32877 thickness "0.4pt"
32878 separation "3pt"
32879 shadowsize "4pt"
32880 framecolor "black"
32881 backgroundcolor "none"
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 \align center
32886 Die Ober\SpecialChar softhyphen
32887 kante der Box ist in der Zeile.
32888 \end_layout
32889
32890 \end_inset
32891
32892  Dies ist ein Beispieltext.
32893 \end_layout
32894
32895 \begin_layout Description
32896 Mitte Dies ist ein Beispieltext.
32897  
32898 \begin_inset Box Boxed
32899 position "c"
32900 hor_pos "c"
32901 has_inner_box 1
32902 inner_pos "c"
32903 use_parbox 0
32904 use_makebox 0
32905 width "20col%"
32906 special "none"
32907 height "1in"
32908 height_special "totalheight"
32909 thickness "0.4pt"
32910 separation "3pt"
32911 shadowsize "4pt"
32912 framecolor "black"
32913 backgroundcolor "none"
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917 \align center
32918 Die Mitte der Box ist in der Zeile.
32919 \end_layout
32920
32921 \end_inset
32922
32923  Dies ist ein Beispieltext.
32924 \end_layout
32925
32926 \begin_layout Description
32927 Unten Dies ist ein Beispieltext.
32928  
32929 \begin_inset Box Boxed
32930 position "b"
32931 hor_pos "c"
32932 has_inner_box 1
32933 inner_pos "c"
32934 use_parbox 0
32935 use_makebox 0
32936 width "20col%"
32937 special "none"
32938 height "1in"
32939 height_special "totalheight"
32940 thickness "0.4pt"
32941 separation "3pt"
32942 shadowsize "4pt"
32943 framecolor "black"
32944 backgroundcolor "none"
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 \align center
32949 Die Unter\SpecialChar softhyphen
32950 kante der Box ist in der Zeile.
32951 \end_layout
32952
32953 \end_inset
32954
32955  Dies ist ein Beispieltext.
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Note Greyedout
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \series bold
32965 Bemerkung:
32966 \series default
32967  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32968  Boxen in einer Zeile sind und eine Box z.
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 B.
32973  schattiert ist, die andere aber nicht.
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 Eine Box kann mit dem Dialog 
32983 \family sans
32984 Absatz-Einstellungen
32985 \family default
32986  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \begin_inset VSpace bigskip
32991 \end_inset
32992
32993 Wenn Sie eine 
32994 \family sans
32995 Innere
32996 \begin_inset space ~
32997 \end_inset
32998
32999 Box
33000 \family default
33001  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33002 \family sans
33003 Inhalt
33004 \family default
33005  senkrecht ausgerichtet werden:
33006 \end_layout
33007
33008 \begin_layout Description
33009 Oben Dies ist ein Beispieltext.
33010  
33011 \begin_inset Box Boxed
33012 position "c"
33013 hor_pos "c"
33014 has_inner_box 1
33015 inner_pos "t"
33016 use_parbox 0
33017 use_makebox 0
33018 width "20col%"
33019 special "none"
33020 height "1.5in"
33021 height_special "totalheight"
33022 thickness "0.4pt"
33023 separation "3pt"
33024 shadowsize "4pt"
33025 framecolor "black"
33026 backgroundcolor "none"
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030 \align center
33031 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33032 \end_layout
33033
33034 \end_inset
33035
33036  Dies ist ein Beispieltext.
33037 \end_layout
33038
33039 \begin_layout Description
33040 Mitte Dies ist ein Beispieltext.
33041  
33042 \begin_inset Box Boxed
33043 position "c"
33044 hor_pos "c"
33045 has_inner_box 1
33046 inner_pos "c"
33047 use_parbox 0
33048 use_makebox 0
33049 width "20col%"
33050 special "none"
33051 height "1.5in"
33052 height_special "totalheight"
33053 thickness "0.4pt"
33054 separation "3pt"
33055 shadowsize "4pt"
33056 framecolor "black"
33057 backgroundcolor "none"
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 Der Boxinhalt ist zentriert ausgerichtet.
33063 \end_layout
33064
33065 \end_inset
33066
33067  Dies ist ein Beispieltext.
33068 \end_layout
33069
33070 \begin_layout Description
33071 Unten Dies ist ein Beispieltext.
33072  
33073 \begin_inset Box Boxed
33074 position "c"
33075 hor_pos "c"
33076 has_inner_box 1
33077 inner_pos "b"
33078 use_parbox 0
33079 use_makebox 0
33080 width "20col%"
33081 special "none"
33082 height "1.5in"
33083 height_special "totalheight"
33084 thickness "0.4pt"
33085 separation "3pt"
33086 shadowsize "4pt"
33087 framecolor "black"
33088 backgroundcolor "none"
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092 \align center
33093 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33094 \end_layout
33095
33096 \end_inset
33097
33098  Dies ist ein Beispieltext.
33099 \end_layout
33100
33101 \begin_layout Description
33102 Dehnen Dies ist ein Beispieltext.
33103  
33104 \begin_inset Box Boxed
33105 position "c"
33106 hor_pos "c"
33107 has_inner_box 1
33108 inner_pos "s"
33109 use_parbox 0
33110 use_makebox 0
33111 width "20col%"
33112 special "none"
33113 height "1in"
33114 height_special "totalheight"
33115 thickness "0.4pt"
33116 separation "3pt"
33117 shadowsize "4pt"
33118 framecolor "black"
33119 backgroundcolor "none"
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123 \align center
33124 Der Boxinhalt
33125 \end_layout
33126
33127 \begin_layout Plain Layout
33128 \align center
33129 ist über die
33130 \end_layout
33131
33132 \begin_layout Plain Layout
33133 \align center
33134 Boxhöhe
33135 \end_layout
33136
33137 \begin_layout Plain Layout
33138 \align center
33139 gleichmäßig verteilt.
33140 \end_layout
33141
33142 \end_inset
33143
33144  Dies ist ein Beispieltext.
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33149  besteht.
33150  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Ein Boxinhalt kann mit dem Dialog 
33155 \family sans
33156 Absatz-Einstellungen
33157 \family default
33158  waagerecht ausgerichtet werden, wenn Sie eine
33159 \family sans
33160  Innere
33161 \begin_inset space ~
33162 \end_inset
33163
33164 Box
33165 \family default
33166  gewählt haben.
33167 \begin_inset Separator parbreak
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \align center
33175 \begin_inset Box Boxed
33176 position "c"
33177 hor_pos "c"
33178 has_inner_box 1
33179 inner_pos "s"
33180 use_parbox 0
33181 use_makebox 0
33182 width "30col%"
33183 special "none"
33184 height "1.25in"
33185 height_special "totalheight"
33186 thickness "0.4pt"
33187 separation "3pt"
33188 shadowsize "4pt"
33189 framecolor "black"
33190 backgroundcolor "none"
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 \align left
33195 Hier ist jede Zeile
33196 \end_layout
33197
33198 \begin_layout Plain Layout
33199 \align center
33200 anders
33201 \end_layout
33202
33203 \begin_layout Plain Layout
33204 \align right
33205 ausgerichtet.
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Wenn Sie keine
33215 \family sans
33216  Innere
33217 \begin_inset space ~
33218 \end_inset
33219
33220 Box
33221 \family default
33222  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33223 \family sans
33224 Box-Einstellungen-
33225 \family default
33226 Dialog ausrichten
33227 \begin_inset Separator parbreak
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \align center
33235 \begin_inset Box Boxed
33236 position "c"
33237 hor_pos "s"
33238 has_inner_box 0
33239 inner_pos "s"
33240 use_parbox 0
33241 use_makebox 0
33242 width "90col%"
33243 special "none"
33244 height "1.25in"
33245 height_special "totalheight"
33246 thickness "0.4pt"
33247 separation "3pt"
33248 shadowsize "4pt"
33249 framecolor "black"
33250 backgroundcolor "none"
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Dieser Boxinhalt wurde horizontal gedehnt.
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Subsection
33263 Verzierung
33264 \begin_inset CommandInset label
33265 LatexCommand label
33266 name "uab:Verzierung"
33267
33268 \end_inset
33269
33270
33271 \begin_inset Index idx
33272 status collapsed
33273
33274 \begin_layout Plain Layout
33275 Boxen ! Verzierung
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Standard
33284 Im 
33285 \family sans
33286 Box-Einstellungen-
33287 \family default
33288 Dialog können Sie mit der 
33289 \family sans
33290 Verzierung
33291 \family default
33292  den Typ der Box auswählen:
33293 \end_layout
33294
33295 \begin_layout Description
33296 Kein
33297 \begin_inset space ~
33298 \end_inset
33299
33300 Rahmen Nichts wird gezeichnet.
33301 \end_layout
33302
33303 \begin_layout Description
33304 Einfacher
33305 \begin_inset space ~
33306 \end_inset
33307
33308 rechteckiger
33309 \begin_inset space ~
33310 \end_inset
33311
33312 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33313  Die Rahmendicke kann festgelegt werden.
33314  
33315 \begin_inset Box Boxed
33316 position "c"
33317 hor_pos "c"
33318 has_inner_box 1
33319 inner_pos "c"
33320 use_parbox 0
33321 use_makebox 0
33322 width "21col%"
33323 special "none"
33324 height "1in"
33325 height_special "totalheight"
33326 thickness "0.4pt"
33327 separation "3pt"
33328 shadowsize "4pt"
33329 framecolor "black"
33330 backgroundcolor "none"
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335 \series medium
33336 Rechteckige
33337 \begin_inset space ~
33338 \end_inset
33339
33340 Box
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \begin_layout Description
33349 erlaube
33350 \begin_inset space ~
33351 \end_inset
33352
33353 Seitenumbrüche 
33354 \end_layout
33355
33356 \begin_layout Description
33357 Ovaler
33358 \begin_inset space ~
33359 \end_inset
33360
33361 Rahmen,
33362 \begin_inset space ~
33363 \end_inset
33364
33365 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33366  Die Rahmendicke ist 0.4
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 pt.
33371  
33372 \begin_inset Box ovalbox
33373 position "c"
33374 hor_pos "c"
33375 has_inner_box 1
33376 inner_pos "c"
33377 use_parbox 0
33378 use_makebox 0
33379 width "20col%"
33380 special "none"
33381 height "1in"
33382 height_special "totalheight"
33383 thickness "0.4pt"
33384 separation "3pt"
33385 shadowsize "4pt"
33386 framecolor "black"
33387 backgroundcolor "none"
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391 Ovale
33392 \begin_inset space ~
33393 \end_inset
33394
33395 Box,
33396 \begin_inset space ~
33397 \end_inset
33398
33399 dünn
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Description
33408 Ovaler
33409 \begin_inset space ~
33410 \end_inset
33411
33412 Rahmen,
33413 \begin_inset space ~
33414 \end_inset
33415
33416 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33417  Die Rahmendicke ist 0.8
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 pt.
33422  
33423 \begin_inset Box Ovalbox
33424 position "c"
33425 hor_pos "c"
33426 has_inner_box 1
33427 inner_pos "c"
33428 use_parbox 0
33429 use_makebox 0
33430 width "20col%"
33431 special "none"
33432 height "1in"
33433 height_special "totalheight"
33434 thickness "0.4pt"
33435 separation "3pt"
33436 shadowsize "4pt"
33437 framecolor "black"
33438 backgroundcolor "none"
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 Ovale
33443 \begin_inset space ~
33444 \end_inset
33445
33446 Box,
33447 \begin_inset space ~
33448 \end_inset
33449
33450 dick
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Description
33459 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33460  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33461 \begin_inset Newline newline
33462 \end_inset
33463
33464
33465 \begin_inset Box Shadowbox
33466 position "c"
33467 hor_pos "c"
33468 has_inner_box 1
33469 inner_pos "c"
33470 use_parbox 0
33471 use_makebox 0
33472 width "20col%"
33473 special "none"
33474 height "1in"
33475 height_special "totalheight"
33476 thickness "0.4pt"
33477 separation "3pt"
33478 shadowsize "4pt"
33479 framecolor "black"
33480 backgroundcolor "none"
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484 Schattierte
33485 \begin_inset space ~
33486 \end_inset
33487
33488 Box
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Description
33497 Schattierter
33498 \begin_inset space ~
33499 \end_inset
33500
33501 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33502  Im Gegensatz zu farbigen Boxen
33503 \begin_inset Foot
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 siehe Abschnitt
33508 \begin_inset space ~
33509 \end_inset
33510
33511
33512 \begin_inset CommandInset ref
33513 LatexCommand ref
33514 reference "abs:Farbige-Boxen"
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522
33523  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33524  die Box ist ein Absatz für sich.
33525  
33526 \begin_inset Box Shaded
33527 position "t"
33528 hor_pos "c"
33529 has_inner_box 0
33530 inner_pos "t"
33531 use_parbox 0
33532 use_makebox 0
33533 width "50col%"
33534 special "none"
33535 height "1in"
33536 height_special "totalheight"
33537 thickness "0.4pt"
33538 separation "3pt"
33539 shadowsize "4pt"
33540 framecolor "black"
33541 backgroundcolor "none"
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 Schattierter Hintergrund Box
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Description
33554 Doppelter
33555 \begin_inset space ~
33556 \end_inset
33557
33558 rechteckiger
33559 \begin_inset space ~
33560 \end_inset
33561
33562 Rahmen zeichnet einen doppelten Rahmen um die Box.
33563  Der innere Rahmen ist 0,75
33564 \begin_inset space \thinspace{}
33565 \end_inset
33566
33567 Rahmendicke breit, der äußere 1,5
33568 \begin_inset space \thinspace{}
33569 \end_inset
33570
33571 Rahmendicke.
33572  Der Zwischenraum beträgt 1,5
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 Rahmendicke
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 +
33581 \begin_inset space \thinspace{}
33582 \end_inset
33583
33584 0,5
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 pt.
33589  
33590 \begin_inset Box Doublebox
33591 position "c"
33592 hor_pos "c"
33593 has_inner_box 1
33594 inner_pos "c"
33595 use_parbox 0
33596 use_makebox 0
33597 width "20col%"
33598 special "none"
33599 height "1in"
33600 height_special "totalheight"
33601 thickness "0.4pt"
33602 separation "3pt"
33603 shadowsize "4pt"
33604 framecolor "black"
33605 backgroundcolor "none"
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609 Doppelt
33610 \begin_inset space ~
33611 \end_inset
33612
33613 gerahmte
33614 \begin_inset space ~
33615 \end_inset
33616
33617 Box
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset VSpace bigskip
33627 \end_inset
33628
33629 Die Aufschrift der Box in \SpecialChar LyX
33630  ändert sich mit der gewählten Verzierung.
33631  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33632 -Paket 
33633 \series bold
33634 fancybox
33635 \series default
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 \SpecialChar LaTeX
33642 -Pakete ! fancybox
33643 \end_layout
33644
33645 \end_inset
33646
33647  installiert sein.
33648 \end_layout
33649
33650 \begin_layout Standard
33651 \begin_inset VSpace bigskip
33652 \end_inset
33653
33654 Wenn Sie die Verzierung 
33655 \family sans
33656 Einfacher rechteckiger Rahmen
33657 \family default
33658  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33659  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33660  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33661  sich ist: 
33662 \begin_inset Box Framed
33663 position "t"
33664 hor_pos "c"
33665 has_inner_box 0
33666 inner_pos "t"
33667 use_parbox 0
33668 use_makebox 0
33669 width "100col%"
33670 special "none"
33671 height "1in"
33672 height_special "totalheight"
33673 thickness "0.4pt"
33674 separation "3pt"
33675 shadowsize "4pt"
33676 framecolor "black"
33677 backgroundcolor "none"
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 Box erlaubt Seitenumbruch
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Section
33690 Box-Anpassung
33691 \begin_inset Index idx
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 Boxen ! Anpassung
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 \noindent
33705 Der Durchmesser der abgerundeten Ecken kann mit 
33706 \series bold
33707
33708 \backslash
33709 cornersize
33710 \series default
33711  gesetzt werden.
33712  Der \SpecialChar TeX
33713 -Code-Befehl
33714 \end_layout
33715
33716 \begin_layout Standard
33717
33718 \series bold
33719
33720 \backslash
33721 cornersize*{1cm}
33722 \end_layout
33723
33724 \begin_layout Standard
33725 setzt den Durchmesser auf 1
33726 \begin_inset space \thinspace{}
33727 \end_inset
33728
33729 cm.
33730  Der \SpecialChar TeX
33731 -Code-Befehl
33732 \end_layout
33733
33734 \begin_layout Standard
33735
33736 \series bold
33737
33738 \backslash
33739 cornersize{num}
33740 \end_layout
33741
33742 \begin_layout Standard
33743 setzt den Durchmesser auf 
33744 \family sans
33745 num
33746 \begin_inset space \thinspace{}
33747 \end_inset
33748
33749 ×
33750 \begin_inset space \thinspace{}
33751 \end_inset
33752
33753 Minimum(Breite der Box, Höhe der Box)
33754 \family default
33755 .
33756  Der Standardwert ist 
33757 \series bold
33758
33759 \backslash
33760 cornersize{0.5}
33761 \series default
33762 .
33763 \end_layout
33764
33765 \begin_layout Standard
33766 \begin_inset ERT
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770
33771
33772 \backslash
33773 cornersize*{1.5cm}
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \begin_inset Box Ovalbox
33780 position "c"
33781 hor_pos "c"
33782 has_inner_box 1
33783 inner_pos "c"
33784 use_parbox 0
33785 use_makebox 0
33786 width "30col%"
33787 special "none"
33788 height "1in"
33789 height_special "totalheight"
33790 thickness "0.4pt"
33791 separation "3pt"
33792 shadowsize "4pt"
33793 framecolor "black"
33794 backgroundcolor "none"
33795 status open
33796
33797 \begin_layout Plain Layout
33798 \align center
33799 Ovale Box, dicker Rand, mit 
33800 \series bold
33801
33802 \backslash
33803 cornersize
33804 \series default
33805
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 =
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813 1.5
33814 \begin_inset space \thinspace{}
33815 \end_inset
33816
33817 cm
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \begin_inset ERT
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827
33828
33829 \backslash
33830 cornersize{0.5}
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 \begin_inset VSpace bigskip
33840 \end_inset
33841
33842 Die Standard-Hintergrundfarbe rot von Boxen mit 
33843 \family sans
33844 schattiertem Hintergrund
33845 \family default
33846  kann entweder lokal mit dem Befehl 
33847 \series bold
33848
33849 \backslash
33850 definecolor{shadecolor}
33851 \series default
33852  oder global über das Menü 
33853 \family sans
33854 Werkzeuge\SpecialChar menuseparator
33855 Einstellungen\SpecialChar menuseparator
33856 Farben\SpecialChar menuseparator
33857 Schattierte
33858 \begin_inset space ~
33859 \end_inset
33860
33861 Box
33862 \family default
33863  geändert werden.
33864  Das Schema des 
33865 \series bold
33866
33867 \backslash
33868 definecolor
33869 \series default
33870  Befehls ist  in Abschnitt
33871 \begin_inset space ~
33872 \end_inset
33873
33874
33875 \begin_inset CommandInset ref
33876 LatexCommand ref
33877 reference "abs:Farbige-Tabellen"
33878
33879 \end_inset
33880
33881  erklärt.
33882 \begin_inset Foot
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886 Beachten Sie, dass 
33887 \series bold
33888
33889 \backslash
33890 definecolor
33891 \series default
33892  das \SpecialChar LaTeX
33893 -Paket 
33894 \series bold
33895 color
33896 \series default
33897  im \SpecialChar LaTeX
33898 -Vorspann benötigt, siehe Abschnitt
33899 \begin_inset space ~
33900 \end_inset
33901
33902
33903 \begin_inset CommandInset ref
33904 LatexCommand ref
33905 reference "abs:Farbige-Boxen"
33906
33907 \end_inset
33908
33909 .
33910 \end_layout
33911
33912 \end_inset
33913
33914  Für das nächste Beispiel wurden folgender \SpecialChar TeX
33915 -Code verwendet:
33916 \end_layout
33917
33918 \begin_layout Standard
33919
33920 \series bold
33921
33922 \backslash
33923 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33924 \end_layout
33925
33926 \begin_layout Standard
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932
33933 \backslash
33934 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset Box Shaded
33941 position "t"
33942 hor_pos "c"
33943 has_inner_box 0
33944 inner_pos "t"
33945 use_parbox 0
33946 use_makebox 0
33947 width "100col%"
33948 special "none"
33949 height "1in"
33950 height_special "totalheight"
33951 thickness "0.4pt"
33952 separation "3pt"
33953 shadowsize "4pt"
33954 framecolor "black"
33955 backgroundcolor "none"
33956 status open
33957
33958 \begin_layout Plain Layout
33959
33960 \color yellow
33961 Dies ist gelber Text in einer 
33962 \family sans
33963 schattierten Hintergrund
33964 \begin_inset space ~
33965 \end_inset
33966
33967
33968 \family default
33969 Box auf dunkelgrünem Hintergrund.
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \begin_inset ERT
33976 status collapsed
33977
33978 \begin_layout Plain Layout
33979
33980
33981 \backslash
33982 definecolor{shadecolor}{rgb}{1,0,0}
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 \begin_inset VSpace bigskip
33992 \end_inset
33993
33994 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
33995  der sie ändert.
33996 \end_layout
33997
33998 \begin_layout Section
33999 Minipage
34000 \begin_inset CommandInset label
34001 LatexCommand label
34002 name "abs:Minipage"
34003
34004 \end_inset
34005
34006
34007 \begin_inset Index idx
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011 Boxen ! Minipage
34012 \end_layout
34013
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \begin_layout Standard
34020 Minipages werden von \SpecialChar LaTeX
34021  wie Seiten auf einer Seite behandelt und können deshalb
34022  unter anderem eigene Fußnoten haben.
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34031  Ihre Breite ist 45 Spaltenbreite
34032 \begin_inset space ~
34033 \end_inset
34034
34035 %, und sie sind durch einen 
34036 \family sans
34037 HFill
34038 \family default
34039  getrennt (
34040 \family sans
34041 Einfügen\SpecialChar menuseparator
34042 Formatierung\SpecialChar menuseparator
34043 Horizontaler
34044 \begin_inset space \space{}
34045 \end_inset
34046
34047 Abstand\SpecialChar menuseparator
34048 Abstand\SpecialChar menuseparator
34049 Variabler
34050 \begin_inset space ~
34051 \end_inset
34052
34053 horiz.
34054 \begin_inset space ~
34055 \end_inset
34056
34057 Abstand
34058 \family default
34059 ).
34060 \begin_inset Newpage newpage
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \noindent
34068 \begin_inset Box Frameless
34069 position "t"
34070 hor_pos "c"
34071 has_inner_box 1
34072 inner_pos "c"
34073 use_parbox 0
34074 use_makebox 0
34075 width "45col%"
34076 special "none"
34077 height "1in"
34078 height_special "totalheight"
34079 thickness "0.4pt"
34080 separation "3pt"
34081 shadowsize "4pt"
34082 framecolor "black"
34083 backgroundcolor "none"
34084 status open
34085
34086 \begin_layout Plain Layout
34087 Dies ist ein deutscher Text.
34088  Dies ist ein deutscher Text.
34089  Dies ist ein deutscher Text.
34090  Dies ist ein deutscher Text.
34091  Dies ist ein deutscher Text.
34092  Dies ist ein deutscher Text.
34093  Dies ist ein deutscher Text.
34094  Dies ist ein deutscher Text.
34095  Dies ist ein deutscher Text.
34096  Dies ist ein deutscher Text.
34097  Dies ist ein deutscher Text.
34098  Dies ist ein deutscher Text.
34099  Dies ist ein deutscher Text
34100 \begin_inset Foot
34101 status open
34102
34103 \begin_layout Plain Layout
34104 Dies ist eine deutsche Fußnote.
34105 \end_layout
34106
34107 \end_inset
34108
34109 .
34110  Dies ist ein deutscher Text.
34111  Dies ist ein deutscher Text.
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset space \hfill{}
34118 \end_inset
34119
34120
34121 \begin_inset Box Frameless
34122 position "t"
34123 hor_pos "c"
34124 has_inner_box 1
34125 inner_pos "c"
34126 use_parbox 0
34127 use_makebox 0
34128 width "45col%"
34129 special "none"
34130 height "1in"
34131 height_special "totalheight"
34132 thickness "0.4pt"
34133 separation "3pt"
34134 shadowsize "4pt"
34135 framecolor "black"
34136 backgroundcolor "none"
34137 status open
34138
34139 \begin_layout Plain Layout
34140
34141 \lang english
34142 This is an English Text.
34143  This is an English Text.
34144  This is an English Text.
34145  This is an English Text.
34146  This is an English Text.
34147  This is an English Text.
34148  This is an English Text.
34149  This is an English Text.
34150  This is an English Text.
34151  This is an English Text.
34152  This is an English Text.
34153  This is an English Text.
34154  This is an English Text.
34155  This is an English Text.
34156  This is an English Text.
34157  This is an English Text.
34158 \begin_inset Foot
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163 \lang english
34164 This is an English footnote.
34165 \end_layout
34166
34167 \end_inset
34168
34169  This is an English Text.
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset VSpace bigskip
34179 \end_inset
34180
34181 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34182  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34183  Absätze nicht eingerückt werden, obwohl Sie das in 
34184 \family sans
34185 Dokument
34186 \family default
34187 \SpecialChar menuseparator
34188
34189 \family sans
34190 Einstellun\SpecialChar softhyphen
34191 gen\SpecialChar menuseparator
34192 Textformat
34193 \family default
34194  festgelegt haben.
34195  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34196  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34197 -Code 
34198 \series bold
34199
34200 \backslash
34201 hspace*{1em}
34202 \series default
34203 .
34204 \end_layout
34205
34206 \begin_layout Standard
34207 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34208  zu verpassen, siehe Abschnitt
34209 \begin_inset space ~
34210 \end_inset
34211
34212
34213 \begin_inset CommandInset ref
34214 LatexCommand ref
34215 reference "abs:Farbige-Boxen"
34216
34217 \end_inset
34218
34219 .
34220 \end_layout
34221
34222 \begin_layout Standard
34223 \begin_inset Note Greyedout
34224 status open
34225
34226 \begin_layout Plain Layout
34227
34228 \series bold
34229 Bemerkung:
34230 \series default
34231  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34232  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \begin_layout Section
34241 Parbox
34242 \begin_inset CommandInset label
34243 LatexCommand label
34244 name "abs:Parbox"
34245
34246 \end_inset
34247
34248
34249 \begin_inset Index idx
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253 Boxen ! Parbox
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Standard
34262 Parbox ist eine Abkürzung für 
34263 \begin_inset Quotes gld
34264 \end_inset
34265
34266 paragraph box
34267 \begin_inset Quotes grd
34268 \end_inset
34269
34270 , was Absatzbox bedeutet.
34271  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34272  in Parboxen nicht ausgegeben werden:
34273 \begin_inset Separator parbreak
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \align center
34281 \begin_inset Box Frameless
34282 position "t"
34283 hor_pos "c"
34284 has_inner_box 1
34285 inner_pos "t"
34286 use_parbox 1
34287 use_makebox 0
34288 width "33col%"
34289 special "none"
34290 height "1in"
34291 height_special "totalheight"
34292 thickness "0.4pt"
34293 separation "3pt"
34294 shadowsize "4pt"
34295 framecolor "black"
34296 backgroundcolor "none"
34297 status open
34298
34299 \begin_layout Plain Layout
34300 Dies ist Text in einer Parbox.
34301  Dies ist Text in einer Parbox.
34302 \end_layout
34303
34304 \begin_layout Plain Layout
34305 Diese Fußnote wird nicht gedruckt:
34306 \begin_inset Foot
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \begin_layout Section
34324 Boxen für Worte und Buchstaben
34325 \begin_inset Index idx
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329 Boxen ! für Buchstaben
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Subsection
34338 Silbentrennung unterbinden
34339 \begin_inset CommandInset label
34340 LatexCommand label
34341 name "abs:Silbentrennung-unterbinden"
34342
34343 \end_inset
34344
34345
34346 \begin_inset Index idx
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 Boxen ! zur Vermeidung von Silbentrennung
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359 Sie können den Boxtyp 
34360 \family sans
34361 Makebox
34362 \family default
34363  benutzen, um Silbentrennungen zu unterbinden.
34364 \begin_inset Newline newline
34365 \end_inset
34366
34367 Hier ist ein Beispiel: 
34368 \end_layout
34369
34370 \begin_layout Standard
34371 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34372 \begin_inset Quotes gld
34373 \end_inset
34374
34375 einsehrsehrsehrlangeswort
34376 \begin_inset Quotes grd
34377 \end_inset
34378
34379 .
34380 \end_layout
34381
34382 \begin_layout Standard
34383 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34384  Innere
34385 \begin_inset space ~
34386 \end_inset
34387
34388 Box auf Makebox und verwenden keine explizite Breite.
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Hier ist das Ergebnis:
34393 \end_layout
34394
34395 \begin_layout Standard
34396 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34397 \begin_inset Box Frameless
34398 position "t"
34399 hor_pos "c"
34400 has_inner_box 1
34401 inner_pos "t"
34402 use_parbox 0
34403 use_makebox 1
34404 width ""
34405 special "none"
34406 height "1in"
34407 height_special "totalheight"
34408 thickness "0.4pt"
34409 separation "3pt"
34410 shadowsize "4pt"
34411 framecolor "black"
34412 backgroundcolor "none"
34413 status open
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Quotes gld
34417 \end_inset
34418
34419 einsehrsehrsehrlangeswort
34420 \begin_inset Quotes grd
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \end_inset
34427
34428 .
34429 \end_layout
34430
34431 \begin_layout Standard
34432 Alternativ dazu kann man auch den Befehl 
34433 \begin_inset Quotes gld
34434 \end_inset
34435
34436
34437 \series bold
34438
34439 \backslash
34440 -
34441 \series default
34442
34443 \begin_inset Quotes grd
34444 \end_inset
34445
34446  als \SpecialChar TeX
34447 -Code direkt vor das Wort setzen:
34448 \end_layout
34449
34450 \begin_layout Standard
34451 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34452 \begin_inset Quotes gld
34453 \end_inset
34454
34455
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461
34462 \backslash
34463 -
34464 \end_layout
34465
34466 \end_inset
34467
34468 einsehrsehrsehrlangeswort
34469 \begin_inset Quotes grd
34470 \end_inset
34471
34472 .
34473 \end_layout
34474
34475 \begin_layout Standard
34476 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34477  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34478 \family sans
34479 Strg-Eingabe
34480 \family default
34481 ) einfügen: 
34482 \end_layout
34483
34484 \begin_layout Standard
34485 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34486 \begin_inset Newline newline
34487 \end_inset
34488
34489
34490 \begin_inset Box Frameless
34491 position "t"
34492 hor_pos "c"
34493 has_inner_box 1
34494 inner_pos "t"
34495 use_parbox 0
34496 use_makebox 1
34497 width ""
34498 special "none"
34499 height "1in"
34500 height_special "totalheight"
34501 thickness "0.4pt"
34502 separation "3pt"
34503 shadowsize "4pt"
34504 framecolor "black"
34505 backgroundcolor "none"
34506 status open
34507
34508 \begin_layout Plain Layout
34509 \begin_inset Quotes gld
34510 \end_inset
34511
34512 einsehrsehrsehrlangeswort
34513 \begin_inset Quotes grd
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \end_inset
34520
34521 .
34522 \end_layout
34523
34524 \begin_layout Subsection
34525 Vertikale Ausrichtung
34526 \begin_inset CommandInset label
34527 LatexCommand label
34528 name "uab:Vertikale-Ausrichtung"
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index idx
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Boxen ! für Vertikale Ausrichtung
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 Boxen ! raisebox
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556 Mit dem \SpecialChar LaTeX
34557 -Befehl 
34558 \series bold
34559
34560 \backslash
34561 raisebox
34562 \series default
34563  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34564 n Textes ausrichten.
34565  
34566 \series bold
34567
34568 \backslash
34569 raisebox
34570 \series default
34571  wird folgendermaßen benutzt:
34572 \end_layout
34573
34574 \begin_layout Standard
34575
34576 \series bold
34577
34578 \backslash
34579 raisebox{Verschiebung}[oben][unten]{Text}
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Positive Werte für Verschiebung
34584 \series bold
34585  
34586 \series default
34587 verschieben die Box nach oben, negative nach unten.
34588  Die beiden optionalen Parameter 
34589 \family typewriter
34590 oben
34591 \family default
34592  und 
34593 \family typewriter
34594 unten
34595 \family default
34596  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34597  hinausgeht, wenn sie nicht verschoben ist.
34598 \end_layout
34599
34600 \begin_layout Standard
34601 Um zum Beispiel das Wort 
34602 \begin_inset Quotes gld
34603 \end_inset
34604
34605 provokant
34606 \begin_inset Quotes grd
34607 \end_inset
34608
34609  mit seinem 
34610 \begin_inset Quotes gld
34611 \end_inset
34612
34613 niedrigsten
34614 \begin_inset Quotes grd
34615 \end_inset
34616
34617  Buchstaben 
34618 \begin_inset Quotes gld
34619 \end_inset
34620
34621 p
34622 \begin_inset Quotes grd
34623 \end_inset
34624
34625  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34626 -Code-Befehl
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 raisebox{
34635 \backslash
34636 depth}{
34637 \end_layout
34638
34639 \begin_layout Standard
34640 vor dem Wort einfügen und 
34641 \begin_inset Quotes gld
34642 \end_inset
34643
34644
34645 \series bold
34646 }
34647 \series default
34648
34649 \begin_inset Quotes grd
34650 \end_inset
34651
34652  als \SpecialChar TeX
34653 -Code dahinter:
34654 \end_layout
34655
34656 \begin_layout Standard
34657 Dies ist eine Zeile, in der das Wort 
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 raisebox{
34666 \backslash
34667 depth}{
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \begin_inset Quotes gld
34674 \end_inset
34675
34676 provokant
34677 \begin_inset Quotes grd
34678 \end_inset
34679
34680
34681 \begin_inset ERT
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686 }
34687 \end_layout
34688
34689 \end_inset
34690
34691  nach oben verschoben wurde.
34692 \end_layout
34693
34694 \begin_layout Standard
34695 \begin_inset VSpace bigskip
34696 \end_inset
34697
34698 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34699  gedehnt:
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Dies ist eine Zeile, in der das Wort 
34704 \begin_inset ERT
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708
34709
34710 \backslash
34711 raisebox{-
34712 \backslash
34713 depth}{
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \begin_inset Quotes gld
34720 \end_inset
34721
34722 provokant
34723 \begin_inset Quotes grd
34724 \end_inset
34725
34726
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732 }
34733 \end_layout
34734
34735 \end_inset
34736
34737  nach unten verschoben wurde.
34738 \end_layout
34739
34740 \begin_layout Standard
34741 Dies ist eine Zeile, in der das Wort 
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 raisebox{0.5cm}{
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \begin_inset Quotes gld
34756 \end_inset
34757
34758 testen
34759 \begin_inset Quotes grd
34760 \end_inset
34761
34762
34763 \begin_inset ERT
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767
34768 }
34769 \end_layout
34770
34771 \end_inset
34772
34773  um 0.5
34774 \begin_inset space \thinspace{}
34775 \end_inset
34776
34777 cm nach oben verschoben wurde.
34778 \end_layout
34779
34780 \begin_layout Standard
34781 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34782 \end_layout
34783
34784 \begin_layout Standard
34785
34786 \series bold
34787
34788 \backslash
34789 raisebox{-
34790 \backslash
34791 depth}[0pt]{
34792 \end_layout
34793
34794 \begin_layout Standard
34795 Dies ist eine Zeile, in der das Wort 
34796 \begin_inset ERT
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800
34801
34802 \backslash
34803 raisebox{-
34804 \backslash
34805 depth}[0pt]{
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \begin_inset Quotes gld
34812 \end_inset
34813
34814 provokant
34815 \begin_inset Quotes grd
34816 \end_inset
34817
34818
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824 }
34825 \end_layout
34826
34827 \end_inset
34828
34829  nach unten verschoben wurde.
34830 \begin_inset Newline newline
34831 \end_inset
34832
34833
34834 \begin_inset Newline newline
34835 \end_inset
34836
34837 Dies ist eine Zeile, in der das Wort 
34838 \begin_inset ERT
34839 status collapsed
34840
34841 \begin_layout Plain Layout
34842
34843
34844 \backslash
34845 raisebox{0.5cm}[0pt]{
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \begin_inset Quotes gld
34852 \end_inset
34853
34854 testen
34855 \begin_inset Quotes grd
34856 \end_inset
34857
34858
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864 }
34865 \end_layout
34866
34867 \end_inset
34868
34869  um 0.5
34870 \begin_inset space \thinspace{}
34871 \end_inset
34872
34873 cm nach oben verschoben wurde.
34874  Jetzt überschneiden sich die verschobenen Worte.
34875 \end_layout
34876
34877 \begin_layout Section
34878 Farbige Boxen
34879 \begin_inset CommandInset label
34880 LatexCommand label
34881 name "abs:Farbige-Boxen"
34882
34883 \end_inset
34884
34885
34886 \begin_inset Index idx
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890 Boxen ! farbige
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
34900  Box-Dialog aus.
34901  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
34902 \begin_inset Newline newline
34903 \end_inset
34904
34905
34906 \begin_inset Box Frameless
34907 position "t"
34908 hor_pos "c"
34909 has_inner_box 1
34910 inner_pos "t"
34911 use_parbox 0
34912 use_makebox 1
34913 width ""
34914 special "none"
34915 height "1in"
34916 height_special "totalheight"
34917 thickness "0.4pt"
34918 separation "3pt"
34919 shadowsize "4pt"
34920 framecolor "black"
34921 backgroundcolor "orange"
34922 status open
34923
34924 \begin_layout Plain Layout
34925 Box mit orangenem Hintergrund
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Standard
34934 Wenn Sie die Dekoration
34935 \family sans
34936  Einfacher
34937 \begin_inset space ~
34938 \end_inset
34939
34940 rechteckiger
34941 \begin_inset space ~
34942 \end_inset
34943
34944 Rahmen 
34945 \family default
34946 verwenden, können Sie eine Rahmenfarbe festlegen.
34947  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
34948  sie standardmäßig auf weiß).
34949  Hier ist ein Beispiel:
34950 \begin_inset Newline newline
34951 \end_inset
34952
34953
34954 \begin_inset Box Boxed
34955 position "t"
34956 hor_pos "c"
34957 has_inner_box 0
34958 inner_pos "t"
34959 use_parbox 0
34960 use_makebox 0
34961 width ""
34962 special "none"
34963 height "1in"
34964 height_special "totalheight"
34965 thickness "0.4pt"
34966 separation "3pt"
34967 shadowsize "4pt"
34968 framecolor "teal"
34969 backgroundcolor "yellow"
34970 status open
34971
34972 \begin_layout Plain Layout
34973 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset VSpace bigskip
34983 \end_inset
34984
34985 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
34986 \begin_inset Newline newline
34987 \end_inset
34988
34989
34990 \begin_inset Box Boxed
34991 position "t"
34992 hor_pos "c"
34993 has_inner_box 0
34994 inner_pos "t"
34995 use_parbox 0
34996 use_makebox 0
34997 width ""
34998 special "none"
34999 height "1in"
35000 height_special "totalheight"
35001 thickness "0.4pt"
35002 separation "3pt"
35003 shadowsize "4pt"
35004 framecolor "cyan"
35005 backgroundcolor "magenta"
35006 status open
35007
35008 \begin_layout Plain Layout
35009
35010 \color yellow
35011 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 \begin_inset VSpace bigskip
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Standard
35027 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35028  eigenen Farben definieren, wie in Abschnitt
35029 \begin_inset space ~
35030 \end_inset
35031
35032
35033 \begin_inset CommandInset ref
35034 LatexCommand ref
35035 reference "abs:Farbige-Tabellen"
35036
35037 \end_inset
35038
35039  beschrieben.
35040  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35041  gesetzt werden:
35042 \end_layout
35043
35044 \begin_layout Standard
35045 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35046 \series bold
35047
35048 \backslash
35049 colorbox
35050 \series default
35051  erzeugt.
35052  Er hat folgendes Schema:
35053 \end_layout
35054
35055 \begin_layout Standard
35056
35057 \series bold
35058
35059 \backslash
35060 colorbox{Farbe}{Boxinhalt}
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35065  Boxen sein.
35066  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35067  fügen sie den \SpecialChar TeX
35068 -Code-Befehl
35069 \end_layout
35070
35071 \begin_layout Standard
35072
35073 \series bold
35074
35075 \backslash
35076 colorbox{dunkelgruen}{
35077 \end_layout
35078
35079 \begin_layout Standard
35080 vor dem Wort ein.
35081  Hinter dem Wort fügen Sie 
35082 \series bold
35083
35084 \begin_inset Quotes gld
35085 \end_inset
35086
35087 }
35088 \series default
35089
35090 \begin_inset Quotes grd
35091 \end_inset
35092
35093  als \SpecialChar TeX
35094 -Code ein.
35095  Hier ist das Ergebnis:
35096 \end_layout
35097
35098 \begin_layout Standard
35099 In dieser Zeile hat 
35100 \begin_inset ERT
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104
35105
35106 \backslash
35107 colorbox{dunkelgruen}{
35108 \end_layout
35109
35110 \end_inset
35111
35112 Achtung!
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118 }
35119 \end_layout
35120
35121 \end_inset
35122
35123  einen dunkelgrünen Hintergrund.
35124 \end_layout
35125
35126 \begin_layout Standard
35127 Farbige Boxen mit Rahmen werden mit dem Befehl
35128 \series bold
35129  
35130 \backslash
35131 fcolorbox
35132 \series default
35133  erzeugt.
35134  Er hat folgendes Schema:
35135 \end_layout
35136
35137 \begin_layout Standard
35138
35139 \series bold
35140
35141 \backslash
35142 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35143 \end_layout
35144
35145 \begin_layout Section
35146 Rotierte und skalierte Boxen
35147 \end_layout
35148
35149 \begin_layout Standard
35150 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35151 \series bold
35152 graphicx
35153 \series default
35154
35155 \begin_inset Index idx
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159 \SpecialChar LaTeX
35160 -Pakete ! graphicx
35161 \end_layout
35162
35163 \end_inset
35164
35165  im \SpecialChar LaTeX
35166 -Vorspann mit folgendem Befehl geladen werden:
35167 \end_layout
35168
35169 \begin_layout Standard
35170
35171 \series bold
35172
35173 \backslash
35174 @ifundefined{rotatebox}
35175 \begin_inset Newline newline
35176 \end_inset
35177
35178
35179 \begin_inset Phantom HPhantom
35180 status open
35181
35182 \begin_layout Plain Layout
35183
35184 \series bold
35185 \begin_inset space ~
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \end_inset
35192
35193 {
35194 \backslash
35195 usepackage{graphicx}}{}
35196 \end_layout
35197
35198 \begin_layout Standard
35199 \begin_inset Note Greyedout
35200 status open
35201
35202 \begin_layout Plain Layout
35203
35204 \series bold
35205 Achtung:
35206 \series default
35207  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \begin_inset Note Greyedout
35217 status open
35218
35219 \begin_layout Plain Layout
35220
35221 \series bold
35222 Achtung:
35223 \series default
35224  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35225 \end_layout
35226
35227 \end_inset
35228
35229
35230 \end_layout
35231
35232 \begin_layout Subsection
35233 Rotierte Boxen
35234 \begin_inset Index idx
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238 Boxen ! rotierte
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Rotiertes Material
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 Um Text zu drehen, verwendet man den Befehl 
35258 \series bold
35259
35260 \backslash
35261 rotatebox
35262 \series default
35263  im \SpecialChar TeX
35264 -Code nach folgendem Schema:
35265 \end_layout
35266
35267 \begin_layout Standard
35268
35269 \series bold
35270
35271 \backslash
35272 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35273 \end_layout
35274
35275 \begin_layout Standard
35276 Der Drehpunkt wird mit 
35277 \series bold
35278 origin=Position
35279 \series default
35280  angegeben.
35281  Folgende Positionen sind möglich: 
35282 \emph on
35283 c
35284 \emph default
35285  (mittig), 
35286 \emph on
35287 l
35288 \emph default
35289  (links), 
35290 \emph on
35291 r
35292 \emph default
35293  (rechts), 
35294 \emph on
35295 b
35296 \emph default
35297  (unten), 
35298 \emph on
35299 t
35300 \emph default
35301  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35302  Z.
35303 \begin_inset space \thinspace{}
35304 \end_inset
35305
35306 B.
35307  bedeutet 
35308 \emph on
35309 lt
35310 \emph default
35311 , dass sich der Drehpunkt links oben befindet.
35312  Wird kein Drehpunkt angegeben, wird die Position 
35313 \emph on
35314 l
35315 \emph default
35316  verwendet.
35317  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35318  Gedreht wird gegen den Uhrzeigersinn.
35319 \end_layout
35320
35321 \begin_layout Standard
35322 Im folgenden Beispiel wurde vor dem Text der Befehl 
35323 \series bold
35324
35325 \backslash
35326 rotatebox[origin=c]{60}{
35327 \series default
35328  im \SpecialChar TeX
35329 -Modus eingegeben.
35330  Nach dem Text wurde die schließende Klammer 
35331 \series bold
35332 }
35333 \series default
35334  wiederum im \SpecialChar TeX
35335 -Modus eingegeben.
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Dies ist eine Zeile 
35340 \begin_inset ERT
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344
35345
35346 \backslash
35347 rotatebox[origin=c]{60}{
35348 \end_layout
35349
35350 \end_inset
35351
35352 mit rotiertem
35353 \begin_inset ERT
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357
35358 }
35359 \end_layout
35360
35361 \end_inset
35362
35363  Text.
35364 \end_layout
35365
35366 \begin_layout Standard
35367 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35368 \end_layout
35369
35370 \begin_layout Standard
35371 Dies ist eine Zeile 
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 rotatebox[origin=r]{-60}{
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \begin_inset Box Doublebox
35386 position "c"
35387 hor_pos "c"
35388 has_inner_box 0
35389 inner_pos "c"
35390 use_parbox 0
35391 use_makebox 0
35392 width "1in"
35393 special "width"
35394 height "1in"
35395 height_special "totalheight"
35396 thickness "0.4pt"
35397 separation "3pt"
35398 shadowsize "4pt"
35399 framecolor "black"
35400 backgroundcolor "none"
35401 status collapsed
35402
35403 \begin_layout Plain Layout
35404 mit rotiertem
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415 }
35416 \end_layout
35417
35418 \end_inset
35419
35420  umrandeten Text 
35421 \begin_inset ERT
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425
35426
35427 \backslash
35428 rotatebox[origin=lb]{60}{
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35435 \end_inset
35436
35437
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443 }
35444 \end_layout
35445
35446 \end_inset
35447
35448  und einer Formel.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 Oder ein Bild oder Tabelle:
35453 \end_layout
35454
35455 \begin_layout Standard
35456 Dies ist eine Zeile 
35457 \begin_inset ERT
35458 status collapsed
35459
35460 \begin_layout Plain Layout
35461
35462
35463 \backslash
35464 rotatebox[origin=lb]{90}{
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \begin_inset Graphics
35471         filename ../clipart/platypus.eps
35472         lyxscale 50
35473         width 25col%
35474
35475 \end_inset
35476
35477
35478 \begin_inset ERT
35479 status collapsed
35480
35481 \begin_layout Plain Layout
35482
35483 }
35484 \end_layout
35485
35486 \end_inset
35487
35488  mit einem rotierten Bild 
35489 \begin_inset ERT
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493
35494
35495 \backslash
35496 rotatebox[origin=l]{-90}{
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \begin_inset Tabular
35503 <lyxtabular version="3" rows="2" columns="2">
35504 <features tabularvalignment="middle">
35505 <column alignment="center" valignment="top">
35506 <column alignment="center" valignment="top">
35507 <row>
35508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35509 \begin_inset Text
35510
35511 \begin_layout Plain Layout
35512 q
35513 \end_layout
35514
35515 \end_inset
35516 </cell>
35517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 w
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 </row>
35527 <row>
35528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35529 \begin_inset Text
35530
35531 \begin_layout Plain Layout
35532 e
35533 \end_layout
35534
35535 \end_inset
35536 </cell>
35537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35538 \begin_inset Text
35539
35540 \begin_layout Plain Layout
35541 r
35542 \end_layout
35543
35544 \end_inset
35545 </cell>
35546 </row>
35547 </lyxtabular>
35548
35549 \end_inset
35550
35551
35552 \begin_inset ERT
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556
35557 }
35558 \end_layout
35559
35560 \end_inset
35561
35562  und Tabelle.
35563 \begin_inset Index idx
35564 status collapsed
35565
35566 \begin_layout Plain Layout
35567 Abbildungen ! rotierte
35568 \end_layout
35569
35570 \end_inset
35571
35572
35573 \begin_inset Index idx
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577 Tabellen ! rotierte
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Subsection
35586 Skalierte Boxen
35587 \begin_inset Index idx
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591 Boxen ! skalierte
35592 \end_layout
35593
35594 \end_inset
35595
35596
35597 \begin_inset Index idx
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601 Skaliertes Material
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Standard
35610 Um Text zu skalieren, kann man die Befehle 
35611 \series bold
35612
35613 \backslash
35614 scalebox
35615 \series default
35616  und 
35617 \series bold
35618
35619 \backslash
35620 resizebox
35621 \series default
35622  im \SpecialChar TeX
35623 -Modus verwenden.
35624 \end_layout
35625
35626 \begin_layout Standard
35627
35628 \series bold
35629
35630 \backslash
35631 scalebox
35632 \series default
35633  wird nach folgendem Schema verwendet:
35634 \end_layout
35635
35636 \begin_layout Standard
35637
35638 \series bold
35639
35640 \backslash
35641 scalebox{horizontal}[vertikal]{Boxinhalt}
35642 \end_layout
35643
35644 \begin_layout Standard
35645 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35646  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35647  verwendet.
35648 \end_layout
35649
35650 \begin_layout Standard
35651 Z.
35652 \begin_inset space \thinspace{}
35653 \end_inset
35654
35655 B.
35656  ergibt der Befehl 
35657 \series bold
35658
35659 \backslash
35660 scalebox{2}{Hallo}
35661 \series default
35662  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35663 \begin_inset ERT
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667
35668
35669 \backslash
35670 scalebox{2}{
35671 \end_layout
35672
35673 \end_inset
35674
35675 Hallo
35676 \begin_inset ERT
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680
35681 }
35682 \end_layout
35683
35684 \end_inset
35685
35686 .
35687 \end_layout
35688
35689 \begin_layout Standard
35690
35691 \series bold
35692
35693 \backslash
35694 scalebox{2}[1]{Hallo}
35695 \series default
35696  verzerrt hingegen das 
35697 \begin_inset ERT
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701
35702
35703 \backslash
35704 scalebox{2}[1]{
35705 \end_layout
35706
35707 \end_inset
35708
35709 Hallo
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715 }
35716 \end_layout
35717
35718 \end_inset
35719
35720 .
35721 \end_layout
35722
35723 \begin_layout Standard
35724 Die Skalierungsfaktoren dürfen auch negativ sein.
35725  In diesem Fall wird der Boxinhalt gespiegelt.
35726 \end_layout
35727
35728 \begin_layout Standard
35729 Daher lässt sich mit dem Befehl 
35730 \series bold
35731
35732 \backslash
35733 scalebox{-1}[1]{Hallo}
35734 \series default
35735  Spiegelschrift erstellen: 
35736 \begin_inset ERT
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740
35741
35742 \backslash
35743 scalebox{-1}[1]{
35744 \end_layout
35745
35746 \end_inset
35747
35748 Hallo
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754 }
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Standard
35763
35764 \series bold
35765
35766 \backslash
35767 scalebox{1}[-1]{Hallo}
35768 \series default
35769  spiegelt das 
35770 \begin_inset ERT
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774
35775
35776 \backslash
35777 scalebox{1}[-1]{
35778 \end_layout
35779
35780 \end_inset
35781
35782 Hallo
35783 \begin_inset ERT
35784 status collapsed
35785
35786 \begin_layout Plain Layout
35787
35788 }
35789 \end_layout
35790
35791 \end_inset
35792
35793  an der Grundlinie.
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Zu 
35798 \series bold
35799
35800 \backslash
35801 scalebox{-1}[1]{Boxinhalt}
35802 \series default
35803  gibt es den äquivalenten Befehl
35804 \begin_inset Newline newline
35805 \end_inset
35806
35807
35808 \series bold
35809
35810 \backslash
35811 reflectbox{Boxinhalt}
35812 \series default
35813 .
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset VSpace bigskip
35818 \end_inset
35819
35820
35821 \series bold
35822
35823 \backslash
35824 resizebox
35825 \series default
35826  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35827  skalieren.
35828  Das Befehlsschema ist folgendes:
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \series bold
35834
35835 \backslash
35836 resizebox{Breite}{Höhe}{Boxinhalt}
35837 \end_layout
35838
35839 \begin_layout Standard
35840 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35841 \series bold
35842 !
35843 \series default
35844  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35845  wird.
35846 \end_layout
35847
35848 \begin_layout Standard
35849 Der Befehl 
35850 \series bold
35851
35852 \backslash
35853 resizebox{2cm}{1cm}{Hallo}
35854 \series default
35855  ergibt: 
35856 \begin_inset ERT
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860
35861
35862 \backslash
35863 resizebox{2cm}{1cm}{
35864 \end_layout
35865
35866 \end_inset
35867
35868 Hallo
35869 \begin_inset ERT
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874 }
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \begin_inset Newline newline
35881 \end_inset
35882
35883 Der Befehl 
35884 \series bold
35885
35886 \backslash
35887 resizebox{2cm}{!}{Hallo}
35888 \series default
35889  ergibt: 
35890 \begin_inset ERT
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894
35895
35896 \backslash
35897 resizebox{2cm}{!}{
35898 \end_layout
35899
35900 \end_inset
35901
35902 Hallo
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908 }
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \begin_inset VSpace bigskip
35918 \end_inset
35919
35920
35921 \begin_inset Note Greyedout
35922 status open
35923
35924 \begin_layout Plain Layout
35925
35926 \series bold
35927 Bemerkung:
35928 \series default
35929  Wurde in Argumenten von 
35930 \series bold
35931
35932 \backslash
35933 scalebox
35934 \series default
35935  oder 
35936 \series bold
35937
35938 \backslash
35939 resizebox
35940 \series default
35941  eine Null angegeben, entstehen beim Exportieren zwar keine \SpecialChar LaTeX
35942 -Fehler, die
35943  erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt werden.
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 \begin_inset VSpace bigskip
35953 \end_inset
35954
35955
35956 \end_layout
35957
35958 \begin_layout Standard
35959 Alle Boxen können beliebig miteinander kombiniert werden.
35960  So ergibt z.
35961 \begin_inset space \thinspace{}
35962 \end_inset
35963
35964 B.
35965  der Befehl
35966 \begin_inset Newline newline
35967 \end_inset
35968
35969
35970 \series bold
35971
35972 \backslash
35973 rotatebox[origin=c]{-45}{
35974 \backslash
35975 resizebox{2cm}{!}{
35976 \backslash
35977 reflectbox{Hallo}}}
35978 \series default
35979 :
35980 \begin_inset Separator parbreak
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \begin_layout Standard
35987 \align center
35988 \begin_inset ERT
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993
35994 \backslash
35995 rotatebox[origin=c]{-45}{
35996 \backslash
35997 resizebox{2cm}{!}{
35998 \backslash
35999 reflectbox{
36000 \end_layout
36001
36002 \end_inset
36003
36004 Hallo
36005 \begin_inset ERT
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009
36010 }}}
36011 \end_layout
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \noindent
36020 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36021 \begin_inset Separator parbreak
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \align center
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 rotatebox[origin=c]{-30}{
36037 \backslash
36038 resizebox{2cm}{!}{
36039 \backslash
36040 reflectbox{
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \begin_inset Graphics
36047         filename ../clipart/platypus.eps
36048         lyxscale 50
36049         width 25col%
36050
36051 \end_inset
36052
36053
36054 \begin_inset ERT
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058
36059 }}}
36060 \end_layout
36061
36062 \end_inset
36063
36064
36065 \begin_inset ERT
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069
36070
36071 \backslash
36072 rotatebox[origin=c]{-45}{
36073 \backslash
36074 resizebox{2cm}{!}{
36075 \backslash
36076 reflectbox{
36077 \end_layout
36078
36079 \end_inset
36080
36081
36082 \begin_inset Tabular
36083 <lyxtabular version="3" rows="2" columns="2">
36084 <features tabularvalignment="middle">
36085 <column alignment="center" valignment="top">
36086 <column alignment="center" valignment="top">
36087 <row>
36088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092 q
36093 \end_layout
36094
36095 \end_inset
36096 </cell>
36097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36098 \begin_inset Text
36099
36100 \begin_layout Plain Layout
36101 w
36102 \end_layout
36103
36104 \end_inset
36105 </cell>
36106 </row>
36107 <row>
36108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112 e
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121 r
36122 \end_layout
36123
36124 \end_inset
36125 </cell>
36126 </row>
36127 </lyxtabular>
36128
36129 \end_inset
36130
36131
36132 \begin_inset ERT
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136
36137 }}}
36138 \end_layout
36139
36140 \end_inset
36141
36142
36143 \begin_inset ERT
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147
36148
36149 \backslash
36150 rotatebox[origin=c]{-45}{
36151 \backslash
36152 resizebox{2cm}{!}{
36153 \backslash
36154 reflectbox{
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36161 \end_inset
36162
36163
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169 }}}
36170 \end_layout
36171
36172 \end_inset
36173
36174
36175 \begin_inset Index idx
36176 status collapsed
36177
36178 \begin_layout Plain Layout
36179 Abbildungen ! skalierte
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Tabellen ! skalierte
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Standard
36198 Hat man den globalen Formelstil 
36199 \series bold
36200 fleqn
36201 \series default
36202
36203 \begin_inset Foot
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207 Wenn 
36208 \begin_inset Quotes gld
36209 \end_inset
36210
36211 fleqn
36212 \begin_inset Quotes grd
36213 \end_inset
36214
36215  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36216 \end_layout
36217
36218 \end_inset
36219
36220  gewählt, kann man auch abgesetzte Formeln skalieren.
36221 \end_layout
36222
36223 \begin_layout Chapter
36224 Umflossene Objekte
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 Umflossene Objekte
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Section
36238 Umflossene Gleitobjekte
36239 \begin_inset CommandInset label
36240 LatexCommand label
36241 name "abs:Umflossene-Gleitobjekte"
36242
36243 \end_inset
36244
36245
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Gleitobjekte ! umflossene
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \begin_inset Index idx
36257 status collapsed
36258
36259 \begin_layout Plain Layout
36260 Umflossene Objekte ! Gleitobjekte
36261 \end_layout
36262
36263 \end_inset
36264
36265
36266 \end_layout
36267
36268 \begin_layout Standard
36269 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36270  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36271  den die Abbildung bzw.
36272 \begin_inset space ~
36273 \end_inset
36274
36275 Tabelle übrig lässt.
36276  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36277  Sie werden über das Menü
36278 \family sans
36279  Einfügen\SpecialChar menuseparator
36280 Gleitobjekt\SpecialChar menuseparator
36281 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36282 objekt
36283 \family default
36284  eingefügt, wenn das \SpecialChar LaTeX
36285 -Paket 
36286 \series bold
36287 wrapfig
36288 \series default
36289
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 \SpecialChar LaTeX
36295 -Pakete ! wrapfig
36296 \end_layout
36297
36298 \end_inset
36299
36300  installiert ist.
36301 \begin_inset Foot
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305 Wie man ein \SpecialChar LaTeX
36306 -Paket installiert, wird im Handbuch 
36307 \emph on
36308 \SpecialChar LaTeX
36309 -Konfiguration
36310 \emph default
36311  beschrieben.
36312 \end_layout
36313
36314 \end_inset
36315
36316  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36317  Box des Gleitobjekts geändert werden.
36318  
36319 \begin_inset Wrap figure
36320 lines 0
36321 placement l
36322 overhang 1cm
36323 width "40col%"
36324 status open
36325
36326 \begin_layout Plain Layout
36327 \begin_inset Graphics
36328         filename ../clipart/mobius.eps
36329         width 40col%
36330         scaleBeforeRotation
36331         rotateOrigin center
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \begin_layout Plain Layout
36339 \begin_inset Caption Standard
36340
36341 \begin_layout Plain Layout
36342 \begin_inset CommandInset label
36343 LatexCommand label
36344 name "abb:Dies-ist-eine"
36345
36346 \end_inset
36347
36348 Dies ist eine umflossene Gleitobjekt-Abbildung
36349 \end_layout
36350
36351 \end_inset
36352
36353
36354 \end_layout
36355
36356 \end_inset
36357
36358  Obligatorische Einstellungen sind die 
36359 \family sans
36360 Breite
36361 \family default
36362  und 
36363 \family sans
36364 Platzierung
36365 \family default
36366  des Gleitobjekts.
36367  Optional sind der 
36368 \family sans
36369 Überhang 
36370 \family default
36371 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36372 \begin_inset space \thinspace{}
36373 \end_inset
36374
36375 /
36376 \begin_inset space \thinspace{}
36377 \end_inset
36378
36379 der Seite ragt und die 
36380 \family sans
36381 benötigten Zeilen
36382 \family default
36383 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36384  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36385  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36386  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36387  erlaubt sein soll, das Gleitobjekt
36388  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36389  Abbildung
36390 \begin_inset space ~
36391 \end_inset
36392
36393
36394 \begin_inset CommandInset ref
36395 LatexCommand ref
36396 reference "abb:Dies-ist-eine"
36397
36398 \end_inset
36399
36400  ist zum Beispiel ein umflossenes Bild, das 40
36401 \begin_inset space \thinspace{}
36402 \end_inset
36403
36404 % der Spaltenbreite einnimmt, 1
36405 \begin_inset space \thinspace{}
36406 \end_inset
36407
36408 cm in den Rand ragt und links gesetzt wurde.
36409 \end_layout
36410
36411 \begin_layout Standard
36412 \begin_inset Note Greyedout
36413 status open
36414
36415 \begin_layout Plain Layout
36416
36417 \series bold
36418 Bemerkung:
36419 \series default
36420  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36421 \begin_inset space \thinspace{}
36422 \end_inset
36423
36424 B.
36425  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36426  oder über anderen Text gedruckt wird.
36427 \end_layout
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \begin_layout Standard
36435 Allgemein gilt für umflossene Gleitobjekte:
36436 \end_layout
36437
36438 \begin_layout Itemize
36439 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36440  fortgesetzt werden.
36441  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36442  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36443 \end_layout
36444
36445 \begin_layout Itemize
36446 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36447  werden oder darin.
36448 \end_layout
36449
36450 \begin_layout Itemize
36451 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36452  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36453 \end_layout
36454
36455 \begin_layout Itemize
36456 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36457 \end_layout
36458
36459 \begin_layout Itemize
36460 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36461 \begin_inset space \thinspace{}
36462 \end_inset
36463
36464
36465 \begin_inset CommandInset ref
36466 LatexCommand ref
36467 reference "kap:Gleitobjekte"
36468
36469 \end_inset
36470
36471  beschrieben.
36472 \end_layout
36473
36474 \begin_layout Section
36475 Umflossene Fixe Objekte
36476 \begin_inset Index idx
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480 Umflossene Objekte ! Fixe Objekte
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Standard
36489 Die in Abschnitt
36490 \begin_inset space ~
36491 \end_inset
36492
36493
36494 \begin_inset CommandInset ref
36495 LatexCommand ref
36496 reference "abs:Umflossene-Gleitobjekte"
36497
36498 \end_inset
36499
36500  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36501 \begin_inset Separator parbreak
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \begin_layout Standard
36508 \noindent
36509 \align center
36510 \begin_inset Tabular
36511 <lyxtabular version="3" rows="2" columns="2">
36512 <features tabularvalignment="middle">
36513 <column alignment="center" valignment="top">
36514 <column alignment="center" valignment="top">
36515 <row>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520 \begin_inset Graphics
36521         filename ../../images/dialog-show-new-inset_graphics.png
36522         scale 70
36523         scaleBeforeRotation
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \end_inset
36531 </cell>
36532 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36533 \begin_inset Text
36534
36535 \begin_layout Plain Layout
36536 Text
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 <row>
36543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547 Text
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556 Text
36557 \end_layout
36558
36559 \end_inset
36560 </cell>
36561 </row>
36562 </lyxtabular>
36563
36564 \end_inset
36565
36566  oder 
36567 \begin_inset Tabular
36568 <lyxtabular version="3" rows="2" columns="2">
36569 <features tabularvalignment="middle">
36570 <column alignment="center" valignment="top">
36571 <column alignment="center" valignment="top">
36572 <row>
36573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36574 \begin_inset Text
36575
36576 \begin_layout Plain Layout
36577 Text
36578 \end_layout
36579
36580 \end_inset
36581 </cell>
36582 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586 \begin_inset Graphics
36587         filename ../../images/dialog-show-new-inset_graphics.png
36588         scale 70
36589         scaleBeforeRotation
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \end_inset
36597 </cell>
36598 </row>
36599 <row>
36600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604 Text
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613 Text
36614 \end_layout
36615
36616 \end_inset
36617 </cell>
36618 </row>
36619 </lyxtabular>
36620
36621 \end_inset
36622
36623
36624 \end_layout
36625
36626 \begin_layout Standard
36627 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36628  wurde, um z.
36629 \begin_inset space \thinspace{}
36630 \end_inset
36631
36632 B.
36633  solche Positionen zu erhalten:
36634 \begin_inset VSpace defskip
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \begin_layout Standard
36641 \noindent
36642 \align center
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="2" columns="2">
36645 <features tabularvalignment="middle">
36646 <column alignment="center" valignment="top">
36647 <column alignment="center" valignment="top">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 Text
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 Text
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673 \begin_inset Graphics
36674         filename ../../images/dialog-show-new-inset_graphics.png
36675         scale 70
36676         scaleBeforeRotation
36677
36678 \end_inset
36679
36680
36681 \end_layout
36682
36683 \end_inset
36684 </cell>
36685 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36686 \begin_inset Text
36687
36688 \begin_layout Plain Layout
36689 Text
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 </row>
36695 </lyxtabular>
36696
36697 \end_inset
36698
36699  
36700 \begin_inset Tabular
36701 <lyxtabular version="3" rows="2" columns="2">
36702 <features tabularvalignment="middle">
36703 <column alignment="center" valignment="top">
36704 <column alignment="center" valignment="top">
36705 <row>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710 Text
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719 Text
36720 \end_layout
36721
36722 \end_inset
36723 </cell>
36724 </row>
36725 <row>
36726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730 Text
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739 \begin_inset Graphics
36740         filename ../../images/dialog-show-new-inset_graphics.png
36741         scale 70
36742         scaleBeforeRotation
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 </row>
36752 </lyxtabular>
36753
36754 \end_inset
36755
36756  
36757 \begin_inset Tabular
36758 <lyxtabular version="3" rows="2" columns="3">
36759 <features tabularvalignment="middle">
36760 <column alignment="center" valignment="top">
36761 <column alignment="center" valignment="top">
36762 <column alignment="center" valignment="top">
36763 <row>
36764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 Text
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 <cell alignment="center" valignment="top" topline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 \begin_inset Graphics
36778         filename ../../images/dialog-show-new-inset_graphics.png
36779         scale 70
36780         scaleBeforeRotation
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793 Text
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 </row>
36799 <row>
36800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36801 \begin_inset Text
36802
36803 \begin_layout Plain Layout
36804 Text
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813 Text
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36819 \begin_inset Text
36820
36821 \begin_layout Plain Layout
36822 Text
36823 \end_layout
36824
36825 \end_inset
36826 </cell>
36827 </row>
36828 </lyxtabular>
36829
36830 \end_inset
36831
36832  
36833 \begin_inset Tabular
36834 <lyxtabular version="3" rows="2" columns="3">
36835 <features tabularvalignment="middle">
36836 <column alignment="center" valignment="top">
36837 <column alignment="center" valignment="top">
36838 <column alignment="center" valignment="top">
36839 <row>
36840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 Text
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 <cell alignment="center" valignment="top" topline="true" usebox="none">
36850 \begin_inset Text
36851
36852 \begin_layout Plain Layout
36853 Text
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 Text
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 </row>
36868 <row>
36869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 Text
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 \begin_inset Graphics
36883         filename ../../images/dialog-show-new-inset_graphics.png
36884         scale 70
36885         scaleBeforeRotation
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898 Text
36899 \end_layout
36900
36901 \end_inset
36902 </cell>
36903 </row>
36904 </lyxtabular>
36905
36906 \end_inset
36907
36908
36909 \end_layout
36910
36911 \begin_layout Standard
36912 \noindent
36913 \align center
36914 \begin_inset Tabular
36915 <lyxtabular version="3" rows="3" columns="2">
36916 <features tabularvalignment="middle">
36917 <column alignment="center" valignment="top">
36918 <column alignment="center" valignment="top">
36919 <row>
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 Text
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933 Text
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 \begin_inset Graphics
36945         filename ../../images/dialog-show-new-inset_graphics.png
36946         scale 70
36947         scaleBeforeRotation
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 Text
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 </row>
36966 <row>
36967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971 Text
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Plain Layout
36980 Text
36981 \end_layout
36982
36983 \end_inset
36984 </cell>
36985 </row>
36986 </lyxtabular>
36987
36988 \end_inset
36989
36990  
36991 \begin_inset Tabular
36992 <lyxtabular version="3" rows="3" columns="3">
36993 <features tabularvalignment="middle">
36994 <column alignment="center" valignment="top">
36995 <column alignment="center" valignment="top">
36996 <column alignment="center" valignment="top">
36997 <row>
36998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002 Text
37003 \end_layout
37004
37005 \end_inset
37006 </cell>
37007 <cell alignment="center" valignment="top" topline="true" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Plain Layout
37011 Text
37012 \end_layout
37013
37014 \end_inset
37015 </cell>
37016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020 Text
37021 \end_layout
37022
37023 \end_inset
37024 </cell>
37025 </row>
37026 <row>
37027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031 Text
37032 \end_layout
37033
37034 \end_inset
37035 </cell>
37036 <cell alignment="center" valignment="top" usebox="none">
37037 \begin_inset Text
37038
37039 \begin_layout Plain Layout
37040 \begin_inset Graphics
37041         filename ../../images/dialog-show-new-inset_graphics.png
37042         scale 70
37043         scaleBeforeRotation
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 Text
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 </row>
37062 <row>
37063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 Text
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 Text
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 Text
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 </row>
37091 </lyxtabular>
37092
37093 \end_inset
37094
37095  
37096 \begin_inset Tabular
37097 <lyxtabular version="3" rows="3" columns="2">
37098 <features tabularvalignment="middle">
37099 <column alignment="center" valignment="top">
37100 <column alignment="center" valignment="top">
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 Text
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37112 \begin_inset Text
37113
37114 \begin_layout Plain Layout
37115 Text
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 </row>
37121 <row>
37122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126 Text
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 \begin_inset Graphics
37136         filename ../../images/dialog-show-new-inset_graphics.png
37137         scale 70
37138         scaleBeforeRotation
37139
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 </row>
37148 <row>
37149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 Text
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162 Text
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 </lyxtabular>
37169
37170 \end_inset
37171
37172
37173 \end_layout
37174
37175 \begin_layout Standard
37176 \noindent
37177 kann man das \SpecialChar LaTeX
37178 -Paket 
37179 \series bold
37180 picinpar
37181 \series default
37182
37183 \begin_inset Index idx
37184 status collapsed
37185
37186 \begin_layout Plain Layout
37187 \SpecialChar LaTeX
37188 -Pakete ! picinpar
37189 \end_layout
37190
37191 \end_inset
37192
37193  benutzen.
37194  Hier ist ein Beispiel:
37195 \end_layout
37196
37197 \begin_layout Standard
37198 \begin_inset ERT
37199 status collapsed
37200
37201 \begin_layout Plain Layout
37202
37203
37204 \backslash
37205 ifpicinpar
37206 \end_layout
37207
37208 \end_inset
37209
37210
37211 \begin_inset Note Note
37212 status open
37213
37214 \begin_layout Plain Layout
37215 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37216 -Paket 
37217 \series bold
37218 picinpar
37219 \series default
37220  installiert ist.
37221 \end_layout
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \begin_layout Standard
37229 \begin_inset ERT
37230 status collapsed
37231
37232 \begin_layout Plain Layout
37233
37234
37235 \backslash
37236 begin{window}[2,c,{
37237 \end_layout
37238
37239 \end_inset
37240
37241
37242 \begin_inset Graphics
37243         filename ../clipart/mobius.eps
37244         lyxscale 60
37245         width 40col%
37246         scaleBeforeRotation
37247         rotateOrigin center
37248
37249 \end_inset
37250
37251
37252 \begin_inset ERT
37253 status collapsed
37254
37255 \begin_layout Plain Layout
37256
37257 },]
37258 \end_layout
37259
37260 \begin_layout Plain Layout
37261
37262 {}
37263 \end_layout
37264
37265 \end_inset
37266
37267
37268 \size small
37269 \lang english
37270 It was in the spring of the year 1894 that all London was interested, and
37271  the fashionable world dismayed, by the murder of the Honourable Ronald
37272  Adair under most unusual and inexplicable circumstances.
37273  The public has already learned those particulars of the crime which
37274 \size default
37275
37276 \begin_inset ERT
37277 status collapsed
37278
37279 \begin_layout Plain Layout
37280
37281
37282 \backslash
37283 footnotemark{}
37284 \end_layout
37285
37286 \end_inset
37287
37288
37289 \size small
37290  came out in the police investigation, but a good deal was suppressed upon
37291  that occasion, since the case for the prosecution was so overwhelmingly
37292  strong that it was not necessary to bring forward all the facts.
37293  Only now, at the end of nearly ten years, am I allowed to supply those
37294  missing links which make up the whole of that remarkable chain.
37295 \size default
37296 \lang ngerman
37297
37298 \begin_inset ERT
37299 status collapsed
37300
37301 \begin_layout Plain Layout
37302
37303
37304 \backslash
37305 end{window}
37306 \end_layout
37307
37308 \end_inset
37309
37310
37311 \end_layout
37312
37313 \begin_layout Standard
37314 \begin_inset ERT
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318
37319
37320 \backslash
37321 footnotetext{
37322 \end_layout
37323
37324 \end_inset
37325
37326 Fußnote des Absatzes mit fixem Objekt.
37327 \begin_inset ERT
37328 status collapsed
37329
37330 \begin_layout Plain Layout
37331
37332 }
37333 \end_layout
37334
37335 \end_inset
37336
37337
37338 \end_layout
37339
37340 \begin_layout Standard
37341 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37342  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37343  vertikale Position im Text bestimmen kann.
37344  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37345  beschriftet werden.
37346 \end_layout
37347
37348 \begin_layout Standard
37349 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37350  Befehl
37351 \end_layout
37352
37353 \begin_layout Standard
37354
37355 \series bold
37356
37357 \backslash
37358 begin{window}[2,c,{
37359 \end_layout
37360
37361 \begin_layout Standard
37362 als \SpecialChar TeX
37363 -Code einfügt.
37364  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37365  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37366  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37367  Danach fügt man das Objekt ein.
37368  In diesem Beispiel wurde ein Bild der Breite von 40
37369 \begin_inset space \thinspace{}
37370 \end_inset
37371
37372 % der Textspaltenbreite eingefügt.
37373  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37374  Nach dem Objekt fügt man den Befehl
37375 \end_layout
37376
37377 \begin_layout Standard
37378
37379 \series bold
37380 },Beschreibungstext]
37381 \begin_inset Newline newline
37382 \end_inset
37383
37384 {}
37385 \end_layout
37386
37387 \begin_layout Standard
37388 ein.
37389  Man beachte dass das 
37390 \begin_inset Quotes gld
37391 \end_inset
37392
37393
37394 \series bold
37395 {}
37396 \series default
37397
37398 \begin_inset Quotes grd
37399 \end_inset
37400
37401  in der zweiten Zeile steht.
37402  Der Beschreibungstext ist optional.
37403  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37404  das Objekt befinden, also direkt nach dem 
37405 \series bold
37406 {}
37407 \series default
37408  beginnen.
37409  Am Ende des Absatzes fügt man folgenden Befehl ein:
37410 \end_layout
37411
37412 \begin_layout Standard
37413
37414 \series bold
37415
37416 \backslash
37417 end{window}
37418 \end_layout
37419
37420 \begin_layout Standard
37421 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37422  man muss stattdessen den Befehl 
37423 \series bold
37424
37425 \backslash
37426 footnotemark
37427 \series default
37428  verwenden.
37429  Außerhalb des Absatzes den Befehl 
37430 \series bold
37431
37432 \backslash
37433 footnotetext
37434 \series default
37435 , wie es in Abschnitt
37436 \begin_inset space ~
37437 \end_inset
37438
37439
37440 \begin_inset CommandInset ref
37441 LatexCommand ref
37442 reference "abs:Fußnoten"
37443
37444 \end_inset
37445
37446  beschrieben ist.
37447 \end_layout
37448
37449 \begin_layout Standard
37450 \begin_inset ERT
37451 status collapsed
37452
37453 \begin_layout Plain Layout
37454
37455
37456 \backslash
37457 else
37458 \end_layout
37459
37460 \end_inset
37461
37462
37463 \begin_inset Note Note
37464 status open
37465
37466 \begin_layout Plain Layout
37467 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37468 -Paket 
37469 \series bold
37470 picinpar
37471 \series default
37472  nicht installiert ist:
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \begin_layout Standard
37481 Das \SpecialChar LaTeX
37482 -Paket 
37483 \series bold
37484 picinpar
37485 \series default
37486  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37487 \end_layout
37488
37489 \begin_layout Standard
37490 \begin_inset ERT
37491 status collapsed
37492
37493 \begin_layout Plain Layout
37494
37495
37496 \backslash
37497 fi
37498 \end_layout
37499
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \begin_layout Section
37506 Initiale
37507 \begin_inset Index idx
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511 Initiale
37512 \end_layout
37513
37514 \end_inset
37515
37516
37517 \begin_inset Index idx
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521 Umflossene Objekte ! Initiale
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Standard
37530 Für Initialen muss das \SpecialChar LaTeX
37531 -Paket 
37532 \series bold
37533 lettrine
37534 \series default
37535
37536 \begin_inset Index idx
37537 status collapsed
37538
37539 \begin_layout Plain Layout
37540 \SpecialChar LaTeX
37541 -Pakete ! lettrine
37542 \end_layout
37543
37544 \end_inset
37545
37546  installiert sein und das Modul 
37547 \family sans
37548 Initialen
37549 \family default
37550  im Dokument verwendet werden (Menü 
37551 \family sans
37552 Dokument\SpecialChar menuseparator
37553 Einstellungen\SpecialChar menuseparator
37554 Module
37555 \family default
37556 ).
37557  Um eine Initiale einzufügen, verwendet man den Stil 
37558 \family sans
37559 Initiale
37560 \family default
37561 .
37562  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37563  Die Argumente werden über das Menü 
37564 \family sans
37565 Einfügen
37566 \family default
37567  eingefügt.
37568  Das obligatorische Argument 
37569 \family sans
37570 Initiale
37571 \family default
37572  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37573 \family sans
37574 Rest
37575 \begin_inset space ~
37576 \end_inset
37577
37578 der
37579 \begin_inset space ~
37580 \end_inset
37581
37582 Initiale
37583 \family default
37584  enthält den Rest des Wortes oder Textes der Initiale.
37585  Das Argument 
37586 \family sans
37587 Optionen
37588 \family default
37589  enthält Parameter um die Initiale zu modifizieren.
37590  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37591  von 
37592 \series bold
37593 lettrine
37594 \series default
37595
37596 \begin_inset CommandInset citation
37597 LatexCommand cite
37598 key "lettrine"
37599
37600 \end_inset
37601
37602 .
37603  Der Stil selbst enthält den Text, der die Initiale umgibt.
37604  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37605  Initiale ist, in 
37606 \shape smallcaps
37607 Kapitälchen
37608 \shape default
37609  gedruckt wird.
37610 \end_layout
37611
37612 \begin_layout Standard
37613 Hier sind einige Beispiele:
37614 \end_layout
37615
37616 \begin_layout Standard
37617 \begin_inset ERT
37618 status collapsed
37619
37620 \begin_layout Plain Layout
37621
37622
37623 \backslash
37624 iflettrine
37625 \end_layout
37626
37627 \end_inset
37628
37629
37630 \begin_inset Note Note
37631 status open
37632
37633 \begin_layout Plain Layout
37634 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37635 -Paket 
37636 \series bold
37637 lettrine
37638 \series default
37639  installiert ist.
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \begin_layout Enumerate
37648 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37649
37650 \begin_inset Formula $\mathfrak{Fraktur}$
37651 \end_inset
37652
37653 :
37654 \begin_inset Separator parbreak
37655 \end_inset
37656
37657
37658 \end_layout
37659
37660 \begin_deeper
37661 \begin_layout Initial
37662 \begin_inset Argument 2
37663 status open
37664
37665 \begin_layout Plain Layout
37666 \begin_inset Formula $\mathfrak{I}$
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \end_inset
37673
37674
37675 \begin_inset Argument 3
37676 status open
37677
37678 \begin_layout Plain Layout
37679 t
37680 \end_layout
37681
37682 \end_inset
37683
37684  
37685 \lang english
37686 was in the spring of the year 1894 that all London was interested, and the
37687  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37688  under most unusual and inexplicable circumstances.
37689  The public has already learned those particulars of the crime which came
37690  out in the police investigation, but a good deal was suppressed upon that
37691  occasion, since the case for the prosecution was so overwhelmingly strong
37692  that it was not necessary to bring forward all the facts.
37693 \end_layout
37694
37695 \end_deeper
37696 \begin_layout Enumerate
37697 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37698  besteht und kein Text ist in 
37699 \shape smallcaps
37700 Kapitälchen
37701 \shape default
37702 :
37703 \begin_inset Separator parbreak
37704 \end_inset
37705
37706
37707 \end_layout
37708
37709 \begin_deeper
37710 \begin_layout Initial
37711 \begin_inset Argument 1
37712 status open
37713
37714 \begin_layout Plain Layout
37715 lines=1
37716 \end_layout
37717
37718 \end_inset
37719
37720
37721 \begin_inset Argument 2
37722 status open
37723
37724 \begin_layout Plain Layout
37725 It
37726 \end_layout
37727
37728 \end_inset
37729
37730  
37731 \lang english
37732 was in the spring of the year 1894 that all London was interested, and the
37733  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37734  under most unusual and inexplicable circumstances.
37735  The public has already learned those particulars of the crime which came
37736  out in the police investigation, but a good deal was suppressed upon that
37737  occasion, since the case for the prosecution was so overwhelmingly strong
37738  that it was not necessary to bring forward all the facts.
37739 \end_layout
37740
37741 \end_deeper
37742 \begin_layout Enumerate
37743 Magenta, hängende Initiale über 3
37744 \begin_inset space ~
37745 \end_inset
37746
37747 Zeilen in der Mathe-Schrift
37748 \begin_inset Newline newline
37749 \end_inset
37750
37751  
37752 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37753 \end_inset
37754
37755 , der Text 
37756 \begin_inset Quotes gld
37757 \end_inset
37758
37759
37760 \lang english
37761 t was in the spring
37762 \lang ngerman
37763
37764 \begin_inset Quotes erd
37765 \end_inset
37766
37767  ist in 
37768 \shape smallcaps
37769 Kapitälchen
37770 \shape default
37771 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37772 \begin_inset Newline newline
37773 \end_inset
37774
37775
37776 \series bold
37777
37778 \backslash
37779 renewcommand{
37780 \backslash
37781 LettrineFontHook}{
37782 \backslash
37783 color{Farbe}}
37784 \series default
37785
37786 \begin_inset Newline newline
37787 \end_inset
37788
37789 wobei 
37790 \emph on
37791 Farbe
37792 \emph default
37793  
37794 \begin_inset Quotes gld
37795 \end_inset
37796
37797 red
37798 \begin_inset Quotes erd
37799 \end_inset
37800
37801
37802 \begin_inset Quotes gld
37803 \end_inset
37804
37805 blue
37806 \begin_inset Quotes erd
37807 \end_inset
37808
37809
37810 \begin_inset Quotes gld
37811 \end_inset
37812
37813 green
37814 \begin_inset Quotes erd
37815 \end_inset
37816
37817
37818 \begin_inset Quotes gld
37819 \end_inset
37820
37821 yellow
37822 \begin_inset Quotes erd
37823 \end_inset
37824
37825
37826 \begin_inset Quotes gld
37827 \end_inset
37828
37829 cyan
37830 \begin_inset Quotes erd
37831 \end_inset
37832
37833
37834 \begin_inset Quotes gld
37835 \end_inset
37836
37837 magenta
37838 \begin_inset Quotes erd
37839 \end_inset
37840
37841
37842 \begin_inset Quotes gld
37843 \end_inset
37844
37845 black
37846 \begin_inset Quotes erd
37847 \end_inset
37848
37849  oder 
37850 \begin_inset Quotes gld
37851 \end_inset
37852
37853 white
37854 \begin_inset Quotes erd
37855 \end_inset
37856
37857  sein kann, und diesen Befehl zum \SpecialChar LaTeX
37858 -Vorspann hinzufügen:
37859 \begin_inset Newline newline
37860 \end_inset
37861
37862
37863 \series bold
37864
37865 \backslash
37866 @ifundefined{textcolor}
37867 \begin_inset Newline newline
37868 \end_inset
37869
37870
37871 \begin_inset space ~
37872 \end_inset
37873
37874 {
37875 \backslash
37876 usepackage{color}}{}
37877 \series default
37878
37879 \begin_inset Separator parbreak
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_deeper
37886 \begin_layout Standard
37887 \begin_inset ERT
37888 status collapsed
37889
37890 \begin_layout Plain Layout
37891
37892
37893 \backslash
37894 renewcommand{
37895 \backslash
37896 LettrineFontHook}{
37897 \backslash
37898 color{magenta}}
37899 \end_layout
37900
37901 \end_inset
37902
37903
37904 \begin_inset Note Note
37905 status open
37906
37907 \begin_layout Plain Layout
37908 macht die Initiale magenta
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Initial
37917 \begin_inset Argument 1
37918 status open
37919
37920 \begin_layout Plain Layout
37921 lines=3, lhang=0.33, loversize=0.25
37922 \end_layout
37923
37924 \end_inset
37925
37926
37927 \begin_inset Argument 2
37928 status open
37929
37930 \begin_layout Plain Layout
37931 \begin_inset Formula $\mathcal{I}$
37932 \end_inset
37933
37934
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \begin_inset Argument 3
37941 status open
37942
37943 \begin_layout Plain Layout
37944
37945 \lang english
37946 t was in the spring
37947 \end_layout
37948
37949 \end_inset
37950
37951  
37952 \lang english
37953 of the year 1894 that all London was interested, and the fashionable world
37954  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37955  and inexplicable circumstances.
37956  The public has already learned those particulars of the crime which came
37957  out in the police investigation, but a good deal was suppressed upon that
37958  occasion, since the case for the prosecution was so overwhelmingly strong
37959  that it was not necessary to bring forward all the facts.
37960 \end_layout
37961
37962 \end_deeper
37963 \begin_layout Standard
37964 \begin_inset ERT
37965 status collapsed
37966
37967 \begin_layout Plain Layout
37968
37969
37970 \backslash
37971 else
37972 \end_layout
37973
37974 \end_inset
37975
37976
37977 \begin_inset Note Note
37978 status open
37979
37980 \begin_layout Plain Layout
37981 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37982 -Paket 
37983 \series bold
37984 lettrine
37985 \series default
37986  nicht installiert ist:
37987 \end_layout
37988
37989 \end_inset
37990
37991
37992 \end_layout
37993
37994 \begin_layout Standard
37995 Das \SpecialChar LaTeX
37996 -Paket 
37997 \series bold
37998 lettrine
37999 \series default
38000  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38001 \end_layout
38002
38003 \begin_layout Standard
38004 \begin_inset ERT
38005 status collapsed
38006
38007 \begin_layout Plain Layout
38008
38009
38010 \backslash
38011 fi
38012 \end_layout
38013
38014 \end_inset
38015
38016
38017 \end_layout
38018
38019 \begin_layout Chapter
38020 Externe Dateien
38021 \begin_inset Index idx
38022 status collapsed
38023
38024 \begin_layout Plain Layout
38025 Dateien ! externe
38026 \end_layout
38027
38028 \end_inset
38029
38030
38031 \end_layout
38032
38033 \begin_layout Standard
38034 Mit 
38035 \family sans
38036 Einfügen\SpecialChar menuseparator
38037 Datei
38038 \family default
38039  können Sie fremdes Material in Ihr Dokument einsetzen.
38040  Das kann folgendes sein:
38041 \end_layout
38042
38043 \begin_layout Description
38044 \SpecialChar LyX
38045 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38046 -Dokuments wird direkt in Ihr Dokument
38047  eingefügt.
38048 \end_layout
38049
38050 \begin_layout Description
38051 Einfacher
38052 \begin_inset space ~
38053 \end_inset
38054
38055 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38056  eingefügt.
38057 \end_layout
38058
38059 \begin_layout Description
38060 Einfacher
38061 \begin_inset space ~
38062 \end_inset
38063
38064 Text,
38065 \begin_inset space ~
38066 \end_inset
38067
38068 Zeilen
38069 \begin_inset space ~
38070 \end_inset
38071
38072 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38073  Leerzeilen trennen die Absätze.
38074 \end_layout
38075
38076 \begin_layout Description
38077 Externes
38078 \begin_inset space ~
38079 \end_inset
38080
38081 Material Dateien in verschiedenen Formaten.
38082 \end_layout
38083
38084 \begin_layout Description
38085 Unterdokument \SpecialChar LyX
38086 - oder \SpecialChar LaTeX
38087 -Dokumente.
38088 \end_layout
38089
38090 \begin_layout Section
38091 Externes Material
38092 \begin_inset Index idx
38093 status collapsed
38094
38095 \begin_layout Plain Layout
38096 Externes Material
38097 \end_layout
38098
38099 \end_inset
38100
38101
38102 \end_layout
38103
38104 \begin_layout Standard
38105 Mit 
38106 \family sans
38107 Einfügen\SpecialChar menuseparator
38108 Datei\SpecialChar menuseparator
38109  Externes Material
38110 \family default
38111  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38112  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38113  weil \SpecialChar LyX
38114  sich darum kümmert.
38115  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38116 -Dokumente
38117  eingefügt werden können.
38118  Wenn die Grafikvorschau in den \SpecialChar LyX
38119 -Einstellungen unter
38120 \family sans
38121  Aussehen
38122 \begin_inset space ~
38123 \end_inset
38124
38125 &
38126 \begin_inset space ~
38127 \end_inset
38128
38129 Handhabung\SpecialChar menuseparator
38130 Grafik
38131 \family default
38132 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38133  angezeigt.
38134 \end_layout
38135
38136 \begin_layout Standard
38137 Zur Zeit können Sie folgende Dateitypen (
38138 \family sans
38139 Vorlagen
38140 \family default
38141 ) benutzen:
38142 \end_layout
38143
38144 \begin_layout Description
38145 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38146 \series bold
38147
38148 \begin_inset CommandInset href
38149 LatexCommand href
38150 name "XBoard"
38151 target "http://de.wikipedia.org/wiki/XBoard"
38152
38153 \end_inset
38154
38155
38156 \series default
38157  erzeugt wurden.
38158 \end_layout
38159
38160 \begin_layout Description
38161 Datum fügt ein Datum mit dem Format 
38162 \emph on
38163 Tag-Monat-Jahr
38164 \emph default
38165  ein.
38166  Hier ist ein Beispiel: 
38167 \begin_inset External
38168         template Date
38169         filename .
38170
38171 \end_inset
38172
38173
38174 \begin_inset space ~
38175 \end_inset
38176
38177
38178 \begin_inset Note Note
38179 status open
38180
38181 \begin_layout Plain Layout
38182
38183 \lang english
38184 Remove the protected space when bug 4398 is fixed!
38185 \end_layout
38186
38187 \end_inset
38188
38189
38190 \begin_inset Newline newline
38191 \end_inset
38192
38193 Das Datum ist in \SpecialChar LyX
38194  nicht zu sehen, nur in der Druckausgabe.
38195  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38196  Menü 
38197 \family sans
38198 Einfügen\SpecialChar menuseparator
38199 Datum
38200 \family default
38201  und mit dem \SpecialChar LaTeX
38202 -Befehl 
38203 \series bold
38204
38205 \backslash
38206 today
38207 \series default
38208 .
38209  Die verschiedenen Methoden werden in Tabelle
38210 \begin_inset space ~
38211 \end_inset
38212
38213
38214 \begin_inset CommandInset ref
38215 LatexCommand ref
38216 reference "tab:Vergleich-der-Datums-Eingaben"
38217
38218 \end_inset
38219
38220  verglichen.
38221 \end_layout
38222
38223 \begin_layout Description
38224 Dia unterstützt Diagramme, die mit dem Programm 
38225 \series bold
38226
38227 \begin_inset CommandInset href
38228 LatexCommand href
38229 name "Dia"
38230 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38231
38232 \end_inset
38233
38234
38235 \series default
38236  erzeugt wurden.
38237 \end_layout
38238
38239 \begin_layout Description
38240 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38241 \series bold
38242
38243 \begin_inset CommandInset href
38244 LatexCommand href
38245 name "Gnumeric"
38246 target "http://de.wikipedia.org/wiki/Gnumeric"
38247
38248 \end_inset
38249
38250
38251 \series default
38252
38253 \begin_inset CommandInset href
38254 LatexCommand href
38255 name "OpenDocument"
38256 target "http://de.wikipedia.org/wiki/OpenDocument"
38257
38258 \end_inset
38259
38260
38261 \begin_inset CommandInset href
38262 LatexCommand href
38263 name "Microsoft Office XML"
38264 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38265
38266 \end_inset
38267
38268  und 
38269 \begin_inset CommandInset href
38270 LatexCommand href
38271 name "Office Open XML"
38272 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38273
38274 \end_inset
38275
38276  einfügen.
38277  Für dieses Feature muss \SpecialChar LyX
38278  während seiner Konfiguration das Programm 
38279 \family typewriter
38280 ssconvert
38281 \family default
38282  gefunden haben.
38283  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38284  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38285  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38286 ' Beispieldatei 
38287 \emph on
38288 spreadsheet.lyx
38289 \emph default
38290 .
38291 \end_layout
38292
38293 \begin_layout Description
38294 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38295  dem Notensatzprogramm 
38296 \series bold
38297
38298 \begin_inset CommandInset href
38299 LatexCommand href
38300 name "LilyPond"
38301 target "http://de.wikipedia.org/wiki/LilyPond"
38302
38303 \end_inset
38304
38305
38306 \series default
38307  gesetzt werden.
38308  Für \SpecialChar LyX
38309 ' erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38310 ' Beispieldatei 
38311 \emph on
38312 lilypond.lyx
38313 \emph default
38314 .
38315 \end_layout
38316
38317 \begin_layout Description
38318 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38319  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38320  
38321 \series bold
38322 pages
38323 \series default
38324  im Feld 
38325 \family sans
38326 Option
38327 \family default
38328  in der Karteikarte 
38329 \family sans
38330 \SpecialChar LaTeX
38331 - und \SpecialChar LyX
38332 -Optionen
38333 \family default
38334 .
38335  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38336  (man gibt als Option 
38337 \series bold
38338 pages={3,5,6,8}
38339 \series default
38340  an), Seitenbereiche (
38341 \series bold
38342 pages={4-9}
38343 \series default
38344 ) oder eine Kombination davon enthält.
38345  Um leere Seiten einzufügen, verwendet man {}.
38346  Z.
38347 \begin_inset space \thinspace{}
38348 \end_inset
38349
38350 B.
38351  fügt 
38352 \series bold
38353 pages={3,{},8-11,15}
38354 \series default
38355  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38356  Seitenbereiche werden mit der Syntax 
38357 \emph on
38358 Start
38359 \emph default
38360 -
38361 \emph on
38362 Stop
38363 \emph default
38364  angegeben.
38365  Dies wählt alle Seiten von 
38366 \emph on
38367 Start
38368 \emph default
38369  bis 
38370 \emph on
38371 Stop
38372 \emph default
38373  aus.
38374  Wird 
38375 \emph on
38376 Start
38377 \emph default
38378  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38379 \emph on
38380 Stop
38381 \emph default
38382  weggelassen, wird stattdessen die letzte Seite verwendet.
38383  Die letzte Seite kann außerdem mit dem Schlagwort 
38384 \series bold
38385 last
38386 \series default
38387  ausgewählt werden.
38388  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38389 \series bold
38390 pages=-
38391 \series default
38392  fügt also alle Seiten des Dokuments ein und 
38393 \series bold
38394 pages=last-1
38395 \series default
38396  fügt alle Seiten in umgekehrter Reihenfolge ein.
38397  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38398  eingefügt.
38399 \begin_inset Newline newline
38400 \end_inset
38401
38402 Die Option 
38403 \series bold
38404 noautoscale
38405 \series default
38406  fügt die Seiten in ihrer Originalgröße ein.
38407  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38408  dass sie die komplette Breite Ihres Dokuments einnehmen.
38409  In der Karteikarte 
38410 \family sans
38411 Größe und Drehung
38412 \family default
38413  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38414  werden.
38415  Wird eine andere Breite als 100
38416 \begin_inset space \thinspace{}
38417 \end_inset
38418
38419 Größe% verwendet, wird die Option 
38420 \series bold
38421 noautoscale
38422 \series default
38423  überschrieben.
38424  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38425  des \SpecialChar LaTeX
38426 -Pakets 
38427 \series bold
38428 pdfpages
38429 \series default
38430  
38431 \begin_inset CommandInset citation
38432 LatexCommand cite
38433 key "pdfpages"
38434
38435 \end_inset
38436
38437 .
38438 \begin_inset Index idx
38439 status collapsed
38440
38441 \begin_layout Plain Layout
38442 \SpecialChar LaTeX
38443 -Pakete ! pdfpages
38444 \end_layout
38445
38446 \end_inset
38447
38448
38449 \begin_inset Newline newline
38450 \end_inset
38451
38452 Um diese Vorlage in einer 
38453 \family sans
38454 Beamer
38455 \family default
38456 -Präsentation zu verwenden, muss zuerst eine 
38457 \family sans
38458 BeendeRahmen
38459 \family default
38460  Umgebung eingefügt werden.
38461  In den folgenden Absatz kommt eine \SpecialChar TeX
38462 -Code Box mit dem Befehl 
38463 \series bold
38464
38465 \backslash
38466 setbeamertemplate{background canvas}{}
38467 \series default
38468 .
38469  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38470  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38471  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38472  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38473  sicher, dass die Ausrichtung 
38474 \family sans
38475 Standard
38476 \family default
38477  für den Absatz verwendet wird, der die Vorlage enthält.
38478 \begin_inset Newline newline
38479 \end_inset
38480
38481 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38482 \begin_inset External
38483         template PDFPages
38484         filename ../clipart/Abstract.pdf
38485         extra LaTeX "pages=-"
38486         rotateAngle -5
38487         rotateOrigin bottomleft
38488         width 50col%
38489
38490 \end_inset
38491
38492
38493 \end_layout
38494
38495 \begin_layout Description
38496 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38497  Die Bilddateien können im Dialogfenster 
38498 \family sans
38499 Externes
38500 \begin_inset space ~
38501 \end_inset
38502
38503 Material
38504 \family default
38505  genauso behandelt werden wie die mit dem normalen 
38506 \family sans
38507 Grafik
38508 \family default
38509 -Dialog eingefügten, siehe Abschnitt
38510 \begin_inset space ~
38511 \end_inset
38512
38513
38514 \begin_inset CommandInset ref
38515 LatexCommand ref
38516 reference "abs:Grafik-Dialog"
38517
38518 \end_inset
38519
38520 .
38521  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38522  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38523  Hier ist ein eingefügtes Rasterbild: 
38524 \begin_inset External
38525         template RasterImage
38526         filename ../clipart/ToolbarEnvBox.png
38527
38528 \end_inset
38529
38530
38531 \end_layout
38532
38533 \begin_layout Description
38534 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38535 \series bold
38536
38537 \begin_inset CommandInset href
38538 LatexCommand href
38539 name "Xfig"
38540 target "http://de.wikipedia.org/wiki/Xfig"
38541
38542 \end_inset
38543
38544
38545 \series default
38546  erzeugt wurden.
38547 \end_layout
38548
38549 \begin_layout Standard
38550 \begin_inset Float table
38551 placement !h
38552 wide false
38553 sideways false
38554 status open
38555
38556 \begin_layout Plain Layout
38557 \begin_inset Caption Standard
38558
38559 \begin_layout Plain Layout
38560 \begin_inset CommandInset label
38561 LatexCommand label
38562 name "tab:Vergleich-der-Datums-Eingaben"
38563
38564 \end_inset
38565
38566 Vergleich der Datums-Eingaben
38567 \end_layout
38568
38569 \end_inset
38570
38571
38572 \end_layout
38573
38574 \begin_layout Plain Layout
38575 \align center
38576 \begin_inset Tabular
38577 <lyxtabular version="3" rows="4" columns="4">
38578 <features tabularvalignment="middle">
38579 <column alignment="center" valignment="top">
38580 <column alignment="center" valignment="top">
38581 <column alignment="center" valignment="top">
38582 <column alignment="center" valignment="top">
38583 <row>
38584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38585 \begin_inset Text
38586
38587 \begin_layout Plain Layout
38588 Dokumentformat
38589 \end_layout
38590
38591 \end_inset
38592 </cell>
38593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38594 \begin_inset Text
38595
38596 \begin_layout Plain Layout
38597
38598 \family sans
38599 Externes Material\SpecialChar menuseparator
38600 Datum
38601 \end_layout
38602
38603 \end_inset
38604 </cell>
38605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38606 \begin_inset Text
38607
38608 \begin_layout Plain Layout
38609
38610 \family sans
38611 Einfügen\SpecialChar menuseparator
38612 Datum
38613 \end_layout
38614
38615 \end_inset
38616 </cell>
38617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 Befehl 
38622 \series bold
38623
38624 \backslash
38625 today
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 </row>
38631 <row>
38632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38633 \begin_inset Text
38634
38635 \begin_layout Plain Layout
38636 \SpecialChar LyX
38637
38638 \end_layout
38639
38640 \end_inset
38641 </cell>
38642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38643 \begin_inset Text
38644
38645 \begin_layout Plain Layout
38646 als Box
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 als Datum
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38661 \begin_inset Text
38662
38663 \begin_layout Plain Layout
38664 als \SpecialChar TeX
38665 -Code
38666 \end_layout
38667
38668 \end_inset
38669 </cell>
38670 </row>
38671 <row>
38672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Plain Layout
38676 \SpecialChar LaTeX
38677
38678 \end_layout
38679
38680 \end_inset
38681 </cell>
38682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38683 \begin_inset Text
38684
38685 \begin_layout Plain Layout
38686 als Datum
38687 \end_layout
38688
38689 \end_inset
38690 </cell>
38691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38692 \begin_inset Text
38693
38694 \begin_layout Plain Layout
38695 als Datum
38696 \end_layout
38697
38698 \end_inset
38699 </cell>
38700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38701 \begin_inset Text
38702
38703 \begin_layout Plain Layout
38704 als Befehl
38705 \end_layout
38706
38707 \end_inset
38708 </cell>
38709 </row>
38710 <row>
38711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38712 \begin_inset Text
38713
38714 \begin_layout Plain Layout
38715 DVI, PDF, PS
38716 \end_layout
38717
38718 \end_inset
38719 </cell>
38720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 als Datum
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 als Datum
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 als Datum
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 </row>
38748 </lyxtabular>
38749
38750 \end_inset
38751
38752
38753 \end_layout
38754
38755 \end_inset
38756
38757
38758 \end_layout
38759
38760 \begin_layout Standard
38761 Wenn Sie im Dialogfenster
38762 \family sans
38763  Externes
38764 \begin_inset space ~
38765 \end_inset
38766
38767 Material 
38768 \family default
38769 in der Karteikarte
38770 \family sans
38771  Datei
38772 \family default
38773  die Option 
38774 \family sans
38775 Entwurf
38776 \family default
38777  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38778 \begin_inset Newline newline
38779 \end_inset
38780
38781 \SpecialChar LyX
38782  kann externes Material entweder als Box wie hier: 
38783 \begin_inset Graphics
38784         filename clipart/ExternesMaterialQt4.png
38785         scale 85
38786         scaleBeforeRotation
38787
38788 \end_inset
38789
38790  oder als Bild darstellen.
38791  Das hängt davon ab, ob Sie im Dialog
38792 \family sans
38793  
38794 \family default
38795 in der Karteikarte 
38796 \family sans
38797 \SpecialChar LaTeX
38798 - und \SpecialChar LyX
38799 -Optionen
38800 \family default
38801  die Option 
38802 \family sans
38803 In
38804 \begin_inset space ~
38805 \end_inset
38806
38807 \SpecialChar LyX
38808
38809 \begin_inset space ~
38810 \end_inset
38811
38812 anzeigen
38813 \family default
38814  gewählt haben oder nicht.
38815 \end_layout
38816
38817 \begin_layout Standard
38818 Im \SpecialChar LyX
38819 -Handbuch 
38820 \family sans
38821 \emph on
38822 Anpassung
38823 \family default
38824 \emph default
38825  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38826 \end_layout
38827
38828 \begin_layout Section
38829 Unterdokumente
38830 \begin_inset CommandInset label
38831 LatexCommand label
38832 name "abs:Unterdokumente"
38833
38834 \end_inset
38835
38836
38837 \begin_inset Index idx
38838 status collapsed
38839
38840 \begin_layout Plain Layout
38841 Unterdokument
38842 \end_layout
38843
38844 \end_inset
38845
38846
38847 \end_layout
38848
38849 \begin_layout Standard
38850 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38851  oder Abschnitten bestehen.
38852  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38853  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38854  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38855  z.
38856 \begin_inset space \thinspace{}
38857 \end_inset
38858
38859 B.
38860  den \SpecialChar LaTeX
38861 -Vorspann, das Literaturverzeichnis und Querverweismarken.
38862 \end_layout
38863
38864 \begin_layout Standard
38865 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38866  müssen, geben Sie im Unterdokument im Menü
38867 \family sans
38868  Dokument\SpecialChar menuseparator
38869 Einstellungen\SpecialChar menuseparator
38870 Dokumentklasse
38871 \family default
38872  das Hauptdokument an.
38873  Dieses wird dann von \SpecialChar LyX
38874  im Hintergrund benutzt, wenn Sie das Unterdokument
38875  bearbeiten.
38876 \end_layout
38877
38878 \begin_layout Standard
38879 Unterdokumente werden in \SpecialChar LyX
38880  als Box angezeigt: 
38881 \begin_inset Graphics
38882         filename clipart/UnterdokumentQt4.png
38883         scale 85
38884         scaleBeforeRotation
38885
38886 \end_inset
38887
38888  Sie werden über
38889 \family sans
38890  Einfügen\SpecialChar menuseparator
38891 Datei\SpecialChar menuseparator
38892 Unterdokument
38893 \family default
38894  eingebunden, was das Dialogfenster
38895 \family sans
38896  Unterdokument
38897 \family default
38898  öffnet.
38899  Für 
38900 \family sans
38901 die Art
38902 \begin_inset space ~
38903 \end_inset
38904
38905 der
38906 \begin_inset space ~
38907 \end_inset
38908
38909 Einbindung
38910 \family default
38911  gibt es dort vier Möglichkeiten:
38912 \end_layout
38913
38914 \begin_layout Description
38915 Include Sie können \SpecialChar LyX
38916 - und \SpecialChar LaTeX
38917 -Dokumente einbinden.
38918  Wenn Sie im Dialogfenster
38919 \family sans
38920  Unterdokument
38921 \family default
38922  auf 
38923 \family sans
38924 Bearbeiten
38925 \family default
38926  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38927  und Sie können es editieren.
38928 \begin_inset Newline newline
38929 \end_inset
38930
38931
38932 \end_layout
38933
38934 \begin_layout Standard
38935 Hier wird ein Unterdokument
38936 \family sans
38937  
38938 \family default
38939 per 
38940 \family sans
38941 Include
38942 \family default
38943  eingebunden: 
38944 \begin_inset CommandInset include
38945 LatexCommand include
38946 filename "DummyDocument1.lyx"
38947
38948 \end_inset
38949
38950 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38951  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38952  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38953 s.
38954  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38955 \begin_inset space ~
38956 \end_inset
38957
38958
38959 \begin_inset CommandInset ref
38960 LatexCommand ref
38961 reference "uab:Externer-Unterabschnitt-1"
38962
38963 \end_inset
38964
38965 .
38966 \end_layout
38967
38968 \begin_layout Standard
38969 Der \SpecialChar LaTeX
38970 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38971  wird benutzt.
38972  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38973  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38974  Unterdokumente, die per 
38975 \family sans
38976 Include
38977 \family default
38978  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38979  und enden mit einem Seitenumbruch.
38980 \end_layout
38981
38982 \begin_layout Standard
38983 \begin_inset Note Greyedout
38984 status open
38985
38986 \begin_layout Plain Layout
38987
38988 \series bold
38989 Bemerkung:
38990 \series default
38991  Wenn Sie eine \SpecialChar LyX
38992 - oder \SpecialChar LaTeX
38993 -Datei eingebunden haben, werden Sie beim Export oder
38994  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
38995  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
38996  führen wird.
38997 \end_layout
38998
38999 \end_inset
39000
39001
39002 \end_layout
39003
39004 \begin_layout Description
39005 Input Diese Methode ist 
39006 \family sans
39007 Include
39008 \family default
39009  sehr ähnlich mit folgenden Unterschieden:
39010 \begin_inset Separator parbreak
39011 \end_inset
39012
39013
39014 \end_layout
39015
39016 \begin_deeper
39017 \begin_layout Itemize
39018 Unterdokumente, die per 
39019 \family sans
39020 Input
39021 \family default
39022  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39023  Seite und enden NICHT mit einem Seitenumbruch.
39024 \end_layout
39025
39026 \begin_layout Itemize
39027 Unterdokumente, die per 
39028 \family sans
39029 Input
39030 \family default
39031  eingebunden werden, können in \SpecialChar LyX
39032  angesehen werden, wenn im Dialogfenster
39033 \family sans
39034  Unterdokument Vorschau
39035 \begin_inset space ~
39036 \end_inset
39037
39038 anzeigen
39039 \family default
39040  angekreuzt wurde und in den \SpecialChar LyX
39041 -Einstellungen unter
39042 \family sans
39043  Aussehen
39044 \begin_inset space ~
39045 \end_inset
39046
39047 &
39048 \begin_inset space ~
39049 \end_inset
39050
39051 Handhabung\SpecialChar menuseparator
39052 Grafik\SpecialChar menuseparator
39053 Sofortige
39054 \begin_inset space ~
39055 \end_inset
39056
39057 Vorschau
39058 \family default
39059  auf 
39060 \family sans
39061 An
39062 \family default
39063  gesetzt wurde.
39064  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39065  aus.
39066 \end_layout
39067
39068 \begin_layout Itemize
39069 Unterdokumente, die per 
39070 \family sans
39071 Input
39072 \family default
39073  eingebunden werden, können nicht über das Menü 
39074 \family sans
39075 Dokument\SpecialChar menuseparator
39076 Einstellungen\SpecialChar menuseparator
39077 Unterdokumente
39078 \family default
39079  unterdrückt werden.
39080 \end_layout
39081
39082 \end_deeper
39083 \begin_layout Standard
39084 Hier ist ein Unterdokument, das mit
39085 \family sans
39086  Input
39087 \family default
39088  eingebunden wurde: 
39089 \begin_inset CommandInset include
39090 LatexCommand input
39091 filename "DummyDocument2.lyx"
39092
39093 \end_inset
39094
39095 .
39096 \end_layout
39097
39098 \begin_layout Description
39099 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39100   In der Druckvorschau wird für den Text der Stil 
39101 \family typewriter
39102 Schreibmaschine
39103 \family default
39104  verwendet.
39105  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39106  Wenn Sie im Dialogfenster
39107 \family sans
39108  Unterdokument Leerzeichen
39109 \begin_inset space ~
39110 \end_inset
39111
39112 bei
39113 \begin_inset space ~
39114 \end_inset
39115
39116 der
39117 \begin_inset space ~
39118 \end_inset
39119
39120 Ausgabe
39121 \begin_inset space ~
39122 \end_inset
39123
39124 kennzeichnen 
39125 \family default
39126 ankreuzen, wird in der Druckvorschau das Zeichen 
39127 \begin_inset Quotes gld
39128 \end_inset
39129
39130
39131 \begin_inset ERT
39132 status collapsed
39133
39134 \begin_layout Plain Layout
39135
39136
39137 \backslash
39138 textvisiblespace 
39139 \end_layout
39140
39141 \end_inset
39142
39143
39144 \begin_inset Quotes grd
39145 \end_inset
39146
39147  für jedes Leerzeichen eingefügt.
39148 \begin_inset Newline newline
39149 \end_inset
39150
39151 Im Gegensatz zu 
39152 \family sans
39153 Einfügen\SpecialChar menuseparator
39154 Datei\SpecialChar menuseparator
39155 Einfacher
39156 \begin_inset space ~
39157 \end_inset
39158
39159 Text
39160 \family default
39161  wird bei 
39162 \family sans
39163 Unformatiert
39164 \family default
39165  der Dateiinhalt in \SpecialChar LyX
39166  nicht dargestellt.
39167 \end_layout
39168
39169 \begin_layout Standard
39170 Hier ist ein Unterdokument, das mit
39171 \family sans
39172  Unformatiert
39173 \family default
39174  eingebunden wurde: 
39175 \begin_inset CommandInset include
39176 LatexCommand verbatiminput
39177 filename "DummyTextDocument.txt"
39178
39179 \end_inset
39180
39181
39182 \begin_inset VSpace bigskip
39183 \end_inset
39184
39185 Hier ist ein Unterdokument, das mit
39186 \family sans
39187  Unformatiert
39188 \family default
39189  eingebunden wurde und
39190 \family sans
39191  Leerzeichen
39192 \begin_inset space ~
39193 \end_inset
39194
39195 bei
39196 \begin_inset space ~
39197 \end_inset
39198
39199 der
39200 \begin_inset space ~
39201 \end_inset
39202
39203 Ausgabe
39204 \begin_inset space ~
39205 \end_inset
39206
39207 kennzeichnen
39208 \family default
39209  angekreuzt hat: 
39210 \begin_inset CommandInset include
39211 LatexCommand verbatiminput*
39212 filename "DummyTextDocument.txt"
39213
39214 \end_inset
39215
39216
39217 \end_layout
39218
39219 \begin_layout Standard
39220 \begin_inset VSpace bigskip
39221 \end_inset
39222
39223
39224 \end_layout
39225
39226 \begin_layout Standard
39227 \begin_inset Note Greyedout
39228 status open
39229
39230 \begin_layout Plain Layout
39231
39232 \series bold
39233 Bemerkung:
39234 \series default
39235  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39236  
39237 \family sans
39238 Unformatiert
39239 \family default
39240  eingebunden werden, am Zeilenende nicht umgebrochen.
39241 \end_layout
39242
39243 \end_inset
39244
39245
39246 \end_layout
39247
39248 \begin_layout Description
39249 Listing Dieser Typ wird in Kapitel
39250 \begin_inset space ~
39251 \end_inset
39252
39253
39254 \begin_inset CommandInset ref
39255 LatexCommand ref
39256 reference "kap:Programm-Code-Listen"
39257
39258 \end_inset
39259
39260  beschrieben.
39261 \end_layout
39262
39263 \begin_layout Standard
39264 \begin_inset Note Greyedout
39265 status open
39266
39267 \begin_layout Plain Layout
39268
39269 \series bold
39270 Bemerkung:
39271 \series default
39272  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39273  das zu \SpecialChar LaTeX
39274 -Problemen führen.
39275 \end_layout
39276
39277 \end_inset
39278
39279
39280 \end_layout
39281
39282 \begin_layout Standard
39283 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39284  wollen, z.
39285 \begin_inset space \thinspace{}
39286 \end_inset
39287
39288 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39289  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39290  Dies geschieht über das Menü 
39291 \family sans
39292 Dokument\SpecialChar menuseparator
39293 Einstellungen\SpecialChar menuseparator
39294 Unterdokumente
39295 \family default
39296 .
39297  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39298  in die Spalte 
39299 \family sans
39300 In Ausgabe einbinden
39301 \family default
39302  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39303  für Unterdokumente möglich ist, die per 
39304 \family sans
39305 Input
39306 \family default
39307  eingebunden wurden).
39308  Wenn die Option 
39309 \family sans
39310 Zähler und Querverweise wahren
39311 \family default
39312  aktiviert ist, sorgt \SpecialChar LyX
39313  dafür, dass alle Seitennummern, Querverweise usw.
39314 \begin_inset space ~
39315 \end_inset
39316
39317 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39318  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39319  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39320  Dazu muss \SpecialChar LyX
39321  intern allerdings das gesamte Dokument prozessieren.
39322  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39323  sind, wählen sie die Option nicht.
39324 \end_layout
39325
39326 \begin_layout Standard
39327 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39328 \begin_inset Foot
39329 status collapsed
39330
39331 \begin_layout Plain Layout
39332 Zweige sind im Kapitel 
39333 \emph on
39334 Zweige
39335 \emph default
39336  des \SpecialChar LyX
39337
39338 \emph on
39339 -Benutzerhandbuchs
39340 \emph default
39341  erklärt.
39342 \end_layout
39343
39344 \end_inset
39345
39346  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39347  Dateien in der Ausgabe erscheinen.
39348  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39349  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39350  werden.
39351 \end_layout
39352
39353 \begin_layout Chapter
39354 Programm-Code-Listen
39355 \begin_inset CommandInset label
39356 LatexCommand label
39357 name "kap:Programm-Code-Listen"
39358
39359 \end_inset
39360
39361
39362 \begin_inset Index idx
39363 status collapsed
39364
39365 \begin_layout Plain Layout
39366 Listen
39367 \end_layout
39368
39369 \end_inset
39370
39371
39372 \begin_inset Index idx
39373 status collapsed
39374
39375 \begin_layout Plain Layout
39376 Programm-Code
39377 \end_layout
39378
39379 \end_inset
39380
39381
39382 \end_layout
39383
39384 \begin_layout Standard
39385 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39386 \family sans
39387 Einfügen\SpecialChar menuseparator
39388 Pro\SpecialChar softhyphen
39389 grammlisting
39390 \family default
39391  verwenden.
39392  Das \SpecialChar LaTeX
39393 -Paket 
39394 \series bold
39395 listings
39396 \series default
39397
39398 \begin_inset Index idx
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402 \SpecialChar LaTeX
39403 -Pakete ! listings
39404 \end_layout
39405
39406 \end_inset
39407
39408  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39409 \end_layout
39410
39411 \begin_layout Standard
39412 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39413 rmat der Programm-Code-Liste festlegen.
39414 \end_layout
39415
39416 \begin_layout Standard
39417 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39418  Die Platzierungsoption 
39419 \family sans
39420 Eingebettetes
39421 \begin_inset space ~
39422 \end_inset
39423
39424 Listing
39425 \family default
39426  druckt das Listing in der Zeile wie hier: 
39427 \begin_inset listings
39428 lstparams "language={C++}"
39429 inline true
39430 status open
39431
39432 \begin_layout Plain Layout
39433
39434 int a=5;
39435 \end_layout
39436
39437 \end_inset
39438
39439
39440 \begin_inset Newline newline
39441 \end_inset
39442
39443 Die Option 
39444 \family sans
39445 Gleitobjekt
39446 \family default
39447  erzeugt ein Listing-Gleitobjekt, dessen 
39448 \family sans
39449 Platzierung 
39450 \family default
39451 Sie mit 
39452 \family sans
39453 h
39454 \family default
39455
39456 \family sans
39457 t
39458 \family default
39459
39460 \family sans
39461 b
39462 \family default
39463  und 
39464 \family sans
39465 p
39466 \family default
39467 , analog zu den in Abschnitt
39468 \begin_inset space ~
39469 \end_inset
39470
39471
39472 \begin_inset CommandInset ref
39473 LatexCommand ref
39474 reference "abs:Gleitobjekt-Platzierung"
39475
39476 \end_inset
39477
39478  beschriebenen Platzierungsoptionen festlegen können.
39479  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39480  hintereinander angegeben, z.
39481 \begin_inset space \thinspace{}
39482 \end_inset
39483
39484 B.
39485  
39486 \begin_inset Quotes gld
39487 \end_inset
39488
39489
39490 \family sans
39491 htbp
39492 \family default
39493
39494 \begin_inset Quotes grd
39495 \end_inset
39496
39497 .
39498  Die Option 
39499 \begin_inset Quotes gld
39500 \end_inset
39501
39502 h
39503 \begin_inset Quotes grd
39504 \end_inset
39505
39506  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39507  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39508 \end_layout
39509
39510 \begin_layout Standard
39511 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39512  zu verweisen: Listing
39513 \begin_inset space ~
39514 \end_inset
39515
39516
39517 \begin_inset CommandInset ref
39518 LatexCommand ref
39519 reference "lst:Gleitendes-Programm-Listing"
39520
39521 \end_inset
39522
39523 .
39524  Mit dem Menü 
39525 \family sans
39526 Einfügen\SpecialChar menuseparator
39527 Liste
39528 \begin_inset space ~
39529 \end_inset
39530
39531 /
39532 \begin_inset space ~
39533 \end_inset
39534
39535 Inhaltsverzeichnis\SpecialChar menuseparator
39536 Listings Verzeichnis
39537 \family default
39538  kann ein Verzeichnis aller Listings eingefügt werden.
39539  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39540 \end_layout
39541
39542 \begin_layout Standard
39543 \begin_inset listings
39544 lstparams "language=Python"
39545 inline false
39546 status open
39547
39548 \begin_layout Plain Layout
39549
39550 \begin_inset Caption Standard
39551
39552 \begin_layout Plain Layout
39553 \begin_inset CommandInset label
39554 LatexCommand label
39555 name "lst:Gleitendes-Programm-Listing"
39556
39557 \end_inset
39558
39559 Gleitendes Programm-Listing
39560 \end_layout
39561
39562 \end_inset
39563
39564 # Gleitendes Programm-Listing
39565 \end_layout
39566
39567 \begin_layout Plain Layout
39568
39569 def func(param):
39570 \end_layout
39571
39572 \begin_layout Plain Layout
39573
39574     'Dies ist eine Python-Funktion'
39575 \end_layout
39576
39577 \begin_layout Plain Layout
39578
39579     pass
39580 \end_layout
39581
39582 \end_inset
39583
39584
39585 \end_layout
39586
39587 \begin_layout Standard
39588 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39589  der Sprache erkannt und besonders gedruckt, wie 
39590 \emph on
39591 #
39592 \emph default
39593
39594 \emph on
39595 def
39596 \emph default
39597  und 
39598 \emph on
39599 pass
39600 \emph default
39601  in Listing
39602 \begin_inset space ~
39603 \end_inset
39604
39605
39606 \begin_inset CommandInset ref
39607 LatexCommand ref
39608 reference "lst:Gleitendes-Programm-Listing"
39609
39610 \end_inset
39611
39612 .
39613 \end_layout
39614
39615 \begin_layout Standard
39616 \begin_inset Note Greyedout
39617 status open
39618
39619 \begin_layout Plain Layout
39620
39621 \series bold
39622 Bemerkung:
39623 \series default
39624  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39625 \family typewriter
39626 Schreib\SpecialChar softhyphen
39627 maschine
39628 \family default
39629  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39630 h keine fett gedruckten Buchstaben.
39631  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39632 \family sans
39633 Dokument\SpecialChar menuseparator
39634 Einstellungen\SpecialChar menuseparator
39635 Schriften
39636 \family default
39637 .
39638  (Die Schriften 
39639 \emph on
39640 LuxiMono, BeraMono
39641 \emph default
39642  und 
39643 \emph on
39644 Courier
39645 \emph default
39646  enthalten fett gedruckte Buchstaben.)
39647 \end_layout
39648
39649 \end_inset
39650
39651
39652 \end_layout
39653
39654 \begin_layout Standard
39655 Im Abschnitt 
39656 \family sans
39657 Zeilennummerierung
39658 \family default
39659  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39660 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39661  jede wievielte Zeile nummeriert werden soll und die 
39662 \family sans
39663 Schriftgröße
39664 \family default
39665  der Nummerierung.
39666 \end_layout
39667
39668 \begin_layout Standard
39669 Im Abschnitt 
39670 \family sans
39671 Bereich
39672 \family default
39673  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39674  Im Abschnitt 
39675 \family sans
39676 Stil
39677 \family default
39678  legen Sie fest, wie die Liste ausgedruckt werden soll.
39679  Die Option 
39680 \family sans
39681 Erweiterte
39682 \begin_inset space ~
39683 \end_inset
39684
39685 Zeichentabelle
39686 \family default
39687  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39688 \end_layout
39689
39690 \begin_layout Standard
39691 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39692 \begin_inset Quotes gld
39693 \end_inset
39694
39695 3
39696 \begin_inset Quotes grd
39697 \end_inset
39698
39699 , Sprache 
39700 \begin_inset Quotes gld
39701 \end_inset
39702
39703 Python
39704 \begin_inset Quotes grd
39705 \end_inset
39706
39707 , Optionen 
39708 \begin_inset Quotes gld
39709 \end_inset
39710
39711 Erweiterte Zeichentabelle
39712 \begin_inset Quotes grd
39713 \end_inset
39714
39715  und 
39716 \begin_inset Quotes gld
39717 \end_inset
39718
39719 Leerzeichen als Symbol
39720 \begin_inset Quotes grd
39721 \end_inset
39722
39723  und Bereich Zeilen 3
39724 \begin_inset space \thinspace{}
39725 \end_inset
39726
39727 -
39728 \begin_inset space \thinspace{}
39729 \end_inset
39730
39731 8:
39732 \end_layout
39733
39734 \begin_layout Standard
39735 \begin_inset listings
39736 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39737 inline false
39738 status open
39739
39740 \begin_layout Plain Layout
39741
39742 def func(param):
39743 \end_layout
39744
39745 \begin_layout Plain Layout
39746
39747     'Dies ist eine Python-Funktion'
39748 \end_layout
39749
39750 \begin_layout Plain Layout
39751
39752     pass
39753 \end_layout
39754
39755 \begin_layout Plain Layout
39756
39757 def func(param):
39758 \end_layout
39759
39760 \begin_layout Plain Layout
39761
39762 'Sonderzeichen: Tschüß'
39763 \end_layout
39764
39765 \begin_layout Plain Layout
39766
39767 pass
39768 \end_layout
39769
39770 \begin_layout Plain Layout
39771
39772 def func(param):
39773 \end_layout
39774
39775 \begin_layout Plain Layout
39776
39777 'Dies ist eine Python-Funktion'
39778 \end_layout
39779
39780 \begin_layout Plain Layout
39781
39782 pass
39783 \end_layout
39784
39785 \end_inset
39786
39787
39788 \end_layout
39789
39790 \begin_layout Standard
39791 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39792 \family sans
39793 Tabulatorgröße
39794 \family default
39795  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39796 \end_layout
39797
39798 \begin_layout Standard
39799 \noindent
39800 \begin_inset Note Greyedout
39801 status open
39802
39803 \begin_layout Plain Layout
39804
39805 \series bold
39806 Bemerkung:
39807 \series default
39808  Wegen eines Fehlers im 
39809 \series bold
39810 listings
39811 \series default
39812 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39813  verschoben.
39814  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39815  Listing nummeriert werden.
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \end_layout
39822
39823 \begin_layout Standard
39824 \begin_inset VSpace bigskip
39825 \end_inset
39826
39827
39828 \end_layout
39829
39830 \begin_layout Standard
39831 \noindent
39832 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39833  Das machen Sie mit
39834 \family sans
39835  Einfügen\SpecialChar menuseparator
39836 Datei\SpecialChar menuseparator
39837 Unterdokument
39838 \family default
39839  und der 
39840 \family sans
39841 Art
39842 \begin_inset space ~
39843 \end_inset
39844
39845 der
39846 \begin_inset space ~
39847 \end_inset
39848
39849 Einbindung
39850 \family default
39851  
39852 \family sans
39853 Listing
39854 \family default
39855 .
39856 \begin_inset Foot
39857 status collapsed
39858
39859 \begin_layout Plain Layout
39860 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39861 \begin_inset space ~
39862 \end_inset
39863
39864
39865 \begin_inset CommandInset ref
39866 LatexCommand ref
39867 reference "abs:Unterdokumente"
39868
39869 \end_inset
39870
39871  beschrieben.
39872 \end_layout
39873
39874 \end_inset
39875
39876  Im Dialogfenster
39877 \family sans
39878  Unterdokument
39879 \family default
39880  können Sie die Listing-Parameter unter 
39881 \family sans
39882 Weitere
39883 \begin_inset space ~
39884 \end_inset
39885
39886 Parameter
39887 \family default
39888  eingeben.
39889  Wenn Sie dort ein Fragezeichen 
39890 \begin_inset Quotes gld
39891 \end_inset
39892
39893 ?
39894 \begin_inset Quotes grd
39895 \end_inset
39896
39897  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39898 det.
39899 \end_layout
39900
39901 \begin_layout Standard
39902 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39903  Text ins Feld 
39904 \family sans
39905 Marke
39906 \family default
39907 , auf die dann wie üblich verwiesen werden kann.
39908 \end_layout
39909
39910 \begin_layout Standard
39911 Listing
39912 \begin_inset space ~
39913 \end_inset
39914
39915
39916 \begin_inset CommandInset ref
39917 LatexCommand ref
39918 reference "lst:Datei-Listing"
39919
39920 \end_inset
39921
39922  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39923 \begin_inset space \thinspace{}
39924 \end_inset
39925
39926 -
39927 \begin_inset space \thinspace{}
39928 \end_inset
39929
39930 15 gedruckt werden.
39931 \end_layout
39932
39933 \begin_layout Standard
39934 \begin_inset CommandInset include
39935 LatexCommand lstinputlisting
39936 filename "EmbeddedObjects.lyx"
39937 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39938
39939 \end_inset
39940
39941
39942 \end_layout
39943
39944 \begin_layout Standard
39945 \begin_inset VSpace bigskip
39946 \end_inset
39947
39948
39949 \end_layout
39950
39951 \begin_layout Standard
39952 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39953 \end_layout
39954
39955 \begin_layout Enumerate
39956 Öffnen Sie die Listings-Einstellungen und fügen
39957 \begin_inset Newline newline
39958 \end_inset
39959
39960
39961 \family sans
39962 mathescape=true
39963 \family default
39964
39965 \begin_inset Newline newline
39966 \end_inset
39967
39968 in das Feld des Tabs 
39969 \family sans
39970 Erweitert
39971 \family default
39972  ein
39973 \end_layout
39974
39975 \begin_layout Enumerate
39976 Erstellen Sie eine Formel außerhalb des Listings
39977 \end_layout
39978
39979 \begin_layout Enumerate
39980 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39981 blage (Tastenkürzel 
39982 \family sans
39983 Ctrl+C
39984 \family default
39985 )
39986 \end_layout
39987
39988 \begin_layout Enumerate
39989 Schreiben sie 
39990 \begin_inset Quotes gld
39991 \end_inset
39992
39993
39994 \family sans
39995 $$
39996 \family default
39997
39998 \begin_inset Quotes grd
39999 \end_inset
40000
40001  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40002 hen (Tastenkürzel 
40003 \family sans
40004 Ctrl+V
40005 \family default
40006 )
40007 \end_layout
40008
40009 \begin_layout Standard
40010 \begin_inset listings
40011 lstparams "language=Python,mathescape=true"
40012 inline false
40013 status open
40014
40015 \begin_layout Plain Layout
40016
40017 \begin_inset Caption Standard
40018
40019 \begin_layout Plain Layout
40020 Programm-Listing mit einer Formel
40021 \end_layout
40022
40023 \end_inset
40024
40025 # Beispiel-Programm-Listing
40026 \end_layout
40027
40028 \begin_layout Plain Layout
40029
40030 def func(param):
40031 \end_layout
40032
40033 \begin_layout Plain Layout
40034
40035     # $
40036 \backslash
40037 prod_{n=1}^{
40038 \backslash
40039 infty}
40040 \backslash
40041 ,
40042 \backslash
40043 frac{1}{x^{2}}$
40044 \end_layout
40045
40046 \begin_layout Plain Layout
40047
40048     pass
40049 \end_layout
40050
40051 \end_inset
40052
40053
40054 \end_layout
40055
40056 \begin_layout Standard
40057 \begin_inset VSpace bigskip
40058 \end_inset
40059
40060
40061 \end_layout
40062
40063 \begin_layout Standard
40064 \noindent
40065 Dokumentweite Listing-Eigenschaften können im Dialog 
40066 \family sans
40067 Dokument\SpecialChar menuseparator
40068 Einstellungen\SpecialChar menuseparator
40069 Listing
40070 \family default
40071  festgelegt werden.
40072  Dort bekommt man durch Eingabe eines Fragezeichens 
40073 \begin_inset Quotes gld
40074 \end_inset
40075
40076 ?
40077 \begin_inset Quotes grd
40078 \end_inset
40079
40080  eine Liste aller möglichen Parameter.
40081 \end_layout
40082
40083 \begin_layout Standard
40084 Weitere Informationen über das 
40085 \series bold
40086 listings
40087 \series default
40088 -Paket finden Sie in 
40089 \begin_inset CommandInset citation
40090 LatexCommand cite
40091 key "listings"
40092
40093 \end_inset
40094
40095 .
40096 \end_layout
40097
40098 \begin_layout Chapter
40099 \start_of_appendix
40100 In \SpecialChar LyX
40101  verfügbare Maßeinheiten
40102 \begin_inset CommandInset label
40103 LatexCommand label
40104 name "kap:In-LyX-verfügbare"
40105
40106 \end_inset
40107
40108
40109 \begin_inset Index idx
40110 status collapsed
40111
40112 \begin_layout Plain Layout
40113 Einheiten
40114 \end_layout
40115
40116 \end_inset
40117
40118
40119 \end_layout
40120
40121 \begin_layout Standard
40122 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40123  Tabelle
40124 \begin_inset space ~
40125 \end_inset
40126
40127
40128 \begin_inset CommandInset ref
40129 LatexCommand ref
40130 reference "tab:Maßeinheiten"
40131
40132 \end_inset
40133
40134  alle in \SpecialChar LyX
40135  verfügbaren Maßeinheiten.
40136 \end_layout
40137
40138 \begin_layout Standard
40139 \begin_inset Float table
40140 placement h
40141 wide false
40142 sideways false
40143 status open
40144
40145 \begin_layout Plain Layout
40146 \begin_inset Caption Standard
40147
40148 \begin_layout Plain Layout
40149 \begin_inset CommandInset label
40150 LatexCommand label
40151 name "tab:Maßeinheiten"
40152
40153 \end_inset
40154
40155 Maßeinheiten
40156 \end_layout
40157
40158 \end_inset
40159
40160
40161 \end_layout
40162
40163 \begin_layout Plain Layout
40164 \begin_inset VSpace medskip
40165 \end_inset
40166
40167
40168 \end_layout
40169
40170 \begin_layout Plain Layout
40171 \align center
40172 \begin_inset Tabular
40173 <lyxtabular version="3" rows="20" columns="2">
40174 <features tabularvalignment="middle">
40175 <column alignment="center" valignment="top">
40176 <column alignment="center" valignment="top">
40177 <row>
40178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40179 \begin_inset Text
40180
40181 \begin_layout Plain Layout
40182
40183 \series bold
40184 Maßeinheit
40185 \end_layout
40186
40187 \end_inset
40188 </cell>
40189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40190 \begin_inset Text
40191
40192 \begin_layout Plain Layout
40193
40194 \series bold
40195 Name/Beschreibung
40196 \end_layout
40197
40198 \end_inset
40199 </cell>
40200 </row>
40201 <row>
40202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40203 \begin_inset Text
40204
40205 \begin_layout Plain Layout
40206 mm
40207 \end_layout
40208
40209 \end_inset
40210 </cell>
40211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40212 \begin_inset Text
40213
40214 \begin_layout Plain Layout
40215 Millimeter
40216 \end_layout
40217
40218 \end_inset
40219 </cell>
40220 </row>
40221 <row>
40222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 cm
40227 \end_layout
40228
40229 \end_inset
40230 </cell>
40231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235 Zentimeter
40236 \end_layout
40237
40238 \end_inset
40239 </cell>
40240 </row>
40241 <row>
40242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40243 \begin_inset Text
40244
40245 \begin_layout Plain Layout
40246 in
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 Zoll (1
40256 \begin_inset space \thinspace{}
40257 \end_inset
40258
40259 in = 2.54
40260 \begin_inset space \thinspace{}
40261 \end_inset
40262
40263 cm
40264 \end_layout
40265
40266 \end_inset
40267 </cell>
40268 </row>
40269 <row>
40270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40271 \begin_inset Text
40272
40273 \begin_layout Plain Layout
40274 pt
40275 \end_layout
40276
40277 \end_inset
40278 </cell>
40279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40280 \begin_inset Text
40281
40282 \begin_layout Plain Layout
40283 Punkt (72.27
40284 \begin_inset space \thinspace{}
40285 \end_inset
40286
40287 pt = 1
40288 \begin_inset space \thinspace{}
40289 \end_inset
40290
40291 in)
40292 \end_layout
40293
40294 \end_inset
40295 </cell>
40296 </row>
40297 <row>
40298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 pc
40303 \end_layout
40304
40305 \end_inset
40306 </cell>
40307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40308 \begin_inset Text
40309
40310 \begin_layout Plain Layout
40311 Pica (1
40312 \begin_inset space \thinspace{}
40313 \end_inset
40314
40315 pc = 12
40316 \begin_inset space \thinspace{}
40317 \end_inset
40318
40319 pt)
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 </row>
40325 <row>
40326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 sp
40331 \end_layout
40332
40333 \end_inset
40334 </cell>
40335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 skalierter Punkt (65536
40340 \begin_inset space \thinspace{}
40341 \end_inset
40342
40343 sp = 1
40344 \begin_inset space \thinspace{}
40345 \end_inset
40346
40347 pt)
40348 \end_layout
40349
40350 \end_inset
40351 </cell>
40352 </row>
40353 <row>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 bp
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40364 \begin_inset Text
40365
40366 \begin_layout Plain Layout
40367 großer Punkt (72
40368 \begin_inset space \thinspace{}
40369 \end_inset
40370
40371 bp = 1
40372 \begin_inset space \thinspace{}
40373 \end_inset
40374
40375 in)
40376 \end_layout
40377
40378 \end_inset
40379 </cell>
40380 </row>
40381 <row>
40382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40383 \begin_inset Text
40384
40385 \begin_layout Plain Layout
40386 dd
40387 \end_layout
40388
40389 \end_inset
40390 </cell>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 Didot (1
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399 dd 
40400 \begin_inset Formula $\approx$
40401 \end_inset
40402
40403  0,376
40404 \begin_inset space \thinspace{}
40405 \end_inset
40406
40407 mm)
40408 \end_layout
40409
40410 \end_inset
40411 </cell>
40412 </row>
40413 <row>
40414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40415 \begin_inset Text
40416
40417 \begin_layout Plain Layout
40418 cc
40419 \end_layout
40420
40421 \end_inset
40422 </cell>
40423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40424 \begin_inset Text
40425
40426 \begin_layout Plain Layout
40427 Cicero (1
40428 \begin_inset space \thinspace{}
40429 \end_inset
40430
40431 cc = 12
40432 \begin_inset space \thinspace{}
40433 \end_inset
40434
40435 dd)
40436 \end_layout
40437
40438 \end_inset
40439 </cell>
40440 </row>
40441 <row>
40442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40443 \begin_inset Text
40444
40445 \begin_layout Plain Layout
40446 Skalierung%
40447 \end_layout
40448
40449 \end_inset
40450 </cell>
40451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40452 \begin_inset Text
40453
40454 \begin_layout Plain Layout
40455 % der originalen Bildbreite
40456 \end_layout
40457
40458 \end_inset
40459 </cell>
40460 </row>
40461 <row>
40462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40463 \begin_inset Text
40464
40465 \begin_layout Plain Layout
40466 Textbreite %
40467 \end_layout
40468
40469 \end_inset
40470 </cell>
40471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40472 \begin_inset Text
40473
40474 \begin_layout Plain Layout
40475 % der Textbreite
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 </row>
40481 <row>
40482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40483 \begin_inset Text
40484
40485 \begin_layout Plain Layout
40486 Spaltenbreite %
40487 \end_layout
40488
40489 \end_inset
40490 </cell>
40491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 % der Spaltenbreite
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 </row>
40501 <row>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 Seitenbreite %
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 % der Seitenbreite
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 </row>
40521 <row>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 Zeilenbreite %
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40532 \begin_inset Text
40533
40534 \begin_layout Plain Layout
40535 % der Zeilenbreite
40536 \end_layout
40537
40538 \end_inset
40539 </cell>
40540 </row>
40541 <row>
40542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 Texthöhe %
40547 \end_layout
40548
40549 \end_inset
40550 </cell>
40551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40552 \begin_inset Text
40553
40554 \begin_layout Plain Layout
40555 % der Texthöhe
40556 \end_layout
40557
40558 \end_inset
40559 </cell>
40560 </row>
40561 <row>
40562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40563 \begin_inset Text
40564
40565 \begin_layout Plain Layout
40566 Seitenhöhe %
40567 \end_layout
40568
40569 \end_inset
40570 </cell>
40571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40572 \begin_inset Text
40573
40574 \begin_layout Plain Layout
40575 % der Seitenhöhe
40576 \end_layout
40577
40578 \end_inset
40579 </cell>
40580 </row>
40581 <row>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 ex
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40592 \begin_inset Text
40593
40594 \begin_layout Plain Layout
40595 Die Höhe des Buchstabens 
40596 \emph on
40597 x
40598 \emph default
40599  im aktiven Zeichensatz
40600 \end_layout
40601
40602 \end_inset
40603 </cell>
40604 </row>
40605 <row>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 em
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40616 \begin_inset Text
40617
40618 \begin_layout Plain Layout
40619 Die Breite des Buchstabens 
40620 \emph on
40621 M
40622 \emph default
40623  im aktiven Zeichensatz
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 </row>
40629 <row>
40630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 mu
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 mathematische  Maßeinheit
40644 \series bold
40645  
40646 \series default
40647 (1
40648 \begin_inset space \thinspace{}
40649 \end_inset
40650
40651 mu = 1/18
40652 \begin_inset space \thinspace{}
40653 \end_inset
40654
40655 em)
40656 \end_layout
40657
40658 \end_inset
40659 </cell>
40660 </row>
40661 </lyxtabular>
40662
40663 \end_inset
40664
40665
40666 \end_layout
40667
40668 \end_inset
40669
40670
40671 \end_layout
40672
40673 \begin_layout Chapter
40674 Ausgabedatei-Formate mit Grafiken
40675 \begin_inset CommandInset label
40676 LatexCommand label
40677 name "kap:Ausgabedatei-Formate"
40678
40679 \end_inset
40680
40681
40682 \end_layout
40683
40684 \begin_layout Section
40685 DVI
40686 \begin_inset Index idx
40687 status collapsed
40688
40689 \begin_layout Plain Layout
40690 Dateiformat! DVI
40691 \end_layout
40692
40693 \end_inset
40694
40695
40696 \begin_inset Index idx
40697 status collapsed
40698
40699 \begin_layout Plain Layout
40700 DVI
40701 \end_layout
40702
40703 \end_inset
40704
40705
40706 \end_layout
40707
40708 \begin_layout Standard
40709 Dieser Dateityp hat die Erweiterung 
40710 \begin_inset Quotes gld
40711 \end_inset
40712
40713
40714 \family typewriter
40715 .dvi
40716 \family default
40717
40718 \begin_inset Quotes grd
40719 \end_inset
40720
40721  und wird 
40722 \begin_inset Quotes gld
40723 \end_inset
40724
40725 device independent
40726 \begin_inset Quotes grd
40727 \end_inset
40728
40729  genannt, weil er vollkommen portierbar ist.
40730  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40731  dvi-Betrachter installiert hat.
40732  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40733 ate wie PostScript benutzt.
40734 \end_layout
40735
40736 \begin_layout Standard
40737 \begin_inset Note Greyedout
40738 status open
40739
40740 \begin_layout Plain Layout
40741
40742 \series bold
40743 Bemerkung:
40744 \series default
40745  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40746 \end_layout
40747
40748 \end_inset
40749
40750
40751 \end_layout
40752
40753 \begin_layout Standard
40754 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40755  auf einen anderen Computer kopieren.
40756  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40757  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40758  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40759 \family typewriter
40760  
40761 \family default
40762 blättern.
40763
40764 \family typewriter
40765  
40766 \family default
40767 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40768  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40769  
40770 \end_layout
40771
40772 \begin_layout Standard
40773 Sie können Ihr Dokument als DVI über das Menü 
40774 \family sans
40775 Datei\SpecialChar menuseparator
40776 Exportieren\SpecialChar menuseparator
40777 DVI
40778 \family default
40779  exportieren.
40780  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40781 \family sans
40782 Ansicht
40783 \family default
40784  anschauen.
40785 \end_layout
40786
40787 \begin_layout Section
40788 PostScript
40789 \begin_inset Index idx
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793 Dateiformat  ! PostScript
40794 \end_layout
40795
40796 \end_inset
40797
40798
40799 \begin_inset Index idx
40800 status collapsed
40801
40802 \begin_layout Plain Layout
40803 PostScript
40804 \end_layout
40805
40806 \end_inset
40807
40808
40809 \end_layout
40810
40811 \begin_layout Standard
40812 Dieser Dateityp hat die Erweiterung 
40813 \begin_inset Quotes gld
40814 \end_inset
40815
40816
40817 \family typewriter
40818 .ps
40819 \family default
40820
40821 \begin_inset Quotes grd
40822 \end_inset
40823
40824 .
40825  PostScript wurde von der Firma
40826 \family typewriter
40827  Adobe
40828 \family default
40829  als Druckersprache entwickelt.
40830  Die Datei enthält deshalb Druckbefehle.
40831  PostScript kann als 
40832 \begin_inset Quotes gld
40833 \end_inset
40834
40835 Programmiersprache
40836 \begin_inset Quotes grd
40837 \end_inset
40838
40839  angesehen werden.
40840  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40841 \begin_inset Foot
40842 status collapsed
40843
40844 \begin_layout Plain Layout
40845 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40846  von
40847 \series bold
40848  PSTricks
40849 \series default
40850  
40851 \begin_inset CommandInset citation
40852 LatexCommand cite
40853 key "pstricks"
40854
40855 \end_inset
40856
40857  oder 
40858 \begin_inset CommandInset citation
40859 LatexCommand cite
40860 key "latex-praxisbuch"
40861
40862 \end_inset
40863
40864  ansehen.
40865 \end_layout
40866
40867 \end_inset
40868
40869 .
40870  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
40871 \end_layout
40872
40873 \begin_layout Standard
40874 PostScript kann nur Bilder im Format EPS
40875 \begin_inset Index idx
40876 status collapsed
40877
40878 \begin_layout Plain Layout
40879 EPS
40880 \end_layout
40881
40882 \end_inset
40883
40884  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
40885 wei\SpecialChar softhyphen
40886 ter\SpecialChar softhyphen
40887 ung 
40888 \begin_inset Quotes gld
40889 \end_inset
40890
40891
40892 \family typewriter
40893 .eps
40894 \family default
40895
40896 \begin_inset Quotes grd
40897 \end_inset
40898
40899 ) enthalten.
40900  Weil \SpecialChar LyX
40901  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
40902  intern nach EPS konvertieren.
40903  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
40904  verlangsamen.
40905  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
40906  konvertieren und direkt als EPS einfügen.
40907 \end_layout
40908
40909 \begin_layout Standard
40910 Sie können Ihr Dokument als PostScript über das Menü 
40911 \family sans
40912 Datei\SpecialChar menuseparator
40913 Exportieren\SpecialChar menuseparator
40914 Post\SpecialChar softhyphen
40915 Script
40916 \family default
40917  exportieren.
40918  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
40919 \family sans
40920 Ansicht
40921 \family default
40922  anschauen.
40923 \end_layout
40924
40925 \begin_layout Section
40926 PDF
40927 \begin_inset Index idx
40928 status collapsed
40929
40930 \begin_layout Plain Layout
40931 Dateiformat! PDF
40932 \end_layout
40933
40934 \end_inset
40935
40936
40937 \begin_inset Index idx
40938 status collapsed
40939
40940 \begin_layout Plain Layout
40941 PDF
40942 \end_layout
40943
40944 \end_inset
40945
40946
40947 \end_layout
40948
40949 \begin_layout Standard
40950 Dieser Dateityp hat die Erweiterung 
40951 \begin_inset Quotes gld
40952 \end_inset
40953
40954
40955 \family typewriter
40956 .pdf
40957 \family default
40958
40959 \begin_inset Quotes grd
40960 \end_inset
40961
40962 .
40963  Das
40964 \emph on
40965  
40966 \emph default
40967
40968 \begin_inset Quotes gld
40969 \end_inset
40970
40971 Portable Document Format
40972 \begin_inset Quotes grd
40973 \end_inset
40974
40975  (PDF) wurde auch von der Firma 
40976 \family typewriter
40977 Adobe
40978 \family default
40979  als Derivat von PostScript entwickelt.
40980  Es ist komprimierter und benutzt weniger Befehle als PostScript.
40981  Wie der Begriff 
40982 \begin_inset Quotes gld
40983 \end_inset
40984
40985 portable
40986 \begin_inset Quotes grd
40987 \end_inset
40988
40989  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
40990  werden, und der Ausdruck sieht immer gleich aus.
40991 \end_layout
40992
40993 \begin_layout Standard
40994 PDF kann Bilder im eigenen PDF-Format, im Format 
40995 \begin_inset Quotes gld
40996 \end_inset
40997
40998 Joint Photographic Experts Group
40999 \begin_inset Quotes grd
41000 \end_inset
41001
41002  (JPEG
41003 \begin_inset Index idx
41004 status collapsed
41005
41006 \begin_layout Plain Layout
41007 JPG, JPEG
41008 \end_layout
41009
41010 \end_inset
41011
41012 , Datei-Erweiterung 
41013 \begin_inset Quotes gld
41014 \end_inset
41015
41016
41017 \family typewriter
41018 .jpg
41019 \family default
41020
41021 \begin_inset Quotes grd
41022 \end_inset
41023
41024  oder 
41025 \begin_inset Quotes gld
41026 \end_inset
41027
41028
41029 \family typewriter
41030 .jpeg
41031 \family default
41032
41033 \begin_inset Quotes grd
41034 \end_inset
41035
41036 ) und im Format 
41037 \begin_inset Quotes gld
41038 \end_inset
41039
41040 Portable Network Graphics
41041 \begin_inset Quotes grd
41042 \end_inset
41043
41044  (PNG
41045 \begin_inset Index idx
41046 status collapsed
41047
41048 \begin_layout Plain Layout
41049 PNG
41050 \end_layout
41051
41052 \end_inset
41053
41054 , Datei-Erweiterung 
41055 \begin_inset Quotes gld
41056 \end_inset
41057
41058
41059 \family typewriter
41060 .png
41061 \family default
41062
41063 \begin_inset Quotes grd
41064 \end_inset
41065
41066 ) enthalten.
41067  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41068  es für Sie
41069  konvertieren wird.
41070  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41071  wird, eines der drei erwähnten Bildformate zu benutzen.
41072 \end_layout
41073
41074 \begin_layout Standard
41075 PDF-Dateien können Sie über 
41076 \family sans
41077 Datei\SpecialChar menuseparator
41078 Exportieren
41079 \family default
41080  auf drei Arten erzeugen:
41081 \end_layout
41082
41083 \begin_layout Description
41084 PDF
41085 \begin_inset space ~
41086 \end_inset
41087
41088 (ps2pdf) benutzt das Programm
41089 \family typewriter
41090  ps2pdf
41091 \family default
41092 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41093 Script®-Version Ihres Dokument erstellt.
41094  Die PostScript-Version wird mit dem Programm 
41095 \family typewriter
41096 dvips
41097 \family default
41098  aus einer DVI-Version erstellt.
41099  Es werden also drei Konvertierungen verwendet.
41100 \end_layout
41101
41102 \begin_layout Description
41103 PDF
41104 \begin_inset space ~
41105 \end_inset
41106
41107 (dvipdfm) benutzt das Programm 
41108 \family typewriter
41109 dvipdfm
41110 \family default
41111 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41112  PDF konvertiert.
41113 \end_layout
41114
41115 \begin_layout Description
41116 PDF
41117 \begin_inset space ~
41118 \end_inset
41119
41120 (pdflatex) benutzt das Programm
41121 \family typewriter
41122  pdftex
41123 \family default
41124 , das Ihr Dokument direkt nach PDF konvertiert.
41125 \end_layout
41126
41127 \begin_layout Standard
41128
41129 \family sans
41130 PDF
41131 \begin_inset space ~
41132 \end_inset
41133
41134 (pdflatex)
41135 \family default
41136  wird empfohlen, weil
41137 \family typewriter
41138  pdftex
41139 \family default
41140  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41141  ohne Probleme arbeitet.
41142  Das Programm 
41143 \family typewriter
41144 dvi\SpecialChar softhyphen
41145 pdfm
41146 \family default
41147  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41148 \end_layout
41149
41150 \begin_layout Standard
41151 Sie können Ihr Dokument als PDF über das Menü 
41152 \family sans
41153 Datei\SpecialChar menuseparator
41154 Exportieren\SpecialChar menuseparator
41155 PDF
41156 \family default
41157  exportieren.
41158  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41159 \family sans
41160 Ansicht
41161 \family default
41162  oder einen Werkzeugleistenknopf anschauen.
41163 \end_layout
41164
41165 \begin_layout Chapter
41166 Liste der dvips-Farbnamen
41167 \begin_inset CommandInset label
41168 LatexCommand label
41169 name "kap:Liste-der-dvips-Farbnamen"
41170
41171 \end_inset
41172
41173
41174 \end_layout
41175
41176 \begin_layout Standard
41177 \begin_inset Tabular
41178 <lyxtabular version="3" rows="17" columns="4">
41179 <features tabularvalignment="middle">
41180 <column alignment="left" valignment="top" width="0pt">
41181 <column alignment="left" valignment="top" width="0pt">
41182 <column alignment="left" valignment="top" width="0pt">
41183 <column alignment="left" valignment="top" width="0pt">
41184 <row>
41185 <cell alignment="left" valignment="top" usebox="none">
41186 \begin_inset Text
41187
41188 \begin_layout Plain Layout
41189 \begin_inset ERT
41190 status collapsed
41191
41192 \begin_layout Plain Layout
41193
41194
41195 \backslash
41196 fcolorbox{black}{
41197 \end_layout
41198
41199 \end_inset
41200
41201 white
41202 \begin_inset ERT
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206
41207 }{
41208 \end_layout
41209
41210 \end_inset
41211
41212 Farbe
41213 \begin_inset ERT
41214 status collapsed
41215
41216 \begin_layout Plain Layout
41217
41218 }
41219 \end_layout
41220
41221 \end_inset
41222
41223  Farbname
41224 \end_layout
41225
41226 \end_inset
41227 </cell>
41228 <cell alignment="left" valignment="top" usebox="none">
41229 \begin_inset Text
41230
41231 \begin_layout Plain Layout
41232 \begin_inset ERT
41233 status collapsed
41234
41235 \begin_layout Plain Layout
41236
41237
41238 \backslash
41239 fcolorbox{black}{
41240 \end_layout
41241
41242 \end_inset
41243
41244 white
41245 \begin_inset ERT
41246 status collapsed
41247
41248 \begin_layout Plain Layout
41249
41250 }{
41251 \end_layout
41252
41253 \end_inset
41254
41255 Farbe
41256 \begin_inset ERT
41257 status collapsed
41258
41259 \begin_layout Plain Layout
41260
41261 }
41262 \end_layout
41263
41264 \end_inset
41265
41266  Farbname
41267 \end_layout
41268
41269 \end_inset
41270 </cell>
41271 <cell alignment="left" valignment="top" usebox="none">
41272 \begin_inset Text
41273
41274 \begin_layout Plain Layout
41275 \begin_inset ERT
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279
41280
41281 \backslash
41282 fcolorbox{black}{
41283 \end_layout
41284
41285 \end_inset
41286
41287 white
41288 \begin_inset ERT
41289 status collapsed
41290
41291 \begin_layout Plain Layout
41292
41293 }{
41294 \end_layout
41295
41296 \end_inset
41297
41298 Farbe
41299 \begin_inset ERT
41300 status collapsed
41301
41302 \begin_layout Plain Layout
41303
41304 }
41305 \end_layout
41306
41307 \end_inset
41308
41309  Farbname
41310 \end_layout
41311
41312 \end_inset
41313 </cell>
41314 <cell alignment="left" valignment="top" usebox="none">
41315 \begin_inset Text
41316
41317 \begin_layout Plain Layout
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323
41324 \backslash
41325 fcolorbox{black}{
41326 \end_layout
41327
41328 \end_inset
41329
41330 white
41331 \begin_inset ERT
41332 status collapsed
41333
41334 \begin_layout Plain Layout
41335
41336 }{
41337 \end_layout
41338
41339 \end_inset
41340
41341 Farbe
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347 }
41348 \end_layout
41349
41350 \end_inset
41351
41352  Farbname
41353 \end_layout
41354
41355 \end_inset
41356 </cell>
41357 </row>
41358 <row>
41359 <cell alignment="center" valignment="top" usebox="none">
41360 \begin_inset Text
41361
41362 \begin_layout Plain Layout
41363 \begin_inset ERT
41364 status collapsed
41365
41366 \begin_layout Plain Layout
41367
41368
41369 \backslash
41370 fcolorbox{black}{
41371 \end_layout
41372
41373 \end_inset
41374
41375 Apricot
41376 \begin_inset ERT
41377 status collapsed
41378
41379 \begin_layout Plain Layout
41380
41381 }{
41382 \end_layout
41383
41384 \end_inset
41385
41386
41387 \begin_inset Phantom Phantom
41388 status open
41389
41390 \begin_layout Plain Layout
41391 W
41392 \end_layout
41393
41394 \end_inset
41395
41396
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402 }
41403 \end_layout
41404
41405 \end_inset
41406
41407  Apricot
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 <cell alignment="center" valignment="top" usebox="none">
41413 \begin_inset Text
41414
41415 \begin_layout Plain Layout
41416 \begin_inset ERT
41417 status collapsed
41418
41419 \begin_layout Plain Layout
41420
41421
41422 \backslash
41423 fcolorbox{black}{
41424 \end_layout
41425
41426 \end_inset
41427
41428 Aquamarine
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434 }{
41435 \end_layout
41436
41437 \end_inset
41438
41439
41440 \begin_inset Phantom Phantom
41441 status open
41442
41443 \begin_layout Plain Layout
41444 W
41445 \end_layout
41446
41447 \end_inset
41448
41449
41450 \begin_inset ERT
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454
41455 }
41456 \end_layout
41457
41458 \end_inset
41459
41460  Aquamarine
41461 \end_layout
41462
41463 \end_inset
41464 </cell>
41465 <cell alignment="center" valignment="top" usebox="none">
41466 \begin_inset Text
41467
41468 \begin_layout Plain Layout
41469 \begin_inset ERT
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473
41474
41475 \backslash
41476 fcolorbox{black}{
41477 \end_layout
41478
41479 \end_inset
41480
41481 Bittersweet
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }{
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \begin_inset Phantom Phantom
41494 status open
41495
41496 \begin_layout Plain Layout
41497 W
41498 \end_layout
41499
41500 \end_inset
41501
41502
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508 }
41509 \end_layout
41510
41511 \end_inset
41512
41513  Bittersweet
41514 \end_layout
41515
41516 \end_inset
41517 </cell>
41518 <cell alignment="center" valignment="top" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 \begin_inset ERT
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526
41527
41528 \backslash
41529 fcolorbox{black}{
41530 \end_layout
41531
41532 \end_inset
41533
41534 BlueGreen
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }{
41541 \end_layout
41542
41543 \end_inset
41544
41545
41546 \begin_inset Phantom Phantom
41547 status open
41548
41549 \begin_layout Plain Layout
41550 W
41551 \end_layout
41552
41553 \end_inset
41554
41555
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561 }
41562 \end_layout
41563
41564 \end_inset
41565
41566  BlueGreen
41567 \end_layout
41568
41569 \end_inset
41570 </cell>
41571 </row>
41572 <row>
41573 <cell alignment="left" valignment="top" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582
41583 \backslash
41584 fcolorbox{black}{
41585 \end_layout
41586
41587 \end_inset
41588
41589 BlueViolet
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }{
41596 \end_layout
41597
41598 \end_inset
41599
41600
41601 \begin_inset Phantom Phantom
41602 status open
41603
41604 \begin_layout Plain Layout
41605 W
41606 \end_layout
41607
41608 \end_inset
41609
41610
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }
41617 \end_layout
41618
41619 \end_inset
41620
41621  BlueViolet
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 <cell alignment="left" valignment="top" usebox="none">
41627 \begin_inset Text
41628
41629 \begin_layout Plain Layout
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635
41636 \backslash
41637 fcolorbox{black}{
41638 \end_layout
41639
41640 \end_inset
41641
41642 BrickRed
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }{
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \begin_inset Phantom Phantom
41655 status open
41656
41657 \begin_layout Plain Layout
41658 W
41659 \end_layout
41660
41661 \end_inset
41662
41663
41664 \begin_inset ERT
41665 status collapsed
41666
41667 \begin_layout Plain Layout
41668
41669 }
41670 \end_layout
41671
41672 \end_inset
41673
41674  BrickRed
41675 \end_layout
41676
41677 \end_inset
41678 </cell>
41679 <cell alignment="left" valignment="top" usebox="none">
41680 \begin_inset Text
41681
41682 \begin_layout Plain Layout
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688
41689 \backslash
41690 fcolorbox{black}{
41691 \end_layout
41692
41693 \end_inset
41694
41695 Brown
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }{
41702 \end_layout
41703
41704 \end_inset
41705
41706
41707 \begin_inset Phantom Phantom
41708 status open
41709
41710 \begin_layout Plain Layout
41711 W
41712 \end_layout
41713
41714 \end_inset
41715
41716
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722 }
41723 \end_layout
41724
41725 \end_inset
41726
41727  Brown
41728 \end_layout
41729
41730 \end_inset
41731 </cell>
41732 <cell alignment="left" valignment="top" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 \begin_inset ERT
41737 status collapsed
41738
41739 \begin_layout Plain Layout
41740
41741
41742 \backslash
41743 fcolorbox{black}{
41744 \end_layout
41745
41746 \end_inset
41747
41748 BurntOrange
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }{
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset Phantom Phantom
41761 status open
41762
41763 \begin_layout Plain Layout
41764 W
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775 }
41776 \end_layout
41777
41778 \end_inset
41779
41780  BurntOrange
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 </row>
41786 <row>
41787 <cell alignment="left" valignment="top" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796
41797 \backslash
41798 fcolorbox{black}{
41799 \end_layout
41800
41801 \end_inset
41802
41803 CadetBlue
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }{
41810 \end_layout
41811
41812 \end_inset
41813
41814
41815 \begin_inset Phantom Phantom
41816 status open
41817
41818 \begin_layout Plain Layout
41819 W
41820 \end_layout
41821
41822 \end_inset
41823
41824
41825 \begin_inset ERT
41826 status collapsed
41827
41828 \begin_layout Plain Layout
41829
41830 }
41831 \end_layout
41832
41833 \end_inset
41834
41835  CadetBlue
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 <cell alignment="left" valignment="top" usebox="none">
41841 \begin_inset Text
41842
41843 \begin_layout Plain Layout
41844 \begin_inset ERT
41845 status collapsed
41846
41847 \begin_layout Plain Layout
41848
41849
41850 \backslash
41851 fcolorbox{black}{
41852 \end_layout
41853
41854 \end_inset
41855
41856 CarnationPink
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862 }{
41863 \end_layout
41864
41865 \end_inset
41866
41867
41868 \begin_inset Phantom Phantom
41869 status open
41870
41871 \begin_layout Plain Layout
41872 W
41873 \end_layout
41874
41875 \end_inset
41876
41877
41878 \begin_inset ERT
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882
41883 }
41884 \end_layout
41885
41886 \end_inset
41887
41888  CarnationPink
41889 \end_layout
41890
41891 \end_inset
41892 </cell>
41893 <cell alignment="left" valignment="top" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902
41903 \backslash
41904 fcolorbox{black}{
41905 \end_layout
41906
41907 \end_inset
41908
41909 Cerulean
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }{
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset Phantom Phantom
41922 status open
41923
41924 \begin_layout Plain Layout
41925 W
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936 }
41937 \end_layout
41938
41939 \end_inset
41940
41941  Cerulean
41942 \end_layout
41943
41944 \end_inset
41945 </cell>
41946 <cell alignment="left" valignment="top" usebox="none">
41947 \begin_inset Text
41948
41949 \begin_layout Plain Layout
41950 \begin_inset ERT
41951 status collapsed
41952
41953 \begin_layout Plain Layout
41954
41955
41956 \backslash
41957 fcolorbox{black}{
41958 \end_layout
41959
41960 \end_inset
41961
41962 CornflowerBlue
41963 \begin_inset ERT
41964 status collapsed
41965
41966 \begin_layout Plain Layout
41967
41968 }{
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset Phantom Phantom
41975 status open
41976
41977 \begin_layout Plain Layout
41978 W
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989 }
41990 \end_layout
41991
41992 \end_inset
41993
41994  CornflowerBlue
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 </row>
42000 <row>
42001 <cell alignment="left" valignment="top" usebox="none">
42002 \begin_inset Text
42003
42004 \begin_layout Plain Layout
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010
42011 \backslash
42012 fcolorbox{black}{
42013 \end_layout
42014
42015 \end_inset
42016
42017 Dandelion
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }{
42024 \end_layout
42025
42026 \end_inset
42027
42028
42029 \begin_inset Phantom Phantom
42030 status open
42031
42032 \begin_layout Plain Layout
42033 W
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \begin_inset ERT
42040 status collapsed
42041
42042 \begin_layout Plain Layout
42043
42044 }
42045 \end_layout
42046
42047 \end_inset
42048
42049  Dandelion
42050 \end_layout
42051
42052 \end_inset
42053 </cell>
42054 <cell alignment="left" valignment="top" usebox="none">
42055 \begin_inset Text
42056
42057 \begin_layout Plain Layout
42058 \begin_inset ERT
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063
42064 \backslash
42065 fcolorbox{black}{
42066 \end_layout
42067
42068 \end_inset
42069
42070 DarkOrchid
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076 }{
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \begin_inset Phantom Phantom
42083 status open
42084
42085 \begin_layout Plain Layout
42086 W
42087 \end_layout
42088
42089 \end_inset
42090
42091
42092 \begin_inset ERT
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096
42097 }
42098 \end_layout
42099
42100 \end_inset
42101
42102  DarkOrchid
42103 \end_layout
42104
42105 \end_inset
42106 </cell>
42107 <cell alignment="left" valignment="top" usebox="none">
42108 \begin_inset Text
42109
42110 \begin_layout Plain Layout
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116
42117 \backslash
42118 fcolorbox{black}{
42119 \end_layout
42120
42121 \end_inset
42122
42123 Emerald
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }{
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset Phantom Phantom
42136 status open
42137
42138 \begin_layout Plain Layout
42139 W
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150 }
42151 \end_layout
42152
42153 \end_inset
42154
42155  Emerald
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 <cell alignment="left" valignment="top" usebox="none">
42161 \begin_inset Text
42162
42163 \begin_layout Plain Layout
42164 \begin_inset ERT
42165 status collapsed
42166
42167 \begin_layout Plain Layout
42168
42169
42170 \backslash
42171 fcolorbox{black}{
42172 \end_layout
42173
42174 \end_inset
42175
42176 ForestGreen
42177 \begin_inset ERT
42178 status collapsed
42179
42180 \begin_layout Plain Layout
42181
42182 }{
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset Phantom Phantom
42189 status open
42190
42191 \begin_layout Plain Layout
42192 W
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203 }
42204 \end_layout
42205
42206 \end_inset
42207
42208  ForestGreen
42209 \end_layout
42210
42211 \end_inset
42212 </cell>
42213 </row>
42214 <row>
42215 <cell alignment="left" valignment="top" usebox="none">
42216 \begin_inset Text
42217
42218 \begin_layout Plain Layout
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224
42225 \backslash
42226 fcolorbox{black}{
42227 \end_layout
42228
42229 \end_inset
42230
42231 Fuchsia
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }{
42238 \end_layout
42239
42240 \end_inset
42241
42242
42243 \begin_inset Phantom Phantom
42244 status open
42245
42246 \begin_layout Plain Layout
42247 W
42248 \end_layout
42249
42250 \end_inset
42251
42252
42253 \begin_inset ERT
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257
42258 }
42259 \end_layout
42260
42261 \end_inset
42262
42263  Fuchsia
42264 \end_layout
42265
42266 \end_inset
42267 </cell>
42268 <cell alignment="left" valignment="top" usebox="none">
42269 \begin_inset Text
42270
42271 \begin_layout Plain Layout
42272 \begin_inset ERT
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276
42277
42278 \backslash
42279 fcolorbox{black}{
42280 \end_layout
42281
42282 \end_inset
42283
42284 Goldenrod
42285 \begin_inset ERT
42286 status collapsed
42287
42288 \begin_layout Plain Layout
42289
42290 }{
42291 \end_layout
42292
42293 \end_inset
42294
42295
42296 \begin_inset Phantom Phantom
42297 status open
42298
42299 \begin_layout Plain Layout
42300 W
42301 \end_layout
42302
42303 \end_inset
42304
42305
42306 \begin_inset ERT
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310
42311 }
42312 \end_layout
42313
42314 \end_inset
42315
42316  Goldenrod
42317 \end_layout
42318
42319 \end_inset
42320 </cell>
42321 <cell alignment="left" valignment="top" usebox="none">
42322 \begin_inset Text
42323
42324 \begin_layout Plain Layout
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330
42331 \backslash
42332 fcolorbox{black}{
42333 \end_layout
42334
42335 \end_inset
42336
42337 Gray
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343 }{
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \begin_inset Phantom Phantom
42350 status open
42351
42352 \begin_layout Plain Layout
42353 W
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364 }
42365 \end_layout
42366
42367 \end_inset
42368
42369  Gray
42370 \end_layout
42371
42372 \end_inset
42373 </cell>
42374 <cell alignment="left" valignment="top" usebox="none">
42375 \begin_inset Text
42376
42377 \begin_layout Plain Layout
42378 \begin_inset ERT
42379 status collapsed
42380
42381 \begin_layout Plain Layout
42382
42383
42384 \backslash
42385 fcolorbox{black}{
42386 \end_layout
42387
42388 \end_inset
42389
42390 GreenYellow
42391 \begin_inset ERT
42392 status collapsed
42393
42394 \begin_layout Plain Layout
42395
42396 }{
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset Phantom Phantom
42403 status open
42404
42405 \begin_layout Plain Layout
42406 W
42407 \end_layout
42408
42409 \end_inset
42410
42411
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417 }
42418 \end_layout
42419
42420 \end_inset
42421
42422  GreenYellow
42423 \end_layout
42424
42425 \end_inset
42426 </cell>
42427 </row>
42428 <row>
42429 <cell alignment="center" valignment="top" usebox="none">
42430 \begin_inset Text
42431
42432 \begin_layout Plain Layout
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438
42439 \backslash
42440 fcolorbox{black}{
42441 \end_layout
42442
42443 \end_inset
42444
42445 JungleGreen
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }{
42452 \end_layout
42453
42454 \end_inset
42455
42456
42457 \begin_inset Phantom Phantom
42458 status open
42459
42460 \begin_layout Plain Layout
42461 W
42462 \end_layout
42463
42464 \end_inset
42465
42466
42467 \begin_inset ERT
42468 status collapsed
42469
42470 \begin_layout Plain Layout
42471
42472 }
42473 \end_layout
42474
42475 \end_inset
42476
42477  JungleGreen
42478 \end_layout
42479
42480 \end_inset
42481 </cell>
42482 <cell alignment="center" valignment="top" usebox="none">
42483 \begin_inset Text
42484
42485 \begin_layout Plain Layout
42486 \begin_inset ERT
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490
42491
42492 \backslash
42493 fcolorbox{black}{
42494 \end_layout
42495
42496 \end_inset
42497
42498 Lavender
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }{
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \begin_inset Phantom Phantom
42511 status open
42512
42513 \begin_layout Plain Layout
42514 W
42515 \end_layout
42516
42517 \end_inset
42518
42519
42520 \begin_inset ERT
42521 status collapsed
42522
42523 \begin_layout Plain Layout
42524
42525 }
42526 \end_layout
42527
42528 \end_inset
42529
42530  Lavender
42531 \end_layout
42532
42533 \end_inset
42534 </cell>
42535 <cell alignment="center" valignment="top" usebox="none">
42536 \begin_inset Text
42537
42538 \begin_layout Plain Layout
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544
42545 \backslash
42546 fcolorbox{black}{
42547 \end_layout
42548
42549 \end_inset
42550
42551 LimeGreen
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557 }{
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \begin_inset Phantom Phantom
42564 status open
42565
42566 \begin_layout Plain Layout
42567 W
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578 }
42579 \end_layout
42580
42581 \end_inset
42582
42583  LimeGreen
42584 \end_layout
42585
42586 \end_inset
42587 </cell>
42588 <cell alignment="center" valignment="top" usebox="none">
42589 \begin_inset Text
42590
42591 \begin_layout Plain Layout
42592 \begin_inset ERT
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596
42597
42598 \backslash
42599 fcolorbox{black}{
42600 \end_layout
42601
42602 \end_inset
42603
42604 Mahogany
42605 \begin_inset ERT
42606 status collapsed
42607
42608 \begin_layout Plain Layout
42609
42610 }{
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset Phantom Phantom
42617 status open
42618
42619 \begin_layout Plain Layout
42620 W
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631 }
42632 \end_layout
42633
42634 \end_inset
42635
42636  Mahogany
42637 \end_layout
42638
42639 \end_inset
42640 </cell>
42641 </row>
42642 <row>
42643 <cell alignment="left" valignment="top" usebox="none">
42644 \begin_inset Text
42645
42646 \begin_layout Plain Layout
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652
42653 \backslash
42654 fcolorbox{black}{
42655 \end_layout
42656
42657 \end_inset
42658
42659 Mahogany
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }{
42666 \end_layout
42667
42668 \end_inset
42669
42670
42671 \begin_inset Phantom Phantom
42672 status open
42673
42674 \begin_layout Plain Layout
42675 W
42676 \end_layout
42677
42678 \end_inset
42679
42680
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686 }
42687 \end_layout
42688
42689 \end_inset
42690
42691  Mahogany
42692 \end_layout
42693
42694 \end_inset
42695 </cell>
42696 <cell alignment="left" valignment="top" usebox="none">
42697 \begin_inset Text
42698
42699 \begin_layout Plain Layout
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705
42706 \backslash
42707 fcolorbox{black}{
42708 \end_layout
42709
42710 \end_inset
42711
42712 Maroon
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718 }{
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \begin_inset Phantom Phantom
42725 status open
42726
42727 \begin_layout Plain Layout
42728 W
42729 \end_layout
42730
42731 \end_inset
42732
42733
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739 }
42740 \end_layout
42741
42742 \end_inset
42743
42744  Maroon
42745 \end_layout
42746
42747 \end_inset
42748 </cell>
42749 <cell alignment="left" valignment="top" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758
42759 \backslash
42760 fcolorbox{black}{
42761 \end_layout
42762
42763 \end_inset
42764
42765 Melon
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }{
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset Phantom Phantom
42778 status open
42779
42780 \begin_layout Plain Layout
42781 W
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792 }
42793 \end_layout
42794
42795 \end_inset
42796
42797  Melon
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="left" valignment="top" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 \begin_inset ERT
42807 status collapsed
42808
42809 \begin_layout Plain Layout
42810
42811
42812 \backslash
42813 fcolorbox{black}{
42814 \end_layout
42815
42816 \end_inset
42817
42818 MidnightBlue
42819 \begin_inset ERT
42820 status collapsed
42821
42822 \begin_layout Plain Layout
42823
42824 }{
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset Phantom Phantom
42831 status open
42832
42833 \begin_layout Plain Layout
42834 W
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845 }
42846 \end_layout
42847
42848 \end_inset
42849
42850  MidnightBlue
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 </row>
42856 <row>
42857 <cell alignment="left" valignment="top" usebox="none">
42858 \begin_inset Text
42859
42860 \begin_layout Plain Layout
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866
42867 \backslash
42868 fcolorbox{black}{
42869 \end_layout
42870
42871 \end_inset
42872
42873 Mulberry
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }{
42880 \end_layout
42881
42882 \end_inset
42883
42884
42885 \begin_inset Phantom Phantom
42886 status open
42887
42888 \begin_layout Plain Layout
42889 W
42890 \end_layout
42891
42892 \end_inset
42893
42894
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900 }
42901 \end_layout
42902
42903 \end_inset
42904
42905  Mulberry
42906 \end_layout
42907
42908 \end_inset
42909 </cell>
42910 <cell alignment="left" valignment="top" usebox="none">
42911 \begin_inset Text
42912
42913 \begin_layout Plain Layout
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919
42920 \backslash
42921 fcolorbox{black}{
42922 \end_layout
42923
42924 \end_inset
42925
42926 NavyBlue
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932 }{
42933 \end_layout
42934
42935 \end_inset
42936
42937
42938 \begin_inset Phantom Phantom
42939 status open
42940
42941 \begin_layout Plain Layout
42942 W
42943 \end_layout
42944
42945 \end_inset
42946
42947
42948 \begin_inset ERT
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952
42953 }
42954 \end_layout
42955
42956 \end_inset
42957
42958  NavyBlue
42959 \end_layout
42960
42961 \end_inset
42962 </cell>
42963 <cell alignment="left" valignment="top" usebox="none">
42964 \begin_inset Text
42965
42966 \begin_layout Plain Layout
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972
42973 \backslash
42974 fcolorbox{black}{
42975 \end_layout
42976
42977 \end_inset
42978
42979 OliveGreen
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }{
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset Phantom Phantom
42992 status open
42993
42994 \begin_layout Plain Layout
42995 W
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006 }
43007 \end_layout
43008
43009 \end_inset
43010
43011  OliveGreen
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="left" valignment="top" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025
43026 \backslash
43027 fcolorbox{black}{
43028 \end_layout
43029
43030 \end_inset
43031
43032 Orange
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }{
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset Phantom Phantom
43045 status open
43046
43047 \begin_layout Plain Layout
43048 W
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059 }
43060 \end_layout
43061
43062 \end_inset
43063
43064  Orange
43065 \end_layout
43066
43067 \end_inset
43068 </cell>
43069 </row>
43070 <row>
43071 <cell alignment="left" valignment="top" usebox="none">
43072 \begin_inset Text
43073
43074 \begin_layout Plain Layout
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080
43081 \backslash
43082 fcolorbox{black}{
43083 \end_layout
43084
43085 \end_inset
43086
43087 OrangeRed
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }{
43094 \end_layout
43095
43096 \end_inset
43097
43098
43099 \begin_inset Phantom Phantom
43100 status open
43101
43102 \begin_layout Plain Layout
43103 W
43104 \end_layout
43105
43106 \end_inset
43107
43108
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114 }
43115 \end_layout
43116
43117 \end_inset
43118
43119  OrangeRed
43120 \end_layout
43121
43122 \end_inset
43123 </cell>
43124 <cell alignment="left" valignment="top" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133
43134 \backslash
43135 fcolorbox{black}{
43136 \end_layout
43137
43138 \end_inset
43139
43140 Orchid
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146 }{
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \begin_inset Phantom Phantom
43153 status open
43154
43155 \begin_layout Plain Layout
43156 W
43157 \end_layout
43158
43159 \end_inset
43160
43161
43162 \begin_inset ERT
43163 status collapsed
43164
43165 \begin_layout Plain Layout
43166
43167 }
43168 \end_layout
43169
43170 \end_inset
43171
43172  Orchid
43173 \end_layout
43174
43175 \end_inset
43176 </cell>
43177 <cell alignment="left" valignment="top" usebox="none">
43178 \begin_inset Text
43179
43180 \begin_layout Plain Layout
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186
43187 \backslash
43188 fcolorbox{black}{
43189 \end_layout
43190
43191 \end_inset
43192
43193 Peach
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }{
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset Phantom Phantom
43206 status open
43207
43208 \begin_layout Plain Layout
43209 W
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220 }
43221 \end_layout
43222
43223 \end_inset
43224
43225  Peach
43226 \end_layout
43227
43228 \end_inset
43229 </cell>
43230 <cell alignment="left" valignment="top" usebox="none">
43231 \begin_inset Text
43232
43233 \begin_layout Plain Layout
43234 \begin_inset ERT
43235 status collapsed
43236
43237 \begin_layout Plain Layout
43238
43239
43240 \backslash
43241 fcolorbox{black}{
43242 \end_layout
43243
43244 \end_inset
43245
43246 Periwinkle
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }{
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset Phantom Phantom
43259 status open
43260
43261 \begin_layout Plain Layout
43262 W
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273 }
43274 \end_layout
43275
43276 \end_inset
43277
43278  Periwinkle
43279 \end_layout
43280
43281 \end_inset
43282 </cell>
43283 </row>
43284 <row>
43285 <cell alignment="left" valignment="top" usebox="none">
43286 \begin_inset Text
43287
43288 \begin_layout Plain Layout
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294
43295 \backslash
43296 fcolorbox{black}{
43297 \end_layout
43298
43299 \end_inset
43300
43301 PineGreen
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }{
43308 \end_layout
43309
43310 \end_inset
43311
43312
43313 \begin_inset Phantom Phantom
43314 status open
43315
43316 \begin_layout Plain Layout
43317 W
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328 }
43329 \end_layout
43330
43331 \end_inset
43332
43333  PineGreen
43334 \end_layout
43335
43336 \end_inset
43337 </cell>
43338 <cell alignment="left" valignment="top" usebox="none">
43339 \begin_inset Text
43340
43341 \begin_layout Plain Layout
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347
43348 \backslash
43349 fcolorbox{black}{
43350 \end_layout
43351
43352 \end_inset
43353
43354 Plum
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }{
43361 \end_layout
43362
43363 \end_inset
43364
43365
43366 \begin_inset Phantom Phantom
43367 status open
43368
43369 \begin_layout Plain Layout
43370 W
43371 \end_layout
43372
43373 \end_inset
43374
43375
43376 \begin_inset ERT
43377 status collapsed
43378
43379 \begin_layout Plain Layout
43380
43381 }
43382 \end_layout
43383
43384 \end_inset
43385
43386  Plum
43387 \end_layout
43388
43389 \end_inset
43390 </cell>
43391 <cell alignment="left" valignment="top" usebox="none">
43392 \begin_inset Text
43393
43394 \begin_layout Plain Layout
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400
43401 \backslash
43402 fcolorbox{black}{
43403 \end_layout
43404
43405 \end_inset
43406
43407 ProcessBlue
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }{
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset Phantom Phantom
43420 status open
43421
43422 \begin_layout Plain Layout
43423 W
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434 }
43435 \end_layout
43436
43437 \end_inset
43438
43439  ProcessBlue
43440 \end_layout
43441
43442 \end_inset
43443 </cell>
43444 <cell alignment="left" valignment="top" usebox="none">
43445 \begin_inset Text
43446
43447 \begin_layout Plain Layout
43448 \begin_inset ERT
43449 status collapsed
43450
43451 \begin_layout Plain Layout
43452
43453
43454 \backslash
43455 fcolorbox{black}{
43456 \end_layout
43457
43458 \end_inset
43459
43460 Purple
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }{
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset Phantom Phantom
43473 status open
43474
43475 \begin_layout Plain Layout
43476 W
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 }
43488 \end_layout
43489
43490 \end_inset
43491
43492  Purple
43493 \end_layout
43494
43495 \end_inset
43496 </cell>
43497 </row>
43498 <row>
43499 <cell alignment="left" valignment="top" usebox="none">
43500 \begin_inset Text
43501
43502 \begin_layout Plain Layout
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508
43509 \backslash
43510 fcolorbox{black}{
43511 \end_layout
43512
43513 \end_inset
43514
43515 RawSienna
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }{
43522 \end_layout
43523
43524 \end_inset
43525
43526
43527 \begin_inset Phantom Phantom
43528 status open
43529
43530 \begin_layout Plain Layout
43531 W
43532 \end_layout
43533
43534 \end_inset
43535
43536
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542 }
43543 \end_layout
43544
43545 \end_inset
43546
43547  RawSienna
43548 \end_layout
43549
43550 \end_inset
43551 </cell>
43552 <cell alignment="left" valignment="top" usebox="none">
43553 \begin_inset Text
43554
43555 \begin_layout Plain Layout
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561
43562 \backslash
43563 fcolorbox{black}{
43564 \end_layout
43565
43566 \end_inset
43567
43568 RedOrange
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }{
43575 \end_layout
43576
43577 \end_inset
43578
43579
43580 \begin_inset Phantom Phantom
43581 status open
43582
43583 \begin_layout Plain Layout
43584 W
43585 \end_layout
43586
43587 \end_inset
43588
43589
43590 \begin_inset ERT
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594
43595 }
43596 \end_layout
43597
43598 \end_inset
43599
43600  RedOrange
43601 \end_layout
43602
43603 \end_inset
43604 </cell>
43605 <cell alignment="left" valignment="top" usebox="none">
43606 \begin_inset Text
43607
43608 \begin_layout Plain Layout
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614
43615 \backslash
43616 fcolorbox{black}{
43617 \end_layout
43618
43619 \end_inset
43620
43621 RedViolet
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }{
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \begin_inset Phantom Phantom
43634 status open
43635
43636 \begin_layout Plain Layout
43637 W
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648 }
43649 \end_layout
43650
43651 \end_inset
43652
43653  RedViolet
43654 \end_layout
43655
43656 \end_inset
43657 </cell>
43658 <cell alignment="left" valignment="top" usebox="none">
43659 \begin_inset Text
43660
43661 \begin_layout Plain Layout
43662 \begin_inset ERT
43663 status collapsed
43664
43665 \begin_layout Plain Layout
43666
43667
43668 \backslash
43669 fcolorbox{black}{
43670 \end_layout
43671
43672 \end_inset
43673
43674 Rhodamine
43675 \begin_inset ERT
43676 status collapsed
43677
43678 \begin_layout Plain Layout
43679
43680 }{
43681 \end_layout
43682
43683 \end_inset
43684
43685
43686 \begin_inset Phantom Phantom
43687 status open
43688
43689 \begin_layout Plain Layout
43690 W
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701 }
43702 \end_layout
43703
43704 \end_inset
43705
43706  Rhodamine
43707 \end_layout
43708
43709 \end_inset
43710 </cell>
43711 </row>
43712 <row>
43713 <cell alignment="left" valignment="top" usebox="none">
43714 \begin_inset Text
43715
43716 \begin_layout Plain Layout
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722
43723 \backslash
43724 fcolorbox{black}{
43725 \end_layout
43726
43727 \end_inset
43728
43729 RoyalBlue
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }{
43736 \end_layout
43737
43738 \end_inset
43739
43740
43741 \begin_inset Phantom Phantom
43742 status open
43743
43744 \begin_layout Plain Layout
43745 W
43746 \end_layout
43747
43748 \end_inset
43749
43750
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756 }
43757 \end_layout
43758
43759 \end_inset
43760
43761  RoyalBlue
43762 \end_layout
43763
43764 \end_inset
43765 </cell>
43766 <cell alignment="left" valignment="top" usebox="none">
43767 \begin_inset Text
43768
43769 \begin_layout Plain Layout
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775
43776 \backslash
43777 fcolorbox{black}{
43778 \end_layout
43779
43780 \end_inset
43781
43782 RoyalPurple
43783 \begin_inset ERT
43784 status collapsed
43785
43786 \begin_layout Plain Layout
43787
43788 }{
43789 \end_layout
43790
43791 \end_inset
43792
43793
43794 \begin_inset Phantom Phantom
43795 status open
43796
43797 \begin_layout Plain Layout
43798 W
43799 \end_layout
43800
43801 \end_inset
43802
43803
43804 \begin_inset ERT
43805 status collapsed
43806
43807 \begin_layout Plain Layout
43808
43809 }
43810 \end_layout
43811
43812 \end_inset
43813
43814  RoyalPurple
43815 \end_layout
43816
43817 \end_inset
43818 </cell>
43819 <cell alignment="left" valignment="top" usebox="none">
43820 \begin_inset Text
43821
43822 \begin_layout Plain Layout
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828
43829 \backslash
43830 fcolorbox{black}{
43831 \end_layout
43832
43833 \end_inset
43834
43835 RubineRed
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841 }{
43842 \end_layout
43843
43844 \end_inset
43845
43846
43847 \begin_inset Phantom Phantom
43848 status open
43849
43850 \begin_layout Plain Layout
43851 W
43852 \end_layout
43853
43854 \end_inset
43855
43856
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862 }
43863 \end_layout
43864
43865 \end_inset
43866
43867  RubineRed
43868 \end_layout
43869
43870 \end_inset
43871 </cell>
43872 <cell alignment="left" valignment="top" usebox="none">
43873 \begin_inset Text
43874
43875 \begin_layout Plain Layout
43876 \begin_inset ERT
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881
43882 \backslash
43883 fcolorbox{black}{
43884 \end_layout
43885
43886 \end_inset
43887
43888 Salmon
43889 \begin_inset ERT
43890 status collapsed
43891
43892 \begin_layout Plain Layout
43893
43894 }{
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \begin_inset Phantom Phantom
43901 status open
43902
43903 \begin_layout Plain Layout
43904 W
43905 \end_layout
43906
43907 \end_inset
43908
43909
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915 }
43916 \end_layout
43917
43918 \end_inset
43919
43920  Salmon
43921 \end_layout
43922
43923 \end_inset
43924 </cell>
43925 </row>
43926 <row>
43927 <cell alignment="left" valignment="top" usebox="none">
43928 \begin_inset Text
43929
43930 \begin_layout Plain Layout
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936
43937 \backslash
43938 fcolorbox{black}{
43939 \end_layout
43940
43941 \end_inset
43942
43943 SeaGreen
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }{
43950 \end_layout
43951
43952 \end_inset
43953
43954
43955 \begin_inset Phantom Phantom
43956 status open
43957
43958 \begin_layout Plain Layout
43959 W
43960 \end_layout
43961
43962 \end_inset
43963
43964
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970 }
43971 \end_layout
43972
43973 \end_inset
43974
43975  SeaGreen
43976 \end_layout
43977
43978 \end_inset
43979 </cell>
43980 <cell alignment="left" valignment="top" usebox="none">
43981 \begin_inset Text
43982
43983 \begin_layout Plain Layout
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989
43990 \backslash
43991 fcolorbox{black}{
43992 \end_layout
43993
43994 \end_inset
43995
43996 Sepia
43997 \begin_inset ERT
43998 status collapsed
43999
44000 \begin_layout Plain Layout
44001
44002 }{
44003 \end_layout
44004
44005 \end_inset
44006
44007
44008 \begin_inset Phantom Phantom
44009 status open
44010
44011 \begin_layout Plain Layout
44012 W
44013 \end_layout
44014
44015 \end_inset
44016
44017
44018 \begin_inset ERT
44019 status collapsed
44020
44021 \begin_layout Plain Layout
44022
44023 }
44024 \end_layout
44025
44026 \end_inset
44027
44028  Sepia
44029 \end_layout
44030
44031 \end_inset
44032 </cell>
44033 <cell alignment="left" valignment="top" usebox="none">
44034 \begin_inset Text
44035
44036 \begin_layout Plain Layout
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042
44043 \backslash
44044 fcolorbox{black}{
44045 \end_layout
44046
44047 \end_inset
44048
44049 SkyBlue
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055 }{
44056 \end_layout
44057
44058 \end_inset
44059
44060
44061 \begin_inset Phantom Phantom
44062 status open
44063
44064 \begin_layout Plain Layout
44065 W
44066 \end_layout
44067
44068 \end_inset
44069
44070
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076 }
44077 \end_layout
44078
44079 \end_inset
44080
44081  SkyBlue
44082 \end_layout
44083
44084 \end_inset
44085 </cell>
44086 <cell alignment="left" valignment="top" usebox="none">
44087 \begin_inset Text
44088
44089 \begin_layout Plain Layout
44090 \begin_inset ERT
44091 status collapsed
44092
44093 \begin_layout Plain Layout
44094
44095
44096 \backslash
44097 fcolorbox{black}{
44098 \end_layout
44099
44100 \end_inset
44101
44102 SpringGreen
44103 \begin_inset ERT
44104 status collapsed
44105
44106 \begin_layout Plain Layout
44107
44108 }{
44109 \end_layout
44110
44111 \end_inset
44112
44113
44114 \begin_inset Phantom Phantom
44115 status open
44116
44117 \begin_layout Plain Layout
44118 W
44119 \end_layout
44120
44121 \end_inset
44122
44123
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129 }
44130 \end_layout
44131
44132 \end_inset
44133
44134  SpringGreen
44135 \end_layout
44136
44137 \end_inset
44138 </cell>
44139 </row>
44140 <row>
44141 <cell alignment="left" valignment="top" usebox="none">
44142 \begin_inset Text
44143
44144 \begin_layout Plain Layout
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150
44151 \backslash
44152 fcolorbox{black}{
44153 \end_layout
44154
44155 \end_inset
44156
44157 Tan
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163 }{
44164 \end_layout
44165
44166 \end_inset
44167
44168
44169 \begin_inset Phantom Phantom
44170 status open
44171
44172 \begin_layout Plain Layout
44173 W
44174 \end_layout
44175
44176 \end_inset
44177
44178
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184 }
44185 \end_layout
44186
44187 \end_inset
44188
44189  Tan
44190 \end_layout
44191
44192 \end_inset
44193 </cell>
44194 <cell alignment="left" valignment="top" usebox="none">
44195 \begin_inset Text
44196
44197 \begin_layout Plain Layout
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203
44204 \backslash
44205 fcolorbox{black}{
44206 \end_layout
44207
44208 \end_inset
44209
44210 TealBlue
44211 \begin_inset ERT
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215
44216 }{
44217 \end_layout
44218
44219 \end_inset
44220
44221
44222 \begin_inset Phantom Phantom
44223 status open
44224
44225 \begin_layout Plain Layout
44226 W
44227 \end_layout
44228
44229 \end_inset
44230
44231
44232 \begin_inset ERT
44233 status collapsed
44234
44235 \begin_layout Plain Layout
44236
44237 }
44238 \end_layout
44239
44240 \end_inset
44241
44242  TealBlue
44243 \end_layout
44244
44245 \end_inset
44246 </cell>
44247 <cell alignment="left" valignment="top" usebox="none">
44248 \begin_inset Text
44249
44250 \begin_layout Plain Layout
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256
44257 \backslash
44258 fcolorbox{black}{
44259 \end_layout
44260
44261 \end_inset
44262
44263 Thistle
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 }{
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \begin_inset Phantom Phantom
44276 status open
44277
44278 \begin_layout Plain Layout
44279 W
44280 \end_layout
44281
44282 \end_inset
44283
44284
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290 }
44291 \end_layout
44292
44293 \end_inset
44294
44295  Thistle
44296 \end_layout
44297
44298 \end_inset
44299 </cell>
44300 <cell alignment="left" valignment="top" usebox="none">
44301 \begin_inset Text
44302
44303 \begin_layout Plain Layout
44304 \begin_inset ERT
44305 status collapsed
44306
44307 \begin_layout Plain Layout
44308
44309
44310 \backslash
44311 fcolorbox{black}{
44312 \end_layout
44313
44314 \end_inset
44315
44316 Turquoise
44317 \begin_inset ERT
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321
44322 }{
44323 \end_layout
44324
44325 \end_inset
44326
44327
44328 \begin_inset Phantom Phantom
44329 status open
44330
44331 \begin_layout Plain Layout
44332 W
44333 \end_layout
44334
44335 \end_inset
44336
44337
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343 }
44344 \end_layout
44345
44346 \end_inset
44347
44348  Turquoise
44349 \end_layout
44350
44351 \end_inset
44352 </cell>
44353 </row>
44354 <row>
44355 <cell alignment="left" valignment="top" usebox="none">
44356 \begin_inset Text
44357
44358 \begin_layout Plain Layout
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364
44365 \backslash
44366 fcolorbox{black}{
44367 \end_layout
44368
44369 \end_inset
44370
44371 Violet
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377 }{
44378 \end_layout
44379
44380 \end_inset
44381
44382
44383 \begin_inset Phantom Phantom
44384 status open
44385
44386 \begin_layout Plain Layout
44387 W
44388 \end_layout
44389
44390 \end_inset
44391
44392
44393 \begin_inset ERT
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397
44398 }
44399 \end_layout
44400
44401 \end_inset
44402
44403  Violet
44404 \end_layout
44405
44406 \end_inset
44407 </cell>
44408 <cell alignment="left" valignment="top" usebox="none">
44409 \begin_inset Text
44410
44411 \begin_layout Plain Layout
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417
44418 \backslash
44419 fcolorbox{black}{
44420 \end_layout
44421
44422 \end_inset
44423
44424 VioletRed
44425 \begin_inset ERT
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429
44430 }{
44431 \end_layout
44432
44433 \end_inset
44434
44435
44436 \begin_inset Phantom Phantom
44437 status open
44438
44439 \begin_layout Plain Layout
44440 W
44441 \end_layout
44442
44443 \end_inset
44444
44445
44446 \begin_inset ERT
44447 status collapsed
44448
44449 \begin_layout Plain Layout
44450
44451 }
44452 \end_layout
44453
44454 \end_inset
44455
44456  VioletRed
44457 \end_layout
44458
44459 \end_inset
44460 </cell>
44461 <cell alignment="left" valignment="top" usebox="none">
44462 \begin_inset Text
44463
44464 \begin_layout Plain Layout
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470
44471 \backslash
44472 fcolorbox{black}{
44473 \end_layout
44474
44475 \end_inset
44476
44477 WildStrawberry
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483 }{
44484 \end_layout
44485
44486 \end_inset
44487
44488
44489 \begin_inset Phantom Phantom
44490 status open
44491
44492 \begin_layout Plain Layout
44493 W
44494 \end_layout
44495
44496 \end_inset
44497
44498
44499 \begin_inset ERT
44500 status collapsed
44501
44502 \begin_layout Plain Layout
44503
44504 }
44505 \end_layout
44506
44507 \end_inset
44508
44509  WildStrawberry
44510 \end_layout
44511
44512 \end_inset
44513 </cell>
44514 <cell alignment="left" valignment="top" usebox="none">
44515 \begin_inset Text
44516
44517 \begin_layout Plain Layout
44518 \begin_inset ERT
44519 status collapsed
44520
44521 \begin_layout Plain Layout
44522
44523
44524 \backslash
44525 fcolorbox{black}{
44526 \end_layout
44527
44528 \end_inset
44529
44530 YellowGreen
44531 \begin_inset ERT
44532 status collapsed
44533
44534 \begin_layout Plain Layout
44535
44536 }{
44537 \end_layout
44538
44539 \end_inset
44540
44541
44542 \begin_inset Phantom Phantom
44543 status open
44544
44545 \begin_layout Plain Layout
44546 W
44547 \end_layout
44548
44549 \end_inset
44550
44551
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557 }
44558 \end_layout
44559
44560 \end_inset
44561
44562  YellowGreen
44563 \end_layout
44564
44565 \end_inset
44566 </cell>
44567 </row>
44568 <row>
44569 <cell alignment="left" valignment="top" usebox="none">
44570 \begin_inset Text
44571
44572 \begin_layout Plain Layout
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578
44579 \backslash
44580 fcolorbox{black}{
44581 \end_layout
44582
44583 \end_inset
44584
44585 YellowOrange
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591 }{
44592 \end_layout
44593
44594 \end_inset
44595
44596
44597 \begin_inset Phantom Phantom
44598 status open
44599
44600 \begin_layout Plain Layout
44601 W
44602 \end_layout
44603
44604 \end_inset
44605
44606
44607 \begin_inset ERT
44608 status collapsed
44609
44610 \begin_layout Plain Layout
44611
44612 }
44613 \end_layout
44614
44615 \end_inset
44616
44617  YellowOrange
44618 \end_layout
44619
44620 \end_inset
44621 </cell>
44622 <cell alignment="left" valignment="top" usebox="none">
44623 \begin_inset Text
44624
44625 \begin_layout Plain Layout
44626
44627 \end_layout
44628
44629 \end_inset
44630 </cell>
44631 <cell alignment="left" valignment="top" usebox="none">
44632 \begin_inset Text
44633
44634 \begin_layout Plain Layout
44635
44636 \end_layout
44637
44638 \end_inset
44639 </cell>
44640 <cell alignment="left" valignment="top" usebox="none">
44641 \begin_inset Text
44642
44643 \begin_layout Plain Layout
44644
44645 \end_layout
44646
44647 \end_inset
44648 </cell>
44649 </row>
44650 </lyxtabular>
44651
44652 \end_inset
44653
44654
44655 \end_layout
44656
44657 \begin_layout Chapter
44658 Erklärung der Gleichung
44659 \begin_inset space ~
44660 \end_inset
44661
44662 (
44663 \begin_inset CommandInset ref
44664 LatexCommand ref
44665 reference "eq:Wgn"
44666
44667 \end_inset
44668
44669 )
44670 \begin_inset CommandInset label
44671 LatexCommand label
44672 name "kap:Erläuterung-einer-Gleichung"
44673
44674 \end_inset
44675
44676
44677 \end_layout
44678
44679 \begin_layout Standard
44680 Die Gesamtbreite von
44681 \emph on
44682  n
44683 \emph default
44684  Tabellenzellen 
44685 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44686 \end_inset
44687
44688  kann wie folgt berechnet werden:
44689 \begin_inset Formula 
44690 \begin{equation}
44691 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44692 \end{equation}
44693
44694 \end_inset
44695
44696
44697 \end_layout
44698
44699 \begin_layout Standard
44700 Dabei ist 
44701 \begin_inset Formula $W_{g\,n}$
44702 \end_inset
44703
44704  die Breite jeder Zelle.
44705
44706 \series bold
44707  
44708 \backslash
44709 tabcolsep
44710 \series default
44711  ist die \SpecialChar LaTeX
44712 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
44713  6
44714 \begin_inset space \thinspace{}
44715 \end_inset
44716
44717 pt.
44718  
44719 \series bold
44720
44721 \backslash
44722 arrayrulewidth
44723 \series default
44724  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44725 \begin_inset space \thinspace{}
44726 \end_inset
44727
44728 pt.
44729 \end_layout
44730
44731 \begin_layout Standard
44732 Nach Gleichung
44733 \begin_inset space ~
44734 \end_inset
44735
44736
44737 \begin_inset CommandInset ref
44738 LatexCommand ref
44739 reference "eq:Wtot_n"
44740
44741 \end_inset
44742
44743  ist die Gesamtbreite einer Mehrfachspalte, 
44744 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44745 \end_inset
44746
44747 ,
44748 \begin_inset Formula 
44749 \begin{equation}
44750 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44751 \end{equation}
44752
44753 \end_inset
44754
44755
44756 \end_layout
44757
44758 \begin_layout Standard
44759 Setzt man die Gleichungen
44760 \begin_inset space ~
44761 \end_inset
44762
44763
44764 \begin_inset CommandInset ref
44765 LatexCommand ref
44766 reference "eq:Wtot_n"
44767
44768 \end_inset
44769
44770  und 
44771 \begin_inset CommandInset ref
44772 LatexCommand ref
44773 reference "eq:Wtot_mult"
44774
44775 \end_inset
44776
44777  gleich, kann man die benötigte Breite 
44778 \begin_inset Formula $W_{g\,n}$
44779 \end_inset
44780
44781 , wenn 
44782 \emph on
44783 n
44784 \emph default
44785  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44786 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44787 \end_inset
44788
44789  hat, berechnen:
44790 \begin_inset Formula 
44791 \begin{equation}
44792 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44793 \end{equation}
44794
44795 \end_inset
44796
44797
44798 \end_layout
44799
44800 \begin_layout Bibliography
44801 \begin_inset CommandInset bibitem
44802 LatexCommand bibitem
44803 key "latexcompanion"
44804
44805 \end_inset
44806
44807 Frank Mittelbach and Michel Goossens: 
44808 \emph on
44809 The \SpecialChar LaTeX
44810  Companion Second Edition.
44811
44812 \emph default
44813  Addison-Wesley, 2004
44814 \end_layout
44815
44816 \begin_layout Bibliography
44817 \begin_inset CommandInset bibitem
44818 LatexCommand bibitem
44819 key "latexguide"
44820
44821 \end_inset
44822
44823 Helmut Kopka and Patrick W.
44824  Daly: 
44825 \emph on
44826 A Guide to \SpecialChar LaTeX
44827  Fourth Edition.
44828
44829 \emph default
44830  Addison-Wesley, 2003
44831 \end_layout
44832
44833 \begin_layout Bibliography
44834 \begin_inset CommandInset bibitem
44835 LatexCommand bibitem
44836 key "lamport"
44837
44838 \end_inset
44839
44840 Leslie Lamport: 
44841 \emph on
44842 \SpecialChar LaTeX
44843 : A Document Preparation System.
44844
44845 \emph default
44846  Addison-Wesley, second edition, 1994
44847 \end_layout
44848
44849 \begin_layout Bibliography
44850 \begin_inset CommandInset bibitem
44851 LatexCommand bibitem
44852 key "latex-praxisbuch"
44853
44854 \end_inset
44855
44856 Niedermair, Elke & Michael: 
44857 \emph on
44858 \SpecialChar LaTeX
44859 -Praxisbuch
44860 \emph default
44861 , Franzis-Verlag, 2004
44862 \end_layout
44863
44864 \begin_layout Bibliography
44865 \begin_inset CommandInset bibitem
44866 LatexCommand bibitem
44867 key "arydshln"
44868
44869 \end_inset
44870
44871 Dokumentation des \SpecialChar LaTeX
44872 -Pakets 
44873 \series bold
44874
44875 \begin_inset CommandInset href
44876 LatexCommand href
44877 name "arydshln"
44878 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44879
44880 \end_inset
44881
44882
44883 \series default
44884
44885 \begin_inset Index idx
44886 status collapsed
44887
44888 \begin_layout Plain Layout
44889 \SpecialChar LaTeX
44890 -Pakete ! arydshln
44891 \end_layout
44892
44893 \end_inset
44894
44895
44896 \end_layout
44897
44898 \begin_layout Bibliography
44899 \begin_inset CommandInset bibitem
44900 LatexCommand bibitem
44901 key "booktabs"
44902
44903 \end_inset
44904
44905 Dokumentation des \SpecialChar LaTeX
44906 -Pakets 
44907 \series bold
44908
44909 \begin_inset CommandInset href
44910 LatexCommand href
44911 name "booktabs"
44912 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44913
44914 \end_inset
44915
44916
44917 \series default
44918
44919 \begin_inset Index idx
44920 status collapsed
44921
44922 \begin_layout Plain Layout
44923 \SpecialChar LaTeX
44924 -Pakete ! booktabs
44925 \end_layout
44926
44927 \end_inset
44928
44929
44930 \end_layout
44931
44932 \begin_layout Bibliography
44933 \begin_inset CommandInset bibitem
44934 LatexCommand bibitem
44935 key "caption"
44936
44937 \end_inset
44938
44939 Dokumentation des \SpecialChar LaTeX
44940 -Pakets 
44941 \series bold
44942
44943 \begin_inset CommandInset href
44944 LatexCommand href
44945 name "caption"
44946 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
44947
44948 \end_inset
44949
44950
44951 \series default
44952
44953 \begin_inset Index idx
44954 status collapsed
44955
44956 \begin_layout Plain Layout
44957 \SpecialChar LaTeX
44958 -Pakete ! caption
44959 \end_layout
44960
44961 \end_inset
44962
44963
44964 \end_layout
44965
44966 \begin_layout Bibliography
44967 \begin_inset CommandInset bibitem
44968 LatexCommand bibitem
44969 key "diagbox"
44970
44971 \end_inset
44972
44973 Dokumentation des \SpecialChar LaTeX
44974 -Pakets 
44975 \series bold
44976
44977 \begin_inset CommandInset href
44978 LatexCommand href
44979 name "diagbox"
44980 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44981
44982 \end_inset
44983
44984
44985 \series default
44986
44987 \begin_inset Index idx
44988 status collapsed
44989
44990 \begin_layout Plain Layout
44991 \SpecialChar LaTeX
44992 -Pakete ! diagbox
44993 \end_layout
44994
44995 \end_inset
44996
44997
44998 \end_layout
44999
45000 \begin_layout Bibliography
45001 \begin_inset CommandInset bibitem
45002 LatexCommand bibitem
45003 key "endfloat"
45004
45005 \end_inset
45006
45007 Dokumentation des \SpecialChar LaTeX
45008 -Pakets 
45009 \series bold
45010
45011 \begin_inset CommandInset href
45012 LatexCommand href
45013 name "endfloat"
45014 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45015
45016 \end_inset
45017
45018
45019 \series default
45020
45021 \begin_inset Index idx
45022 status collapsed
45023
45024 \begin_layout Plain Layout
45025 \SpecialChar LaTeX
45026 -Pakete ! endfloat
45027 \end_layout
45028
45029 \end_inset
45030
45031
45032 \end_layout
45033
45034 \begin_layout Bibliography
45035 \begin_inset CommandInset bibitem
45036 LatexCommand bibitem
45037 key "footmisc"
45038
45039 \end_inset
45040
45041 Dokumentation des \SpecialChar LaTeX
45042 -Pakets 
45043 \series bold
45044
45045 \begin_inset CommandInset href
45046 LatexCommand href
45047 name "footmisc"
45048 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45049
45050 \end_inset
45051
45052
45053 \series default
45054
45055 \begin_inset Index idx
45056 status collapsed
45057
45058 \begin_layout Plain Layout
45059 \SpecialChar LaTeX
45060 -Pakete ! footmisc
45061 \end_layout
45062
45063 \end_inset
45064
45065
45066 \end_layout
45067
45068 \begin_layout Bibliography
45069 \begin_inset CommandInset bibitem
45070 LatexCommand bibitem
45071 key "hypcap"
45072
45073 \end_inset
45074
45075 Dokumentation des \SpecialChar LaTeX
45076 -Pakets 
45077 \series bold
45078
45079 \begin_inset CommandInset href
45080 LatexCommand href
45081 name "hypcap"
45082 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45083
45084 \end_inset
45085
45086
45087 \series default
45088
45089 \begin_inset Index idx
45090 status collapsed
45091
45092 \begin_layout Plain Layout
45093 \SpecialChar LaTeX
45094 -Pakete ! hypcap
45095 \end_layout
45096
45097 \end_inset
45098
45099
45100 \end_layout
45101
45102 \begin_layout Bibliography
45103 \begin_inset CommandInset bibitem
45104 LatexCommand bibitem
45105 key "hyperref"
45106
45107 \end_inset
45108
45109 Dokumentation des \SpecialChar LaTeX
45110 -Pakets 
45111 \series bold
45112
45113 \begin_inset CommandInset href
45114 LatexCommand href
45115 name "hyperref"
45116 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45117
45118 \end_inset
45119
45120
45121 \series default
45122
45123 \begin_inset Index idx
45124 status collapsed
45125
45126 \begin_layout Plain Layout
45127 \SpecialChar LaTeX
45128 -Pakete ! hyperref
45129 \end_layout
45130
45131 \end_inset
45132
45133
45134 \end_layout
45135
45136 \begin_layout Bibliography
45137 \begin_inset CommandInset bibitem
45138 LatexCommand bibitem
45139 key "KOMA-Script"
45140
45141 \end_inset
45142
45143 Dokumentation des \SpecialChar LaTeX
45144 -Pakets 
45145 \series bold
45146
45147 \begin_inset CommandInset href
45148 LatexCommand href
45149 name "KOMA-Script"
45150 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45151
45152 \end_inset
45153
45154
45155 \series default
45156
45157 \begin_inset Index idx
45158 status collapsed
45159
45160 \begin_layout Plain Layout
45161 \SpecialChar LaTeX
45162 -Pakete ! KOMA-Script
45163 \end_layout
45164
45165 \end_inset
45166
45167
45168 \end_layout
45169
45170 \begin_layout Bibliography
45171 \begin_inset CommandInset bibitem
45172 LatexCommand bibitem
45173 key "lettrine"
45174
45175 \end_inset
45176
45177 Dokumentation des \SpecialChar LaTeX
45178 -Pakets 
45179 \series bold
45180
45181 \begin_inset CommandInset href
45182 LatexCommand href
45183 name "lettrine"
45184 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45185
45186 \end_inset
45187
45188
45189 \series default
45190  und ein 
45191 \begin_inset CommandInset href
45192 LatexCommand href
45193 name "Beispiel"
45194 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45195
45196 \end_inset
45197
45198
45199 \begin_inset Index idx
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203 \SpecialChar LaTeX
45204 -Pakete ! lettrine
45205 \end_layout
45206
45207 \end_inset
45208
45209
45210 \end_layout
45211
45212 \begin_layout Bibliography
45213 \begin_inset CommandInset bibitem
45214 LatexCommand bibitem
45215 key "listings"
45216
45217 \end_inset
45218
45219 Dokumentation des \SpecialChar LaTeX
45220 -Pakets 
45221 \series bold
45222
45223 \begin_inset CommandInset href
45224 LatexCommand href
45225 name "listings"
45226 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45227
45228 \end_inset
45229
45230
45231 \series default
45232
45233 \begin_inset Index idx
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237 \SpecialChar LaTeX
45238 -Pakete ! listings
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \end_layout
45245
45246 \begin_layout Bibliography
45247 \begin_inset CommandInset bibitem
45248 LatexCommand bibitem
45249 key "marginnote"
45250
45251 \end_inset
45252
45253 Dokumentation des \SpecialChar LaTeX
45254 -Pakets 
45255 \series bold
45256
45257 \begin_inset CommandInset href
45258 LatexCommand href
45259 name "marginnote"
45260 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45261
45262 \end_inset
45263
45264
45265 \series default
45266
45267 \begin_inset Index idx
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271 \SpecialChar LaTeX
45272 -Pakete ! marginnote
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \end_layout
45279
45280 \begin_layout Bibliography
45281 \begin_inset CommandInset bibitem
45282 LatexCommand bibitem
45283 key "pdfpages"
45284
45285 \end_inset
45286
45287 Dokumentation des \SpecialChar LaTeX
45288 -Pakets 
45289 \series bold
45290
45291 \begin_inset CommandInset href
45292 LatexCommand href
45293 name "pdfpages"
45294 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45295
45296 \end_inset
45297
45298
45299 \series default
45300
45301 \begin_inset Index idx
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305 \SpecialChar LaTeX
45306 -Pakete ! pdfpages
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \end_layout
45313
45314 \begin_layout Bibliography
45315 \begin_inset CommandInset bibitem
45316 LatexCommand bibitem
45317 key "prettyref"
45318
45319 \end_inset
45320
45321 Dokumentation des \SpecialChar LaTeX
45322 -Pakets 
45323 \series bold
45324
45325 \begin_inset CommandInset href
45326 LatexCommand href
45327 name "prettyref"
45328 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45329
45330 \end_inset
45331
45332
45333 \series default
45334
45335 \begin_inset Index idx
45336 status collapsed
45337
45338 \begin_layout Plain Layout
45339 \SpecialChar LaTeX
45340 -Pakete ! prettyref
45341 \end_layout
45342
45343 \end_inset
45344
45345
45346 \end_layout
45347
45348 \begin_layout Bibliography
45349 \begin_inset CommandInset bibitem
45350 LatexCommand bibitem
45351 key "pstricks"
45352
45353 \end_inset
45354
45355 Webseite des \SpecialChar LaTeX
45356 -Pakets 
45357 \series bold
45358
45359 \begin_inset CommandInset href
45360 LatexCommand href
45361 name "PSTricks"
45362 target "http://tug.org/PSTricks/"
45363
45364 \end_inset
45365
45366
45367 \series default
45368
45369 \begin_inset Index idx
45370 status collapsed
45371
45372 \begin_layout Plain Layout
45373 \SpecialChar LaTeX
45374 -Pakete ! pstricks
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \end_layout
45381
45382 \begin_layout Bibliography
45383 \begin_inset CommandInset bibitem
45384 LatexCommand bibitem
45385 key "refstyle"
45386
45387 \end_inset
45388
45389 Dokumentation des \SpecialChar LaTeX
45390 -Pakets 
45391 \series bold
45392
45393 \begin_inset CommandInset href
45394 LatexCommand href
45395 name "refstyle"
45396 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45397
45398 \end_inset
45399
45400
45401 \series default
45402
45403 \begin_inset Index idx
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407 \SpecialChar LaTeX
45408 -Pakete ! refstyle
45409 \end_layout
45410
45411 \end_inset
45412
45413
45414 \end_layout
45415
45416 \begin_layout Bibliography
45417 \begin_inset CommandInset bibitem
45418 LatexCommand bibitem
45419 key "sidecap"
45420
45421 \end_inset
45422
45423 Dokumentation des \SpecialChar LaTeX
45424 -Pakets 
45425 \series bold
45426
45427 \begin_inset CommandInset href
45428 LatexCommand href
45429 name "sidecap"
45430 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45431
45432 \end_inset
45433
45434
45435 \series default
45436
45437 \begin_inset Index idx
45438 status collapsed
45439
45440 \begin_layout Plain Layout
45441 \SpecialChar LaTeX
45442 -Pakete ! sidecap
45443 \end_layout
45444
45445 \end_inset
45446
45447
45448 \end_layout
45449
45450 \begin_layout Bibliography
45451 \begin_inset CommandInset bibitem
45452 LatexCommand bibitem
45453 key "NeuInLyX20"
45454
45455 \end_inset
45456
45457
45458 \begin_inset CommandInset href
45459 LatexCommand href
45460 name "Wiki-Seite"
45461 target "http://wiki.lyx.org/LyX/NewInLyX20"
45462
45463 \end_inset
45464
45465  über neue Funktionen in 
45466 \family sans
45467 \SpecialChar LyX
45468  2.0
45469 \family default
45470 .
45471 \end_layout
45472
45473 \begin_layout Standard
45474 \begin_inset CommandInset index_print
45475 LatexCommand printindex
45476 type "idx"
45477
45478 \end_inset
45479
45480
45481 \end_layout
45482
45483 \end_body
45484 \end_document