]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: more updates for the box description
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 495
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 Die Option 
610 \family sans
611 Beim
612 \begin_inset space ~
613 \end_inset
614
615 Exportieren
616 \begin_inset space ~
617 \end_inset
618
619 nicht
620 \begin_inset space ~
621 \end_inset
622
623 entpacken
624 \family default
625  betrifft nur gepackte EPS-Dateien, zum Beispiel 
626 \emph on
627 x.eps.gz
628 \emph default
629 .
630  \SpecialChar LaTeX
631  kann so mit ihnen umgehen.
632 \begin_inset Newline newline
633 \end_inset
634
635 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
636  wählen, siehe Anhang
637 \begin_inset space ~
638 \end_inset
639
640
641 \begin_inset CommandInset ref
642 LatexCommand ref
643 reference "abs:PostScript"
644
645 \end_inset
646
647 .
648  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 gzip x.eps
655 \begin_inset Newline newline
656 \end_inset
657
658 zgrep %%Bounding x.eps.gz > x.eps.bb
659 \series default
660
661 \begin_inset Newline newline
662 \end_inset
663
664 Der zweite Befehl erzeugt die Begrenzungsbox 
665 \begin_inset Quotes gld
666 \end_inset
667
668 x.eps.bb
669 \begin_inset Quotes grd
670 \end_inset
671
672 , die \SpecialChar LaTeX
673  für gepackte Abbildungen benötigt.
674 \begin_inset Newline newline
675 \end_inset
676
677 Im Abschnitt 
678 \family sans
679 Grafikgruppe
680 \family default
681  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
682 n.
683 \begin_inset Index idx
684 status collapsed
685
686 \begin_layout Plain Layout
687 Abbildungen ! Einstellungsgruppen
688 \end_layout
689
690 \end_inset
691
692  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
693  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
694  der Gruppe geändert werden.
695  Damit kann man z.B.
696 \begin_inset space ~
697 \end_inset
698
699 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
700  Bild tun zu müssen.
701  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
702  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 Hier ist eine zentrierte EPS-Abbildung
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Abbildungsformate sind in Abschnitt
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "abs:Bildformate"
726
727 \end_inset
728
729  beschrieben.
730 \end_layout
731
732 \end_inset
733
734  in einem eigenen Absatz:
735 \begin_inset Separator parbreak
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename ../clipart/mobius.eps
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 \noindent
756 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
757 \begin_inset Separator parbreak
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/mobius.eps
767         scale 70
768         draft
769         scaleBeforeRotation
770         rotateOrigin center
771
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Section
778 Gleitende Abbildungen
779 \begin_inset CommandInset label
780 LatexCommand label
781 name "abs:Gleitende-Abbildungen"
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 Abbildungen ! gleitende
791 \end_layout
792
793 \end_inset
794
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Gleitobjekte ! Abbildungen
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Standard
809 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
810 \begin_inset space ~
811 \end_inset
812
813
814 \begin_inset CommandInset ref
815 LatexCommand ref
816 reference "abs:Gleitobjekte-Einleitung"
817
818 \end_inset
819
820 .
821 \end_layout
822
823 \begin_layout Standard
824 Wenn Sie auf das Werkzeugleisten-Symbol 
825 \begin_inset Info
826 type  "icon"
827 arg   "float-insert figure"
828 \end_inset
829
830  klicken oder 
831 \family sans
832 Einfügen\SpecialChar menuseparator
833 Gleit\SpecialChar softhyphen
834 objekt\SpecialChar menuseparator
835 Abbildung
836 \family default
837  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
838  In das rot umrahmte Feld rechts von 
839 \emph on
840 Abbildung
841 \begin_inset space ~
842 \end_inset
843
844 Nr:
845 \emph default
846  schreiben Sie die Bildbeschriftung.
847  Nach einem Klick oberhalb oder unterhalb von 
848 \emph on
849 Abbildung
850 \begin_inset space ~
851 \end_inset
852
853 Nr:
854 \emph default
855  können Sie dann eine Abbildung wie 
856 \begin_inset CommandInset ref
857 LatexCommand ref
858 reference "abb:kill-plat"
859
860 \end_inset
861
862  oberhalb oder wie Abbildung
863 \begin_inset space ~
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "abb:escher"
870
871 \end_inset
872
873  unterhalb der Bildbeschriftung einfügen.
874  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
875 \begin_inset space ~
876 \end_inset
877
878
879 \begin_inset CommandInset ref
880 LatexCommand ref
881 reference "abs:Titel-Platzierung"
882
883 \end_inset
884
885 .
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset Float figure
890 wide false
891 sideways false
892 status open
893
894 \begin_layout Plain Layout
895 \align center
896 \begin_inset Graphics
897         filename ../clipart/platypus.eps
898         width 50col%
899         scaleBeforeRotation
900         rotateOrigin center
901
902 \end_inset
903
904
905 \end_layout
906
907 \begin_layout Plain Layout
908 \begin_inset Caption Standard
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "abb:kill-plat"
914
915 \end_inset
916
917 Platypus in einem Gleitobjekt
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Float figure
932 wide false
933 sideways false
934 status open
935
936 \begin_layout Plain Layout
937 \begin_inset Caption Standard
938
939 \begin_layout Plain Layout
940 \begin_inset CommandInset label
941 LatexCommand label
942 name "abb:escher"
943
944 \end_inset
945
946 M.C.
947  Escher
948 \end_layout
949
950 \end_inset
951
952
953 \end_layout
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Graphics
958         filename ../clipart/escher-lsd.eps
959         scale 80
960         scaleBeforeRotation
961         rotateOrigin center
962
963 \end_inset
964
965
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Standard
974 \begin_inset Index idx
975 status collapsed
976
977 \begin_layout Plain Layout
978 Querverweise ! auf Abbildungen
979 \end_layout
980
981 \end_inset
982
983 Abbildung
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "abb:kill-plat"
991
992 \end_inset
993
994  und 
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "abb:escher"
998
999 \end_inset
1000
1001  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
1002  Dafür fügen Sie in der Beschriftung mit 
1003 \family sans
1004 Einfügen\SpecialChar menuseparator
1005 Marke
1006 \family default
1007  oder durch Klicken auf 
1008 \begin_inset Info
1009 type  "icon"
1010 arg   "label-insert"
1011 \end_inset
1012
1013  eine Marke ein.
1014  Auf diese können Sie dann wie gewohnt mit 
1015 \family sans
1016 Einfügen\SpecialChar menuseparator
1017 Querverweis
1018 \family default
1019  oder durch Klicken auf 
1020 \family sans
1021
1022 \begin_inset Info
1023 type  "icon"
1024 arg   "dialog-show-new-inset ref"
1025 \end_inset
1026
1027
1028 \family default
1029  verweisen.
1030  Das ist besser als eine vage Formulierung wie 
1031 \begin_inset Quotes gld
1032 \end_inset
1033
1034 die obige Abbildung
1035 \begin_inset Quotes grd
1036 \end_inset
1037
1038  zu benutzen, weil \SpecialChar LaTeX
1039  die Abbildung dort platzieren wird, wo es sinnvoll erscheint
1040 , und das muss nicht 
1041 \emph on
1042 oben
1043 \emph default
1044  sein.
1045  Verweise werden detailliert in Abschnitt
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abs:Auf-Gleitobjekte-verweisen"
1053
1054 \end_inset
1055
1056  beschrieben.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1061  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1062  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1063  Gleitabbildung einfügt.
1064  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1065  Abbildung
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "abb:Zwei-Teilabbildungen"
1073
1074 \end_inset
1075
1076  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1077  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1078  Gleitabbildung auf Eingabe drücken.
1079  Abbildung
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "abb:Undefinierbar"
1087
1088 \end_inset
1089
1090  und 
1091 \begin_inset CommandInset ref
1092 LatexCommand ref
1093 reference "abb:Ein-Schnabeltier"
1094
1095 \end_inset
1096
1097  sind die Teilabbildungen.
1098 \end_layout
1099
1100 \begin_layout Standard
1101 \begin_inset Float figure
1102 wide false
1103 sideways false
1104 status open
1105
1106 \begin_layout Plain Layout
1107 \begin_inset space \hfill{}
1108 \end_inset
1109
1110
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status collapsed
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Caption Standard
1118
1119 \begin_layout Plain Layout
1120 \begin_inset CommandInset label
1121 LatexCommand label
1122 name "abb:Undefinierbar"
1123
1124 \end_inset
1125
1126 Undefinierbar
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Plain Layout
1135 \begin_inset Graphics
1136         filename ../clipart/escher-lsd.eps
1137         width 35col%
1138         scaleBeforeRotation
1139         groupId Teilabbildung
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \begin_inset space \hfill{}
1150 \end_inset
1151
1152
1153 \begin_inset Float figure
1154 wide false
1155 sideways false
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159 \begin_inset Caption Standard
1160
1161 \begin_layout Plain Layout
1162 \begin_inset CommandInset label
1163 LatexCommand label
1164 name "abb:Ein-Schnabeltier"
1165
1166 \end_inset
1167
1168 Ein Schnabeltier
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \begin_layout Plain Layout
1177 \begin_inset Graphics
1178         filename ../clipart/platypus.eps
1179         width 35col%
1180         scaleBeforeRotation
1181         groupId Teilabbildung
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset space \hfill{}
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Plain Layout
1198 \begin_inset Caption Standard
1199
1200 \begin_layout Plain Layout
1201 \begin_inset CommandInset label
1202 LatexCommand label
1203 name "abb:Zwei-Teilabbildungen"
1204
1205 \end_inset
1206
1207 Zwei Teilabbildungen nebeneinander.
1208  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1209 \begin_inset Quotes gld
1210 \end_inset
1211
1212 Teilabbildung
1213 \begin_inset Quotes grd
1214 \end_inset
1215
1216  an.
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Section
1230 Bildformate
1231 \begin_inset CommandInset label
1232 LatexCommand label
1233 name "abs:Bildformate"
1234
1235 \end_inset
1236
1237
1238 \begin_inset Index idx
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242 Abbildungen ! Bildformate
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \begin_layout Standard
1251 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1252  Aber wie in Anhang
1253 \begin_inset space ~
1254 \end_inset
1255
1256
1257 \begin_inset CommandInset ref
1258 LatexCommand ref
1259 reference "kap:Ausgabedatei-Formate"
1260
1261 \end_inset
1262
1263  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1264  \SpecialChar LyX
1265  benutzt im Hintergrund das Programm
1266 \family typewriter
1267  ImageMagick
1268 \family default
1269 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1270  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1271  vermeiden.
1272  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1273  werden können.
1274  Diese Formate werden in Anhang
1275 \begin_inset space ~
1276 \end_inset
1277
1278
1279 \begin_inset CommandInset ref
1280 LatexCommand ref
1281 reference "kap:Ausgabedatei-Formate"
1282
1283 \end_inset
1284
1285  beschrieben.
1286 \end_layout
1287
1288 \begin_layout Standard
1289 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1290 \end_layout
1291
1292 \begin_layout Description
1293 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1294  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1295  
1296 \emph on
1297 pixelig
1298 \emph default
1299  aus.
1300  Bekannte Pixel-Formate sind 
1301 \begin_inset Quotes gld
1302 \end_inset
1303
1304 Graphics Interchange Format
1305 \begin_inset Quotes grd
1306 \end_inset
1307
1308  (GIF, Dateiendung
1309 \family typewriter
1310  
1311 \family default
1312
1313 \begin_inset Quotes gld
1314 \end_inset
1315
1316
1317 \family typewriter
1318 .gif
1319 \family default
1320
1321 \begin_inset Quotes grd
1322 \end_inset
1323
1324 )
1325 \begin_inset Index idx
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 GIF
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \begin_inset Quotes gld
1336 \end_inset
1337
1338 Portable Network Graphics
1339 \begin_inset Quotes grd
1340 \end_inset
1341
1342  (PNG, Dateiendung 
1343 \begin_inset Quotes gld
1344 \end_inset
1345
1346
1347 \family typewriter
1348 .png
1349 \family default
1350
1351 \begin_inset Quotes grd
1352 \end_inset
1353
1354 )
1355 \begin_inset Index idx
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359 PNG
1360 \end_layout
1361
1362 \end_inset
1363
1364
1365 \begin_inset Quotes gld
1366 \end_inset
1367
1368 Joint Photographic Experts Group
1369 \begin_inset Quotes grd
1370 \end_inset
1371
1372  (JPEG, Dateiendung
1373 \family typewriter
1374  
1375 \family default
1376
1377 \begin_inset Quotes gld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 .jpg
1383 \family default
1384
1385 \begin_inset Quotes grd
1386 \end_inset
1387
1388  oder 
1389 \begin_inset Quotes gld
1390 \end_inset
1391
1392
1393 \family typewriter
1394 .jpeg
1395 \family default
1396
1397 \begin_inset Quotes grd
1398 \end_inset
1399
1400 )
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 JPG, JPEG
1406 \end_layout
1407
1408 \end_inset
1409
1410  und 
1411 \begin_inset Quotes gld
1412 \end_inset
1413
1414 Windows Bitmap
1415 \begin_inset Quotes grd
1416 \end_inset
1417
1418  (BMP, Dateiendung 
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422
1423 \family typewriter
1424 .bmp
1425 \family default
1426
1427 \begin_inset Quotes grd
1428 \end_inset
1429
1430 )
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 BMP
1436 \end_layout
1437
1438 \end_inset
1439
1440 .
1441 \end_layout
1442
1443 \begin_layout Description
1444 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1445  auf jede beliebige Größe skaliert werden.
1446  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1447  zoomen zu können.
1448 \begin_inset Newline newline
1449 \end_inset
1450
1451 Bekannte Formate sind 
1452 \begin_inset Quotes gld
1453 \end_inset
1454
1455 Scalable Vector Graphics
1456 \begin_inset Quotes grd
1457 \end_inset
1458
1459  (SVG, Dateiendung
1460 \family typewriter
1461  
1462 \family default
1463
1464 \begin_inset Quotes gld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .svg
1470 \family default
1471
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475 )
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 SVG
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \begin_inset Quotes gld
1487 \end_inset
1488
1489 Encapsulated PostScript
1490 \begin_inset Quotes grd
1491 \end_inset
1492
1493  (EPS, Dateiendung 
1494 \begin_inset Quotes gld
1495 \end_inset
1496
1497
1498 \family typewriter
1499 .eps
1500 \family default
1501
1502 \begin_inset Quotes grd
1503 \end_inset
1504
1505 )
1506 \begin_inset Index idx
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 EPS
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \begin_inset Quotes gld
1517 \end_inset
1518
1519 Portable Document Format
1520 \begin_inset Quotes grd
1521 \end_inset
1522
1523  (PDF, Dateiendung
1524 \family typewriter
1525  
1526 \family default
1527
1528 \begin_inset Quotes gld
1529 \end_inset
1530
1531
1532 \family typewriter
1533 .pdf
1534 \family default
1535
1536 \begin_inset Quotes grd
1537 \end_inset
1538
1539 )
1540 \begin_inset Index idx
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 PDF
1545 \end_layout
1546
1547 \end_inset
1548
1549  und 
1550 \begin_inset Quotes gld
1551 \end_inset
1552
1553 Windows Metafile
1554 \begin_inset Quotes grd
1555 \end_inset
1556
1557  (WMF, Dateiendung 
1558 \begin_inset Quotes gld
1559 \end_inset
1560
1561
1562 \family typewriter
1563 .wmf
1564 \family default
1565
1566 \begin_inset Quotes grd
1567 \end_inset
1568
1569 )
1570 \begin_inset Index idx
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 WMF
1575 \end_layout
1576
1577 \end_inset
1578
1579 .
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1584  das Ergebnis ist immer noch ein Pixelbild.
1585  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1586  hinzugefügt.
1587 \begin_inset Foot
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Bei PDF wird das Originalbild auch noch komprimiert.
1592 \end_layout
1593
1594 \end_inset
1595
1596  Die PDF-Dateien, die 
1597 \family typewriter
1598 Adobe Photoshop
1599 \family default
1600  erzeugt, sind zum Beispiel Pixelbilder.
1601 \end_layout
1602
1603 \begin_layout Standard
1604 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1605  umgekehrt.
1606  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1607  eingefügt werden.
1608  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1609  erzeugt wird, weil es zur Zeit keine WMF/SVG
1610 \begin_inset Formula $\to$
1611 \end_inset
1612
1613 PDF/EPS Konverter gibt.
1614 \end_layout
1615
1616 \begin_layout Chapter
1617 Tabellen
1618 \begin_inset Index idx
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 Tabellen
1623 \end_layout
1624
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \begin_layout Section
1631 Einführung
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 Tabellen ! Einführung
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1646 \begin_inset Info
1647 type  "icon"
1648 arg   "tabular-insert"
1649 \end_inset
1650
1651  oder das Menü 
1652 \family sans
1653 Einfügen\SpecialChar menuseparator
1654 Tabelle
1655 \family default
1656  einfügen.
1657  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1658 \begin_inset space \thinspace{}
1659 \end_inset
1660
1661 -Tabelle.
1662  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1663  und die Größe der dunkelblauen Tabelle angezeigt.
1664  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1665  ein.
1666  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1667  Spaltenanzahl festlegen können.
1668 \end_layout
1669
1670 \begin_layout Standard
1671 In der so erstellten Tabelle ist jede Zelle umrandet.
1672  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1673  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1674  die zweite Zeile eine Linie oberhalb haben.
1675  Hier ist ein Beispiel:
1676 \begin_inset Separator parbreak
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 \align center
1684 \begin_inset Tabular
1685 <lyxtabular version="3" rows="5" columns="4">
1686 <features tabularvalignment="middle">
1687 <column alignment="center" valignment="top">
1688 <column alignment="center" valignment="top">
1689 <column alignment="center" valignment="top">
1690 <column alignment="center" valignment="top">
1691 <row>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705
1706 \family roman
1707 \series medium
1708 \shape up
1709 \size normal
1710 \emph off
1711 \bar no
1712 \noun off
1713 \color none
1714 1
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723 2
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732 3
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 </row>
1738 <row>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \family roman
1745 \series medium
1746 \shape up
1747 \size normal
1748 \emph off
1749 \bar no
1750 \noun off
1751 \color none
1752 A
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 </row>
1785 <row>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \family roman
1792 \series medium
1793 \shape up
1794 \size normal
1795 \emph off
1796 \bar no
1797 \noun off
1798 \color none
1799 B
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 </row>
1832 <row>
1833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \family roman
1839 \series medium
1840 \shape up
1841 \size normal
1842 \emph off
1843 \bar no
1844 \noun off
1845 \color none
1846 C
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 </row>
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 D
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 </lyxtabular>
1918
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \begin_layout Section
1925 Tabellen-Dialog
1926 \begin_inset Index idx
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930 Tabellen ! Einstellungen
1931 \end_layout
1932
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Standard
1939 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1940  Maustaste darauf klicken.
1941  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1942 \family sans
1943 Mehr
1944 \family default
1945  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1946  ist, geändert werden können.
1947  Das Kontextmenü 
1948 \family sans
1949 Mehr\SpecialChar menuseparator
1950 Einstellungen
1951 \family default
1952  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1953  können.
1954  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1955  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1956  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1957  Auswahl.
1958  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1959 \emph on
1960 Inhalt
1961 \emph default
1962  einer Zelle oder die Zelle selber ausgewählt haben.
1963 \begin_inset Newline newline
1964 \end_inset
1965
1966 Mit der Dialog-Option 
1967 \family sans
1968 Direkt
1969 \begin_inset space ~
1970 \end_inset
1971
1972 übernehmen
1973 \family default
1974  wird jede Änderung, die Sie machen, direkt übernommen.
1975  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1976  dann auch die Parameter der neuen Zelle an.
1977  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1978 \family sans
1979 Enter
1980 \family default
1981  drücken, um die Änderung zu übernehmen.
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 Der Tabellen-Dialog hat folgende Karteikarten:
1986 \end_layout
1987
1988 \begin_layout Description
1989
1990 \family sans
1991 Tabellen-Einstellungen
1992 \family default
1993  Hier können Sie die Horizontale
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1998  Die Ausrichtung 
1999 \family sans
2000 Am
2001 \begin_inset space ~
2002 \end_inset
2003
2004 Dezimaltrenner
2005 \family default
2006  ist in Abschnitt
2007 \begin_inset space ~
2008 \end_inset
2009
2010
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "uab:Besondere-Zellenausrichtung"
2014
2015 \end_inset
2016
2017  beschrieben.
2018  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
2019 \begin_inset space ~
2020 \end_inset
2021
2022 Ausrichtung der momentanen Zeile wählen.
2023  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
2024  Absätze haben, wie in Abschnitt
2025 \begin_inset space ~
2026 \end_inset
2027
2028
2029 \begin_inset CommandInset ref
2030 LatexCommand ref
2031 reference "uab:Mehrfache-Zeilen-in"
2032
2033 \end_inset
2034
2035  beschrieben.
2036  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2037 \begin_inset Newline newline
2038 \end_inset
2039
2040 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2041  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2042 \begin_inset space ~
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "uab:Mehrfachspalten"
2049
2050 \end_inset
2051
2052  und 
2053 \begin_inset CommandInset ref
2054 LatexCommand ref
2055 reference "uab:Mehrfachzeilen"
2056
2057 \end_inset
2058
2059  beschrieben.
2060 \begin_inset Newline newline
2061 \end_inset
2062
2063 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2064  den Uhrzeigersinn um 90° drehen.
2065  \SpecialChar LyX
2066  zeigt diese Drehung nur in der Ausgabe.
2067  Für weitere Informationen siehe Abschnitt
2068 \begin_inset space ~
2069 \end_inset
2070
2071
2072 \begin_inset CommandInset ref
2073 LatexCommand ref
2074 reference "abs:Rotierte-Tabellenzellen"
2075
2076 \end_inset
2077
2078 .
2079 \begin_inset Newline newline
2080 \end_inset
2081
2082
2083 \begin_inset Note Greyedout
2084 status open
2085
2086 \begin_layout Plain Layout
2087
2088 \series bold
2089 Achtung:
2090 \series default
2091  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2101  Textzeilen verwendet:
2102 \begin_inset Newline newline
2103 \end_inset
2104
2105 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2106 \begin_inset Tabular
2107 <lyxtabular version="3" rows="2" columns="2">
2108 <features tabularvalignment="top">
2109 <column alignment="center" valignment="top" width="0pt">
2110 <column alignment="center" valignment="top">
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116
2117 \end_layout
2118
2119 \end_inset
2120 </cell>
2121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2122 \begin_inset Text
2123
2124 \begin_layout Plain Layout
2125 1
2126 \end_layout
2127
2128 \end_inset
2129 </cell>
2130 </row>
2131 <row>
2132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136 A
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145
2146 \end_layout
2147
2148 \end_inset
2149 </cell>
2150 </row>
2151 </lyxtabular>
2152
2153 \end_inset
2154
2155  
2156 \begin_inset Tabular
2157 <lyxtabular version="3" rows="2" columns="2">
2158 <features tabularvalignment="middle">
2159 <column alignment="center" valignment="top">
2160 <column alignment="center" valignment="top">
2161 <row>
2162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Plain Layout
2175 1
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 </row>
2181 <row>
2182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2183 \begin_inset Text
2184
2185 \begin_layout Plain Layout
2186 A
2187 \end_layout
2188
2189 \end_inset
2190 </cell>
2191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2192 \begin_inset Text
2193
2194 \begin_layout Plain Layout
2195
2196 \end_layout
2197
2198 \end_inset
2199 </cell>
2200 </row>
2201 </lyxtabular>
2202
2203 \end_inset
2204
2205  
2206 \begin_inset Tabular
2207 <lyxtabular version="3" rows="2" columns="2">
2208 <features tabularvalignment="bottom">
2209 <column alignment="center" valignment="top" width="0pt">
2210 <column alignment="center" valignment="top">
2211 <row>
2212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216
2217 \end_layout
2218
2219 \end_inset
2220 </cell>
2221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2222 \begin_inset Text
2223
2224 \begin_layout Plain Layout
2225 1
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 </row>
2231 <row>
2232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2233 \begin_inset Text
2234
2235 \begin_layout Plain Layout
2236 A
2237 \end_layout
2238
2239 \end_inset
2240 </cell>
2241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2242 \begin_inset Text
2243
2244 \begin_layout Plain Layout
2245
2246 \end_layout
2247
2248 \end_inset
2249 </cell>
2250 </row>
2251 </lyxtabular>
2252
2253 \end_inset
2254
2255
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259 Man kann auch ein \SpecialChar LaTeX
2260 -Argument für besondere Tabellen-Formatierun\SpecialChar softhyphen
2261 gen einfügen,
2262  wie in den Abschnitten 
2263 \begin_inset CommandInset ref
2264 LatexCommand ref
2265 reference "uab:Mehrfachspalten-Berechnungen"
2266
2267 \end_inset
2268
2269  und 
2270 \begin_inset CommandInset ref
2271 LatexCommand ref
2272 reference "abs:Farbige-Tabellen"
2273
2274 \end_inset
2275
2276  beschrieben.
2277 \end_layout
2278
2279 \begin_layout Description
2280
2281 \family sans
2282 Rahmen
2283 \family default
2284  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2285  hinzufügen und löschen.
2286 \begin_inset Newline newline
2287 \end_inset
2288
2289 Wenn Sie die Stil-Option
2290 \family sans
2291  Formal
2292 \family default
2293  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2294 \begin_inset space ~
2295 \end_inset
2296
2297
2298 \begin_inset CommandInset ref
2299 LatexCommand ref
2300 reference "abs:Formale-Tabellen"
2301
2302 \end_inset
2303
2304  beschrieben, konvertiert.
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2309 \begin_inset space ~
2310 \end_inset
2311
2312
2313 \begin_inset CommandInset ref
2314 LatexCommand ref
2315 reference "uab:Zeilenabstand"
2316
2317 \end_inset
2318
2319  beschrieben.
2320 \end_layout
2321
2322 \begin_layout Description
2323
2324 \family sans
2325 Lange
2326 \begin_inset space ~
2327 \end_inset
2328
2329 Tabelle
2330 \family default
2331  Hier kann eine Tabelle als 
2332 \begin_inset Quotes gld
2333 \end_inset
2334
2335 Lange
2336 \begin_inset space ~
2337 \end_inset
2338
2339 Tabelle
2340 \begin_inset Quotes grd
2341 \end_inset
2342
2343  definiert werden, die über mehrere Seiten reicht.
2344  Die Abschnitte
2345 \begin_inset space ~
2346 \end_inset
2347
2348
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "abs:Lange-Tabellen"
2352
2353 \end_inset
2354
2355  und 
2356 \begin_inset CommandInset ref
2357 LatexCommand ref
2358 reference "abs:Special-Longtable-Issues"
2359
2360 \end_inset
2361
2362  beschreiben diese Funktion genauer.
2363 \end_layout
2364
2365 \begin_layout Section
2366 Tabellen-Werkzeugleiste
2367 \begin_inset Index idx
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 Tabellen ! Werkzeugleiste
2372 \end_layout
2373
2374 \end_inset
2375
2376
2377 \end_layout
2378
2379 \begin_layout Standard
2380 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2381 \family sans
2382 Tabellen-Einstellungen
2383 \family default
2384 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2385  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2386  \SpecialChar LyX
2387 -Fensters.
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Die Werkzeugleiste hat folgende Knöpfe:
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Info
2397 type  "icon"
2398 arg   "inset-modify tabular append-row"
2399 \end_inset
2400
2401  Fügt eine Zeile unterhalb der momentanen an
2402 \end_layout
2403
2404 \begin_layout Labeling
2405 \labelwidthstring 00.00.0000
2406 \begin_inset Info
2407 type  "icon"
2408 arg   "inset-modify tabular append-column"
2409 \end_inset
2410
2411  Fügt eine Spalte rechts von der momentanen an
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416 \begin_inset Info
2417 type  "icon"
2418 arg   "inset-modify tabular delete-row"
2419 \end_inset
2420
2421  Löscht die ausgewählte(n) Zeile(n)
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Info
2427 type  "icon"
2428 arg   "inset-modify tabular delete-column"
2429 \end_inset
2430
2431  Löscht die ausgewählte(n) Spalte(n)
2432 \end_layout
2433
2434 \begin_layout Labeling
2435 \labelwidthstring 00.00.0000
2436 \begin_inset Info
2437 type  "icon"
2438 arg   "inset-modify tabular move-row-up"
2439 \end_inset
2440
2441  verschiebt die ausgewählte Zeile nach oben
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Info
2447 type  "icon"
2448 arg   "inset-modify tabular move-column-left"
2449 \end_inset
2450
2451  verschiebt die ausgewählte Spalte nach links
2452 \end_layout
2453
2454 \begin_layout Labeling
2455 \labelwidthstring 00.00.0000
2456 \begin_inset Info
2457 type  "icon"
2458 arg   "inset-modify tabular move-row-down"
2459 \end_inset
2460
2461  verschiebt die ausgewählte Zeile nach unten
2462 \end_layout
2463
2464 \begin_layout Labeling
2465 \labelwidthstring 00.00.0000
2466 \begin_inset Info
2467 type  "icon"
2468 arg   "inset-modify tabular move-column-right"
2469 \end_inset
2470
2471  verschiebt die ausgewählte Spalte nach rechts
2472 \end_layout
2473
2474 \begin_layout Labeling
2475 \labelwidthstring 00.00.0000
2476 \begin_inset Info
2477 type  "icon"
2478 arg   "inset-modify tabular toggle-line-top"
2479 \end_inset
2480
2481  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2482  wenn der Knopf grau hinterlegt ist
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Info
2488 type  "icon"
2489 arg   "inset-modify tabular toggle-line-bottom"
2490 \end_inset
2491
2492  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2493  wenn der Knopf grau hinterlegt ist
2494 \end_layout
2495
2496 \begin_layout Labeling
2497 \labelwidthstring 00.00.0000
2498 \begin_inset Info
2499 type  "icon"
2500 arg   "inset-modify tabular toggle-line-left"
2501 \end_inset
2502
2503  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2504  wenn der Knopf grau hinterlegt ist
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "inset-modify tabular toggle-line-right"
2512 \end_inset
2513
2514  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2515  wenn der Knopf grau hinterlegt ist
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "inset-modify tabular set-all-lines"
2523 \end_inset
2524
2525  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "inset-modify tabular unset-all-lines"
2533 \end_inset
2534
2535  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "inset-modify tabular m-align-left"
2543 \end_inset
2544
2545  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "inset-modify tabular m-align-center"
2553 \end_inset
2554
2555  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular m-align-right"
2563 \end_inset
2564
2565  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular align-decimal"
2573 \end_inset
2574
2575  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2576 \end_layout
2577
2578 \begin_layout Labeling
2579 \labelwidthstring 00.00.0000
2580 \begin_inset Info
2581 type  "icon"
2582 arg   "inset-modify tabular m-valign-top"
2583 \end_inset
2584
2585  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2586 \end_layout
2587
2588 \begin_layout Labeling
2589 \labelwidthstring 00.00.0000
2590 \begin_inset Info
2591 type  "icon"
2592 arg   "inset-modify tabular m-valign-middle"
2593 \end_inset
2594
2595  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600 \begin_inset Info
2601 type  "icon"
2602 arg   "inset-modify tabular m-valign-bottom"
2603 \end_inset
2604
2605  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610 \begin_inset Info
2611 type  "icon"
2612 arg   "inset-modify tabular set-rotate-cell"
2613 \end_inset
2614
2615  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2616 \end_layout
2617
2618 \begin_layout Labeling
2619 \labelwidthstring 00.00.0000
2620 \begin_inset Info
2621 type  "icon"
2622 arg   "inset-modify tabular set-rotate-tabular"
2623 \end_inset
2624
2625  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2626 \end_layout
2627
2628 \begin_layout Labeling
2629 \labelwidthstring 00.00.0000
2630 \begin_inset Info
2631 type  "icon"
2632 arg   "inset-modify tabular multicolumn"
2633 \end_inset
2634
2635  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular multirow"
2643 \end_inset
2644
2645  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2646 \end_layout
2647
2648 \begin_layout Standard
2649 \begin_inset Note Greyedout
2650 status open
2651
2652 \begin_layout Plain Layout
2653
2654 \series bold
2655 Bemerkung:
2656 \series default
2657  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2658  Reihe für alle Zelle der Reihe verwendet.
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \begin_layout Section
2667 Bearbeiten-Menü
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Tabellen ! Bearbeiten-Menü
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \begin_layout Standard
2681 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2682  Wenn der Cursor in einer Tabelle steht, sind im 
2683 \family sans
2684 Bearbeiten
2685 \family default
2686 -Menü folgende Punkte aktiviert: 
2687 \family sans
2688 Tabelle
2689 \family default
2690
2691 \family sans
2692 Zeilen
2693 \begin_inset space ~
2694 \end_inset
2695
2696 &
2697 \begin_inset space ~
2698 \end_inset
2699
2700 Spalten
2701 \family default
2702  und 
2703 \family sans
2704 Tabellen-Einstellungen
2705 \family default
2706 .
2707  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2708 ngsmöglichkeiten zu erreichen.
2709 \end_layout
2710
2711 \begin_layout Section
2712 Gleitende Tabellen
2713 \begin_inset CommandInset label
2714 LatexCommand label
2715 name "abs:Gleitende-Tabellen"
2716
2717 \end_inset
2718
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Gleitobjekte ! Tabellen
2725 \end_layout
2726
2727 \end_inset
2728
2729
2730 \begin_inset Index idx
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Tabellen ! gleitende
2735 \end_layout
2736
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \begin_layout Standard
2743 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2744 \begin_inset space ~
2745 \end_inset
2746
2747
2748 \begin_inset CommandInset ref
2749 LatexCommand ref
2750 reference "abs:Gleitobjekte-Einleitung"
2751
2752 \end_inset
2753
2754 .
2755 \end_layout
2756
2757 \begin_layout Standard
2758 \begin_inset Float table
2759 placement h
2760 wide false
2761 sideways false
2762 status open
2763
2764 \begin_layout Plain Layout
2765 \begin_inset Caption Standard
2766
2767 \begin_layout Plain Layout
2768 \begin_inset CommandInset label
2769 LatexCommand label
2770 name "tab:a table float"
2771
2772 \end_inset
2773
2774 Eine gleitende Tabelle
2775 \end_layout
2776
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \begin_layout Plain Layout
2783 \align center
2784 \begin_inset Tabular
2785 <lyxtabular version="3" rows="3" columns="3">
2786 <features tabularvalignment="middle">
2787 <column alignment="center" valignment="top" width="0pt">
2788 <column alignment="center" valignment="top" width="0pt">
2789 <column alignment="center" valignment="top" width="0pt">
2790 <row>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 1
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 2
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \family roman
2833 \series medium
2834 \shape up
2835 \size normal
2836 \emph off
2837 \bar no
2838 \noun off
2839 \color none
2840 3
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 </row>
2846 <row>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \family roman
2853 \series medium
2854 \shape up
2855 \size normal
2856 \emph off
2857 \bar no
2858 \noun off
2859 \color none
2860 Martin
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \family roman
2871 \series medium
2872 \shape up
2873 \size normal
2874 \emph off
2875 \bar no
2876 \noun off
2877 \color none
2878 Lena
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \family roman
2889 \series medium
2890 \shape up
2891 \size normal
2892 \emph off
2893 \bar no
2894 \noun off
2895 \color none
2896 Alina
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \family roman
2909 \series medium
2910 \shape up
2911 \size normal
2912 \emph off
2913 \bar no
2914 \noun off
2915 \color none
2916 \begin_inset Formula $\int x^{2}dx$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928
2929 \family roman
2930 \series medium
2931 \shape up
2932 \size normal
2933 \emph off
2934 \bar no
2935 \noun off
2936 \color none
2937 \begin_inset Formula $\left[\begin{array}{cc}
2938 a & b\\
2939 c & d
2940 \end{array}\right]$
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 \begin_inset Formula $1+1=2$
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 </row>
2970 </lyxtabular>
2971
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \begin_layout Standard
2983 Gleitende Tabellen können über 
2984 \family sans
2985 Einfügen\SpecialChar menuseparator
2986 Gleitobjekt\SpecialChar menuseparator
2987 Tabelle
2988 \family default
2989  oder einen Klick auf den Werkzeugleistenknopf 
2990 \begin_inset Info
2991 type  "icon"
2992 arg   "float-insert table"
2993 \end_inset
2994
2995  erzeugt werden.
2996  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2997  In das rot umrahmte Feld rechts von 
2998 \emph on
2999 Tabelle
3000 \begin_inset space ~
3001 \end_inset
3002
3003 Nr:
3004 \emph default
3005  schreiben Sie die Tabellenbeschriftung.
3006  Nach einem Klick oberhalb oder unterhalb von 
3007 \emph on
3008 Tabelle
3009 \begin_inset space ~
3010 \end_inset
3011
3012 Nr:
3013 \emph default
3014  können Sie dann eine Tabelle einfügen.
3015 \end_layout
3016
3017 \begin_layout Standard
3018 Tabelle
3019 \begin_inset space ~
3020 \end_inset
3021
3022
3023 \begin_inset CommandInset ref
3024 LatexCommand ref
3025 reference "tab:a table float"
3026
3027 \end_inset
3028
3029  ist ein Beispiel für eine gleitende Tabelle.
3030 \end_layout
3031
3032 \begin_layout Standard
3033 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3034 herweise wird das von \SpecialChar LaTeX
3035  Standard-Klassen nicht unterstützt.
3036  Das bedeutet, dass bei den Klassen 
3037 \family sans
3038 article
3039 \family default
3040
3041 \family sans
3042 book
3043 \family default
3044
3045 \family sans
3046 letter
3047 \family default
3048 , und 
3049 \family sans
3050 report
3051 \family default
3052  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3053  Um den einzufügen, können Sie zum Ladebefehl des \SpecialChar LaTeX
3054 -Paketes 
3055 \series bold
3056 caption
3057 \series default
3058
3059 \begin_inset Index idx
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 \SpecialChar LaTeX
3064 -Pakete ! caption
3065 \end_layout
3066
3067 \end_inset
3068
3069  im \SpecialChar LaTeX
3070 -Vorspann Ihres Dokuments folgende Option einfügen:
3071 \begin_inset Foot
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Näheres finden Sie im Abschnitt
3076 \begin_inset space ~
3077 \end_inset
3078
3079
3080 \begin_inset CommandInset ref
3081 LatexCommand ref
3082 reference "abs:Titel-Platzierung"
3083
3084 \end_inset
3085
3086 .
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \begin_layout Standard
3095
3096 \series bold
3097 tableposition=top
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Das Paket 
3102 \series bold
3103 caption
3104 \series default
3105 , das in Abschnitt
3106 \begin_inset space ~
3107 \end_inset
3108
3109
3110 \begin_inset CommandInset ref
3111 LatexCommand ref
3112 reference "abs:Titel-Formatierung"
3113
3114 \end_inset
3115
3116  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3117 \end_layout
3118
3119 \begin_layout Standard
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 Querverweise ! auf Tabellen
3125 \end_layout
3126
3127 \end_inset
3128
3129 Auf Tabellen kann über ihre Marke verwiesen werden.
3130  Dafür fügen Sie in der Beschriftung mit 
3131 \family sans
3132 Einfügen\SpecialChar menuseparator
3133 Marke
3134 \family default
3135  oder durch Klicken auf 
3136 \begin_inset Info
3137 type  "icon"
3138 arg   "label-insert"
3139 \end_inset
3140
3141  eine Marke ein.
3142  Auf diese können Sie dann wie gewohnt mit 
3143 \family sans
3144 Einfügen\SpecialChar menuseparator
3145 Querverweis
3146 \family default
3147  oder durch Klicken auf 
3148 \begin_inset Info
3149 type  "icon"
3150 arg   "dialog-show-new-inset ref"
3151 \end_inset
3152
3153  verweisen.
3154  Verweise werden detailliert in Abschnitt
3155 \begin_inset space ~
3156 \end_inset
3157
3158
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "abs:Auf-Gleitobjekte-verweisen"
3162
3163 \end_inset
3164
3165  beschrieben.
3166 \end_layout
3167
3168 \begin_layout Section
3169 Lange Tabellen
3170 \begin_inset CommandInset label
3171 LatexCommand label
3172 name "abs:Lange-Tabellen"
3173
3174 \end_inset
3175
3176
3177 \begin_inset Index idx
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Tabellen ! lange
3182 \end_layout
3183
3184 \end_inset
3185
3186
3187 \end_layout
3188
3189 \begin_layout Standard
3190 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3191  Dialogfenster 
3192 \family sans
3193 Tabellen-Einstellungen
3194 \family default
3195  auf der Karteikarte  
3196 \family sans
3197 Lange
3198 \begin_inset space ~
3199 \end_inset
3200
3201 Tabelle
3202 \family default
3203  die Option 
3204 \family sans
3205 Lange
3206 \begin_inset space ~
3207 \end_inset
3208
3209 Tabelle
3210 \begin_inset space ~
3211 \end_inset
3212
3213 verwenden
3214 \family default
3215  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3216  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3217 \end_layout
3218
3219 \begin_layout Description
3220 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3221  festgelegt; mit Ausnahme der ersten, wenn 
3222 \family sans
3223 Erste
3224 \begin_inset space ~
3225 \end_inset
3226
3227 Kopfzeile
3228 \family default
3229  aktiviert ist.
3230 \end_layout
3231
3232 \begin_layout Description
3233 Erste
3234 \lang english
3235
3236 \begin_inset space ~
3237 \end_inset
3238
3239
3240 \lang ngerman
3241 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3242  Seite einer mehrseitigen Tabelle definiert.
3243 \end_layout
3244
3245 \begin_layout Description
3246 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3247  mit Ausnahme der letzten, wenn 
3248 \family sans
3249 Letzte
3250 \begin_inset space ~
3251 \end_inset
3252
3253 Fußzeile
3254 \family default
3255  aktiviert ist.
3256 \end_layout
3257
3258 \begin_layout Description
3259 Letzte
3260 \begin_inset space ~
3261 \end_inset
3262
3263 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3264  einer mehrseitigen Tabelle definiert.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Legende: Die aktuelle Zeile enthält die Legende.
3269  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3270  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3271 \begin_inset space ~
3272 \end_inset
3273
3274
3275 \begin_inset CommandInset ref
3276 LatexCommand ref
3277 reference "uab:Beschriftungen-langer-Tabellen"
3278
3279 \end_inset
3280
3281  erklärt.
3282 \end_layout
3283
3284 \begin_layout Standard
3285 Hier ist ein Beispiel einer langen Tabelle:
3286 \begin_inset Separator parbreak
3287 \end_inset
3288
3289
3290 \end_layout
3291
3292 \begin_layout Standard
3293 \align center
3294 \begin_inset Tabular
3295 <lyxtabular version="3" rows="69" columns="3">
3296 <features islongtable="true" longtabularalignment="center">
3297 <column alignment="left" valignment="top" width="0cm">
3298 <column alignment="left" valignment="top" width="0pt">
3299 <column alignment="right" valignment="top" width="0pt">
3300 <row endfirsthead="true">
3301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \series bold
3307 Telefonliste (ignoriere die Namen)
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 <row endfirsthead="true">
3332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 NAME
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 TEL.
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row endhead="true">
3365 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Telefonliste
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row endhead="true">
3396 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 NAME
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \series bold
3422 TEL.
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row endfoot="true">
3429 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 wird fortgesetzt
3436 \series default
3437  \SpecialChar ldots
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \series bold
3469 Annovi
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Silvia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 Bertoli
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Stefano
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Bozzi
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Walter
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 Cachia
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Maria
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 111
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \series bold
3593 Cachia
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 Maurizio
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Cinquemani
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Giusi
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Colin
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Bernard
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Concli
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Gianfranco
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Dal Bosco
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Carolina
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Dalpiaz
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Annamaria
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Feliciello
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Domenico
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Focarelli
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Paola
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Galletti
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Oreste
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Gasparini
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Franca
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Rizzardi
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Paola
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932
3933 \series bold
3934 Lassini
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Giancarlo
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 111
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 </row>
3958 <row>
3959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963
3964 \series bold
3965 Malfatti
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 Luciano
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 111
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \series bold
3996 Malfatti
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 Valeriano
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 111
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 </row>
4020 <row>
4021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025
4026 \series bold
4027 Meneguzzo
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 Roberto
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 111
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 </row>
4051 <row>
4052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \series bold
4058 Mezzadra
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 Roberto
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 111
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087
4088 \series bold
4089 Pirpamer
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 Erich
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 111
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 </row>
4113 <row>
4114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \series bold
4120 Pochiesa
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 Paolo
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 111, 222
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 </row>
4144 <row>
4145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149
4150 \series bold
4151 Radina
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 Claudio
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 111
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180
4181 \series bold
4182 Stuffer
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 Oskar
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 111
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 </row>
4206 <row>
4207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \series bold
4213 Tacchelli
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 Ugo
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 111
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \series bold
4244 Tezzele
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Margit
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 111
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 </row>
4268 <row>
4269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273
4274 \series bold
4275 Unterkalmsteiner
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 Frieda
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 111
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 </row>
4299 <row>
4300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304
4305 \series bold
4306 Vieider
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 Hilde
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 111
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 </row>
4330 <row>
4331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335
4336 \series bold
4337 Vigna
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 Jürgen
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 111
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 </row>
4361 <row>
4362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366
4367 \series bold
4368 Weber
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 Maurizio
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 111
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397
4398 \series bold
4399 Winkler
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 Franz
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 111
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428  
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Annovi
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Silvia
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Bertoli
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Stefano
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Bozzi
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Walter
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Cachia
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Maria
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 555
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Cachia
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Maurizio
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Cinquemani
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Giusi
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Colin
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Bernard
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Concli
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Gianfranco
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Dal Bosco
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Carolina
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Dalpiaz
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Annamaria
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Feliciello
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Domenico
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Focarelli
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Paola
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Galletti
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Oreste
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 555
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Gasparini
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Franca
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Rizzardi
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Paola
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row>
4918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \series bold
4924 Lassini
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 Giancarlo
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 555
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 </row>
4948 <row>
4949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953
4954 \series bold
4955 Malfatti
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 Luciano
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 555
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 </row>
4979 <row>
4980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984
4985 \series bold
4986 Malfatti
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Valeriano
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 555
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 </row>
5010 <row>
5011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017 Meneguzzo
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Roberto
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 555
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 </row>
5041 <row>
5042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \series bold
5048 Mezzadra
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Roberto
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 555
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 </row>
5072 <row>
5073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077
5078 \series bold
5079 Pirpamer
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 Erich
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 555
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \series bold
5110 Pochiesa
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 Paolo
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 555, 222
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 </row>
5134 <row>
5135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139
5140 \series bold
5141 Radina
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 Claudio
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 555
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 </row>
5165 <row>
5166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170
5171 \series bold
5172 Stuffer
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 Oskar
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 555
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 </row>
5196 <row>
5197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \series bold
5203 Tacchelli
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 Ugo
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 555
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 <row>
5228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232
5233 \series bold
5234 Tezzele
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 Margit
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 555
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 </row>
5258 <row>
5259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \series bold
5265 Unterkalmsteiner
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 Frieda
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 555
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294
5295 \series bold
5296 Vieider
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 Hilde
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 555
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 </row>
5320 <row>
5321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325
5326 \series bold
5327 Vigna
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 Jürgen
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 999
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 </row>
5351 <row>
5352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356
5357 \series bold
5358 Weber
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 Maurizio
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 555
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 </row>
5382 <row>
5383 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387
5388 \series bold
5389 Winkler
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 Franz
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 555
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 </row>
5413 <row endlastfoot="true">
5414 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Ende
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 </lyxtabular>
5443
5444 \end_inset
5445
5446
5447 \begin_inset ERT
5448 status collapsed
5449
5450 \begin_layout Plain Layout
5451
5452
5453 \backslash
5454 addtocounter{table}{-1}
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \begin_inset Note Note
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5465 \begin_inset space ~
5466 \end_inset
5467
5468
5469 \begin_inset CommandInset ref
5470 LatexCommand ref
5471 reference "uab:Beschriftungen-langer-Tabellen"
5472
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \begin_layout Subsection
5484 Fußnoten in langen Tabellen
5485 \begin_inset CommandInset label
5486 LatexCommand label
5487 name "uab:Fußnoten-in-langen"
5488
5489 \end_inset
5490
5491
5492 \begin_inset Index idx
5493 status collapsed
5494
5495 \begin_layout Plain Layout
5496 Tabellen ! lange ! Fußnoten
5497 \end_layout
5498
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \begin_layout Standard
5505 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5506  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5507  Tabelle
5508 \begin_inset space ~
5509 \end_inset
5510
5511
5512 \begin_inset CommandInset ref
5513 LatexCommand ref
5514 reference "tab:DiffCaptions"
5515
5516 \end_inset
5517
5518  hat zum Beispiel eine Fußnote.
5519 \end_layout
5520
5521 \begin_layout Subsection
5522 Ausrichtung langer Tabellen
5523 \begin_inset Index idx
5524 status collapsed
5525
5526 \begin_layout Plain Layout
5527 Tabellen ! lange ! Ausrichtung
5528 \end_layout
5529
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \begin_layout Standard
5536 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5537 n festgelegt werden.
5538  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5539  Seitenrand.
5540  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5541  ausgerichtet werden und die Werte der Längen 
5542 \series bold
5543
5544 \backslash
5545 LTleft 
5546 \series default
5547 und 
5548 \series bold
5549
5550 \backslash
5551 LTright
5552 \series default
5553  geändert werden, indem diese Zeile als \SpecialChar TeX
5554 -Code vor die lange Tabelle eingefügt
5555  wird:
5556 \end_layout
5557
5558 \begin_layout Standard
5559
5560 \series bold
5561
5562 \backslash
5563 setlength{
5564 \backslash
5565 LTleft}{Wert}
5566 \end_layout
5567
5568 \begin_layout Standard
5569 Der Wert kann eine der in Tabelle
5570 \begin_inset space ~
5571 \end_inset
5572
5573
5574 \begin_inset CommandInset ref
5575 LatexCommand ref
5576 reference "tab:Maßeinheiten"
5577
5578 \end_inset
5579
5580  aufgelisteten Einheiten kann.
5581  
5582 \series bold
5583
5584 \backslash
5585 LTleft
5586 \series default
5587  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5588  
5589 \series bold
5590
5591 \backslash
5592 LTright
5593 \series default
5594  den Abstand von rechts.
5595  Die Voreinstellung für beide Werte ist 
5596 \series bold
5597
5598 \backslash
5599 fill
5600 \series default
5601 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5602  in \SpecialChar LyX
5603  ist.
5604 \end_layout
5605
5606 \begin_layout Standard
5607 Die folgende lange Tabelle wurde zentriert und 
5608 \series bold
5609
5610 \backslash
5611 LTleft
5612 \series default
5613  auf den Wert 
5614 \family sans
5615 0.1
5616 \backslash
5617 columnwidth
5618 \family default
5619  gesetzt:
5620 \begin_inset ERT
5621 status collapsed
5622
5623 \begin_layout Plain Layout
5624
5625
5626 \backslash
5627 setlength{
5628 \backslash
5629 LTleft}{0.1
5630 \backslash
5631 columnwidth}
5632 \end_layout
5633
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \begin_layout Standard
5640 \begin_inset Tabular
5641 <lyxtabular version="3" rows="5" columns="5">
5642 <features islongtable="true" longtabularalignment="center">
5643 <column alignment="center" valignment="top">
5644 <column alignment="center" valignment="top">
5645 <column alignment="center" valignment="top" width="0pt">
5646 <column alignment="center" valignment="top">
5647 <column alignment="center" valignment="top">
5648 <row>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 1
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 2
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 3
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 4
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 5
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 asd
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 asd
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 asd
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 asd
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 s
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 s
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 <row>
5837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 </lyxtabular>
5884
5885 \end_inset
5886
5887
5888 \begin_inset ERT
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892
5893
5894 \backslash
5895 setlength{
5896 \backslash
5897 LTleft}{
5898 \backslash
5899 fill}
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \begin_inset ERT
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909
5910
5911 \backslash
5912 addtocounter{table}{-1}
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \begin_inset Note Note
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5923 \begin_inset space ~
5924 \end_inset
5925
5926
5927 \begin_inset CommandInset ref
5928 LatexCommand ref
5929 reference "uab:Beschriftungen-langer-Tabellen"
5930
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Subsection
5942 Beschriftungen langer Tabellen
5943 \begin_inset CommandInset label
5944 LatexCommand label
5945 name "uab:Beschriftungen-langer-Tabellen"
5946
5947 \end_inset
5948
5949
5950 \begin_inset Index idx
5951 status collapsed
5952
5953 \begin_layout Plain Layout
5954 Tabellen ! lange ! Titel
5955 \end_layout
5956
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \begin_layout Standard
5963 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5964  nur auf eine Seite gedruckt werden können.
5965  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5966 \begin_inset space ~
5967 \end_inset
5968
5969
5970 \begin_inset CommandInset ref
5971 LatexCommand ref
5972 reference "abs:Lange-Tabellen"
5973
5974 \end_inset
5975
5976  erklärt.
5977  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5978  Kopf- oder eine Fußzeile.
5979 \end_layout
5980
5981 \begin_layout Standard
5982 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5983 \end_layout
5984
5985 \begin_layout Standard
5986 \begin_inset Tabular
5987 <lyxtabular version="3" rows="6" columns="5">
5988 <features islongtable="true" longtabularalignment="center">
5989 <column alignment="center" valignment="top">
5990 <column alignment="center" valignment="top">
5991 <column alignment="center" valignment="top">
5992 <column alignment="center" valignment="top">
5993 <column alignment="center" valignment="top">
5994 <row endfirsthead="true" caption="true">
5995 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 \begin_inset Caption Standard
6000
6001 \begin_layout Plain Layout
6002 Eine lange Tabelle mit Titel
6003 \begin_inset Argument 1
6004 status open
6005
6006 \begin_layout Plain Layout
6007 Lange Tabelle
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 1
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 2
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 3
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 4
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 5
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111 asd
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 s
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 asd
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 asd
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 s
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 asd
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 s
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 s
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 asd
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 asd
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 asd
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 </lyxtabular>
6295
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \begin_layout Standard
6302 \begin_inset VSpace medskip
6303 \end_inset
6304
6305
6306 \begin_inset Note Greyedout
6307 status open
6308
6309 \begin_layout Plain Layout
6310
6311 \series bold
6312 Bemerkung
6313 \begin_inset space ~
6314 \end_inset
6315
6316 1:
6317 \series default
6318  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6319  Titel vergeben.
6320  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6321 \begin_inset space ~
6322 \end_inset
6323
6324 2.4 auf Tabelle
6325 \begin_inset space ~
6326 \end_inset
6327
6328 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6329  Beschriftung sind.
6330  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6331  \SpecialChar LaTeX
6332 -Befehl als \SpecialChar TeX
6333 -Code einfügen:
6334 \end_layout
6335
6336 \begin_layout Plain Layout
6337
6338 \series bold
6339
6340 \backslash
6341 addtocounter{table}{-1}
6342 \end_layout
6343
6344 \begin_layout Plain Layout
6345 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6346  Beschriftung hat und Sie diesen Code zum \SpecialChar LaTeX
6347 -Vorspann hinzufügen:
6348 \end_layout
6349
6350 \begin_layout Plain Layout
6351
6352 \series bold
6353
6354 \backslash
6355 let
6356 \backslash
6357 myEnd
6358 \backslash
6359 endlongtable
6360 \begin_inset Newline newline
6361 \end_inset
6362
6363
6364 \backslash
6365 renewcommand{
6366 \backslash
6367 endlongtable}{
6368 \backslash
6369 myEnd
6370 \backslash
6371 addtocounter{table}{-1}}
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \begin_layout Standard
6380 \begin_inset Note Greyedout
6381 status open
6382
6383 \begin_layout Plain Layout
6384
6385 \series bold
6386 Bemerkung
6387 \begin_inset space ~
6388 \end_inset
6389
6390 2:
6391 \series default
6392  Wenn Sie 
6393 \series bold
6394 hyperref
6395 \series default
6396
6397 \begin_inset Index idx
6398 status collapsed
6399
6400 \begin_layout Plain Layout
6401 \SpecialChar LaTeX
6402 -Pakete ! hyperref
6403 \end_layout
6404
6405 \end_inset
6406
6407  in den
6408 \family sans
6409  PDF-Eigenschaften
6410 \family default
6411  im 
6412 \family sans
6413 Dokument-Einstellungen
6414 \family default
6415  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6416  immer auf den Anfang des Dokuments zeigen.
6417 \end_layout
6418
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \begin_layout Subsubsection
6425 Querverweise auf 
6426 \family sans
6427 lange Tabelle
6428 \family default
6429 n
6430 \begin_inset Index idx
6431 status collapsed
6432
6433 \begin_layout Plain Layout
6434 Tabellen ! lange ! Querverweis
6435 \end_layout
6436
6437 \end_inset
6438
6439
6440 \end_layout
6441
6442 \begin_layout Standard
6443 \begin_inset Tabular
6444 <lyxtabular version="3" rows="6" columns="5">
6445 <features islongtable="true" longtabularalignment="center">
6446 <column alignment="center" valignment="top">
6447 <column alignment="center" valignment="top">
6448 <column alignment="center" valignment="top">
6449 <column alignment="center" valignment="top">
6450 <column alignment="center" valignment="top">
6451 <row endfirsthead="true" caption="true">
6452 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Caption Standard
6457
6458 \begin_layout Plain Layout
6459 Lange Tabelle mit Marke
6460 \begin_inset CommandInset label
6461 LatexCommand label
6462 name "tab:LangeTabelle-mit-Marke"
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 1
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 2
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 3
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545 4
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 5
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 <row>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 asd
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 s
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 s
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 s
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 asd
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 <row>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 s
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 s
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 s
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 asd
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 <row>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 asd
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 s
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 s
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 s
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 asd
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 <row>
6702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 asd
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 sad
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 asd
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 asd
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 asd
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 </row>
6748 </lyxtabular>
6749
6750 \end_inset
6751
6752
6753 \end_layout
6754
6755 \begin_layout Standard
6756 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6757  im Titel einfügen.
6758 \end_layout
6759
6760 \begin_layout Standard
6761 Dies ist ein Verweis auf Tabelle
6762 \begin_inset space ~
6763 \end_inset
6764
6765
6766 \begin_inset CommandInset ref
6767 LatexCommand ref
6768 reference "tab:LangeTabelle-mit-Marke"
6769
6770 \end_inset
6771
6772 .
6773 \end_layout
6774
6775 \begin_layout Standard
6776 Mit dem \SpecialChar LaTeX
6777 -Paket 
6778 \series bold
6779 caption
6780 \series default
6781
6782 \begin_inset Index idx
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786 \SpecialChar LaTeX
6787 -Pakete ! caption
6788 \end_layout
6789
6790 \end_inset
6791
6792 , siehe Abschnitt
6793 \begin_inset space ~
6794 \end_inset
6795
6796
6797 \begin_inset CommandInset ref
6798 LatexCommand ref
6799 reference "abs:Titel-Formatierung"
6800
6801 \end_inset
6802
6803 , können Sie alle anderen Beschriftungsoptionen benutzen.
6804 \end_layout
6805
6806 \begin_layout Subsubsection
6807 Titelbreite
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 Tabellen ! lange ! Beschriftungsbreite
6813 \end_layout
6814
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \begin_layout Standard
6821 Die maximale Titelbreite wird durch die Variable 
6822 \series bold
6823
6824 \backslash
6825 LTcapwidth
6826 \series default
6827  definiert.
6828  Ihr Standardwert ist 4
6829 \begin_inset space \thinspace{}
6830 \end_inset
6831
6832 Zoll (
6833 \begin_inset Formula $\approx10$
6834 \end_inset
6835
6836
6837 \begin_inset space \thinspace{}
6838 \end_inset
6839
6840 cm).
6841  Um das zu ändern, können Sie entweder im \SpecialChar LaTeX
6842 -Vorspann oder als \SpecialChar TeX
6843 -Code vor der
6844  betreffenden Tabelle folgenden Befehl einsetzen:
6845 \end_layout
6846
6847 \begin_layout Standard
6848
6849 \series bold
6850
6851 \backslash
6852 setlength{
6853 \backslash
6854 LTcapwidth}{Breite}
6855 \end_layout
6856
6857 \begin_layout Standard
6858 wobei die Breite eine der in Anhang
6859 \begin_inset space ~
6860 \end_inset
6861
6862
6863 \begin_inset CommandInset ref
6864 LatexCommand ref
6865 reference "kap:In-LyX-verfügbare"
6866
6867 \end_inset
6868
6869  aufgelisteten Einheiten haben kann.
6870 \end_layout
6871
6872 \begin_layout Standard
6873 Die beiden folgenden Tabellen zeigen den Unterschied:
6874 \end_layout
6875
6876 \begin_layout Standard
6877 \begin_inset Tabular
6878 <lyxtabular version="3" rows="6" columns="5">
6879 <features islongtable="true" longtabularalignment="center">
6880 <column alignment="center" valignment="top">
6881 <column alignment="center" valignment="top">
6882 <column alignment="center" valignment="top">
6883 <column alignment="center" valignment="top">
6884 <column alignment="center" valignment="top">
6885 <row endfirsthead="true" caption="true">
6886 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 \begin_inset Caption Standard
6891
6892 \begin_layout Plain Layout
6893 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6894 \begin_inset Argument 1
6895 status open
6896
6897 \begin_layout Plain Layout
6898 Titel mit Standardbreite
6899 \end_layout
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 1
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 2
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 3
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 4
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 5
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 s
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 asd
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 asd
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 s
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 asd
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 sad
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 asd
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 </row>
7185 </lyxtabular>
7186
7187 \end_inset
7188
7189
7190 \end_layout
7191
7192 \begin_layout Standard
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 setlength{
7201 \backslash
7202 LTcapwidth}{5cm}
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \begin_inset Tabular
7209 <lyxtabular version="3" rows="6" columns="5">
7210 <features islongtable="true" longtabularalignment="center">
7211 <column alignment="center" valignment="top">
7212 <column alignment="center" valignment="top">
7213 <column alignment="center" valignment="top">
7214 <column alignment="center" valignment="top">
7215 <column alignment="center" valignment="top">
7216 <row endfirsthead="true" caption="true">
7217 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 \begin_inset Caption Standard
7222
7223 \begin_layout Plain Layout
7224 Langer Titel mit 5
7225 \begin_inset space \thinspace{}
7226 \end_inset
7227
7228 cm Breite, Langer Titel mit 5
7229 \begin_inset space \thinspace{}
7230 \end_inset
7231
7232 cm Breite
7233 \begin_inset Argument 1
7234 status open
7235
7236 \begin_layout Plain Layout
7237 Titel mit 5
7238 \begin_inset space \thinspace{}
7239 \end_inset
7240
7241 cm Breite
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 1
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 2
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 3
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 4
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 5
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 s
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 s
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 s
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 asd
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 s
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 s
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419 s
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 asd
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 </row>
7434 <row>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 asd
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 s
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 s
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 s
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 asd
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row>
7482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 asd
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 sad
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 asd
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 asd
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 asd
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 </lyxtabular>
7529
7530 \end_inset
7531
7532
7533 \begin_inset ERT
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537
7538
7539 \backslash
7540 setlength{
7541 \backslash
7542 LTcapwidth}{4in}
7543 \end_layout
7544
7545 \end_inset
7546
7547
7548 \begin_inset Note Note
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552 Beschriftungsbreite zurücksetzen
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \begin_layout Standard
7561 \begin_inset Note Greyedout
7562 status open
7563
7564 \begin_layout Plain Layout
7565
7566 \series bold
7567 Achtung:
7568 \series default
7569  Wenn das \SpecialChar LaTeX
7570 -Paket 
7571 \series bold
7572 caption
7573 \series default
7574
7575 \begin_inset Index idx
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579 \SpecialChar LaTeX
7580 -Pakete ! caption
7581 \end_layout
7582
7583 \end_inset
7584
7585  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7586  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7587  4
7588 \begin_inset space \thinspace{}
7589 \end_inset
7590
7591 Zoll für 
7592 \series bold
7593
7594 \backslash
7595 LTcapwidth
7596 \series default
7597  benutzen.
7598  Um in diesem Fall eine genau 4
7599 \begin_inset space \thinspace{}
7600 \end_inset
7601
7602 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7603  4
7604 \begin_inset space \thinspace{}
7605 \end_inset
7606
7607 Zoll veränderten Wert wie z.
7608 \begin_inset space \thinspace{}
7609 \end_inset
7610
7611 B.
7612  3.99
7613 \begin_inset space \thinspace{}
7614 \end_inset
7615
7616 Zoll verwenden oder den \SpecialChar LaTeX
7617 -Befehl 
7618 \series bold
7619
7620 \backslash
7621 captionsetup{width=Wert}
7622 \series default
7623  benutzen, der vom 
7624 \series bold
7625 caption
7626 \series default
7627 -Paket bereitgestellt wird.
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \begin_layout Subsubsection
7636 Unterschiedliche Beschriftung für Tabellenseiten
7637 \begin_inset Index idx
7638 status collapsed
7639
7640 \begin_layout Plain Layout
7641 Tabellen ! lange ! mehrere Beschriftungen
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \begin_layout Standard
7650 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7651  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7652  eine Beschriftung enthält.
7653  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7654  
7655 \family sans
7656 Legende
7657 \begin_inset space ~
7658 \end_inset
7659
7660 (Lange Tabelle (unnummeriert))
7661 \family default
7662  aus.
7663  Tabelle
7664 \begin_inset space ~
7665 \end_inset
7666
7667
7668 \begin_inset CommandInset ref
7669 LatexCommand ref
7670 reference "tab:DiffCaptions"
7671
7672 \end_inset
7673
7674  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7675  ohne Tabellennummer auf der zweiten Seite.
7676 \begin_inset Separator parbreak
7677 \end_inset
7678
7679
7680 \end_layout
7681
7682 \begin_layout Standard
7683 \align center
7684 \begin_inset Tabular
7685 <lyxtabular version="3" rows="59" columns="3">
7686 <features islongtable="true" longtabularalignment="center">
7687 <column alignment="left" valignment="top" width="0pt">
7688 <column alignment="left" valignment="top" width="0pt">
7689 <column alignment="center" valignment="top" width="0pt">
7690 <row endfirsthead="true" caption="true">
7691 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 \begin_inset Caption Standard
7696
7697 \begin_layout Plain Layout
7698 Telefonliste
7699 \begin_inset CommandInset label
7700 LatexCommand label
7701 name "tab:DiffCaptions"
7702
7703 \end_inset
7704
7705
7706 \begin_inset Argument 1
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710 Telefonliste
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row endfirsthead="true">
7745 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \series bold
7751 Telefonliste (ignoriere die Namen)
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row endfirsthead="true">
7776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 NAME
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 TEL.
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endhead="true" caption="true">
7809 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 \begin_inset Caption LongTableNoNumber
7814
7815 \begin_layout Plain Layout
7816 Fortsetzung der Telefonliste
7817 \end_layout
7818
7819 \end_inset
7820
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row endhead="true">
7846 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Telefonliste
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row endhead="true">
7877 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 NAME
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 TEL.
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row endfoot="true">
7910 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 wird fortgesetzt\SpecialChar ldots
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Annovi
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Silvia
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Bertoli
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Stefano
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Bozzi
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Walter
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Cachia
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Maria
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Cachia
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Maurizio
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Cinquemani
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Giusi
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Colin
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Bernard
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Concli
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Gianfranco
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Dal Bosco
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Carolina
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Dalpiaz
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Annamaria
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Feliciello
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Domenico
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Focarelli
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Paola
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Galletti
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Oreste
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Gasparini
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Franca
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Rizzardi
8381 \series default
8382
8383 \begin_inset Foot
8384 status open
8385
8386 \begin_layout Plain Layout
8387 Beispielfußnote
8388 \end_layout
8389
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Paola
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Lassini
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Giancarlo
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Malfatti
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Luciano
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Malfatti
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Valeriano
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Meneguzzo
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Roberto
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Mezzadra
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Roberto
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Pirpamer
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Erich
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Pochiesa
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Paolo
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 111, 222
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Radina
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Claudio
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Stuffer
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Oskar
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 111
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Tacchelli
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Ugo
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 111
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Tezzele
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Margit
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 111
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Unterkalmsteiner
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Frieda
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 111
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Vieider
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Hilde
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 111
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Vigna
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Jürgen
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 111
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Weber
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Maurizio
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 111
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Winkler
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Franz
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 111
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917  
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Annovi
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Silvia
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Bertoli
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Stefano
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Bozzi
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Walter
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Cachia
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Maria
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Cachia
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Maurizio
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Cinquemani
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Giusi
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Colin
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Bernard
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Concli
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Gianfranco
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Dal Bosco
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Carolina
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Dalpiaz
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Annamaria
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Feliciello
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Domenico
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Focarelli
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Paola
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 <row>
9314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318
9319 \series bold
9320 Galletti
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Oreste
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 555
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Gasparini
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Franca
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 555
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \series bold
9382 Rizzardi
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Paola
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 555
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row>
9407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 Lassini
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 Giancarlo
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 555
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444 Malfatti
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Luciano
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 555
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 <row>
9469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 Malfatti
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Valeriano
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 555
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \series bold
9506 Meneguzzo
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 Roberto
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 555
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537 Mezzadra
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 Roberto
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 </lyxtabular>
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \begin_layout Section
9569 Weitere Möglichkeiten für 
9570 \family sans
9571 lange Tabelle
9572 \family default
9573 n
9574 \begin_inset CommandInset label
9575 LatexCommand label
9576 name "abs:Special-Longtable-Issues"
9577
9578 \end_inset
9579
9580
9581 \end_layout
9582
9583 \begin_layout Subsection
9584 L
9585 \family sans
9586 ange Tabelle
9587 \family default
9588 n: Berechnung
9589 \begin_inset Index idx
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593 Tabellen ! lange ! Berechnung
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \begin_layout Standard
9602 \SpecialChar LaTeX
9603  berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit so genannten
9604  
9605 \emph on
9606 chunks
9607 \emph default
9608  (Brocken).
9609  Chunks sind Tabellenteile, die \SpecialChar LaTeX
9610  gleichzeitig im Speicher hält.
9611  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9612  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9613  das die Druckausgabe.
9614  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9615  setzen, indem Sie in den \SpecialChar LaTeX
9616 -Vorspann Ihres Dokumentes folgende Zeile einfügen:
9617 \end_layout
9618
9619 \begin_layout Standard
9620
9621 \series bold
9622
9623 \backslash
9624 setcounter{LTchunksize}{100}
9625 \end_layout
9626
9627 \begin_layout Subsection
9628 Gleitobjekte und L
9629 \family sans
9630 ange Tabelle
9631 \family default
9632 n
9633 \begin_inset Index idx
9634 status collapsed
9635
9636 \begin_layout Plain Layout
9637 Tabellen ! lange ! und Gleitobjekte
9638 \end_layout
9639
9640 \end_inset
9641
9642
9643 \end_layout
9644
9645 \begin_layout Standard
9646 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9647 \family sans
9648 lange
9649 \begin_inset space ~
9650 \end_inset
9651
9652 Tabelle
9653 \family default
9654  beginnt, ein Gleitobjekt befindet.
9655  Um das zu vermeiden, können Sie vor der 
9656 \family sans
9657 langen
9658 \begin_inset space ~
9659 \end_inset
9660
9661 Tabellen
9662 \family default
9663  einen manuellen Seitenumbruch
9664 \family sans
9665  Einfügen\SpecialChar menuseparator
9666 Formatierung\SpecialChar menuseparator
9667 [Doppel]Seite
9668 \begin_inset space \space{}
9669 \end_inset
9670
9671 leeren
9672 \family default
9673  einfügen, siehe 
9674 \emph on
9675 Benutzerhandbuch
9676 \emph default
9677 .
9678 \end_layout
9679
9680 \begin_layout Subsection
9681 Manuelle Seitenumbrüche
9682 \begin_inset Index idx
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686 Tabellen ! lange ! manueller Seitenumbruch
9687 \end_layout
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Standard
9695 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9696  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9697  der Zelle umbrechen wollen, fügen Sie den Befehl  
9698 \begin_inset Quotes gld
9699 \end_inset
9700
9701
9702 \series bold
9703
9704 \backslash
9705
9706 \backslash
9707
9708 \series default
9709
9710 \begin_inset Quotes grd
9711 \end_inset
9712
9713  für eine neue Zeile als \SpecialChar TeX
9714 -Code an der Stelle in der Zelle ein, wo umgebrochen
9715  werden kann.
9716  Vor dem 
9717 \begin_inset Quotes gld
9718 \end_inset
9719
9720
9721 \series bold
9722
9723 \backslash
9724
9725 \backslash
9726
9727 \series default
9728
9729 \begin_inset Quotes grd
9730 \end_inset
9731
9732 -Befehl müssen Sie so viele 
9733 \begin_inset Quotes gld
9734 \end_inset
9735
9736
9737 \series bold
9738 &
9739 \series default
9740
9741 \begin_inset Quotes grd
9742 \end_inset
9743
9744  als \SpecialChar TeX
9745 -Code einfügen wie noch Spalten in der Zeile folgen.
9746  Mit 
9747 \begin_inset Quotes gld
9748 \end_inset
9749
9750
9751 \series bold
9752 &
9753 \series default
9754
9755 \begin_inset Quotes grd
9756 \end_inset
9757
9758   werden in \SpecialChar LaTeX
9759  Tabellenzellen getrennt.
9760  Hinter jedes 
9761 \begin_inset Quotes gld
9762 \end_inset
9763
9764
9765 \series bold
9766 &
9767 \series default
9768
9769 \begin_inset Quotes grd
9770 \end_inset
9771
9772  schreiben Sie ebenfalls in \SpecialChar TeX
9773 -Code den Inhalt der entsprechenden Zelle und
9774  löschen den Inhalt dieser Zellen.
9775 \end_layout
9776
9777 \begin_layout Standard
9778 Hinter dem 
9779 \begin_inset Quotes gld
9780 \end_inset
9781
9782
9783 \series bold
9784
9785 \backslash
9786
9787 \backslash
9788
9789 \series default
9790
9791 \begin_inset Quotes grd
9792 \end_inset
9793
9794 -Befehl müssen Sie so viele 
9795 \begin_inset Quotes gld
9796 \end_inset
9797
9798
9799 \series bold
9800 &
9801 \series default
9802
9803 \begin_inset Quotes grd
9804 \end_inset
9805
9806  als \SpecialChar TeX
9807 -Code einfügen wie Spalten vor der momentanen Spalte sind.
9808  In Tabelle
9809 \begin_inset space ~
9810 \end_inset
9811
9812
9813 \begin_inset CommandInset ref
9814 LatexCommand ref
9815 reference "tab:ForcedPagebreak"
9816
9817 \end_inset
9818
9819  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9820  Es folgt noch eine weitere Spalte.
9821  Deshalb wurde hinter dem Wort 
9822 \emph on
9823 Castelchiodato, 
9824 \emph default
9825 folgendes eingefügt:
9826 \end_layout
9827
9828 \begin_layout Standard
9829
9830 \series bold
9831 & 111
9832 \backslash
9833
9834 \backslash
9835  
9836 \backslash
9837 newpage
9838 \begin_inset Newline newline
9839 \end_inset
9840
9841 &
9842 \end_layout
9843
9844 \begin_layout Standard
9845 Die 
9846 \begin_inset Quotes gld
9847 \end_inset
9848
9849 111
9850 \begin_inset Quotes grd
9851 \end_inset
9852
9853  in der dritten Spalte wurde gelöscht.
9854  
9855 \series bold
9856
9857 \backslash
9858 newpage
9859 \series default
9860  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9861  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9862  Wenn die Fußzeile Ihrer 
9863 \family sans
9864 langen
9865 \begin_inset space ~
9866 \end_inset
9867
9868 Tabelle
9869 \family default
9870  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9871  Befehle benutzen:
9872 \end_layout
9873
9874 \begin_layout Standard
9875
9876 \series bold
9877 & 111
9878 \backslash
9879
9880 \backslash
9881
9882 \begin_inset Newline newline
9883 \end_inset
9884
9885
9886 \backslash
9887 hline &
9888 \end_layout
9889
9890 \begin_layout Standard
9891 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9892  muss folgender Befehl als \SpecialChar TeX
9893 -Code am Anfang der Zelle eingefügt werden:
9894 \end_layout
9895
9896 \begin_layout Standard
9897
9898 \series bold
9899
9900 \backslash
9901 setlength{
9902 \backslash
9903 parfillskip}{0pt}
9904 \end_layout
9905
9906 \begin_layout Standard
9907 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9908  erscheint.
9909 \begin_inset Separator parbreak
9910 \end_inset
9911
9912
9913 \end_layout
9914
9915 \begin_layout Standard
9916 \align center
9917 \begin_inset Tabular
9918 <lyxtabular version="3" rows="38" columns="3">
9919 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9920 <column alignment="left" valignment="top" width="0cm">
9921 <column alignment="left" valignment="top" width="3cm">
9922 <column alignment="right" valignment="top" width="0pt">
9923 <row endfirsthead="true" caption="true">
9924 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 \begin_inset Caption Standard
9929
9930 \begin_layout Plain Layout
9931 Tabelle mit manuellem Seitenumbruch in einer Zelle
9932 \begin_inset CommandInset label
9933 LatexCommand label
9934 name "tab:ForcedPagebreak"
9935
9936 \end_inset
9937
9938
9939 \begin_inset Argument 1
9940 status collapsed
9941
9942 \begin_layout Plain Layout
9943 Tabelle mit manuellem Seitenumbruch in einer Zelle
9944 \end_layout
9945
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row endfirsthead="true">
9978 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \series bold
9984 Telefonliste (ignoriere die Namen)
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row endfirsthead="true">
10009 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015 NAME
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \series bold
10035 TEL.
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 </row>
10041 <row endhead="true">
10042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 \begin_inset ERT
10047 status collapsed
10048
10049 \begin_layout Plain Layout
10050
10051
10052 \backslash
10053 caption*{Fortsetzung der Tabelle}
10054 \backslash
10055
10056 \backslash
10057 %
10058 \end_layout
10059
10060 \end_inset
10061
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row endhead="true">
10087 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Telefonliste
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row endhead="true">
10118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 NAME
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \series bold
10144 TEL.
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row endfoot="true">
10151 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 wird fortgesetzt\SpecialChar ldots
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 Annovi
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 Silvia
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 Bertoli
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 Stefano
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Bozzi
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Walter
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Cachia
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Maria
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Cachia
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Maurizio
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Cinquemani
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Giusi
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Colin
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Bernard
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Concli
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Gianfranco
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 111
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Dal Bosco
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Carolina
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Dalpiaz
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Annamaria
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Feliciello
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Domenico
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Focarelli
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Paola
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Galletti
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Oreste
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Gasparini
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Franca
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Lassini
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Giancarlo
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Malfatti
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Luciano
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 111
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683 Malfatti
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Valeriano
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Meneguzzo
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Roberto
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Mezzadra
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Roberto
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Pirpamer
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Erich
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 111
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \series bold
10807 Pochiesa
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 Paolo
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 111, 222
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 <row>
10832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \series bold
10838 Radina
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Claudio
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 111
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Rizzardi
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Paolo, 11.
10879  Fürst von Monte\SpecialChar softhyphen
10880 com\SpecialChar softhyphen
10881 patri, 11.
10882  Fürst von Sulmona und Vivaro, 10.
10883  Fürst von Rossano, 5.
10884  Herzog von Canemorte, 11.
10885  Herzog von Palombara, 5.
10886  Herzog von Castelchiodato,
10887 \begin_inset ERT
10888 status open
10889
10890 \begin_layout Plain Layout
10891
10892 & 111
10893 \backslash
10894
10895 \backslash
10896  
10897 \backslash
10898 newpage
10899 \end_layout
10900
10901 \begin_layout Plain Layout
10902
10903 &
10904 \end_layout
10905
10906 \end_inset
10907
10908  11.
10909  Herzog von Poggionativo, 11.
10910  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10911  Graf von Valinfreda, 11.
10912  Baron von Cropalati, 11.
10913  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \series bold
10935 Stuffer
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Oskar
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 111
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \series bold
10966 Tacchelli
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 Ugo
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 111
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 </row>
10990 <row>
10991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \series bold
10997 Tezzele
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 Margit
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 111
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 </row>
11021 <row>
11022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \series bold
11028 Unterkalmsteiner
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 Frieda
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 111
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \series bold
11059 Vieider
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 Hilde
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 111
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \series bold
11090 Vigna
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 Jürgen
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 111
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \series bold
11121 Weber
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Maurizio
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 111
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \series bold
11152 Winkler
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 Franz
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 111
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 </lyxtabular>
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Section
11184 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11185 \end_layout
11186
11187 \begin_layout Subsection
11188 Mehrfache Zeilen in Zellen
11189 \begin_inset CommandInset label
11190 LatexCommand label
11191 name "uab:Mehrfache-Zeilen-in"
11192
11193 \end_inset
11194
11195
11196 \begin_inset Index idx
11197 status collapsed
11198
11199 \begin_layout Plain Layout
11200 Mehrfache ! Zeilen in Zellen
11201 \end_layout
11202
11203 \end_inset
11204
11205
11206 \begin_inset Index idx
11207 status collapsed
11208
11209 \begin_layout Plain Layout
11210 Tabellen ! Zeilenumbrüche
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Standard
11219 \noindent
11220 \begin_inset Float table
11221 placement H
11222 wide false
11223 sideways false
11224 status open
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Caption Standard
11228
11229 \begin_layout Plain Layout
11230 \begin_inset CommandInset label
11231 LatexCommand label
11232 name "tab:Table-with-multiple"
11233
11234 \end_inset
11235
11236 Tabelle mit mehrfachen Zeilen in einer Zelle
11237 \end_layout
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \begin_layout Plain Layout
11245 \align center
11246 \begin_inset Tabular
11247 <lyxtabular version="3" rows="3" columns="3">
11248 <features tabularvalignment="middle">
11249 <column alignment="center" valignment="middle" width="2.5cm">
11250 <column alignment="center" valignment="middle" width="0.5cm">
11251 <column alignment="center" valignment="middle" width="0.5cm">
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 zwei
11258 \begin_inset Newline linebreak
11259 \end_inset
11260
11261 Zeilen
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 b
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 c
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 d
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 e
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 f
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 <row>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 g
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 h
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 i
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 </lyxtabular>
11344
11345 \end_inset
11346
11347
11348 \end_layout
11349
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \begin_layout Standard
11356 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11357  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11358  Tabelle
11359 \begin_inset space ~
11360 \end_inset
11361
11362
11363 \begin_inset CommandInset ref
11364 LatexCommand ref
11365 reference "tab:Table-with-multiple"
11366
11367 \end_inset
11368
11369  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11370 \family sans
11371 Tabellen-Einstellungen
11372 \family default
11373 -Dialog auf 2.5
11374 \begin_inset space \thinspace{}
11375 \end_inset
11376
11377 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11378  Weil unser Text schmaler als 2.5
11379 \begin_inset space \thinspace{}
11380 \end_inset
11381
11382 cm ist, würde er in einer Zeile gedruckt werden.
11383  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11384
11385 \family sans
11386 Strg+Shift+Enter
11387 \family default
11388 ) eingefügt.
11389  Wenn der Text länger ist, wird er automatisch umgebrochen.
11390 \end_layout
11391
11392 \begin_layout Standard
11393 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11394  setzen Sie die Breite der beiden Spalten im 
11395 \family sans
11396 Tabellen-Einstellungen
11397 \family default
11398 -Dialog auf 0.5
11399 \begin_inset space \thinspace{}
11400 \end_inset
11401
11402 cm und die vertikale Ausrichtung auf zentriert.
11403 \end_layout
11404
11405 \begin_layout Standard
11406 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11407  haben, kann \SpecialChar LaTeX
11408  es ohne Trennhilfen nicht trennen.
11409  Wenn Sie \SpecialChar LaTeX
11410  trotzdem die Trennung überlassen wollen, müssen Sie vor dem Wort
11411  etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11412  Fügen sie daher 0
11413 \begin_inset space \thinspace{}
11414 \end_inset
11415
11416 pt horizontalen Abstand vor dem Wort ein.
11417  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11418  Tabelle
11419 \begin_inset space ~
11420 \end_inset
11421
11422
11423 \begin_inset CommandInset ref
11424 LatexCommand ref
11425 reference "tab:Table-with-and"
11426
11427 \end_inset
11428
11429  zeigt die Wirkungen.
11430 \end_layout
11431
11432 \begin_layout Standard
11433 \begin_inset Float table
11434 placement h
11435 wide false
11436 sideways false
11437 status open
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Caption Standard
11441
11442 \begin_layout Plain Layout
11443 \begin_inset CommandInset label
11444 LatexCommand label
11445 name "tab:Table-with-and"
11446
11447 \end_inset
11448
11449 Tabelle ohne und mit Silbentrennung
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \begin_inset space \hfill{}
11459 \end_inset
11460
11461
11462 \begin_inset Tabular
11463 <lyxtabular version="3" rows="3" columns="3">
11464 <features tabularvalignment="middle">
11465 <column alignment="center" valignment="middle" width="2.5cm">
11466 <column alignment="center" valignment="middle" width="0.5cm">
11467 <column alignment="center" valignment="middle" width="0.5cm">
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 einsehrlangesZellenwort
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 b
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 c
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 d
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 e
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 f
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 g
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 h
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 i
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 </lyxtabular>
11556
11557 \end_inset
11558
11559
11560 \begin_inset space \hfill{}
11561 \end_inset
11562
11563
11564 \begin_inset Tabular
11565 <lyxtabular version="3" rows="3" columns="3">
11566 <features tabularvalignment="middle">
11567 <column alignment="center" valignment="middle" width="2.5cm">
11568 <column alignment="center" valignment="middle" width="0.5cm">
11569 <column alignment="center" valignment="middle" width="0.5cm">
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset space \hspace{}
11576 \length 0pt
11577 \end_inset
11578
11579 einsehrlangesZellenwort
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 b
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 c
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 d
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 e
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 f
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 g
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 h
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 i
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 </row>
11661 </lyxtabular>
11662
11663 \end_inset
11664
11665
11666 \begin_inset space \hfill{}
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Subsection
11678 Mehrfachspalten
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "uab:Mehrfachspalten"
11682
11683 \end_inset
11684
11685
11686 \begin_inset Index idx
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690 Mahrfachspalten
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \begin_inset Index idx
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700 Tabellen ! Mahrfachspalten
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Subsubsection
11709 Grundlagen
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11714  und verwenden dann den Knopf 
11715 \begin_inset Info
11716 type  "icon"
11717 arg   "inset-modify tabular multicolumn"
11718 \end_inset
11719
11720  in der Werkzeugleiste, das Menü 
11721 \family sans
11722 Bearbeiten\SpecialChar menuseparator
11723 Tabelle\SpecialChar menuseparator
11724 Mehrfachspalte
11725 \family default
11726 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11727  
11728 \family sans
11729 Mehrfachspalte
11730 \family default
11731 .
11732 \end_layout
11733
11734 \begin_layout Standard
11735 Mehrfachspalten haben ihre eigenen Einstellungen.
11736  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11737  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11738  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11739 \begin_inset Separator parbreak
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \begin_layout Standard
11746 \align center
11747 \begin_inset Tabular
11748 <lyxtabular version="3" rows="3" columns="4">
11749 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11750 <column alignment="center" valignment="top" width="0pt">
11751 <column alignment="center" valignment="middle">
11752 <column alignment="center" valignment="top" width="0in">
11753 <column alignment="center" valignment="top" width="0pt">
11754 <row>
11755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 abc
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 def ghi
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 jkl
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 <row>
11793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797
11798 \family roman
11799 \series medium
11800 \shape up
11801 \size normal
11802 \emph off
11803 \bar no
11804 \noun off
11805 \color none
11806 A
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 B
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 C
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 D
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 <row>
11840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 1
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 2
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 3
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Plain Layout
11871 4
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 </lyxtabular>
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Subsubsection
11885 Mehrfachspalten-Berechnungen
11886 \begin_inset CommandInset label
11887 LatexCommand label
11888 name "uab:Mehrfachspalten-Berechnungen"
11889
11890 \end_inset
11891
11892
11893 \begin_inset Index idx
11894 status collapsed
11895
11896 \begin_layout Plain Layout
11897 Mahrfachspalten ! Berechnung
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \begin_inset Index idx
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907 Tabellen ! Mahrfachspalten ! Berechnung
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \SpecialChar LyX
11917  unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11918  Zellen beachten.
11919 \end_layout
11920
11921 \begin_layout Standard
11922 \begin_inset Float table
11923 placement h
11924 wide false
11925 sideways false
11926 status open
11927
11928 \begin_layout Plain Layout
11929 \begin_inset Caption Standard
11930
11931 \begin_layout Plain Layout
11932 \begin_inset CommandInset label
11933 LatexCommand label
11934 name "tab:Table-with-centered"
11935
11936 \end_inset
11937
11938 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11939  die halbe Breite der Mehrfachspalten-Zelle haben
11940 \begin_inset Argument 1
11941 status collapsed
11942
11943 \begin_layout Plain Layout
11944 Eine Mehrfachspalten-Tabelle
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \begin_layout Plain Layout
11958 \align center
11959 \begin_inset Tabular
11960 <lyxtabular version="3" rows="3" columns="3">
11961 <features tabularvalignment="middle">
11962 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11963 <column alignment="center" valignment="middle">
11964 <column alignment="center" valignment="top">
11965 <row>
11966 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 Dies ist eine Mehrfach\SpecialChar softhyphen
11971 spalten-Zelle
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 c
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 <row>
11996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 d
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 e
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 f
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 </row>
12024 <row>
12025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 g
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 h
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 i
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 </lyxtabular>
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Standard
12066 Um Tabelle
12067 \begin_inset space ~
12068 \end_inset
12069
12070
12071 \begin_inset CommandInset ref
12072 LatexCommand ref
12073 reference "tab:Table-with-centered"
12074
12075 \end_inset
12076
12077  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12078  3×3-Tabelle, kreuzen im 
12079 \family sans
12080 Tabellen-Einstellungen
12081 \family default
12082 -Dialog 
12083 \family sans
12084 Mehrfachspalte
12085 \family default
12086  an, setzen die 
12087 \family sans
12088 Horizontale
12089 \begin_inset space ~
12090 \end_inset
12091
12092 Ausrichtung
12093 \family default
12094  auf 
12095 \family sans
12096 Zentriert
12097 \family default
12098  und die 
12099 \family sans
12100 Breite
12101 \family default
12102  auf 2.5
12103 \begin_inset space \thinspace{}
12104 \end_inset
12105
12106 cm.
12107  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12108  Sie die Breite der ersten Spalte auf 1.25
12109 \begin_inset space \thinspace{}
12110 \end_inset
12111
12112 cm setzen.
12113  Die zweite Spalte wird dann automatisch 1.25
12114 \begin_inset space \thinspace{}
12115 \end_inset
12116
12117 cm breit (Breite der 
12118 \family sans
12119 Mehrfachspalte
12120 \family default
12121  
12122 \begin_inset Formula $-$
12123 \end_inset
12124
12125  Breite der ersten Spalte).
12126  Dies wurde so für Tabelle
12127 \begin_inset space ~
12128 \end_inset
12129
12130
12131 \begin_inset CommandInset ref
12132 LatexCommand ref
12133 reference "tab:Table-without-half"
12134
12135 \end_inset
12136
12137  gemacht.
12138 \end_layout
12139
12140 \begin_layout Standard
12141 \begin_inset Float table
12142 wide false
12143 sideways false
12144 status open
12145
12146 \begin_layout Plain Layout
12147 \begin_inset Caption Standard
12148
12149 \begin_layout Plain Layout
12150 \begin_inset CommandInset label
12151 LatexCommand label
12152 name "tab:Table-without-half"
12153
12154 \end_inset
12155
12156 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12157  wie die Mehrfachspalte
12158 \begin_inset Argument 1
12159 status collapsed
12160
12161 \begin_layout Plain Layout
12162 Eine unvollkommene Mehrfachspalten-Tabelle
12163 \end_layout
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \begin_layout Plain Layout
12176 \align center
12177 \begin_inset Tabular
12178 <lyxtabular version="3" rows="3" columns="3">
12179 <features tabularvalignment="middle">
12180 <column alignment="center" valignment="top" width="1.25cm">
12181 <column alignment="center" valignment="top">
12182 <column alignment="center" valignment="top">
12183 <row>
12184 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 Dies ist auch eine Mehr\SpecialChar softhyphen
12189 fach\SpecialChar softhyphen
12190 spalten-Zelle
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 c
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 <row>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 d
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 e
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 f
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 </row>
12243 <row>
12244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 g
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 h
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 i
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 </lyxtabular>
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12286  als die zweite ist.
12287  Das liegt daran, dass die Zellenbreite 
12288 \begin_inset Formula $W_{\mathrm{tot}}$
12289 \end_inset
12290
12291  nicht ihre definierte Breite 
12292 \begin_inset Formula $W_{g}$
12293 \end_inset
12294
12295  ist, sondern ein wenig mehr.
12296  Anhang
12297 \begin_inset space ~
12298 \end_inset
12299
12300
12301 \begin_inset CommandInset ref
12302 LatexCommand ref
12303 reference "kap:Erläuterung-einer-Gleichung"
12304
12305 \end_inset
12306
12307  erklärt das genauer.
12308 \end_layout
12309
12310 \begin_layout Standard
12311 Wenn 
12312 \emph on
12313 n
12314 \emph default
12315  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12316  die definierte Breite 
12317 \begin_inset Formula $W_{g\,n}$
12318 \end_inset
12319
12320  einer Spalte, deren totale Breite = 
12321 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12322 \end_inset
12323
12324  sein soll, wie folgt:
12325 \begin_inset Formula 
12326 \begin{equation}
12327 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12328 \end{equation}
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336 In unserem Falls ist 
12337 \begin_inset Formula $n=2$
12338 \end_inset
12339
12340
12341 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12342 \end_inset
12343
12344 cm, und damit wird aus Gleichung
12345 \begin_inset space ~
12346 \end_inset
12347
12348
12349 \begin_inset CommandInset ref
12350 LatexCommand ref
12351 reference "eq:Wgn"
12352
12353 \end_inset
12354
12355  
12356 \begin_inset Formula 
12357 \begin{equation}
12358 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12359 \end{equation}
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Damit \SpecialChar LaTeX
12368  rechnen kann, muss das Paket 
12369 \series bold
12370 calc
12371 \series default
12372  im Vorspann geladen werden.
12373 \begin_inset Index idx
12374 status collapsed
12375
12376 \begin_layout Plain Layout
12377 \SpecialChar LaTeX
12378 -Pakete ! calc
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389
12390 \backslash
12391 usepackage{calc}
12392 \end_layout
12393
12394 \begin_layout Standard
12395 \SpecialChar LyX
12396  erlaubt im 
12397 \family sans
12398 Breite
12399 \family default
12400 -Feld des 
12401 \family sans
12402 Tabellen-Einstellungen
12403 \family default
12404 -Dialogs keine Berechnungen.
12405  Deshalb müssen Sie die Formel für die Breite im Feld 
12406 \family sans
12407 LaTe
12408 \begin_inset ERT
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412
12413 {}
12414 \end_layout
12415
12416 \end_inset
12417
12418 X-Argument
12419 \family default
12420  eingeben.
12421  Hier iss ein Überblick über die Argumente:
12422 \end_layout
12423
12424 \begin_layout Itemize
12425
12426 \series bold
12427 p{Breite}
12428 \series default
12429  die Zelle bekommt eine feste 
12430 \series bold
12431 Breite
12432 \series default
12433 , und die vertikale Ausrichtung ist 
12434 \family sans
12435 Oben
12436 \end_layout
12437
12438 \begin_layout Itemize
12439
12440 \series bold
12441 m{Breite}
12442 \series default
12443  die Zelle bekommt eine feste 
12444 \series bold
12445 Breite
12446 \series default
12447 , und die vertikale Ausrichtung ist 
12448 \family sans
12449 Mitte
12450 \end_layout
12451
12452 \begin_layout Itemize
12453
12454 \series bold
12455 b{Breite}
12456 \series default
12457  die Zelle bekommt eine feste 
12458 \series bold
12459 Breite
12460 \series default
12461 , und die vertikale Ausrichtung ist 
12462 \family sans
12463 Unten
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Wenn Sie ein \SpecialChar LaTeX
12468 -Argument eingeben, werden alle anderen Einstellungen für diese
12469  Zelle überschrieben.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 \begin_inset Note Greyedout
12474 status open
12475
12476 \begin_layout Plain Layout
12477
12478 \series bold
12479 Bemerkung:
12480 \series default
12481  Wegen eines Fehlers in \SpecialChar LyX
12482  werden die überschriebenen Einstellungen dennoch
12483  angezeigt.
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12493  der Zelle mit dem Inhalt 
12494 \begin_inset Quotes gld
12495 \end_inset
12496
12497 d
12498 \begin_inset Quotes grd
12499 \end_inset
12500
12501  der Tabelle
12502 \begin_inset space ~
12503 \end_inset
12504
12505
12506 \begin_inset CommandInset ref
12507 LatexCommand ref
12508 reference "tab:Table-with-centered"
12509
12510 \end_inset
12511
12512  auch noch der Befehl
12513 \family typewriter
12514 \series bold
12515  
12516 \family default
12517
12518 \backslash
12519 centering
12520 \series default
12521  hinzugefügt.
12522  Das Ganze sieht dann so aus:
12523 \end_layout
12524
12525 \begin_layout Standard
12526
12527 \series bold
12528 |>{
12529 \backslash
12530 centering}m{1.25cm-6.2pt}
12531 \end_layout
12532
12533 \begin_layout Standard
12534 Der vertikale Strich 
12535 \series bold
12536
12537 \begin_inset Quotes gld
12538 \end_inset
12539
12540 |
12541 \series default
12542
12543 \begin_inset Quotes grd
12544 \end_inset
12545
12546  am Anfang zeichnet die linke Linie, und der Befehl 
12547 \series bold
12548
12549 \begin_inset Quotes gld
12550 \end_inset
12551
12552 >{ }
12553 \begin_inset Quotes grd
12554 \end_inset
12555
12556
12557 \series default
12558  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12559  der Zelle benutzt werden sollen.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12564  haben, ist der Text noch immer linksbündig, weil \SpecialChar LyX
12565  Ausrichtungen nur für
12566  einzelne Spalten anwendet.
12567  Deswegen musste für die Mehrfachspalte folgendes \SpecialChar LaTeX
12568 -Argument benutzt werden:
12569 \end_layout
12570
12571 \begin_layout Standard
12572
12573 \series bold
12574 |>{
12575 \backslash
12576 centering}m{2.5cm}|
12577 \end_layout
12578
12579 \begin_layout Subsection
12580 Mehrfachzeilen
12581 \begin_inset CommandInset label
12582 LatexCommand label
12583 name "uab:Mehrfachzeilen"
12584
12585 \end_inset
12586
12587
12588 \begin_inset Index idx
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592 Mehrfachzeilen
12593 \end_layout
12594
12595 \end_inset
12596
12597
12598 \begin_inset Index idx
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602 Tabellen ! Mehrfachzeilen
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12612  und verwenden dann den Knopf 
12613 \begin_inset Info
12614 type  "icon"
12615 arg   "inset-modify tabular multirow"
12616 \end_inset
12617
12618  in der Werkzeugleiste, das Menü 
12619 \family sans
12620 Bearbeiten\SpecialChar menuseparator
12621 Tabelle\SpecialChar menuseparator
12622 Mehrfachzeile
12623 \family default
12624 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12625  
12626 \family sans
12627 Mehrfachzeile
12628 \family default
12629 .
12630 \end_layout
12631
12632 \begin_layout Standard
12633 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12634 \begin_inset Separator parbreak
12635 \end_inset
12636
12637
12638 \end_layout
12639
12640 \begin_layout Standard
12641 \align center
12642 \begin_inset Tabular
12643 <lyxtabular version="3" rows="3" columns="3">
12644 <features tabularvalignment="middle">
12645 <column alignment="center" valignment="top" width="0pt">
12646 <column alignment="center" valignment="top">
12647 <column alignment="center" valignment="top">
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 ein langer Eintrag
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 b
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 c
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 <row>
12678 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 Mehrfachzeile
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 e
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 f
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 h
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 i
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 </lyxtabular>
12736
12737 \end_inset
12738
12739
12740 \end_layout
12741
12742 \begin_layout Standard
12743 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12744  Spalte festgelegt.
12745  Der 
12746 \family sans
12747 Vertikale Versatz
12748 \family default
12749  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12750  positiv/negativ ist.
12751 \end_layout
12752
12753 \begin_layout Standard
12754 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12755  die Mehrfachzeile die Ausrichtung der Spalte.
12756  Ansonsten ist sie standardmäßig links ausgerichtet.
12757  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12758 \series bold
12759
12760 \backslash
12761 multirowsetup
12762 \series default
12763  mit dem Befehl
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 renewcommand{
12772 \backslash
12773 multirowsetup}{
12774 \backslash
12775 centering}
12776 \end_layout
12777
12778 \begin_layout Standard
12779 im \SpecialChar LaTeX
12780 -Vorspann.
12781  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12782  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12783  auch mittels \SpecialChar TeX
12784 -Code vor der jeweiligen Tabelle, statt im \SpecialChar LaTeX
12785 -Vorspann, erneuert
12786  werden.
12787  Für rechtsbündigen Text ersetzt man 
12788 \series bold
12789
12790 \backslash
12791 centering
12792 \series default
12793  durch 
12794 \series bold
12795
12796 \backslash
12797 raggedleft
12798 \series default
12799 .
12800  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12801 \series bold
12802
12803 \backslash
12804 raggedright
12805 \series default
12806  verwendet.
12807 \end_layout
12808
12809 \begin_layout Standard
12810 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12811  die -4
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 mm vertikalen Versatz hat und sich in einer 3
12816 \begin_inset space \thinspace{}
12817 \end_inset
12818
12819 cm breiten Spalte befindet:
12820 \begin_inset Separator parbreak
12821 \end_inset
12822
12823
12824 \end_layout
12825
12826 \begin_layout Standard
12827 \noindent
12828 \align center
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834
12835 \backslash
12836 renewcommand{
12837 \backslash
12838 multirowsetup}{
12839 \backslash
12840 raggedleft}
12841 \end_layout
12842
12843 \end_inset
12844
12845
12846 \begin_inset Tabular
12847 <lyxtabular version="3" rows="4" columns="3">
12848 <features tabularvalignment="middle">
12849 <column alignment="center" valignment="top" width="3cm">
12850 <column alignment="center" valignment="top">
12851 <column alignment="center" valignment="top">
12852 <row>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 ein langer Eintrag
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 b
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 c
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 t
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 n
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 m
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 Mehrfachzeile
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 e
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 f
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 <row>
12940 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 h
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 i
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 </row>
12968 </lyxtabular>
12969
12970 \end_inset
12971
12972
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 renewcommand{
12981 \backslash
12982 multirowsetup}{
12983 \backslash
12984 raggedright}
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \begin_layout Standard
12993 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12994  (Tastenkürzel 
12995 \family sans
12996 Strg+Enter
12997 \family default
12998 ) verwenden.
12999  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
13000 \begin_inset Separator parbreak
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \begin_layout Standard
13007 \noindent
13008 \align center
13009 \begin_inset Tabular
13010 <lyxtabular version="3" rows="3" columns="2">
13011 <features tabularvalignment="middle">
13012 <column alignment="left" valignment="middle" width="2cm">
13013 <column alignment="center" valignment="top">
13014 <row>
13015 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 aaa
13020 \begin_inset Newline newline
13021 \end_inset
13022
13023 aaa
13024 \begin_inset Newline newline
13025 \end_inset
13026
13027 falsche Zelle
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 ccc
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 </row>
13042 <row>
13043 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 ddd
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row>
13063 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 bbb
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 eee
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 </row>
13082 </lyxtabular>
13083
13084 \end_inset
13085
13086
13087 \end_layout
13088
13089 \begin_layout Standard
13090 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13091 \end_layout
13092
13093 \begin_layout Subsection
13094 Zellen mit diagonalen Linien
13095 \end_layout
13096
13097 \begin_layout Standard
13098 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13099  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13100  oder zwei diagonalen Linien zu teilen.
13101  Dies kann erreicht werden, indem man das \SpecialChar LaTeX
13102 -Paket 
13103 \series bold
13104 diagbox
13105 \series default
13106
13107 \begin_inset Index idx
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 \SpecialChar LaTeX
13112 -Pakete ! diagbox
13113 \end_layout
13114
13115 \end_inset
13116
13117  im \SpecialChar LaTeX
13118 -Vorspann lädt.
13119  Das Paket stellt den Befehl 
13120 \series bold
13121
13122 \backslash
13123 diagbox
13124 \series default
13125  zur Verfügung, der als \SpecialChar TeX
13126 -Code eingefügt wird und 2 oder 3
13127 \begin_inset space ~
13128 \end_inset
13129
13130 Argumente hat:
13131 \end_layout
13132
13133 \begin_layout Standard
13134
13135 \series bold
13136
13137 \backslash
13138 diagbox[Optionen]{links unten}{rechts oben}
13139 \end_layout
13140
13141 \begin_layout Standard
13142
13143 \series bold
13144
13145 \backslash
13146 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13147 \end_layout
13148
13149 \begin_layout Standard
13150 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13151  die Argumente werden unter und über diese Linie platziert.
13152  Das zweite Schema teilt die Zelle mit 2
13153 \begin_inset space ~
13154 \end_inset
13155
13156 Linien.
13157 \end_layout
13158
13159 \begin_layout Standard
13160 \begin_inset ERT
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164
13165
13166 \backslash
13167 ifdiagbox
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \begin_inset Note Note
13174 status open
13175
13176 \begin_layout Plain Layout
13177 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
13178 -Paket 
13179 \series bold
13180 diagbox
13181 \series default
13182  installiert ist.
13183 \end_layout
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \begin_layout Standard
13191 Hier ist eine Beispieltabelle in der 
13192 \series bold
13193
13194 \backslash
13195 diagbox 
13196 \series default
13197 im 2-Argument Schema in der ersten Zelle verwendet wird:
13198 \begin_inset VSpace medskip
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 \noindent
13206 \begin_inset Tabular
13207 <lyxtabular version="3" rows="4" columns="4">
13208 <features tabularvalignment="middle">
13209 <column alignment="center" valignment="top">
13210 <column alignment="center" valignment="top">
13211 <column alignment="center" valignment="top">
13212 <column alignment="center" valignment="top">
13213 <row>
13214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 \begin_inset ERT
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 diagbox{
13226 \end_layout
13227
13228 \end_inset
13229
13230 Name
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236 }{
13237 \end_layout
13238
13239 \end_inset
13240
13241 Parameter
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 }
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 Dicke in nm
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Transparenz in %
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Härte in MPa
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 </row>
13285 <row>
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 Perfekt Grün
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 45
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 80
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 504
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 </row>
13323 <row>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 Dunkel Multi-P
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 60
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 72
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 982
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 </row>
13361 <row>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 Kristallklar Pro
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 18
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 86
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 374
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 </row>
13399 </lyxtabular>
13400
13401 \end_inset
13402
13403
13404 \begin_inset VSpace medskip
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \begin_inset Newpage newpage
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \begin_layout Standard
13418 Das 3-Argument Schema ist z.
13419 \begin_inset space \thinspace{}
13420 \end_inset
13421
13422 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13423 \begin_inset Separator parbreak
13424 \end_inset
13425
13426
13427 \end_layout
13428
13429 \begin_layout Standard
13430 \noindent
13431 \align center
13432 \begin_inset Tabular
13433 <lyxtabular version="3" rows="4" columns="4">
13434 <features tabularvalignment="middle">
13435 <column alignment="center" valignment="top" width="0pt">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <row>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 \begin_inset ERT
13445 status collapsed
13446
13447 \begin_layout Plain Layout
13448
13449
13450 \backslash
13451 diagbox{
13452 \end_layout
13453
13454 \end_inset
13455
13456 Heim
13457 \begin_inset ERT
13458 status collapsed
13459
13460 \begin_layout Plain Layout
13461
13462 }{
13463 \end_layout
13464
13465 \end_inset
13466
13467 Ergebnis
13468 \begin_inset ERT
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472
13473 }{
13474 \end_layout
13475
13476 \end_inset
13477
13478 Auswärts
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484 }
13485 \end_layout
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Tiger
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 Panther
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 Falken
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 </row>
13522 <row>
13523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 Tiger
13528 \end_layout
13529
13530 \end_inset
13531 </cell>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 1:3
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 0:1
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 </row>
13560 <row>
13561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 Panther
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 3:1
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 0:0
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 Falken
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 1:0
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 0:0
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 </lyxtabular>
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \begin_layout Standard
13644 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13645  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13646 \begin_inset Separator parbreak
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \begin_layout Standard
13653 \noindent
13654 \align center
13655 \begin_inset Tabular
13656 <lyxtabular version="3" rows="5" columns="5">
13657 <features tabularvalignment="middle">
13658 <column alignment="center" valignment="top" width="0pt">
13659 <column alignment="center" valignment="top">
13660 <column alignment="center" valignment="top">
13661 <column alignment="center" valignment="top">
13662 <column alignment="center" valignment="top">
13663 <row>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset ERT
13669 status open
13670
13671 \begin_layout Plain Layout
13672
13673
13674 \backslash
13675 diagbox{
13676 \end_layout
13677
13678 \end_inset
13679
13680 Heim
13681 \begin_inset ERT
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685
13686 }{
13687 \end_layout
13688
13689 \end_inset
13690
13691 Ergebnis
13692 \begin_inset ERT
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697 }{
13698 \end_layout
13699
13700 \end_inset
13701
13702 Auswärts
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708 }
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Tiger
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 Panther
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 Falken
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 \begin_inset ERT
13750 status open
13751
13752 \begin_layout Plain Layout
13753
13754
13755 \backslash
13756 diagbox[dir=NE]{
13757 \end_layout
13758
13759 \end_inset
13760
13761 Heim
13762 \begin_inset ERT
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766
13767 }{
13768 \end_layout
13769
13770 \end_inset
13771
13772 Ergebnis
13773 \begin_inset ERT
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777
13778 }{
13779 \end_layout
13780
13781 \end_inset
13782
13783 Auswärts
13784 \begin_inset ERT
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788
13789 }
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 Tiger
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 1:3
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 0:1
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 Tiger
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 </row>
13847 <row>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 Panther
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 3:1
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 0:0
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 Panther
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 Falken
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 1:0
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 0:0
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 Falken
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 </row>
13941 <row>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 \begin_inset ERT
13947 status open
13948
13949 \begin_layout Plain Layout
13950
13951
13952 \backslash
13953 diagbox[dir=SW]{
13954 \end_layout
13955
13956 \end_inset
13957
13958 Heim
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964 }{
13965 \end_layout
13966
13967 \end_inset
13968
13969 Ergebnis
13970 \begin_inset ERT
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974
13975 }{
13976 \end_layout
13977
13978 \end_inset
13979
13980 Auswärts
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 Tiger
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 Panther
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 Falken
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 \begin_inset ERT
14028 status open
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 diagbox[dir=SE]{
14035 \end_layout
14036
14037 \end_inset
14038
14039 Heim
14040 \begin_inset ERT
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045 }{
14046 \end_layout
14047
14048 \end_inset
14049
14050 Ergebnis
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056 }{
14057 \end_layout
14058
14059 \end_inset
14060
14061 Auswärts
14062 \begin_inset ERT
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066
14067 }
14068 \end_layout
14069
14070 \end_inset
14071
14072
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 </row>
14078 </lyxtabular>
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \begin_layout Standard
14086 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14087 \series bold
14088 dir=Richtung
14089 \series default
14090  verwendet.
14091  
14092 \emph on
14093 Richtung
14094 \emph default
14095  ist entweder 
14096 \series bold
14097 NE
14098 \series default
14099
14100 \series bold
14101 DE
14102 \series default
14103
14104 \series bold
14105 SW
14106 \series default
14107  oder 
14108 \series bold
14109 NW
14110 \series default
14111  und stellt eine Himmelsrichtung dar.
14112  
14113 \series bold
14114 SW
14115 \series default
14116  ist z.
14117 \begin_inset space \thinspace{}
14118 \end_inset
14119
14120 B.
14121  die Südwestecke.
14122  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14123 \end_layout
14124
14125 \begin_layout Standard
14126
14127 \series bold
14128
14129 \backslash
14130 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14131 \end_layout
14132
14133 \begin_layout Standard
14134 verwendet.
14135  Wenn keine Richtung angegeben ist, wird NW verwendet.
14136 \end_layout
14137
14138 \begin_layout Standard
14139 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14140  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14141 e ist, ragt der Inhalt über die Zelle hinaus:
14142 \begin_inset Separator parbreak
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \noindent
14150 \align center
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="2" columns="2">
14153 <features tabularvalignment="middle">
14154 <column alignment="center" valignment="top" width="3cm">
14155 <column alignment="center" valignment="top">
14156 <row>
14157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 \begin_inset ERT
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165
14166
14167 \backslash
14168 diagbox{
14169 \end_layout
14170
14171 \end_inset
14172
14173 Name
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }{
14180 \end_layout
14181
14182 \end_inset
14183
14184 Parameter
14185 \begin_inset ERT
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189
14190 }
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Dicke in nm
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 </row>
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 Perfekt Grün
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 45
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 </lyxtabular>
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14239  verwendet man die Befehlsoption 
14240 \series bold
14241 width=3cm
14242 \series default
14243  (ersetzen Sie '3cm' durch die benötigte Breite).
14244  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14245 \begin_inset space \thinspace{}
14246 \end_inset
14247
14248 cm gesetzt.
14249  Für 
14250 \series bold
14251
14252 \backslash
14253 diagbox
14254 \series default
14255  wird eine Breite von 4
14256 \begin_inset space \thinspace{}
14257 \end_inset
14258
14259 cm + 2
14260 \begin_inset space \thinspace{}
14261 \end_inset
14262
14263
14264 \backslash
14265 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14266  diesem Fall 4
14267 \begin_inset space \thinspace{}
14268 \end_inset
14269
14270 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14271  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14272 \series bold
14273
14274 \backslash
14275 diagbox
14276 \series default
14277  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14278  später verwenden kann.
14279  Dies wird mit den \SpecialChar TeX
14280 -Code Befehlen
14281 \end_layout
14282
14283 \begin_layout Standard
14284
14285 \series bold
14286
14287 \backslash
14288 newlength{
14289 \backslash
14290 diagtest}
14291 \begin_inset Newline newline
14292 \end_inset
14293
14294
14295 \backslash
14296 setlength{
14297 \backslash
14298 diagtest}{4cm+2
14299 \backslash
14300 tabcolsep}
14301 \end_layout
14302
14303 \begin_layout Standard
14304 erreicht.
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313
14314 \backslash
14315 newlength{
14316 \backslash
14317 diagtest}
14318 \end_layout
14319
14320 \begin_layout Plain Layout
14321
14322
14323 \backslash
14324 setlength{
14325 \backslash
14326 diagtest}{4cm+2
14327 \backslash
14328 tabcolsep}
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337 Um Berechnungen in \SpecialChar LaTeX
14338  zu aktivieren, muss das Paket 
14339 \series bold
14340 calc
14341 \series default
14342
14343 \begin_inset Index idx
14344 status collapsed
14345
14346 \begin_layout Plain Layout
14347 \SpecialChar LaTeX
14348 -Pakete ! calc
14349 \end_layout
14350
14351 \end_inset
14352
14353  im \SpecialChar LaTeX
14354 -Vorspann geladen werden.
14355 \end_layout
14356
14357 \begin_layout Standard
14358 In der Tabelle kann man nun den Befehl
14359 \end_layout
14360
14361 \begin_layout Standard
14362
14363 \series bold
14364
14365 \backslash
14366 diagbox[width=
14367 \backslash
14368 diagtest]{A}{B}
14369 \end_layout
14370
14371 \begin_layout Standard
14372 in der ersten Zelle verwenden:
14373 \begin_inset Separator parbreak
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 \noindent
14381 \align center
14382 \begin_inset Tabular
14383 <lyxtabular version="3" rows="2" columns="2">
14384 <features tabularvalignment="middle">
14385 <column alignment="center" valignment="top" width="4cm">
14386 <column alignment="center" valignment="top">
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset ERT
14393 status open
14394
14395 \begin_layout Plain Layout
14396
14397
14398 \backslash
14399 diagbox[width=
14400 \backslash
14401 diagtest]{
14402 \end_layout
14403
14404 \end_inset
14405
14406 A
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }{
14413 \end_layout
14414
14415 \end_inset
14416
14417 B
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423 }
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Dicke in nm
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row>
14444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 Perfekt Grün
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 45
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 </lyxtabular>
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Standard
14471 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14472  muss.
14473  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14474  wie in in dieser Tabelle:
14475 \begin_inset Separator parbreak
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \noindent
14483 \align center
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="2" columns="2">
14486 <features tabularvalignment="middle">
14487 <column alignment="center" valignment="top" width="0pt">
14488 <column alignment="center" valignment="top">
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset ERT
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 diagbox{
14502 \end_layout
14503
14504 \end_inset
14505
14506 A
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }{
14513 \end_layout
14514
14515 \end_inset
14516
14517 B
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Dicke in nm
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Perfekt Grün
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 45
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 Verwenden Sie in diesem Fall die Option 
14572 \series bold
14573 width
14574 \series default
14575  des Befehls 
14576 \series bold
14577
14578 \backslash
14579 diagbox
14580 \series default
14581 .
14582  Es ist dabei nicht notwendig, 2
14583 \backslash
14584 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14585  ist.
14586  In dieser Tabelle wird eine Breite von 3
14587 \begin_inset space \thinspace{}
14588 \end_inset
14589
14590 cm verwendet:
14591 \begin_inset Separator parbreak
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \begin_layout Standard
14598 \noindent
14599 \align center
14600 \begin_inset Tabular
14601 <lyxtabular version="3" rows="2" columns="2">
14602 <features tabularvalignment="middle">
14603 <column alignment="center" valignment="top" width="0pt">
14604 <column alignment="center" valignment="top">
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 \begin_inset ERT
14611 status open
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617 diagbox[width=3cm]{
14618 \end_layout
14619
14620 \end_inset
14621
14622 A
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628 }{
14629 \end_layout
14630
14631 \end_inset
14632
14633 B
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 }
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 Dicke in nm
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 Perfekt Grün
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 45
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 </lyxtabular>
14680
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Standard
14687 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14688  Text in der Zelle unterzubringen.
14689  Dies wird mit der 
14690 \series bold
14691
14692 \backslash
14693 diagbox
14694 \series default
14695 -Option 
14696 \series bold
14697 height=3cm
14698 \series default
14699  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14700  In der folgenden Tabelle wird der Befehl
14701 \end_layout
14702
14703 \begin_layout Standard
14704
14705 \series bold
14706
14707 \backslash
14708 diagbox[width=3cm,height=1.4cm]{A
14709 \backslash
14710
14711 \backslash
14712 B}{C
14713 \backslash
14714
14715 \backslash
14716 D}
14717 \end_layout
14718
14719 \begin_layout Standard
14720 in der ersten Zelle verwendet.
14721  Der Befehl 
14722 \series bold
14723
14724 \backslash
14725
14726 \backslash
14727
14728 \series default
14729  erzeugt hierbei den Zeilenumbruch.
14730 \begin_inset Foot
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 Zeilen mit 
14735 \family sans
14736 Strg+Enter
14737 \family default
14738  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \begin_inset Separator parbreak
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \noindent
14752 \align center
14753 \begin_inset Tabular
14754 <lyxtabular version="3" rows="2" columns="2">
14755 <features tabularvalignment="middle">
14756 <column alignment="center" valignment="top">
14757 <column alignment="center" valignment="top">
14758 <row>
14759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 \begin_inset ERT
14764 status open
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 diagbox[width=3cm,height=1.4cm]{
14771 \end_layout
14772
14773 \end_inset
14774
14775 A
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783
14784 \backslash
14785
14786 \end_layout
14787
14788 \end_inset
14789
14790 B
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796 }{
14797 \end_layout
14798
14799 \end_inset
14800
14801 C
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809
14810 \backslash
14811
14812 \end_layout
14813
14814 \end_inset
14815
14816 D
14817 \begin_inset ERT
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821
14822 }
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 Dicke in nm
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 </row>
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 Perfekt Grün
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 45
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 </lyxtabular>
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset ERT
14871 status collapsed
14872
14873 \begin_layout Plain Layout
14874
14875
14876 \backslash
14877 else
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \begin_inset Note Note
14884 status open
14885
14886 \begin_layout Plain Layout
14887 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
14888 -Paket 
14889 \series bold
14890 diagbox
14891 \series default
14892  nicht installiert ist:
14893 \end_layout
14894
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Standard
14901 Sie müssen das \SpecialChar LaTeX
14902 -Paket 
14903 \series bold
14904 diagbox
14905 \series default
14906  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14907 \end_layout
14908
14909 \begin_layout Standard
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 fi
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Standard
14926 Für mehr Informationen über das \SpecialChar LaTeX
14927 -Paket 
14928 \series bold
14929 diagbox
14930 \series default
14931 , siehe dessen Dokumentation, 
14932 \begin_inset CommandInset citation
14933 LatexCommand cite
14934 key "diagbox"
14935
14936 \end_inset
14937
14938 .
14939 \end_layout
14940
14941 \begin_layout Section
14942 Formale Tabellen
14943 \begin_inset CommandInset label
14944 LatexCommand label
14945 name "abs:Formale-Tabellen"
14946
14947 \end_inset
14948
14949
14950 \begin_inset Index idx
14951 status collapsed
14952
14953 \begin_layout Plain Layout
14954 Tabellen ! Formale
14955 \end_layout
14956
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Tabellen werden in Büchern oft wie Tabelle
14964 \begin_inset space ~
14965 \end_inset
14966
14967
14968 \begin_inset CommandInset ref
14969 LatexCommand ref
14970 reference "tab:Formale-Tabelle"
14971
14972 \end_inset
14973
14974  gesetzt.
14975  Diese Tabellen werden
14976 \emph on
14977  formal
14978 \emph default
14979  genannt.
14980  Formale Tabellen bekommen Sie, wenn Sie im 
14981 \family sans
14982 Tabellen-Einstellungen
14983 \family default
14984 -Dialog auf der Karteikarte 
14985 \family sans
14986 Rahmen
14987 \family default
14988  den 
14989 \family sans
14990 Stil
14991 \family default
14992  
14993 \family sans
14994 Formal
14995 \family default
14996  ankreuzen.
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \begin_inset Float table
15001 placement h
15002 wide false
15003 sideways false
15004 status open
15005
15006 \begin_layout Plain Layout
15007 \begin_inset Caption Standard
15008
15009 \begin_layout Plain Layout
15010 \begin_inset CommandInset label
15011 LatexCommand label
15012 name "tab:Formale-Tabelle"
15013
15014 \end_inset
15015
15016 Formale Tabelle
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \begin_layout Plain Layout
15025 \align center
15026 \begin_inset Tabular
15027 <lyxtabular version="3" rows="8" columns="4">
15028 <features booktabs="true" tabularvalignment="middle">
15029 <column alignment="center" valignment="top">
15030 <column alignment="right" valignment="top">
15031 <column alignment="right" valignment="top">
15032 <column alignment="right" valignment="top">
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 System
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 Chip
15048 \begin_inset space \thinspace{}
15049 \end_inset
15050
15051 1
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 Chip
15061 \begin_inset space \thinspace{}
15062 \end_inset
15063
15064 2
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset ERT
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088
15089
15090 \backslash
15091 cmidrule(r){2-2}
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \begin_inset ERT
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101
15102
15103 \backslash
15104 cmidrule(l){3-4}
15105 \end_layout
15106
15107 \end_inset
15108
15109 Detektordicke in µm
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 300
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 300
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 700
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 Kantenwinkel in °
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 3.55
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 2.71
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 7.99
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row topspace="default">
15181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 räumliche Auf\SpecialChar ligaturebreak
15186 lösung in µm
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 4.26
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 10.17
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 10.56
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 <row topspace="default">
15220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 MTF bei 
15225 \begin_inset Formula $f_{\mathrm{max}}$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 0.53
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 0.37
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 0.39
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 <row topspace="default">
15262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266 \begin_inset ERT
15267 status collapsed
15268
15269 \begin_layout Plain Layout
15270
15271
15272 \backslash
15273 cmidrule[2pt](l{10pt}){1-1}
15274 \end_layout
15275
15276 \end_inset
15277
15278 LSF räumliche Auf\SpecialChar ligaturebreak
15279 lösung
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row>
15313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 in µm
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 <cell alignment="center" valignment="top" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 129.7
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 52.75
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 50.78
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 </row>
15350 <row>
15351 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 in % der Pixelgröße
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 76.3
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373 95.9
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382 92.3
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 </row>
15388 </lyxtabular>
15389
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Abstände zu Tabellenzeilen können auf der Karteikarte 
15402 \family sans
15403 Rahmen
15404 \family default
15405  des 
15406 \family sans
15407 Tabellen-Ein\SpecialChar softhyphen
15408 stel\SpecialChar softhyphen
15409 lun\SpecialChar softhyphen
15410 gen
15411 \family default
15412 -Dialogs hinzugefügt werden, wie in Abschnitt
15413 \begin_inset space ~
15414 \end_inset
15415
15416
15417 \begin_inset CommandInset ref
15418 LatexCommand ref
15419 reference "uab:Zeilenabstand"
15420
15421 \end_inset
15422
15423  beschrieben.
15424 \end_layout
15425
15426 \begin_layout Standard
15427 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15428  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15429  gedruckt aber anders aus.
15430  Die erste und letzte Linie ist 0.08
15431 \begin_inset space \thinspace{}
15432 \end_inset
15433
15434 em dick, während die anderen 0.05
15435 \begin_inset space \thinspace{}
15436 \end_inset
15437
15438 em dick sind.
15439 \end_layout
15440
15441 \begin_layout Standard
15442 Die Standarddicken können im \SpecialChar LaTeX
15443 -Vorspann geändert werden:
15444 \end_layout
15445
15446 \begin_layout Standard
15447
15448 \series bold
15449
15450 \backslash
15451 let
15452 \backslash
15453 mytoprule
15454 \backslash
15455 toprule
15456 \begin_inset Newline newline
15457 \end_inset
15458
15459
15460 \backslash
15461 renewcommand{
15462 \backslash
15463 toprule}{
15464 \backslash
15465 mytoprule[Breite]}
15466 \end_layout
15467
15468 \begin_layout Standard
15469 Dies Beispiel gilt für die oberste Linie, genannt 
15470 \series bold
15471 toprule
15472 \series default
15473 .
15474  Für die letzte müssen Sie 
15475 \series bold
15476 toprule
15477 \series default
15478  durch 
15479 \series bold
15480 bottomrule
15481 \series default
15482  ersetzen.
15483  Die Linien dazwischen heißen 
15484 \series bold
15485 midrule
15486 \series default
15487 .
15488  Für 
15489 \family sans
15490 Breite
15491 \family default
15492  können Sie alle Einheiten benutzen, die in Anhang
15493 \begin_inset space ~
15494 \end_inset
15495
15496
15497 \begin_inset CommandInset ref
15498 LatexCommand ref
15499 reference "kap:In-LyX-verfügbare"
15500
15501 \end_inset
15502
15503  aufgelistet sind.
15504 \end_layout
15505
15506 \begin_layout Standard
15507 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15508  eine Linie unter einer Mehrfachspalte.
15509  \SpecialChar LyX
15510  wird intern den Befehl 
15511 \series bold
15512
15513 \backslash
15514 cmidrule
15515 \series default
15516  benutzen, um diese Linie zu drucken.
15517  Der ganze Befehl sieht so aus:
15518 \end_layout
15519
15520 \begin_layout Standard
15521
15522 \series bold
15523
15524 \backslash
15525 cmidrule[Höhe](trim){Anfangsspalte-Endspalte}
15526 \end_layout
15527
15528 \begin_layout Standard
15529 Die 
15530 \series bold
15531
15532 \backslash
15533 cmidrule
15534 \series default
15535 -Optionen werden (noch) nicht von \SpecialChar LyX
15536  unterstützt, also müssen Sie \SpecialChar TeX
15537 -Code benutzen.
15538  
15539 \series bold
15540
15541 \backslash
15542 cmidrule
15543 \series default
15544  kann man benutzen, indem man den Befehl als \SpecialChar TeX
15545 -Code als erstes in die erste
15546  Zelle einer Zeile einfügt.
15547  Die Linie wird dann über der Zeile gedruckt.
15548 \end_layout
15549
15550 \begin_layout Standard
15551 Der Standardwert der optionalen 
15552 \series bold
15553 Höhe
15554 \series default
15555  ist 0.03
15556 \begin_inset space \thinspace{}
15557 \end_inset
15558
15559 em.
15560  Die Linie reicht von 
15561 \series bold
15562 Anfangsspalte
15563 \series default
15564  bis 
15565 \series bold
15566 Endspalte
15567 \series default
15568 .
15569  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15570  Die 
15571 \series bold
15572 Endspalte
15573 \series default
15574  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15575  Der optionale Parameter 
15576 \series bold
15577 trim
15578 \series default
15579  kann die Werte 
15580 \emph on
15581 r
15582 \emph default
15583
15584 \emph on
15585 r{Breite}
15586 \emph default
15587
15588 \emph on
15589 l
15590 \family typewriter
15591 \emph default
15592  
15593 \family default
15594 oder 
15595 \emph on
15596 l{Breite}
15597 \emph default
15598  annehmen, wobei die 
15599 \emph on
15600 Breite
15601 \emph default
15602  optional ist.
15603  
15604 \emph on
15605 l{2pt}
15606 \emph default
15607  zum Beispiel bedeutet, dass die Linie links um 2
15608 \begin_inset space \thinspace{}
15609 \end_inset
15610
15611 pt gekürzt wird.
15612  Ohne Breitenangabe wird die Linie um 0.5
15613 \begin_inset space \thinspace{}
15614 \end_inset
15615
15616 em gekürzt.
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset VSpace bigskip
15621 \end_inset
15622
15623 In Tabelle
15624 \begin_inset space ~
15625 \end_inset
15626
15627
15628 \begin_inset CommandInset ref
15629 LatexCommand ref
15630 reference "tab:Formale-Tabelle"
15631
15632 \end_inset
15633
15634  wurden die Befehle
15635 \end_layout
15636
15637 \begin_layout Standard
15638
15639 \series bold
15640
15641 \backslash
15642 cmidrule(r){2-2}
15643 \backslash
15644 cmidrule(l){3-4}
15645 \end_layout
15646
15647 \begin_layout Standard
15648 am Anfang der zweiten Zeile und
15649 \end_layout
15650
15651 \begin_layout Standard
15652
15653 \series bold
15654
15655 \backslash
15656 cmidrule[2pt](l{10pt}){1-1}
15657 \end_layout
15658
15659 \begin_layout Standard
15660 in der sechsten benutzt.
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset VSpace bigskip
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \begin_layout Standard
15671 Sie können mit 
15672 \series bold
15673
15674 \backslash
15675 cmidrule
15676 \series default
15677  auch überlappende Linien wie in Tabelle
15678 \begin_inset space ~
15679 \end_inset
15680
15681
15682 \begin_inset CommandInset ref
15683 LatexCommand ref
15684 reference "tab:Special-booktabs-table"
15685
15686 \end_inset
15687
15688  definieren.
15689  Der Befehl ist:
15690 \end_layout
15691
15692 \begin_layout Standard
15693
15694 \series bold
15695
15696 \backslash
15697 morecmidrules
15698 \end_layout
15699
15700 \begin_layout Standard
15701 In Zeile zwei der Tabelle
15702 \begin_inset space ~
15703 \end_inset
15704
15705
15706 \begin_inset CommandInset ref
15707 LatexCommand ref
15708 reference "tab:Special-booktabs-table"
15709
15710 \end_inset
15711
15712  wurde folgender Befehl benutzt:
15713 \end_layout
15714
15715 \begin_layout Standard
15716
15717 \series bold
15718
15719 \backslash
15720 cmidrule(r){2-2}
15721 \backslash
15722 cmidrule(l){3-4}
15723 \backslash
15724 morecmidrules
15725 \begin_inset Newline newline
15726 \end_inset
15727
15728
15729 \backslash
15730 cmidrule{2-4}
15731 \end_layout
15732
15733 \begin_layout Standard
15734 und in Zeile sechs:
15735 \end_layout
15736
15737 \begin_layout Standard
15738
15739 \series bold
15740
15741 \backslash
15742 midrule
15743 \backslash
15744 morecmidrules
15745 \backslash
15746 cmidrule{3-4}
15747 \end_layout
15748
15749 \begin_layout Standard
15750 \begin_inset VSpace bigskip
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Standard
15757 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15758  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764
15765 \backslash
15766 specialrule{Dicke}{Abstand davor}{Abstand danach}
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Weitere Informationen finden Sie im Handbuch des \SpecialChar LaTeX
15771 -Pakets 
15772 \series bold
15773 booktabs
15774 \series default
15775  
15776 \begin_inset CommandInset citation
15777 LatexCommand cite
15778 key "booktabs"
15779
15780 \end_inset
15781
15782 .
15783 \begin_inset Index idx
15784 status collapsed
15785
15786 \begin_layout Plain Layout
15787 \SpecialChar LaTeX
15788 -Pakete ! booktabs
15789 \end_layout
15790
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset Float table
15798 placement h
15799 wide false
15800 sideways false
15801 status open
15802
15803 \begin_layout Plain Layout
15804 \begin_inset Caption Standard
15805
15806 \begin_layout Plain Layout
15807 \begin_inset CommandInset label
15808 LatexCommand label
15809 name "tab:Special-booktabs-table"
15810
15811 \end_inset
15812
15813 Eine spezielle formale Tabelle
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \begin_layout Plain Layout
15822 \align center
15823 \begin_inset Tabular
15824 <lyxtabular version="3" rows="8" columns="4">
15825 <features booktabs="true" tabularvalignment="middle">
15826 <column alignment="center" valignment="top">
15827 <column alignment="center" valignment="top">
15828 <column alignment="right" valignment="top">
15829 <column alignment="right" valignment="top">
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 System
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 Chip
15845 \begin_inset space \thinspace{}
15846 \end_inset
15847
15848 1
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 Chip
15858 \begin_inset space \thinspace{}
15859 \end_inset
15860
15861 2
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 \begin_inset ERT
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886
15887 \backslash
15888 cmidrule(r){2-2}
15889 \end_layout
15890
15891 \end_inset
15892
15893
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 cmidrule(l){3-4}
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \begin_inset ERT
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911
15912
15913 \backslash
15914 morecmidrules 
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \begin_inset ERT
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924
15925
15926 \backslash
15927 cmidrule{2-4}
15928 \end_layout
15929
15930 \end_inset
15931
15932 Detektordicke in µm
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 300
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 300
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 700
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 Kantenwinkel in °
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 3,55
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 2,71
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 7,99
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row topspace="default">
16004 <cell alignment="center" valignment="top" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 räumliche Auf\SpecialChar ligaturebreak
16009 lösung in µm
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 4,26
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 10,17
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 10,56
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row topspace="default">
16043 <cell alignment="center" valignment="top" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 MTF bei 
16048 \begin_inset Formula $f_{\mathrm{max}}$
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 0,53
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 0,37
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 0,39
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset ERT
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093
16094
16095 \backslash
16096 morecmidrules 
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \begin_inset ERT
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106
16107
16108 \backslash
16109 cmidrule{3-4}
16110 \end_layout
16111
16112 \end_inset
16113
16114 LSF-räumliche Auf\SpecialChar ligaturebreak
16115 lösung
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" topline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 </row>
16148 <row>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 in µm
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 129,7
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 52,75
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 50,78
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 </row>
16186 <row>
16187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 in % der Pixelgröße
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 76,3
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 95,9
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 92,3
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 </lyxtabular>
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \begin_layout Section
16237 Vertikale Tabellen-Ausrichtung
16238 \begin_inset Index idx
16239 status collapsed
16240
16241 \begin_layout Plain Layout
16242 Tabellen ! Ausrichtung
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Standard
16251 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16252  einer Box sein.
16253  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16254 \begin_inset space ~
16255 \end_inset
16256
16257
16258 \begin_inset CommandInset ref
16259 LatexCommand ref
16260 reference "abs:Box-Dialog"
16261
16262 \end_inset
16263
16264  beschrieben.
16265 \end_layout
16266
16267 \begin_layout Standard
16268 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16269 \begin_inset Foot
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273 Minipages werden in Abschnitt
16274 \begin_inset space ~
16275 \end_inset
16276
16277
16278 \begin_inset CommandInset ref
16279 LatexCommand ref
16280 reference "abs:Minipage"
16281
16282 \end_inset
16283
16284  beschrieben.
16285 \end_layout
16286
16287 \end_inset
16288
16289  mit 15
16290 \begin_inset space \thinspace{}
16291 \end_inset
16292
16293 col%-Breite:
16294 \end_layout
16295
16296 \begin_layout Itemize
16297 Test 
16298 \begin_inset Box Frameless
16299 position "t"
16300 hor_pos "c"
16301 has_inner_box 1
16302 inner_pos "c"
16303 use_parbox 0
16304 use_makebox 0
16305 width "15col%"
16306 special "none"
16307 height "1in"
16308 height_special "totalheight"
16309 thickness "0.4pt"
16310 separation "3pt"
16311 shadowsize "4pt"
16312 framecolor "black"
16313 backgroundcolor "none"
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 \begin_inset Tabular
16318 <lyxtabular version="3" rows="3" columns="3">
16319 <features tabularvalignment="middle">
16320 <column alignment="center" valignment="top">
16321 <column alignment="center" valignment="top">
16322 <column alignment="center" valignment="top">
16323 <row>
16324 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 Tabelle 1
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 b
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 e
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375 h
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 </row>
16381 <row>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 c
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 f
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 i
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 </lyxtabular>
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \end_inset
16418
16419  Test 
16420 \begin_inset ERT
16421 status collapsed
16422
16423 \begin_layout Plain Layout
16424
16425
16426 \backslash
16427 raisebox{0.85
16428 \backslash
16429 baselineskip}{
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \begin_inset Box Frameless
16436 position "t"
16437 hor_pos "c"
16438 has_inner_box 1
16439 inner_pos "c"
16440 use_parbox 0
16441 use_makebox 0
16442 width "15col%"
16443 special "none"
16444 height "1in"
16445 height_special "totalheight"
16446 thickness "0.4pt"
16447 separation "3pt"
16448 shadowsize "4pt"
16449 framecolor "black"
16450 backgroundcolor "none"
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454 \begin_inset Tabular
16455 <lyxtabular version="3" rows="3" columns="3">
16456 <features tabularvalignment="middle">
16457 <column alignment="center" valignment="top">
16458 <column alignment="center" valignment="top">
16459 <column alignment="center" valignment="top">
16460 <row>
16461 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 Tabelle 2
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 b
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 e
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 h
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 <row>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 c
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 f
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 i
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 </lyxtabular>
16548
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \begin_inset ERT
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561
16562 }
16563 \end_layout
16564
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \begin_layout Itemize
16571 Test 
16572 \begin_inset Box Frameless
16573 position "c"
16574 hor_pos "c"
16575 has_inner_box 1
16576 inner_pos "c"
16577 use_parbox 0
16578 use_makebox 0
16579 width "15col%"
16580 special "none"
16581 height "1in"
16582 height_special "totalheight"
16583 thickness "0.4pt"
16584 separation "3pt"
16585 shadowsize "4pt"
16586 framecolor "black"
16587 backgroundcolor "none"
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Tabular
16592 <lyxtabular version="3" rows="3" columns="3">
16593 <features tabularvalignment="middle">
16594 <column alignment="center" valignment="top">
16595 <column alignment="center" valignment="top">
16596 <column alignment="center" valignment="top">
16597 <row>
16598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 Tabelle 3
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 b
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 e
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 h
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 c
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 f
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 i
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 </row>
16684 </lyxtabular>
16685
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \begin_layout Itemize
16697 Test 
16698 \begin_inset Box Frameless
16699 position "b"
16700 hor_pos "c"
16701 has_inner_box 1
16702 inner_pos "c"
16703 use_parbox 0
16704 use_makebox 0
16705 width "15col%"
16706 special "none"
16707 height "1in"
16708 height_special "totalheight"
16709 thickness "0.4pt"
16710 separation "3pt"
16711 shadowsize "4pt"
16712 framecolor "black"
16713 backgroundcolor "none"
16714 status collapsed
16715
16716 \begin_layout Plain Layout
16717 \begin_inset Tabular
16718 <lyxtabular version="3" rows="3" columns="3">
16719 <features tabularvalignment="middle">
16720 <column alignment="center" valignment="top">
16721 <column alignment="center" valignment="top">
16722 <column alignment="center" valignment="top">
16723 <row>
16724 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 Tabelle 4
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 b
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 e
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 h
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 c
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 f
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 i
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 </lyxtabular>
16811
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818
16819 Test 
16820 \begin_inset ERT
16821 status collapsed
16822
16823 \begin_layout Plain Layout
16824
16825
16826 \backslash
16827 raisebox{-0.32
16828 \backslash
16829 baselineskip}{
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \begin_inset Box Frameless
16836 position "b"
16837 hor_pos "c"
16838 has_inner_box 1
16839 inner_pos "c"
16840 use_parbox 0
16841 use_makebox 0
16842 width "15col%"
16843 special "none"
16844 height "1in"
16845 height_special "totalheight"
16846 thickness "0.4pt"
16847 separation "3pt"
16848 shadowsize "4pt"
16849 framecolor "black"
16850 backgroundcolor "none"
16851 status collapsed
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Tabular
16855 <lyxtabular version="3" rows="3" columns="3">
16856 <features tabularvalignment="middle">
16857 <column alignment="center" valignment="top">
16858 <column alignment="center" valignment="top">
16859 <column alignment="center" valignment="top">
16860 <row>
16861 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 Tabelle 5
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 b
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 e
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912 h
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 <row>
16919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 c
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 f
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 i
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 </lyxtabular>
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \begin_inset ERT
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961
16962 }
16963 \end_layout
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Standard
16971 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16972 \begin_inset space \space{}
16973 \end_inset
16974
16975 1 und letzten Zeile von Tabelle
16976 \begin_inset space \space{}
16977 \end_inset
16978
16979 4 bezüglich dem Wort 
16980 \begin_inset Quotes gld
16981 \end_inset
16982
16983 Test
16984 \begin_inset Quotes grd
16985 \end_inset
16986
16987  nicht richtig ausgerichtet.
16988  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16989 \begin_inset Quotes gld
16990 \end_inset
16991
16992 Raisebox
16993 \begin_inset Quotes grd
16994 \end_inset
16995
16996
16997 \begin_inset Foot
16998 status collapsed
16999
17000 \begin_layout Plain Layout
17001 Raiseboxen werden in Abschnitt
17002 \begin_inset space ~
17003 \end_inset
17004
17005
17006 \begin_inset CommandInset ref
17007 LatexCommand ref
17008 reference "uab:Vertikale-Ausrichtung"
17009
17010 \end_inset
17011
17012  beschrieben.
17013 \end_layout
17014
17015 \end_inset
17016
17017  setzen.
17018  In Tabelle
17019 \begin_inset space \space{}
17020 \end_inset
17021
17022 2 wurde der Text mit dem Befehl
17023 \end_layout
17024
17025 \begin_layout Standard
17026
17027 \series bold
17028
17029 \backslash
17030 raisebox{0.85
17031 \backslash
17032 baselineskip}{
17033 \end_layout
17034
17035 \begin_layout Standard
17036 vor der Box ausgerichtet.
17037  Hinter der Box wurde auch noch 
17038 \series bold
17039 }
17040 \series default
17041  als \SpecialChar TeX
17042 -Code eingefügt, weil der obige Befehl mit 
17043 \series bold
17044 {
17045 \series default
17046  aufhörte.
17047  Für Tabelle
17048 \begin_inset space \space{}
17049 \end_inset
17050
17051 5 wurde der Befehl
17052 \end_layout
17053
17054 \begin_layout Standard
17055
17056 \series bold
17057
17058 \backslash
17059 raisebox{-0.32
17060 \backslash
17061 baselineskip}{
17062 \end_layout
17063
17064 \begin_layout Standard
17065 benutzt.
17066 \end_layout
17067
17068 \begin_layout Standard
17069 \begin_inset Note Greyedout
17070 status open
17071
17072 \begin_layout Plain Layout
17073
17074 \series bold
17075 Bemerkung:
17076 \series default
17077  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
17078  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
17079  Der Faktor im 
17080 \series bold
17081
17082 \backslash
17083 raisebox
17084 \series default
17085 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Section
17094 Farbige Tabellen
17095 \begin_inset CommandInset label
17096 LatexCommand label
17097 name "abs:Farbige-Tabellen"
17098
17099 \end_inset
17100
17101
17102 \begin_inset Index idx
17103 status collapsed
17104
17105 \begin_layout Plain Layout
17106 Tabellen ! farbige
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \begin_layout Subsection
17115 Farbige Zellen
17116 \begin_inset Index idx
17117 status collapsed
17118
17119 \begin_layout Plain Layout
17120 farbige !  Tabellenzellen
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \begin_layout Standard
17129 \begin_inset Float table
17130 placement h
17131 wide false
17132 sideways false
17133 status open
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Caption Standard
17137
17138 \begin_layout Plain Layout
17139 \begin_inset CommandInset label
17140 LatexCommand label
17141 name "tab:Farbige-Tabelle-ohne"
17142
17143 \end_inset
17144
17145 Farbige Tabelle, ohne Paket 
17146 \series bold
17147 colortbl
17148 \series default
17149
17150 \begin_inset Argument 1
17151 status collapsed
17152
17153 \begin_layout Plain Layout
17154 Tabelle ohne 
17155 \family typewriter
17156 colortbl
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Plain Layout
17170 \align center
17171 \begin_inset Tabular
17172 <lyxtabular version="3" rows="3" columns="3">
17173 <features tabularvalignment="middle">
17174 <column alignment="center" valignment="top">
17175 <column alignment="center" valignment="top">
17176 <column alignment="center" valignment="top">
17177 <row>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \color green
17184 a
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \color red
17195 b
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \color red
17206 c
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \color green
17219 d
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \color blue
17230 e
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \color blue
17241 f
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \color green
17254 g
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \color blue
17265 h
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \color blue
17276 i
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 </lyxtabular>
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 Wenn Sie nur farbigen Text
17296 \begin_inset Index idx
17297 status collapsed
17298
17299 \begin_layout Plain Layout
17300 Farbe ! für Text
17301 \end_layout
17302
17303 \end_inset
17304
17305  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17306 \family sans
17307 Textstil
17308 \family default
17309 -Dialog (Werkzeugleistenknopf 
17310 \begin_inset Info
17311 type  "icon"
17312 arg   "dialog-show character"
17313 \end_inset
17314
17315 ) wie es in Tabelle
17316 \begin_inset space ~
17317 \end_inset
17318
17319
17320 \begin_inset CommandInset ref
17321 LatexCommand ref
17322 reference "tab:Farbige-Tabelle-ohne"
17323
17324 \end_inset
17325
17326  gemacht wurde.
17327  In anderen Fällen müssen Sie das \SpecialChar LaTeX
17328 -Paket 
17329 \series bold
17330 colortbl
17331 \series default
17332  benutzen.
17333 \begin_inset Index idx
17334 status collapsed
17335
17336 \begin_layout Plain Layout
17337 \SpecialChar LaTeX
17338 -Pakete ! colortbl
17339 \end_layout
17340
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \begin_layout Standard
17347 \begin_inset ERT
17348 status collapsed
17349
17350 \begin_layout Plain Layout
17351
17352
17353 \backslash
17354 ifcolortbl
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \begin_inset Note Note
17361 status open
17362
17363 \begin_layout Plain Layout
17364 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
17365 -Paket 
17366 \series bold
17367 colortbl
17368 \series default
17369  installiert ist.
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 Um farbige Tabellen zu erzeugen, muss 
17379 \series bold
17380 colortbl
17381 \series default
17382  im \SpecialChar LaTeX
17383 -Vorspann geladen werden:
17384 \end_layout
17385
17386 \begin_layout Standard
17387
17388 \series bold
17389
17390 \backslash
17391 usepackage{colortbl}
17392 \end_layout
17393
17394 \begin_layout Standard
17395 Die Farbe einer Spalte ändert man dann mit dem Befehl
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401
17402 \backslash
17403 columncolor{Farbname}
17404 \end_layout
17405
17406 \begin_layout Standard
17407 innerhalb des Befehls 
17408 \series bold
17409 >{}
17410 \series default
17411 .
17412  Mehr über den Befehl 
17413 \series bold
17414 >{}
17415 \series default
17416  finden Sie im Abschnitt
17417 \begin_inset space ~
17418 \end_inset
17419
17420
17421 \begin_inset CommandInset ref
17422 LatexCommand ref
17423 reference "uab:Mehrfachspalten-Berechnungen"
17424
17425 \end_inset
17426
17427 .
17428 \end_layout
17429
17430 \begin_layout Standard
17431 Folgende Farbnamen sind vordefiniert:
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \family sans
17437 red
17438 \family default
17439
17440 \family sans
17441 green
17442 \family default
17443
17444 \family sans
17445 yellow
17446 \family default
17447
17448 \family sans
17449 blue
17450 \family default
17451
17452 \family sans
17453 cyan
17454 \family default
17455
17456 \family sans
17457 magenta
17458 \family default
17459
17460 \family sans
17461 black
17462 \family default
17463  und 
17464 \family sans
17465 white
17466 \begin_inset Newline newline
17467 \end_inset
17468
17469 (
17470 \family default
17471 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17472 \end_layout
17473
17474 \begin_layout Standard
17475 \begin_inset VSpace medskip
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Wenn Sie die Optionen
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488 usenames,dvipsnames
17489 \end_layout
17490
17491 \begin_layout Standard
17492 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17493  können Sie zusätzlich weitere 61
17494 \begin_inset space ~
17495 \end_inset
17496
17497 Farben verwenden.
17498  Diese Farben sind in Anhang
17499 \begin_inset space ~
17500 \end_inset
17501
17502
17503 \begin_inset CommandInset ref
17504 LatexCommand ref
17505 reference "kap:Liste-der-dvips-Farbnamen"
17506
17507 \end_inset
17508
17509  aufgelistet.
17510  Eine dieser Farben, 
17511 \family sans
17512 Maroon
17513 \family default
17514 , wird als Beispiel in Tabelle
17515 \begin_inset space ~
17516 \end_inset
17517
17518
17519 \begin_inset CommandInset ref
17520 LatexCommand ref
17521 reference "tab:Eine-mit-colortbl"
17522
17523 \end_inset
17524
17525  verwendet.
17526 \end_layout
17527
17528 \begin_layout Standard
17529 \begin_inset VSpace medskip
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \begin_layout Standard
17536 Sie können auch eigene Farben definieren:
17537 \end_layout
17538
17539 \begin_layout Standard
17540
17541 \series bold
17542
17543 \backslash
17544 definecolor{Farbname}{Farbmodell}{Farbwerte}
17545 \end_layout
17546
17547 \begin_layout Standard
17548 Das Farbmodell kann eins der folgenden sein:
17549 \end_layout
17550
17551 \begin_layout Labeling
17552 \labelwidthstring 00.00.0000
17553 cmyk: cyan, magenta, yellow, black
17554 \end_layout
17555
17556 \begin_layout Labeling
17557 \labelwidthstring 00.00.0000
17558 rgb: red, green blue
17559 \end_layout
17560
17561 \begin_layout Labeling
17562 \labelwidthstring 00.00.0000
17563 gray: gray
17564 \end_layout
17565
17566 \begin_layout Standard
17567 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17568  die die entsprechende Farbe für das Farbmodell beschreiben.
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Im \SpecialChar LaTeX
17573 -Vorspann können Sie zum Beispiel die Farbe 
17574 \emph on
17575
17576 \begin_inset Quotes gld
17577 \end_inset
17578
17579 dunkelgruen
17580 \emph default
17581
17582 \begin_inset Quotes grd
17583 \end_inset
17584
17585  und 
17586 \begin_inset Quotes gld
17587 \end_inset
17588
17589
17590 \emph on
17591 hellgrau
17592 \emph default
17593
17594 \begin_inset Quotes grd
17595 \end_inset
17596
17597  folgendermaßen definieren:
17598 \end_layout
17599
17600 \begin_layout Standard
17601
17602 \series bold
17603
17604 \backslash
17605 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17606 \end_layout
17607
17608 \begin_layout Standard
17609
17610 \series bold
17611
17612 \backslash
17613 definecolor{hellgrau}{gray}{0.8}
17614 \end_layout
17615
17616 \begin_layout Standard
17617 \begin_inset VSpace medskip
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 Linien werden mit dem Befehl
17625 \end_layout
17626
17627 \begin_layout Standard
17628
17629 \series bold
17630
17631 \backslash
17632 rowcolor{Farbname}
17633 \end_layout
17634
17635 \begin_layout Standard
17636 gefärbt, Zellen mit dem Befehl
17637 \end_layout
17638
17639 \begin_layout Standard
17640
17641 \series bold
17642
17643 \backslash
17644 cellcolor{Farbname}
17645 \end_layout
17646
17647 \begin_layout Standard
17648 Beide Befehle werden am Anfang einer Zelle als \SpecialChar TeX
17649 -Code eingegeben.
17650 \end_layout
17651
17652 \begin_layout Standard
17653 Um nur Text zu färben, verwenden Sie den 
17654 \family sans
17655 Textstil
17656 \family default
17657 -Dialog.
17658  Wenn die Zelle aber \SpecialChar TeX
17659 -Code zum Färben enthält, 
17660 \emph on
17661 markieren Sie nur den Text
17662 \emph default
17663 , sonst werden Sie \SpecialChar LaTeX
17664 -Fehler erzeugen.
17665 \end_layout
17666
17667 \begin_layout Standard
17668 \begin_inset Note Greyedout
17669 status open
17670
17671 \begin_layout Plain Layout
17672
17673 \series bold
17674 Achtung:
17675 \series default
17676  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17677 \end_layout
17678
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \begin_layout Standard
17685 \begin_inset VSpace medskip
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Standard
17692 Die Tabelle
17693 \begin_inset space ~
17694 \end_inset
17695
17696
17697 \begin_inset CommandInset ref
17698 LatexCommand ref
17699 reference "tab:Eine-mit-colortbl"
17700
17701 \end_inset
17702
17703  wurde folgendermaßen erstellt: die erste Spalte soll 
17704 \emph on
17705
17706 \begin_inset Quotes gld
17707 \end_inset
17708
17709 dunkelgruen
17710 \emph default
17711
17712 \begin_inset Quotes grd
17713 \end_inset
17714
17715  werden, also müssen Sie ins 
17716 \family sans
17717 LaTe
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Plain Layout
17722
17723 {}
17724 \end_layout
17725
17726 \end_inset
17727
17728 X-Argument
17729 \family default
17730  der Zellen der ersten Spalte den Befehl
17731 \end_layout
17732
17733 \begin_layout Standard
17734
17735 \series bold
17736 >{
17737 \backslash
17738 columncolor{dunkelgruen}
17739 \backslash
17740 centering}c
17741 \end_layout
17742
17743 \begin_layout Standard
17744 schreiben.
17745  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der \SpecialChar TeX
17746 -Code-Befehl
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 rowcolor{cyan}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 in die erste Zelle der ersten Zeile eingefügt.
17759  Diese Farbe ersetzt die Spaltenfarbe.
17760  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17761  Das wird mit folgendem Befehl erreicht:
17762 \end_layout
17763
17764 \begin_layout Standard
17765
17766 \series bold
17767
17768 \backslash
17769 cellcolor{Maroon}
17770 \end_layout
17771
17772 \begin_layout Standard
17773 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17774 \family sans
17775 Textstil
17776 \family default
17777 -Dialog.
17778 \end_layout
17779
17780 \begin_layout Standard
17781 \begin_inset Float table
17782 placement h
17783 wide false
17784 sideways false
17785 status open
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Caption Standard
17789
17790 \begin_layout Plain Layout
17791 \begin_inset CommandInset label
17792 LatexCommand label
17793 name "tab:Eine-mit-colortbl"
17794
17795 \end_inset
17796
17797 Eine mit dem Paket 
17798 \series bold
17799 colortbl
17800 \series default
17801  gefärbte Tabelle
17802 \begin_inset Argument 1
17803 status collapsed
17804
17805 \begin_layout Plain Layout
17806 Tabelle mit 
17807 \family typewriter
17808 colortbl
17809 \end_layout
17810
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Plain Layout
17822 \align center
17823 \begin_inset Tabular
17824 <lyxtabular version="3" rows="3" columns="3">
17825 <features tabularvalignment="middle">
17826 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17827 <column alignment="center" valignment="top">
17828 <column alignment="center" valignment="top">
17829 <row>
17830 <cell alignment="center" valignment="top" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset ERT
17835 status open
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 rowcolor{cyan}
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \color magenta
17848 a
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857
17858 \color red
17859 b
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \color red
17870 c
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 </row>
17876 <row>
17877 <cell alignment="center" valignment="top" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \color yellow
17883 d
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \color blue
17894 e
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \color blue
17905 f
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 </row>
17911 <row>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \color yellow
17918 g
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \color blue
17929 h
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 \begin_inset ERT
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942
17943
17944 \backslash
17945 cellcolor{Maroon}
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \color green
17952 i
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 </lyxtabular>
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 \begin_inset ERT
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975
17976
17977 \backslash
17978 else
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \begin_inset Note Note
17985 status open
17986
17987 \begin_layout Plain Layout
17988 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
17989 -Paket 
17990 \series bold
17991 colortbl
17992 \series default
17993  nicht installiert ist:
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 Sie müssen das \SpecialChar LaTeX
18003 -Paket 
18004 \series bold
18005 colortbl
18006 \series default
18007  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset ERT
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015
18016
18017 \backslash
18018 fi
18019 \end_layout
18020
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Subsection
18027 Farbige Zeilen
18028 \begin_inset Index idx
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032 farbige ! Tabellenzeilen
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
18042  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
18043  Man lädt das \SpecialChar LaTeX
18044 -Paket 
18045 \series bold
18046 xcolor
18047 \series default
18048
18049 \begin_inset Index idx
18050 status collapsed
18051
18052 \begin_layout Plain Layout
18053 \SpecialChar LaTeX
18054 -Pakete ! xcolor
18055 \begin_inset ERT
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 vspace{4mm}
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071
18072  im \SpecialChar LaTeX
18073 -Vorspann mit dem Befehl
18074 \end_layout
18075
18076 \begin_layout Standard
18077
18078 \series bold
18079
18080 \backslash
18081 usepackage[table]{xcolor}
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087 xcolor
18088 \series default
18089  lädt automatisch auch das \SpecialChar LaTeX
18090 -Paket 
18091 \series bold
18092 colortbl
18093 \series default
18094
18095 \begin_inset Index idx
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099 \SpecialChar LaTeX
18100 -Pakete ! colortbl
18101 \end_layout
18102
18103 \end_inset
18104
18105 , so dass 
18106 \series bold
18107 colortbl
18108 \series default
18109  in Ihrer \SpecialChar LaTeX
18110 -Distribution installiert sein muss, ansonsten bekommt man \SpecialChar LaTeX
18111 -Fehler.
18112 \end_layout
18113
18114 \begin_layout Standard
18115 \begin_inset ERT
18116 status collapsed
18117
18118 \begin_layout Plain Layout
18119
18120
18121 \backslash
18122 ifcolortbl
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \begin_inset Note Note
18129 status open
18130
18131 \begin_layout Plain Layout
18132 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
18133 -Paket 
18134 \series bold
18135 colortbl
18136 \series default
18137  installiert ist.
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \begin_layout Standard
18146 Die Tabellenzeilen werden mit dem Befehl
18147 \end_layout
18148
18149 \begin_layout Standard
18150
18151 \series bold
18152
18153 \backslash
18154 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 eingefärbt, der entweder in den \SpecialChar LaTeX
18159 -Vorspann oder als \SpecialChar TeX
18160 -Code vor der ersten
18161  zu färbenden Tabelle eingefügt wird.
18162  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
18163  Zeilenfarbe gefärbt werden soll.
18164  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
18165  werden.
18166  So führt zum Beispiel der Befehl
18167 \end_layout
18168
18169 \begin_layout Standard
18170
18171 \series bold
18172
18173 \backslash
18174 rowcolors{1}{white}{lightgray}
18175 \end_layout
18176
18177 \begin_layout Standard
18178 zum Farbschema von Tabelle
18179 \begin_inset space ~
18180 \end_inset
18181
18182
18183 \begin_inset CommandInset ref
18184 LatexCommand ref
18185 reference "tab:Tabelle-rowcolors"
18186
18187 \end_inset
18188
18189 .
18190  Der Befehl
18191 \end_layout
18192
18193 \begin_layout Standard
18194
18195 \series bold
18196
18197 \backslash
18198 rowcolors[
18199 \backslash
18200 hline]{1}{lightgray}{cyan}
18201 \end_layout
18202
18203 \begin_layout Standard
18204 führt zum Farbschema von Tabelle
18205 \begin_inset space ~
18206 \end_inset
18207
18208
18209 \begin_inset CommandInset ref
18210 LatexCommand ref
18211 reference "tab:Tabelle-rowcolors-2"
18212
18213 \end_inset
18214
18215 .
18216  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18217  wird keine Farbe verwendet, so dass der Befehl
18218 \end_layout
18219
18220 \begin_layout Standard
18221
18222 \series bold
18223
18224 \backslash
18225 rowcolors{1}{}{}
18226 \end_layout
18227
18228 \begin_layout Standard
18229 alle Farben löscht.
18230  
18231 \series bold
18232
18233 \backslash
18234 rowcolors
18235 \series default
18236  beeinflusst alle diesem Befehl folgenden Tabellen.
18237 \end_layout
18238
18239 \begin_layout Standard
18240 \begin_inset ERT
18241 status open
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 rowcolors{1}{white}{lightgray}
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \begin_layout Standard
18256 \begin_inset Float table
18257 placement h
18258 wide false
18259 sideways false
18260 status open
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Caption Standard
18264
18265 \begin_layout Plain Layout
18266 \begin_inset CommandInset label
18267 LatexCommand label
18268 name "tab:Tabelle-rowcolors"
18269
18270 \end_inset
18271
18272 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Plain Layout
18281 \align center
18282 \begin_inset Tabular
18283 <lyxtabular version="3" rows="4" columns="3">
18284 <features tabularvalignment="middle">
18285 <column alignment="center" valignment="top">
18286 <column alignment="center" valignment="top" width="0pt">
18287 <column alignment="center" valignment="top" width="0pt">
18288 <row>
18289 <cell alignment="center" valignment="top" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 X
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 Y
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 Z
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 </row>
18317 <row>
18318 <cell alignment="center" valignment="top" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 1
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 2
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 3
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 4
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 5
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 6
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 </row>
18375 <row>
18376 <cell alignment="center" valignment="top" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 7
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 8
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 9
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 </lyxtabular>
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Standard
18417 \begin_inset ERT
18418 status open
18419
18420 \begin_layout Plain Layout
18421
18422
18423 \backslash
18424 rowcolors[
18425 \backslash
18426 hline]{1}{lightgray}{cyan}
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 \begin_inset Float table
18436 placement h
18437 wide false
18438 sideways false
18439 status open
18440
18441 \begin_layout Plain Layout
18442 \begin_inset Caption Standard
18443
18444 \begin_layout Plain Layout
18445 \begin_inset CommandInset label
18446 LatexCommand label
18447 name "tab:Tabelle-rowcolors-2"
18448
18449 \end_inset
18450
18451 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18452  Linie zwischen jeder Zeile befindet.
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Plain Layout
18461 \align center
18462 \begin_inset Tabular
18463 <lyxtabular version="3" rows="4" columns="3">
18464 <features tabularvalignment="middle">
18465 <column alignment="center" valignment="top">
18466 <column alignment="center" valignment="top">
18467 <column alignment="center" valignment="top" width="0pt">
18468 <row>
18469 <cell alignment="center" valignment="top" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 X
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 Y
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 Z
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 </row>
18497 <row>
18498 <cell alignment="center" valignment="top" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 1
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 2
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 3
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 4
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 5
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 6
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 7
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 8
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 9
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 </lyxtabular>
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 \begin_inset ERT
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601
18602
18603 \backslash
18604 rowcolors{1}{}{}
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \begin_inset Note Note
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614 schaltet die Färbung aus
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 else
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \begin_inset Note Note
18637 status open
18638
18639 \begin_layout Plain Layout
18640 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
18641 -Paket 
18642 \series bold
18643 colortbl
18644 \series default
18645  nicht installiert ist:
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 Sie müssen das \SpecialChar LaTeX
18655 -Paket 
18656 \series bold
18657 colortbl
18658 \series default
18659  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 \begin_inset ERT
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667
18668
18669 \backslash
18670 fi
18671 \end_layout
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \begin_layout Subsection
18679 Farbige Linien
18680 \begin_inset Index idx
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684 farbige !  Tabellenlinien
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 Wie in Abschnitt
18694 \begin_inset space ~
18695 \end_inset
18696
18697
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "uab:Liniendicke"
18701
18702 \end_inset
18703
18704  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18705 \series bold
18706
18707 \backslash
18708 arrayrulewidth
18709 \series default
18710  definiert werden.
18711  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18712 \begin_inset space \thinspace{}
18713 \end_inset
18714
18715 pt gesetzt.
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723 setlength{
18724 \backslash
18725 arrayrulewidth}{1.5pt}
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im \SpecialChar LaTeX
18735 -Vorspann
18736  folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18737 \begin_inset space ~
18738 \end_inset
18739
18740
18741 \begin_inset CommandInset ref
18742 LatexCommand ref
18743 reference "uab:Angepasste-Zellen-/Spaltenformate"
18744
18745 \end_inset
18746
18747  definiert:
18748 \end_layout
18749
18750 \begin_layout Standard
18751
18752 \series bold
18753
18754 \backslash
18755 newcolumntype{W}{!{
18756 \backslash
18757 color{green}
18758 \backslash
18759 vline}}
18760 \end_layout
18761
18762 \begin_layout Standard
18763 In Tabelle
18764 \begin_inset space ~
18765 \end_inset
18766
18767
18768 \begin_inset CommandInset ref
18769 LatexCommand ref
18770 reference "tab:Tabelle-mit-farbigen-vert"
18771
18772 \end_inset
18773
18774  wurde das \SpecialChar LaTeX
18775 -Argument 
18776 \series bold
18777 WcW
18778 \series default
18779  für die letzte und 
18780 \series bold
18781 Wc
18782 \series default
18783  für die anderen Spalten benutzt.
18784 \end_layout
18785
18786 \begin_layout Standard
18787 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18788 \end_layout
18789
18790 \begin_layout Standard
18791 \begin_inset Float table
18792 placement h
18793 wide false
18794 sideways false
18795 status open
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Caption Standard
18799
18800 \begin_layout Plain Layout
18801 \begin_inset CommandInset label
18802 LatexCommand label
18803 name "tab:Tabelle-mit-farbigen-vert"
18804
18805 \end_inset
18806
18807 Tabelle mit farbigen vertikalen Linien
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Plain Layout
18816 \align center
18817 \begin_inset Tabular
18818 <lyxtabular version="3" rows="3" columns="3">
18819 <features tabularvalignment="middle">
18820 <column alignment="center" valignment="top" special="Wc">
18821 <column alignment="center" valignment="top" special="Wc">
18822 <column alignment="center" valignment="top" special="WcW">
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 sd
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 sd
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 sd
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Standard
18923 \begin_inset VSpace bigskip
18924 \end_inset
18925
18926 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18927 \begin_inset space ~
18928 \end_inset
18929
18930
18931 \begin_inset CommandInset ref
18932 LatexCommand ref
18933 reference "tab:Tabelle-mit-farbigen-horiz"
18934
18935 \end_inset
18936
18937 , müssen Sie folgenden Befehl als \SpecialChar TeX
18938 -Code vor der (Gleitobjekt-)Tabelle einfügen:
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946 let
18947 \backslash
18948 myHlineC
18949 \backslash
18950 hline
18951 \begin_inset Newline newline
18952 \end_inset
18953
18954
18955 \backslash
18956 renewcommand{
18957 \backslash
18958 hline}
18959 \begin_inset Newline newline
18960 \end_inset
18961
18962
18963 \begin_inset Phantom HPhantom
18964 status open
18965
18966 \begin_layout Plain Layout
18967
18968 \series bold
18969 \begin_inset space ~
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \end_inset
18976
18977 {
18978 \backslash
18979 arrayrulecolor{red}
18980 \backslash
18981 myHlineC
18982 \backslash
18983 arrayrulecolor{black}}
18984 \end_layout
18985
18986 \begin_layout Standard
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 let
18995 \backslash
18996 myHlineC
18997 \backslash
18998 hline
18999 \end_layout
19000
19001 \begin_layout Plain Layout
19002
19003
19004 \backslash
19005 renewcommand{
19006 \backslash
19007 hline}
19008 \end_layout
19009
19010 \begin_layout Plain Layout
19011
19012  {
19013 \backslash
19014 arrayrulecolor{red}
19015 \backslash
19016 myHlineC
19017 \backslash
19018 arrayrulecolor{black}}
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \begin_inset Float table
19025 placement h
19026 wide false
19027 sideways false
19028 status open
19029
19030 \begin_layout Plain Layout
19031 \begin_inset Caption Standard
19032
19033 \begin_layout Plain Layout
19034 \begin_inset CommandInset label
19035 LatexCommand label
19036 name "tab:Tabelle-mit-farbigen-horiz"
19037
19038 \end_inset
19039
19040 Tabelle mit farbigen horizontalen Linien
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Plain Layout
19049 \align center
19050 \begin_inset Tabular
19051 <lyxtabular version="3" rows="3" columns="3">
19052 <features tabularvalignment="middle">
19053 <column alignment="center" valignment="top">
19054 <column alignment="center" valignment="top">
19055 <column alignment="center" valignment="top">
19056 <row>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 sd
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 sd
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 </row>
19114 <row>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 sd
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 </lyxtabular>
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \begin_layout Standard
19156 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
19157  als \SpecialChar TeX
19158 -Code hinter der Tabelle einfügen:
19159 \end_layout
19160
19161 \begin_layout Standard
19162
19163 \series bold
19164
19165 \backslash
19166 renewcommand{
19167 \backslash
19168 hline}{
19169 \backslash
19170 myHlineC}
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Tabelle
19175 \begin_inset space ~
19176 \end_inset
19177
19178
19179 \begin_inset CommandInset ref
19180 LatexCommand ref
19181 reference "tab:Table-with-colored"
19182
19183 \end_inset
19184
19185  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
19186 \end_layout
19187
19188 \begin_layout Standard
19189 \begin_inset Float table
19190 placement h
19191 wide false
19192 sideways false
19193 status open
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Caption Standard
19197
19198 \begin_layout Plain Layout
19199 \begin_inset CommandInset label
19200 LatexCommand label
19201 name "tab:Table-with-colored"
19202
19203 \end_inset
19204
19205 Tabelle mit farbigen Linien
19206 \end_layout
19207
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \begin_layout Plain Layout
19214 \align center
19215 \begin_inset Tabular
19216 <lyxtabular version="3" rows="3" columns="3">
19217 <features tabularvalignment="middle">
19218 <column alignment="center" valignment="top" special="Wc">
19219 <column alignment="center" valignment="top" special="Wc">
19220 <column alignment="center" valignment="top" special="WcW">
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 sd
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 </row>
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 sd
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 <row topspace="default">
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 sd
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 </lyxtabular>
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Standard
19321 \begin_inset ERT
19322 status collapsed
19323
19324 \begin_layout Plain Layout
19325
19326
19327 \backslash
19328 renewcommand{
19329 \backslash
19330 hline}{
19331 \backslash
19332 myHlineC}
19333 \end_layout
19334
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346
19347 \backslash
19348 setlength{
19349 \backslash
19350 arrayrulewidth}{0.4pt}
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \begin_inset Note Note
19357 status collapsed
19358
19359 \begin_layout Plain Layout
19360 setzt die Liniendicke wieder auf ihren Standardwert zurück
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Section
19369 Rotierte Tabellenzellen
19370 \begin_inset CommandInset label
19371 LatexCommand label
19372 name "abs:Rotierte-Tabellenzellen"
19373
19374 \end_inset
19375
19376
19377 \begin_inset Index idx
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381 Tabellen ! rotierte Zellen
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \begin_inset Index idx
19388 status collapsed
19389
19390 \begin_layout Plain Layout
19391 Rotiertes Material
19392 \end_layout
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \begin_layout Standard
19400 \begin_inset Note Greyedout
19401 status open
19402
19403 \begin_layout Plain Layout
19404
19405 \series bold
19406 Achtung:
19407 \series default
19408  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19409 \end_layout
19410
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \begin_layout Standard
19417 Tabelle
19418 \begin_inset space ~
19419 \end_inset
19420
19421
19422 \begin_inset CommandInset ref
19423 LatexCommand ref
19424 reference "tab:Tabelle-mit-rotierten"
19425
19426 \end_inset
19427
19428  ist ein Beispiel bei dem 3
19429 \begin_inset space ~
19430 \end_inset
19431
19432 Zellen um 45
19433 \begin_inset space \thinspace{}
19434 \end_inset
19435
19436 ° rotiert wurden.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 \begin_inset Float table
19441 placement h
19442 wide false
19443 sideways false
19444 status open
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Caption Standard
19448
19449 \begin_layout Plain Layout
19450 \begin_inset CommandInset label
19451 LatexCommand label
19452 name "tab:Tabelle-mit-rotierten"
19453
19454 \end_inset
19455
19456 Tabelle mit rotierten Zellen in der ersten Zeile.
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Plain Layout
19465 \noindent
19466 \align center
19467 \begin_inset Tabular
19468 <lyxtabular version="3" rows="2" columns="3">
19469 <features tabularvalignment="middle">
19470 <column alignment="center" valignment="top" width="0pt">
19471 <column alignment="center" valignment="top" width="0pt">
19472 <column alignment="center" valignment="top" width="0pt">
19473 <row>
19474 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 Tassen
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 Teller
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 Untertassen
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 45
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 33
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 21
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 </lyxtabular>
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset Note Greyedout
19545 status open
19546
19547 \begin_layout Plain Layout
19548
19549 \series bold
19550 Achtung:
19551 \series default
19552  Zeilenumbrüche (Tastenkürzel 
19553 \family sans
19554 Strg+Enter
19555 \family default
19556 ) sind in rotierten Zellen nicht erlaubt.
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \begin_layout Standard
19565 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19566  den Zelleninhalt in eine Minipage oder Parbox tun.
19567 \begin_inset Foot
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571 Für mehr über diese Boxen siehe Abschnitt
19572 \begin_inset space ~
19573 \end_inset
19574
19575
19576 \begin_inset CommandInset ref
19577 LatexCommand ref
19578 reference "abs:Minipage"
19579
19580 \end_inset
19581
19582  und 
19583 \begin_inset CommandInset ref
19584 LatexCommand ref
19585 reference "abs:Parbox"
19586
19587 \end_inset
19588
19589 .
19590 \end_layout
19591
19592 \end_inset
19593
19594  Wenn Sie diese Zelle um 90
19595 \begin_inset space \thinspace{}
19596 \end_inset
19597
19598 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19599  Tabelle
19600 \begin_inset space ~
19601 \end_inset
19602
19603
19604 \begin_inset CommandInset ref
19605 LatexCommand ref
19606 reference "tab:Tabelle-mit-rotierter-Umbruch"
19607
19608 \end_inset
19609
19610  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19611  auch 3
19612 \begin_inset space \thinspace{}
19613 \end_inset
19614
19615 cm gesetzt wurde.
19616 \end_layout
19617
19618 \begin_layout Standard
19619 \begin_inset Float table
19620 wide false
19621 sideways false
19622 status open
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Caption Standard
19626
19627 \begin_layout Plain Layout
19628 \begin_inset CommandInset label
19629 LatexCommand label
19630 name "tab:Tabelle-mit-rotierter-Umbruch"
19631
19632 \end_inset
19633
19634 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Plain Layout
19643 \noindent
19644 \align center
19645 \begin_inset Tabular
19646 <lyxtabular version="3" rows="2" columns="3">
19647 <features tabularvalignment="middle">
19648 <column alignment="center" valignment="top">
19649 <column alignment="center" valignment="top" width="0pt">
19650 <column alignment="center" valignment="top">
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 a
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Box Frameless
19666 position "t"
19667 hor_pos "c"
19668 has_inner_box 1
19669 inner_pos "t"
19670 use_parbox 0
19671 use_makebox 0
19672 width "3cm"
19673 special "none"
19674 height "1in"
19675 height_special "totalheight"
19676 thickness "0.4pt"
19677 separation "3pt"
19678 shadowsize "4pt"
19679 framecolor "black"
19680 backgroundcolor "none"
19681 status open
19682
19683 \begin_layout Plain Layout
19684 rotierte Zelle
19685 \begin_inset Newline newline
19686 \end_inset
19687
19688 mit Zeilenumbruch
19689 \end_layout
19690
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 e
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 b
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 c
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 d
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 </lyxtabular>
19738
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Section
19750 Berechnung der Tabellenbreite
19751 \begin_inset CommandInset label
19752 LatexCommand label
19753 name "abs:Berechnung-der-Tabellenbreite"
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19762  Tabelle nicht über den Seitenrand hinausragt.
19763  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19764  aber wie viel Platz wird für jede Spalte benötigt?
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Die Tabellenbreite 
19769 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19770 \end_inset
19771
19772  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19773  
19774 \begin_inset Formula $W_{\mathrm{Spalte}}$
19775 \end_inset
19776
19777  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19778  Spalteninhalt und dem Rand der Spalte (\SpecialChar LaTeX
19779 -Länge
19780 \series bold
19781  
19782 \backslash
19783 tabcolsep
19784 \series default
19785 , Voreinstellung 6
19786 \begin_inset space \thinspace{}
19787 \end_inset
19788
19789 pt) plus die Breite einer Tabellenlinie (\SpecialChar LaTeX
19790 -Länge 
19791 \series bold
19792
19793 \backslash
19794 arrayrulewidth
19795 \series default
19796 , Voreinstellung 0.4
19797 \begin_inset space \thinspace{}
19798 \end_inset
19799
19800 pt): Wenn alle 
19801 \begin_inset Formula $n$
19802 \end_inset
19803
19804
19805 \begin_inset space ~
19806 \end_inset
19807
19808 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19809 \begin_inset Formula 
19810 \begin{equation}
19811 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19812 \end{equation}
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Standard
19820 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19821  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (\SpecialChar LaTeX
19822 -Länge
19823  
19824 \series bold
19825
19826 \backslash
19827 columnwidth
19828 \series default
19829 ).
19830  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19831 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19832 \end_inset
19833
19834  gleich 1
19835 \begin_inset space \thinspace{}
19836 \end_inset
19837
19838
19839 \backslash
19840 columnwidth sein soll, kann 
19841 \begin_inset Formula $W_{\mathrm{Spalte}}$
19842 \end_inset
19843
19844  leicht berechnet werden.
19845 \end_layout
19846
19847 \begin_layout Standard
19848 Um Berechnungen ausführen zu können, muss das \SpecialChar LaTeX
19849 -Paket 
19850 \series bold
19851 calc
19852 \series default
19853
19854 \begin_inset Index idx
19855 status collapsed
19856
19857 \begin_layout Plain Layout
19858 \SpecialChar LaTeX
19859 -Pakete ! calc
19860 \end_layout
19861
19862 \end_inset
19863
19864  im \SpecialChar LaTeX
19865 -Vorspann geladen werden.
19866  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19867 \family sans
19868 \SpecialChar LaTeX
19869 -Argument
19870 \family default
19871  verwendet werden.
19872  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19873 \begin_inset space ~
19874 \end_inset
19875
19876
19877 \begin_inset CommandInset ref
19878 LatexCommand ref
19879 reference "uab:Mehrfachspalten-Berechnungen"
19880
19881 \end_inset
19882
19883  erklärt ist.
19884  Für eine Tabelle mit 5
19885 \begin_inset space \thinspace{}
19886 \end_inset
19887
19888 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19889  für jede Spalte den Befehl
19890 \end_layout
19891
19892 \begin_layout Standard
19893
19894 \series bold
19895 >{
19896 \backslash
19897 centering}p{(1
19898 \backslash
19899 columnwidth-62.4pt)/5}
19900 \end_layout
19901
19902 \begin_layout Standard
19903 an.
19904  Für eine Tabelle mit 5
19905 \begin_inset space \thinspace{}
19906 \end_inset
19907
19908 Spalten bei der 2 das 0,75
19909 \begin_inset space \thinspace{}
19910 \end_inset
19911
19912 fache der Breite der anderen 3
19913 \begin_inset space ~
19914 \end_inset
19915
19916 Spalten haben sollen, ist die Berechnung
19917 \begin_inset Formula 
19918 \begin{align}
19919 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19920  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19921  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19922 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19923 \end{align}
19924
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \begin_layout Standard
19931 In der Tabelle wird daher der Befehl
19932 \end_layout
19933
19934 \begin_layout Standard
19935
19936 \series bold
19937 >{
19938 \backslash
19939 centering}p{(1
19940 \backslash
19941 columnwidth-62.4pt)/
19942 \backslash
19943 real{4.5}}
19944 \end_layout
19945
19946 \begin_layout Standard
19947 für die breiteren Spalten verwendet und
19948 \end_layout
19949
19950 \begin_layout Standard
19951
19952 \series bold
19953 >{
19954 \backslash
19955 centering}p{(1
19956 \backslash
19957 columnwidth-62.4pt)/
19958 \backslash
19959 real{4.5}*
19960 \backslash
19961 real{0.75}}
19962 \end_layout
19963
19964 \begin_layout Standard
19965 für die schmaleren:
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset Tabular
19970 <lyxtabular version="3" rows="2" columns="5">
19971 <features tabularvalignment="middle">
19972 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19973 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19974 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19975 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19976 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 1
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 2
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 3
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 4
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018 5
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 111111 1111111 111111 111111111 11111 11111 1111
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 2222 22222 222222 222222222 2222222 22 22222
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 333333 333333 333333 33333 3333333 333
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 </row>
20071 </lyxtabular>
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Section
20079 Tabellen-Anpassung
20080 \begin_inset Index idx
20081 status collapsed
20082
20083 \begin_layout Plain Layout
20084 Tabellen ! Anpassung
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Subsection
20093 Zeilenabstand
20094 \begin_inset CommandInset label
20095 LatexCommand label
20096 name "uab:Zeilenabstand"
20097
20098 \end_inset
20099
20100
20101 \begin_inset Index idx
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105 Tabellen ! Zeilenabstand
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 Auf der Karteikarte 
20115 \family sans
20116 Rahmen
20117 \family default
20118  des 
20119 \family sans
20120 Tabellen-Einstellungen
20121 \family default
20122 -Dialogs können Sie 
20123 \family sans
20124 zusätzliche
20125 \begin_inset space ~
20126 \end_inset
20127
20128 Abstände
20129 \family default
20130  einfügen.
20131  Dabei haben Sie drei Möglichkeiten:
20132 \end_layout
20133
20134 \begin_layout Description
20135 Oberhalb
20136 \begin_inset space ~
20137 \end_inset
20138
20139 der
20140 \begin_inset space ~
20141 \end_inset
20142
20143 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20144  Bei einer formalen Tabelle
20145 \begin_inset Foot
20146 status collapsed
20147
20148 \begin_layout Plain Layout
20149 Formale Tabellen wurden in Abschnitt
20150 \begin_inset space ~
20151 \end_inset
20152
20153
20154 \begin_inset CommandInset ref
20155 LatexCommand ref
20156 reference "abs:Formale-Tabellen"
20157
20158 \end_inset
20159
20160  beschrieben.
20161 \end_layout
20162
20163 \end_inset
20164
20165  fügt \SpecialChar LyX
20166  standardmäßig 0.5
20167 \begin_inset space \thinspace{}
20168 \end_inset
20169
20170 em Leerraum ein.
20171  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20172 \begin_inset VSpace medskip
20173 \end_inset
20174
20175
20176 \begin_inset Newline newline
20177 \end_inset
20178
20179
20180 \begin_inset space \hspace*{}
20181 \length 0pt
20182 \end_inset
20183
20184
20185 \begin_inset space \hfill{}
20186 \end_inset
20187
20188
20189 \begin_inset Tabular
20190 <lyxtabular version="3" rows="3" columns="1">
20191 <features tabularvalignment="middle">
20192 <column alignment="center" valignment="top">
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 A
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row topspace="3mm">
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 3
20210 \begin_inset space \thinspace{}
20211 \end_inset
20212
20213 mm Leerraum oberhalb der Zeile
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 <row>
20220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 C
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 </lyxtabular>
20231
20232 \end_inset
20233
20234
20235 \begin_inset space \hfill{}
20236 \end_inset
20237
20238
20239 \begin_inset space \hspace*{}
20240 \length 0pt
20241 \end_inset
20242
20243
20244 \begin_inset VSpace medskip
20245 \end_inset
20246
20247
20248 \begin_inset Newline newline
20249 \end_inset
20250
20251 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20252 n Linien verwenden.
20253 \end_layout
20254
20255 \begin_layout Description
20256 Unterhalb
20257 \begin_inset space ~
20258 \end_inset
20259
20260 der
20261 \begin_inset space ~
20262 \end_inset
20263
20264 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20265  Bei einer formalen Tabelle fügt \SpecialChar LyX
20266  standardmäßig 0.5
20267 \begin_inset space \thinspace{}
20268 \end_inset
20269
20270 em Leerraum ein.
20271  Bei normalen Tabellen ist der Standardwert 2
20272 \begin_inset space \thinspace{}
20273 \end_inset
20274
20275 pt.
20276 \end_layout
20277
20278 \begin_layout Description
20279 Zwischen
20280 \begin_inset space ~
20281 \end_inset
20282
20283 den
20284 \begin_inset space ~
20285 \end_inset
20286
20287 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20288  Bei einer formalen Tabelle fügt \SpecialChar LyX
20289  standardmäßig 0.5
20290 \begin_inset space \thinspace{}
20291 \end_inset
20292
20293 em Leerraum ein.
20294  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20295 \begin_inset VSpace medskip
20296 \end_inset
20297
20298
20299 \begin_inset Newline newline
20300 \end_inset
20301
20302
20303 \begin_inset space \hspace*{}
20304 \length 0pt
20305 \end_inset
20306
20307
20308 \begin_inset space \hfill{}
20309 \end_inset
20310
20311
20312 \begin_inset Tabular
20313 <lyxtabular version="3" rows="3" columns="1">
20314 <features tabularvalignment="middle">
20315 <column alignment="center" valignment="top">
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 A
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 <row interlinespace="3mm">
20328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 \begin_inset Formula $\downarrow$
20333 \end_inset
20334
20335  3
20336 \begin_inset space \thinspace{}
20337 \end_inset
20338
20339 mm Leerraum zwischen den Zeilen 
20340 \begin_inset Formula $\downarrow$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354 \begin_inset Formula $\uparrow$
20355 \end_inset
20356
20357  3
20358 \begin_inset space \thinspace{}
20359 \end_inset
20360
20361 mm Leerraum zwischen den Zeilen 
20362 \begin_inset Formula $\uparrow$
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 </lyxtabular>
20372
20373 \end_inset
20374
20375
20376 \begin_inset space \hfill{}
20377 \end_inset
20378
20379
20380 \begin_inset space \hspace*{}
20381 \length 0pt
20382 \end_inset
20383
20384
20385 \begin_inset VSpace medskip
20386 \end_inset
20387
20388
20389 \begin_inset Newline newline
20390 \end_inset
20391
20392 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20393 n Linien verwenden.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 \begin_inset VSpace bigskip
20398 \end_inset
20399
20400 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20401  Befehlen im \SpecialChar LaTeX
20402 -Vorspann machen:
20403 \end_layout
20404
20405 \begin_layout Standard
20406
20407 \series bold
20408
20409 \backslash
20410 @ifundefined{extrarowheight}
20411 \begin_inset Newline newline
20412 \end_inset
20413
20414
20415 \begin_inset Phantom HPhantom
20416 status open
20417
20418 \begin_layout Plain Layout
20419
20420 \series bold
20421 \begin_inset space ~
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428
20429 {
20430 \backslash
20431 usepackage{array}}{}
20432 \begin_inset Newline newline
20433 \end_inset
20434
20435
20436 \backslash
20437 setlength{
20438 \backslash
20439 extrarowheight}{Höhe}
20440 \end_layout
20441
20442 \begin_layout Standard
20443 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20444  ausgerichtet sind.
20445  (Das Paket 
20446 \series bold
20447 array
20448 \series default
20449  wird automatisch von \SpecialChar LyX
20450  geladen, wenn Sie selbst definierte Tabellenformate
20451  verwenden.
20452  Der Befehl 
20453 \series bold
20454
20455 \backslash
20456 @ifundefined
20457 \series default
20458  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20459 \end_layout
20460
20461 \begin_layout Standard
20462 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20463  zu nah an den Buchstaben.
20464  Das kann korrigiert werden, indem man den Befehl 
20465 \series bold
20466
20467 \backslash
20468 strut
20469 \series default
20470  als \SpecialChar TeX
20471 -Code am Anfang einer Tabellenzeile einfügt.
20472  Tabelle
20473 \begin_inset space ~
20474 \end_inset
20475
20476
20477 \begin_inset CommandInset ref
20478 LatexCommand ref
20479 reference "tab:Vertikale-Ausrichtung-von"
20480
20481 \end_inset
20482
20483  zeigt den Effekt.
20484 \end_layout
20485
20486 \begin_layout Standard
20487 \noindent
20488 \begin_inset Float table
20489 placement h
20490 wide false
20491 sideways false
20492 status open
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Caption Standard
20496
20497 \begin_layout Plain Layout
20498 \begin_inset CommandInset label
20499 LatexCommand label
20500 name "tab:Vertikale-Ausrichtung-von"
20501
20502 \end_inset
20503
20504 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Plain Layout
20513 \begin_inset space \hfill{}
20514 \end_inset
20515
20516
20517 \begin_inset Float table
20518 wide false
20519 sideways false
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Caption Standard
20524
20525 \begin_layout Plain Layout
20526 Normale Tabelle.
20527 \end_layout
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \begin_layout Plain Layout
20535 \noindent
20536 \align center
20537 \begin_inset Tabular
20538 <lyxtabular version="3" rows="6" columns="1">
20539 <features tabularvalignment="middle">
20540 <column alignment="left" valignment="top">
20541 <row>
20542 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 Normal, g
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 <row>
20553 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \size large
20559 Groß, g
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 </row>
20565 <row>
20566 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570
20571 \size larger
20572 Größer, g
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \size largest
20585 noch Größer, g
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \size huge
20598 Riesig
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \size giant
20611 Gigantisch
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 </lyxtabular>
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \begin_inset space \hfill{}
20628 \end_inset
20629
20630
20631 \begin_inset Float table
20632 wide false
20633 sideways false
20634 status collapsed
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Caption Standard
20638
20639 \begin_layout Plain Layout
20640 Tabelle bei der der Befehl 
20641 \series bold
20642
20643 \backslash
20644 strut
20645 \series default
20646  verwendet wurde.
20647 \end_layout
20648
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \begin_layout Plain Layout
20655 \noindent
20656 \align center
20657 \begin_inset Tabular
20658 <lyxtabular version="3" rows="6" columns="1">
20659 <features tabularvalignment="middle">
20660 <column alignment="left" valignment="top">
20661 <row>
20662 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Normal, g
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \size large
20679 \begin_inset ERT
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683
20684
20685 \backslash
20686 strut 
20687 \end_layout
20688
20689 \end_inset
20690
20691 Groß, g
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \size larger
20704 \begin_inset ERT
20705 status collapsed
20706
20707 \begin_layout Plain Layout
20708
20709
20710 \backslash
20711 strut 
20712 \end_layout
20713
20714 \end_inset
20715
20716 Größer, g
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \size largest
20729 \begin_inset ERT
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733
20734
20735 \backslash
20736 strut 
20737 \end_layout
20738
20739 \end_inset
20740
20741 noch Größer, g
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \size huge
20754 \begin_inset ERT
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758
20759
20760 \backslash
20761 strut 
20762 \end_layout
20763
20764 \end_inset
20765
20766 Riesig
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \size giant
20779 \begin_inset ERT
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783
20784
20785 \backslash
20786 strut 
20787 \end_layout
20788
20789 \end_inset
20790
20791 Gigantisch
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 </lyxtabular>
20798
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \begin_inset space \hfill{}
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Subsection
20819 Besondere Zellenausrichtung
20820 \begin_inset CommandInset label
20821 LatexCommand label
20822 name "uab:Besondere-Zellenausrichtung"
20823
20824 \end_inset
20825
20826
20827 \begin_inset Index idx
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 Tabellen ! Zellenausrichtung
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Standard
20840 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20841  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20842 \begin_inset space ~
20843 \end_inset
20844
20845
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "tab:Tabellenzellen-sind-auf"
20849
20850 \end_inset
20851
20852 .
20853  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20854  dann entweder den Werkzeugleistenknopf 
20855 \begin_inset Info
20856 type  "icon"
20857 arg   "inset-modify tabular align-decimal"
20858 \end_inset
20859
20860  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20861 \family sans
20862 Am
20863 \begin_inset space ~
20864 \end_inset
20865
20866 Dezimaltrenner
20867 \family default
20868  setzt.
20869  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20870  frei wählen.
20871 \end_layout
20872
20873 \begin_layout Standard
20874 \begin_inset Float table
20875 placement h
20876 wide false
20877 sideways false
20878 status open
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Caption Standard
20882
20883 \begin_layout Plain Layout
20884 \begin_inset CommandInset label
20885 LatexCommand label
20886 name "tab:Tabellenzellen-sind-auf"
20887
20888 \end_inset
20889
20890 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Plain Layout
20899 \align center
20900 \begin_inset Tabular
20901 <lyxtabular version="3" rows="4" columns="1">
20902 <features booktabs="true" tabularvalignment="middle">
20903 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20904 <row>
20905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 Überschrift
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" topline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 12,6
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 0,68
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 </row>
20937 <row>
20938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 -123,0
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 </lyxtabular>
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \begin_layout Standard
20961 \begin_inset Float table
20962 placement h
20963 wide false
20964 sideways false
20965 status open
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Caption Standard
20969
20970 \begin_layout Plain Layout
20971 \begin_inset CommandInset label
20972 LatexCommand label
20973 name "tab:Tabellenzellen-Operator"
20974
20975 \end_inset
20976
20977 Tabellenzellen sind auf den Operator ausgerichtet
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Plain Layout
20986 \align center
20987 \begin_inset Tabular
20988 <lyxtabular version="3" rows="4" columns="2">
20989 <features booktabs="true" tabularvalignment="middle">
20990 <column alignment="right" valignment="top" width="0pt">
20991 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20992 <row>
20993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 Überschrift
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 <row>
21013 <cell alignment="center" valignment="top" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 \begin_inset Formula $12\,+$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\,6$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $0\,-$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 <cell alignment="center" valignment="top" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055 \begin_inset Formula $\,68$
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 </row>
21064 <row>
21065 <cell alignment="center" valignment="top" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 \begin_inset Formula $-123\,/$
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\,0$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 </lyxtabular>
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21104  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21105  Formeln erlaubt.
21106  In diesem Fall verwendet man die Methode von Tabelle
21107 \begin_inset space ~
21108 \end_inset
21109
21110
21111 \begin_inset CommandInset ref
21112 LatexCommand ref
21113 reference "tab:Tabellenzellen-Operator"
21114
21115 \end_inset
21116
21117 .
21118  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21119  Die Überschrift ist eine zentrierte Mehrfachspalte.
21120  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21121  und den Operator.
21122  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21123  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21124  um den üblichen Leerraum um einen Operator zu erhalten.
21125  Um den Raum zwischen den beiden Spalten zu löschen, wurde im \SpecialChar LaTeX
21126 -Argument
21127  für die zweite Spalte folgendes eingefügt:
21128 \end_layout
21129
21130 \begin_layout Standard
21131
21132 \series bold
21133 @{}l
21134 \end_layout
21135
21136 \begin_layout Standard
21137 Tabelle
21138 \begin_inset space ~
21139 \end_inset
21140
21141
21142 \begin_inset CommandInset ref
21143 LatexCommand ref
21144 reference "tab:Verschiedene-Ausrichtungen"
21145
21146 \end_inset
21147
21148  zeigt einige Ausrichtungen.
21149  Für die Ausrichtung der Relationen wurde ein kleiner 
21150 \family sans
21151 Leerraum
21152 \family default
21153  eingefügt; wie in der zweiten Spalte von Tabelle
21154 \begin_inset space ~
21155 \end_inset
21156
21157
21158 \begin_inset CommandInset ref
21159 LatexCommand ref
21160 reference "tab:Tabellenzellen-Operator"
21161
21162 \end_inset
21163
21164 .
21165 \end_layout
21166
21167 \begin_layout Standard
21168
21169 \color black
21170 \begin_inset Float table
21171 placement h
21172 wide false
21173 sideways false
21174 status open
21175
21176 \begin_layout Plain Layout
21177
21178 \color black
21179 \begin_inset Caption Standard
21180
21181 \begin_layout Plain Layout
21182
21183 \color black
21184 \begin_inset CommandInset label
21185 LatexCommand label
21186 name "tab:Verschiedene-Ausrichtungen"
21187
21188 \end_inset
21189
21190
21191 \color inherit
21192 Verschiedene Ausrichtungen
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Plain Layout
21201 \align center
21202 \begin_inset Tabular
21203 <lyxtabular version="3" rows="4" columns="6">
21204 <features tabularvalignment="middle">
21205 <column alignment="right" valignment="top">
21206 <column alignment="left" valignment="top" special="@{}l">
21207 <column alignment="right" valignment="top">
21208 <column alignment="left" valignment="top" special="@{}l">
21209 <column alignment="right" valignment="top">
21210 <column alignment="left" valignment="top" special="@{}l">
21211 <row>
21212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 Einheiten
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 Exponenten
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 Relationen
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 12×
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 24
21282 \begin_inset space \thinspace{}
21283 \end_inset
21284
21285 Flaschen
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $10\cdot$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $10^{\mbox{-}17}$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\Gamma(t)\propto$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 \begin_inset Formula $\:\Upsilon(t)$
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 </row>
21339 <row>
21340 <cell alignment="center" valignment="top" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 1024×
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 768
21354 \begin_inset space \thinspace{}
21355 \end_inset
21356
21357 Pixel
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $5.78\cdot$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $10^{7}$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 \begin_inset Formula $A\ne$
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\:B_{\mathrm{red}}$
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 </row>
21411 <row>
21412 <cell alignment="center" valignment="top" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 32×
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 6
21426 \begin_inset space \thinspace{}
21427 \end_inset
21428
21429 cm
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 -
21439 \begin_inset Formula $33.5\cdot$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $10^{4}$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\sin(\alpha)\ge$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\:\sin(\beta)$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 </lyxtabular>
21485
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \begin_layout Subsection
21497 Angepasste Zellen-/Spaltenformate
21498 \begin_inset CommandInset label
21499 LatexCommand label
21500 name "uab:Angepasste-Zellen-/Spaltenformate"
21501
21502 \end_inset
21503
21504
21505 \begin_inset Index idx
21506 status collapsed
21507
21508 \begin_layout Plain Layout
21509 Tabellen ! Spaltenformat
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \begin_layout Standard
21518 Wenn man wie in Abschnitt
21519 \begin_inset space ~
21520 \end_inset
21521
21522
21523 \begin_inset CommandInset ref
21524 LatexCommand ref
21525 reference "abs:Berechnung-der-Tabellenbreite"
21526
21527 \end_inset
21528
21529  oder Abschnitt
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "uab:Mehrfachspalten-Berechnungen"
21537
21538 \end_inset
21539
21540  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21541  Tabellen sehr lästig.
21542  Um sich das Leben zu erleichtern, kann man im \SpecialChar LaTeX
21543 -Vorspann ein Zellen/Spalten-Form
21544 at definieren, das dann in allen Tabellen des Dokuments verwendet werden
21545  kann.
21546  Das Format wird mit dem Befehl
21547 \end_layout
21548
21549 \begin_layout Standard
21550
21551 \series bold
21552
21553 \backslash
21554 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21555 \end_layout
21556
21557 \begin_layout Standard
21558 definiert.
21559  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21560 \emph on
21561 b
21562 \emph default
21563
21564 \emph on
21565 c
21566 \emph default
21567
21568 \emph on
21569 l
21570 \emph default
21571
21572 \emph on
21573 m
21574 \emph default
21575
21576 \emph on
21577 p
21578 \emph default
21579  oder 
21580 \emph on
21581 r
21582 \emph default
21583 , weil diese vordefiniert sind.
21584  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \begin_inset VSpace medskip
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21596  Breite könnte das Format so aussehen:
21597 \end_layout
21598
21599 \begin_layout Standard
21600
21601 \series bold
21602
21603 \backslash
21604 newcolumntype{M}[1]{>{
21605 \backslash
21606 centering
21607 \backslash
21608 hspace{0pt}}m{#1}}
21609 \end_layout
21610
21611 \begin_layout Standard
21612 wobei 
21613 \series bold
21614
21615 \backslash
21616 hspace{0pt}
21617 \series default
21618  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21619  Abschnitt
21620 \begin_inset space ~
21621 \end_inset
21622
21623
21624 \begin_inset CommandInset ref
21625 LatexCommand ref
21626 reference "uab:Mehrfache-Zeilen-in"
21627
21628 \end_inset
21629
21630  beschrieben.
21631  Jetzt können Sie mit
21632 \end_layout
21633
21634 \begin_layout Standard
21635
21636 \series bold
21637 M{Breite}
21638 \end_layout
21639
21640 \begin_layout Standard
21641 im 
21642 \family sans
21643 \SpecialChar LaTeX
21644 -Argument
21645 \family default
21646  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21647 \end_layout
21648
21649 \begin_layout Standard
21650 \begin_inset VSpace bigskip
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \begin_layout Standard
21657 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21658  Format definieren:
21659 \end_layout
21660
21661 \begin_layout Standard
21662
21663 \series bold
21664
21665 \backslash
21666 newcolumntype{S}[2]{>{
21667 \backslash
21668 centering
21669 \backslash
21670 hspace{0pt}}
21671 \begin_inset Newline newline
21672 \end_inset
21673
21674
21675 \begin_inset Phantom HPhantom
21676 status open
21677
21678 \begin_layout Plain Layout
21679
21680 \series bold
21681
21682 \backslash
21683 newcolumntype
21684 \end_layout
21685
21686 \end_inset
21687
21688 m{(#1+(2
21689 \backslash
21690 tabcolsep+
21691 \backslash
21692 arrayrulewidth)*(1-#2))/#2}}
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Dieses Format benutzt Gleichung
21697 \begin_inset space ~
21698 \end_inset
21699
21700
21701 \begin_inset CommandInset ref
21702 LatexCommand ref
21703 reference "eq:Wgn"
21704
21705 \end_inset
21706
21707 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21708  breit ist.
21709 \end_layout
21710
21711 \begin_layout Standard
21712 Jetzt können Sie im 
21713 \family sans
21714 \SpecialChar LaTeX
21715 -Argument
21716 \family default
21717  im 
21718 \family sans
21719 Tabellen-Einstellungen
21720 \family default
21721 -Dialog folgendes einfügen:
21722 \end_layout
21723
21724 \begin_layout Standard
21725
21726 \series bold
21727 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21728 \end_layout
21729
21730 \begin_layout Standard
21731 \begin_inset VSpace bigskip
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \begin_layout Standard
21738 Für farbige Spalten können Sie folgendes einfügen:
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 newcolumntype{K}[1]{>{
21747 \backslash
21748 columncolor{#1}
21749 \backslash
21750 hspace{0pt}}c}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 Das 
21755 \begin_inset Quotes gld
21756 \end_inset
21757
21758 c
21759 \begin_inset Quotes grd
21760 \end_inset
21761
21762  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21763  zentriert ist.
21764  Jetzt können Sie als 
21765 \family sans
21766 \SpecialChar LaTeX
21767 -Argument
21768 \family default
21769  folgendes einfügen:
21770 \end_layout
21771
21772 \begin_layout Standard
21773
21774 \series bold
21775 K{Farbname}
21776 \end_layout
21777
21778 \begin_layout Standard
21779 \begin_inset VSpace bigskip
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Für Tabelle
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Tabelle-mit-benutzerdefinierte"
21794
21795 \end_inset
21796
21797  wurden folgende 
21798 \family sans
21799 \SpecialChar LaTeX
21800 -Argumente
21801 \family default
21802  benutzt:
21803 \end_layout
21804
21805 \begin_layout Standard
21806
21807 \series bold
21808 M{2.5cm}
21809 \end_layout
21810
21811 \begin_layout Standard
21812 für die erste Spalte und die Mehrfachspalte,
21813 \end_layout
21814
21815 \begin_layout Standard
21816
21817 \series bold
21818 K{red}
21819 \end_layout
21820
21821 \begin_layout Standard
21822 für die letzte Spalte und
21823 \end_layout
21824
21825 \begin_layout Standard
21826
21827 \series bold
21828 S{2.5cm}{2}
21829 \end_layout
21830
21831 \begin_layout Standard
21832 für die Spalten in der zweiten Mehrfachspalte.
21833 \end_layout
21834
21835 \begin_layout Standard
21836 \begin_inset Float table
21837 placement h
21838 wide false
21839 sideways false
21840 status open
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Caption Standard
21844
21845 \begin_layout Plain Layout
21846 \begin_inset CommandInset label
21847 LatexCommand label
21848 name "tab:Tabelle-mit-benutzerdefinierte"
21849
21850 \end_inset
21851
21852 Tabelle mit benutzerdefinierten Formaten
21853 \end_layout
21854
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \begin_layout Plain Layout
21861 \align center
21862 \begin_inset Tabular
21863 <lyxtabular version="3" rows="3" columns="4">
21864 <features tabularvalignment="middle">
21865 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21866 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21867 <column alignment="center" valignment="middle">
21868 <column alignment="center" valignment="middle" special="K{red}">
21869 <row>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 einsehrlangesWort
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 Mehrfachspalte mit mehreren Zeilen
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 c
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 d
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 e
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 f
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 g
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 h
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 i
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 j
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 k
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 </lyxtabular>
21984
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \begin_layout Subsection
21996 Liniendicke
21997 \begin_inset CommandInset label
21998 LatexCommand label
21999 name "uab:Liniendicke"
22000
22001 \end_inset
22002
22003
22004 \begin_inset Index idx
22005 status collapsed
22006
22007 \begin_layout Plain Layout
22008 Tabellen  ! Linien ! -dicke
22009 \end_layout
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \begin_layout Standard
22017 Die Liniendicke für alle Linien einer Tabelle kann mit 
22018 \series bold
22019
22020 \backslash
22021 arrayrulewidth
22022 \series default
22023  eingestellt werden.
22024  Um eine Liniendicke von 1.5
22025 \begin_inset space \thinspace{}
22026 \end_inset
22027
22028 pt wie in Tabelle
22029 \begin_inset space ~
22030 \end_inset
22031
22032
22033 \begin_inset CommandInset ref
22034 LatexCommand ref
22035 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
22036
22037 \end_inset
22038
22039  zu bekommen, geben Sie den Befehl
22040 \end_layout
22041
22042 \begin_layout Standard
22043
22044 \series bold
22045
22046 \backslash
22047 setlength{
22048 \backslash
22049 arrayrulewidth}{1.5pt}
22050 \end_layout
22051
22052 \begin_layout Standard
22053 als \SpecialChar TeX
22054 -Code vor der (Gleitobjekt-)Tabelle ein.
22055  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
22056  Mit
22057 \end_layout
22058
22059 \begin_layout Standard
22060
22061 \series bold
22062
22063 \backslash
22064 setlength{
22065 \backslash
22066 arrayrulewidth}{0.4pt}
22067 \end_layout
22068
22069 \begin_layout Standard
22070 bekommen Sie wieder die Standarddicke.
22071 \end_layout
22072
22073 \begin_layout Standard
22074 \begin_inset ERT
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078
22079
22080 \backslash
22081 setlength{
22082 \backslash
22083 arrayrulewidth}{1.5pt}
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \begin_inset Float table
22090 placement H
22091 wide false
22092 sideways false
22093 status open
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Caption Standard
22097
22098 \begin_layout Plain Layout
22099 \begin_inset CommandInset label
22100 LatexCommand label
22101 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22102
22103 \end_inset
22104
22105 Tabelle mit 1.5
22106 \begin_inset space \thinspace{}
22107 \end_inset
22108
22109 pt Liniendicke
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \begin_layout Plain Layout
22118 \align center
22119 \begin_inset Tabular
22120 <lyxtabular version="3" rows="3" columns="3">
22121 <features tabularvalignment="middle">
22122 <column alignment="center" valignment="top">
22123 <column alignment="center" valignment="top">
22124 <column alignment="center" valignment="top">
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 sd
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 sd
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 sd
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 </lyxtabular>
22213
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \begin_inset ERT
22223 status collapsed
22224
22225 \begin_layout Plain Layout
22226
22227
22228 \backslash
22229 setlength{
22230 \backslash
22231 arrayrulewidth}{0.4pt}
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \begin_inset VSpace bigskip
22241 \end_inset
22242
22243 Um eine Liniendicke von 1.5
22244 \begin_inset space \thinspace{}
22245 \end_inset
22246
22247 pt nur für horizontale Linien zu bekommen wie in Tabelle
22248 \begin_inset space ~
22249 \end_inset
22250
22251
22252 \begin_inset CommandInset ref
22253 LatexCommand ref
22254 reference "tab:Tabelle-mit-1.5pt-horiz"
22255
22256 \end_inset
22257
22258 , müssen Sie folgende Befehle als \SpecialChar TeX
22259 -Code vor der (Gleitobjekt-)Tabelle einfügen:
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265
22266 \backslash
22267 let
22268 \backslash
22269 myHline
22270 \backslash
22271 hline
22272 \begin_inset Newline newline
22273 \end_inset
22274
22275
22276 \backslash
22277 renewcommand{
22278 \backslash
22279 hline}
22280 \begin_inset Newline newline
22281 \end_inset
22282
22283  {
22284 \backslash
22285 noalign{
22286 \backslash
22287 global
22288 \backslash
22289 arrayrulewidth 1.5pt}
22290 \begin_inset Newline newline
22291 \end_inset
22292
22293  
22294 \backslash
22295 myHline
22296 \backslash
22297 noalign{
22298 \backslash
22299 global
22300 \backslash
22301 arrayrulewidth 0.4pt}}
22302 \end_layout
22303
22304 \begin_layout Standard
22305 Die Standarddicke erhalten Sie mit folgendem Befehl als \SpecialChar TeX
22306 -Code hinter der
22307  (Gleit\SpecialChar softhyphen
22308 objekt-)Tabelle zurück:
22309 \end_layout
22310
22311 \begin_layout Standard
22312
22313 \series bold
22314
22315 \backslash
22316 renewcommand{
22317 \backslash
22318 hline}{
22319 \backslash
22320 myHline}
22321 \end_layout
22322
22323 \begin_layout Standard
22324 \begin_inset ERT
22325 status collapsed
22326
22327 \begin_layout Plain Layout
22328
22329
22330 \backslash
22331 let
22332 \backslash
22333 myHline
22334 \backslash
22335 hline
22336 \end_layout
22337
22338 \begin_layout Plain Layout
22339
22340
22341 \backslash
22342 renewcommand{
22343 \backslash
22344 hline}
22345 \end_layout
22346
22347 \begin_layout Plain Layout
22348
22349  {
22350 \backslash
22351 noalign{
22352 \backslash
22353 global
22354 \backslash
22355 arrayrulewidth 1.5pt}
22356 \end_layout
22357
22358 \begin_layout Plain Layout
22359
22360   
22361 \backslash
22362 myHline
22363 \backslash
22364 noalign{
22365 \backslash
22366 global
22367 \backslash
22368 arrayrulewidth 0.4pt}}
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \begin_inset Float table
22375 placement h
22376 wide false
22377 sideways false
22378 status open
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Caption Standard
22382
22383 \begin_layout Plain Layout
22384 \begin_inset CommandInset label
22385 LatexCommand label
22386 name "tab:Tabelle-mit-1.5pt-horiz"
22387
22388 \end_inset
22389
22390 Tabelle mit 1.5
22391 \begin_inset space \thinspace{}
22392 \end_inset
22393
22394 pt dicken horizontalen Linien
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \begin_layout Plain Layout
22403 \align center
22404 \begin_inset Tabular
22405 <lyxtabular version="3" rows="3" columns="3">
22406 <features tabularvalignment="middle">
22407 <column alignment="center" valignment="top">
22408 <column alignment="center" valignment="top">
22409 <column alignment="center" valignment="top">
22410 <row>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 sd
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 sd
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 </row>
22468 <row>
22469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 sd
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 </lyxtabular>
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \begin_inset ERT
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511
22512
22513 \backslash
22514 renewcommand{
22515 \backslash
22516 hline}{
22517 \backslash
22518 myHline}
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \begin_layout Standard
22527 \begin_inset VSpace bigskip
22528 \end_inset
22529
22530 Um die Liniendicke von 1.5
22531 \begin_inset space \thinspace{}
22532 \end_inset
22533
22534 pt nur für vertikale Linien zu bekommen, müssen Sie im \SpecialChar LaTeX
22535 -Vorspann folgendes
22536  Spaltenformat entsprechend der Beschreibung in Abschnitt
22537 \begin_inset space ~
22538 \end_inset
22539
22540
22541 \begin_inset CommandInset ref
22542 LatexCommand ref
22543 reference "uab:Angepasste-Zellen-/Spaltenformate"
22544
22545 \end_inset
22546
22547  definieren:
22548 \end_layout
22549
22550 \begin_layout Standard
22551
22552 \series bold
22553
22554 \backslash
22555 newcolumntype{V}{!{
22556 \backslash
22557 vrule width 1.5pt}}
22558 \end_layout
22559
22560 \begin_layout Standard
22561 In Tabelle
22562 \begin_inset space ~
22563 \end_inset
22564
22565
22566 \begin_inset CommandInset ref
22567 LatexCommand ref
22568 reference "tab:Tabelle-mit-1.5pt-vert"
22569
22570 \end_inset
22571
22572  wurde das 
22573 \family sans
22574 LaTe
22575 \begin_inset ERT
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579
22580 {}
22581 \end_layout
22582
22583 \end_inset
22584
22585 X-Argument
22586 \family default
22587 \series bold
22588  VcV
22589 \series default
22590  für die letzte Spalte und
22591 \series bold
22592  Vc
22593 \series default
22594  für die anderen benutzt.
22595 \end_layout
22596
22597 \begin_layout Standard
22598 \begin_inset Float table
22599 placement H
22600 wide false
22601 sideways false
22602 status open
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Caption Standard
22606
22607 \begin_layout Plain Layout
22608 \begin_inset CommandInset label
22609 LatexCommand label
22610 name "tab:Tabelle-mit-1.5pt-vert"
22611
22612 \end_inset
22613
22614 Tabelle mit 1.5
22615 \begin_inset space \thinspace{}
22616 \end_inset
22617
22618 pt dicken vertikalen Linien
22619 \end_layout
22620
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \begin_layout Plain Layout
22627 \align center
22628 \begin_inset Tabular
22629 <lyxtabular version="3" rows="3" columns="3">
22630 <features tabularvalignment="middle">
22631 <column alignment="center" valignment="top" special="Vc">
22632 <column alignment="center" valignment="top" special="Vc">
22633 <column alignment="center" valignment="top" special="VcV">
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 sd
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 sd
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 sd
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 </lyxtabular>
22722
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Subsection
22734 Gestrichelte Linien
22735 \begin_inset Index idx
22736 status collapsed
22737
22738 \begin_layout Plain Layout
22739 Tabellen  ! Linien ! gestrichelte 
22740 \end_layout
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 \begin_inset ERT
22749 status collapsed
22750
22751 \begin_layout Plain Layout
22752
22753
22754 \backslash
22755 ifarydshln
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \begin_inset Note Note
22762 status open
22763
22764 \begin_layout Plain Layout
22765 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
22766 -Paket 
22767 \series bold
22768 arydshln
22769 \series default
22770  installiert ist.
22771 \end_layout
22772
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \begin_layout Standard
22779 \begin_inset Float table
22780 placement h
22781 wide false
22782 sideways false
22783 status open
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Caption Standard
22787
22788 \begin_layout Plain Layout
22789 \begin_inset CommandInset label
22790 LatexCommand label
22791 name "tab:Tabelle-mit-gestrichelten"
22792
22793 \end_inset
22794
22795 Tabelle mit gestrichelten Linien
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Plain Layout
22804 \align center
22805 \begin_inset Tabular
22806 <lyxtabular version="3" rows="5" columns="5">
22807 <features tabularvalignment="middle">
22808 <column alignment="center" valignment="top">
22809 <column alignment="center" valignment="top">
22810 <column alignment="center" valignment="top" special=":c">
22811 <column alignment="center" valignment="top">
22812 <column alignment="center" valignment="top">
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 a
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 b
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 c
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 d
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 e
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 <row>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 f
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 g
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 h
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 i
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 j
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916
22917
22918 \backslash
22919 hdashline 
22920 \end_layout
22921
22922 \end_inset
22923
22924 k
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 l
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell alignment="center" valignment="top" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 m
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 n
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 o
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 cdashline{4-5}
22979 \end_layout
22980
22981 \end_inset
22982
22983 p
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 q
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 r
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 s
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 <row>
23026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 t
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 u
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 v
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 w
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 x
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 </row>
23072 </lyxtabular>
23073
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Standard
23085 \SpecialChar LyX
23086  unterstützt von sich aus keine gestrichelten Linien, also müssen Sie \SpecialChar TeX
23087 -Code
23088  benutzen.
23089  Zunächst müssen Sie das \SpecialChar LaTeX
23090 -Paket 
23091 \series bold
23092 arydshln
23093 \series default
23094
23095 \begin_inset Index idx
23096 status collapsed
23097
23098 \begin_layout Plain Layout
23099 \SpecialChar LaTeX
23100 -Pakete ! arydshln
23101 \end_layout
23102
23103 \end_inset
23104
23105  im \SpecialChar LaTeX
23106 -Vorspann laden:
23107 \end_layout
23108
23109 \begin_layout Standard
23110
23111 \series bold
23112
23113 \backslash
23114 usepackage{arydshln}
23115 \end_layout
23116
23117 \begin_layout Standard
23118 Um senkrechte Linien zu stricheln, müssen Sie im 
23119 \family sans
23120 LaTe
23121 \begin_inset ERT
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125
23126 {}
23127 \end_layout
23128
23129 \end_inset
23130
23131 X-Argument
23132 \family default
23133  des 
23134 \family sans
23135 Tabellen-Einstellungen
23136 \family default
23137 -Dialogs 
23138 \begin_inset Quotes gld
23139 \end_inset
23140
23141 :
23142 \begin_inset Quotes grd
23143 \end_inset
23144
23145 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23146 \end_layout
23147
23148 \begin_layout Standard
23149 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23150 \end_layout
23151
23152 \begin_layout Standard
23153
23154 \series bold
23155
23156 \backslash
23157 hdashline
23158 \end_layout
23159
23160 \begin_layout Standard
23161 als \SpecialChar TeX
23162 -Code als erstes in die erste Zelle einer Zeile einfügen.
23163 \end_layout
23164
23165 \begin_layout Standard
23166 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23167 \end_layout
23168
23169 \begin_layout Standard
23170
23171 \series bold
23172
23173 \backslash
23174 cdashline{Anfangsspalte-Endspalte}
23175 \end_layout
23176
23177 \begin_layout Standard
23178 als \SpecialChar TeX
23179 -Code als erstes in die erste Zelle einer Zeile eingefügt.
23180  Wenn Sie z.
23181 \begin_inset space \thinspace{}
23182 \end_inset
23183
23184 B.
23185  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23186  gestrichelte Linie haben, fügen Sie den Befehl
23187 \end_layout
23188
23189 \begin_layout Standard
23190
23191 \series bold
23192
23193 \backslash
23194 cdashline{2-4}
23195 \end_layout
23196
23197 \begin_layout Standard
23198 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \begin_inset VSpace bigskip
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \begin_layout Standard
23209 In Tabelle
23210 \begin_inset space ~
23211 \end_inset
23212
23213
23214 \begin_inset CommandInset ref
23215 LatexCommand ref
23216 reference "tab:Tabelle-mit-gestrichelten"
23217
23218 \end_inset
23219
23220  wurde in der dritten Spalte der Befehl
23221 \series bold
23222  
23223 \series default
23224
23225 \begin_inset Quotes gld
23226 \end_inset
23227
23228
23229 \series bold
23230 :c
23231 \begin_inset Quotes grd
23232 \end_inset
23233
23234
23235 \series default
23236  benutzt.
23237  Der Befehl 
23238 \series bold
23239
23240 \backslash
23241 hdashline
23242 \series default
23243  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23244 \begin_inset Newline newline
23245 \end_inset
23246
23247  
23248 \series bold
23249
23250 \backslash
23251 cdashline{4-5} 
23252 \series default
23253 wurde in die erste Zelle der vierten Zeile eingefügt.
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset VSpace bigskip
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \begin_layout Standard
23264 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23265 \begin_inset space ~
23266 \end_inset
23267
23268
23269 \begin_inset CommandInset ref
23270 LatexCommand ref
23271 reference "tab:Farbige-Tabelle-mit"
23272
23273 \end_inset
23274
23275  verdeutlicht.
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 setlength{
23287 \backslash
23288 arrayrulewidth}{1pt}
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Note Note
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 dickere Linien zur besseren Visualisierung der Linienfarbe
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Standard
23307 \begin_inset ERT
23308 status collapsed
23309
23310 \begin_layout Plain Layout
23311
23312
23313 \backslash
23314 dashgapcolor{green}
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \begin_inset Note Note
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324 färbt Raum zwischen den Strichen grün
23325 \end_layout
23326
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \begin_layout Standard
23333 \begin_inset ERT
23334 status collapsed
23335
23336 \begin_layout Plain Layout
23337
23338
23339 \backslash
23340 let
23341 \backslash
23342 myHdashline
23343 \backslash
23344 hdashline
23345 \end_layout
23346
23347 \begin_layout Plain Layout
23348
23349
23350 \backslash
23351 renewcommand{
23352 \backslash
23353 hdashline}
23354 \end_layout
23355
23356 \begin_layout Plain Layout
23357
23358  {
23359 \backslash
23360 arrayrulecolor{red}
23361 \backslash
23362 myHdashline
23363 \backslash
23364 arrayrulecolor{black}}
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \begin_inset Note Note
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374 färbt horizontale, gestrichelte Linien rot
23375 \end_layout
23376
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \begin_layout Standard
23383 \begin_inset ERT
23384 status collapsed
23385
23386 \begin_layout Plain Layout
23387
23388
23389 \backslash
23390 let
23391 \backslash
23392 myCdashline
23393 \backslash
23394 cdashline
23395 \end_layout
23396
23397 \begin_layout Plain Layout
23398
23399
23400 \backslash
23401 renewcommand{
23402 \backslash
23403 cdashline}[1]
23404 \end_layout
23405
23406 \begin_layout Plain Layout
23407
23408  {
23409 \backslash
23410 arrayrulecolor{yellow}
23411 \backslash
23412 myCdashline{#1}
23413 \backslash
23414 arrayrulecolor{black}}
23415 \end_layout
23416
23417 \end_inset
23418
23419
23420 \begin_inset Note Note
23421 status collapsed
23422
23423 \begin_layout Plain Layout
23424 färbt partielle horizontale, gestrichelte Linien gelb
23425 \end_layout
23426
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \begin_layout Standard
23433 \begin_inset Float table
23434 placement h
23435 wide false
23436 sideways false
23437 status open
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Caption Standard
23441
23442 \begin_layout Plain Layout
23443 \begin_inset CommandInset label
23444 LatexCommand label
23445 name "tab:Farbige-Tabelle-mit"
23446
23447 \end_inset
23448
23449 Farbige Tabelle mit gestrichelten Linien
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Plain Layout
23458 \align center
23459 \begin_inset Tabular
23460 <lyxtabular version="3" rows="5" columns="5">
23461 <features tabularvalignment="middle">
23462 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23463 <column alignment="center" valignment="top" width="0pt">
23464 <column alignment="center" valignment="top" width="0pt" special=":c">
23465 <column alignment="center" valignment="top">
23466 <column alignment="center" valignment="top">
23467 <row>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 a
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 b
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 c
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 d
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 e
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 f
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 g
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 h
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 i
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 j
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset ERT
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570
23571
23572 \backslash
23573 hdashline 
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \begin_inset ERT
23580 status collapsed
23581
23582 \begin_layout Plain Layout
23583
23584
23585 \backslash
23586 rowcolor{Gray}
23587 \end_layout
23588
23589 \end_inset
23590
23591 k
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 l
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 m
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 n
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 o
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 \begin_inset ERT
23639 status collapsed
23640
23641 \begin_layout Plain Layout
23642
23643
23644 \backslash
23645 cdashline{4-5}
23646 \end_layout
23647
23648 \end_inset
23649
23650 p
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 q
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 r
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 s
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 t
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 u
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 v
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 w
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 \begin_inset ERT
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737
23738
23739 \backslash
23740 cellcolor{Maroon}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \color green
23747 i
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 </lyxtabular>
23754
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset ERT
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770
23771
23772 \backslash
23773 renewcommand{
23774 \backslash
23775 hdashline}{
23776 \backslash
23777 myHdashline}
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \begin_inset Note Note
23784 status collapsed
23785
23786 \begin_layout Plain Layout
23787 zurücksetzen auf Standardwert
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset ERT
23797 status collapsed
23798
23799 \begin_layout Plain Layout
23800
23801
23802 \backslash
23803 renewcommand{
23804 \backslash
23805 cdashline}{
23806 \backslash
23807 myCdashline}
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \begin_inset Note Note
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 zurücksetzen auf Standardwert
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 nodashgapcolor
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \begin_inset Note Note
23840 status collapsed
23841
23842 \begin_layout Plain Layout
23843 zurücksetzen auf Standardwert
23844 \end_layout
23845
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \begin_layout Standard
23852 \begin_inset ERT
23853 status collapsed
23854
23855 \begin_layout Plain Layout
23856
23857
23858 \backslash
23859 setlength{
23860 \backslash
23861 arrayrulewidth}{0.4pt}
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \begin_inset Note Note
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871 zurücksetzen auf Standardwert
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23881 \begin_inset space ~
23882 \end_inset
23883
23884
23885 \begin_inset CommandInset ref
23886 LatexCommand ref
23887 reference "abs:Farbige-Tabellen"
23888
23889 \end_inset
23890
23891  beschrieben.
23892  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23893  beschrieben, man muss in den Befehlen nur 
23894 \series bold
23895
23896 \backslash
23897 myHlineC
23898 \series default
23899  durch 
23900 \series bold
23901
23902 \backslash
23903 myHdashline
23904 \series default
23905  und 
23906 \backslash
23907
23908 \series bold
23909 hline
23910 \series default
23911  durch 
23912 \series bold
23913
23914 \backslash
23915 hdashline
23916 \series default
23917  ersetzen; man verwendet also den Befehl
23918 \end_layout
23919
23920 \begin_layout Standard
23921
23922 \series bold
23923
23924 \backslash
23925 let
23926 \backslash
23927 myHdashline
23928 \backslash
23929 hdashline
23930 \begin_inset Newline newline
23931 \end_inset
23932
23933
23934 \backslash
23935 renewcommand{
23936 \backslash
23937 hdashline}
23938 \begin_inset Newline newline
23939 \end_inset
23940
23941
23942 \begin_inset Phantom HPhantom
23943 status open
23944
23945 \begin_layout Plain Layout
23946
23947 \series bold
23948 \begin_inset space ~
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955
23956 {
23957 \backslash
23958 arrayrulecolor{red}
23959 \backslash
23960 myHdashline
23961 \backslash
23962 arrayrulecolor{black}}
23963 \end_layout
23964
23965 \begin_layout Standard
23966 Um 
23967 \series bold
23968
23969 \backslash
23970 cdashline
23971 \series default
23972  zu färben, lautet der Befehl
23973 \end_layout
23974
23975 \begin_layout Standard
23976
23977 \series bold
23978
23979 \backslash
23980 let
23981 \backslash
23982 myCdashline
23983 \backslash
23984 cdashline
23985 \begin_inset Newline newline
23986 \end_inset
23987
23988
23989 \backslash
23990 renewcommand{
23991 \backslash
23992 cdashline}[1]
23993 \begin_inset Newline newline
23994 \end_inset
23995
23996
23997 \begin_inset Phantom HPhantom
23998 status open
23999
24000 \begin_layout Plain Layout
24001
24002 \series bold
24003 \begin_inset space ~
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010
24011 {
24012 \backslash
24013 arrayrulecolor{red}
24014 \backslash
24015 myCdashline{#1}
24016 \backslash
24017 arrayrulecolor{black}}
24018 \end_layout
24019
24020 \begin_layout Standard
24021 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
24022  als \SpecialChar TeX
24023 -Code hinter der Tabelle einfügen:
24024 \end_layout
24025
24026 \begin_layout Standard
24027 Für 
24028 \series bold
24029
24030 \backslash
24031 hdashline
24032 \end_layout
24033
24034 \begin_layout Standard
24035
24036 \series bold
24037
24038 \backslash
24039 renewcommand{
24040 \backslash
24041 hdashline}{
24042 \backslash
24043 myHdashline}
24044 \end_layout
24045
24046 \begin_layout Standard
24047 und für 
24048 \series bold
24049
24050 \backslash
24051 cdashline
24052 \end_layout
24053
24054 \begin_layout Standard
24055
24056 \series bold
24057
24058 \backslash
24059 renewcommand{
24060 \backslash
24061 cdashline}{
24062 \backslash
24063 myCdashline}
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
24068  Befehl
24069 \end_layout
24070
24071 \begin_layout Standard
24072
24073 \series bold
24074
24075 \backslash
24076 dashgapcolor{Farbe}
24077 \end_layout
24078
24079 \begin_layout Standard
24080 als \SpecialChar TeX
24081 -Code vor der Tabelle verwenden.
24082  Farbe ist hierbei der Name einer definierten Farbe.
24083  Der Befehl
24084 \end_layout
24085
24086 \begin_layout Standard
24087
24088 \series bold
24089
24090 \backslash
24091 nodashgapcolor
24092 \end_layout
24093
24094 \begin_layout Standard
24095 hebt die Einstellung von 
24096 \series bold
24097
24098 \backslash
24099 dashgapcolor
24100 \series default
24101  auf.
24102 \end_layout
24103
24104 \begin_layout Standard
24105 \begin_inset Note Greyedout
24106 status open
24107
24108 \begin_layout Plain Layout
24109
24110 \series bold
24111 \color none
24112 Achtung
24113 \series default
24114 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24115  
24116 \series bold
24117 arydshln
24118 \series default
24119  an erster Stelle in der Zelle befinden.
24120  Daher ist in in Zelle 
24121 \emph on
24122 k
24123 \emph default
24124  der Tabelle
24125 \begin_inset space ~
24126 \end_inset
24127
24128
24129 \begin_inset CommandInset ref
24130 LatexCommand ref
24131 reference "tab:Farbige-Tabelle-mit"
24132
24133 \end_inset
24134
24135  der Befehl 
24136 \series bold
24137
24138 \backslash
24139 hdashline
24140 \series default
24141  vor 
24142 \series bold
24143
24144 \backslash
24145 rowcolor
24146 \series default
24147 .
24148 \end_layout
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \begin_inset Note Greyedout
24157 status open
24158
24159 \begin_layout Plain Layout
24160
24161 \series bold
24162 \color none
24163 Achtung:
24164 \series default
24165  Das \SpecialChar LaTeX
24166 -Paket 
24167 \series bold
24168 arydshln
24169 \series default
24170  muss im \SpecialChar LaTeX
24171 -Vorspann nach dem \SpecialChar LaTeX
24172 -Paket 
24173 \series bold
24174 colortbl
24175 \series default
24176
24177 \begin_inset Index idx
24178 status collapsed
24179
24180 \begin_layout Plain Layout
24181 \SpecialChar LaTeX
24182 -Pakete ! colortbl
24183 \end_layout
24184
24185 \end_inset
24186
24187  geladen werden.
24188 \end_layout
24189
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset ERT
24197 status collapsed
24198
24199 \begin_layout Plain Layout
24200
24201
24202 \backslash
24203 else
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \begin_inset Note Note
24210 status open
24211
24212 \begin_layout Plain Layout
24213 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
24214 -Paket 
24215 \series bold
24216 arydshln
24217 \series default
24218  nicht installiert ist:
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Standard
24227 Sie müssen das \SpecialChar LaTeX
24228 -Paket 
24229 \series bold
24230 arydshln
24231 \series default
24232  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 \begin_inset ERT
24237 status collapsed
24238
24239 \begin_layout Plain Layout
24240
24241
24242 \backslash
24243 fi
24244 \end_layout
24245
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \begin_layout Standard
24252 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24253  von 
24254 \series bold
24255 arydshln
24256 \series default
24257
24258 \begin_inset CommandInset citation
24259 LatexCommand cite
24260 key "arydshln"
24261
24262 \end_inset
24263
24264 .
24265 \end_layout
24266
24267 \begin_layout Chapter
24268 Gleitobjekte
24269 \begin_inset CommandInset label
24270 LatexCommand label
24271 name "kap:Gleitobjekte"
24272
24273 \end_inset
24274
24275
24276 \begin_inset Index idx
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280 Gleitobjekte
24281 \end_layout
24282
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Section
24289 Einleitung
24290 \begin_inset CommandInset label
24291 LatexCommand label
24292 name "abs:Gleitobjekte-Einleitung"
24293
24294 \end_inset
24295
24296
24297 \begin_inset Index idx
24298 status collapsed
24299
24300 \begin_layout Plain Layout
24301 Gleitobjekte ! Einleitung
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Standard
24310 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24311  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24312  der beste Platz ist.
24313  
24314 \family sans
24315 Fußnoten
24316 \family default
24317  und 
24318 \family sans
24319 Randnotizen
24320 \family default
24321  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24322  wenn auf ihrer Seite schon zu viele sind.
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24327  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24328  um weiße Flächen und Seiten ohne Text zu vermeiden.
24329  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar ligaturebreak
24330 löst,
24331  kann im Text auf ein Gleitobjekt verwiesen werden.
24332  Gleitobjekte sind deshalb nummeriert.
24333  Querverweise werden in Abschnitt
24334 \begin_inset space ~
24335 \end_inset
24336
24337
24338 \begin_inset CommandInset ref
24339 LatexCommand ref
24340 reference "abs:Auf-Gleitobjekte-verweisen"
24341
24342 \end_inset
24343
24344  beschrieben.
24345 \end_layout
24346
24347 \begin_layout Standard
24348 Ein Gleitobjekt wird mit 
24349 \family sans
24350 Einfügen\SpecialChar menuseparator
24351 Gleitobjekt\SpecialChar menuseparator
24352 Algorithmus/Abbildung/Ta\SpecialChar softhyphen
24353 belle/Um\SpecialChar softhyphen
24354 flos\SpecialChar softhyphen
24355 se\SpecialChar softhyphen
24356 nes
24357 \begin_inset space ~
24358 \end_inset
24359
24360 Gleitobjekt
24361 \family default
24362  eingefügt (Werkzeugleistenknopf 
24363 \begin_inset Info
24364 type  "icon"
24365 arg   "float-insert figure"
24366 \end_inset
24367
24368  oder 
24369 \begin_inset Info
24370 type  "icon"
24371 arg   "float-insert table"
24372 \end_inset
24373
24374 ).
24375  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24376  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24377  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24378  #:).
24379  Statt # sehen Sie die von \SpecialChar LyX
24380  vergebene Nummer.
24381  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24382  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24383  eingefügt.
24384  In Abschnitt
24385 \begin_inset space ~
24386 \end_inset
24387
24388
24389 \begin_inset CommandInset ref
24390 LatexCommand ref
24391 reference "abs:Titel-Platzierung"
24392
24393 \end_inset
24394
24395  finden Sie mehr über die Platzierung des Titels.
24396  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24397  auch wieder geöffnet.
24398  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24399 \begin_inset Graphics
24400         filename clipart/GleitobjektQt4.png
24401         scale 70
24402         scaleBeforeRotation
24403
24404 \end_inset
24405
24406  – ein graues Kästchen mit roter Beschriftung.
24407 \end_layout
24408
24409 \begin_layout Standard
24410 Um mögliche \SpecialChar LaTeX
24411 -Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24412  Gleitobjekte in einem eigenen Absatz einzufügen.
24413 \end_layout
24414
24415 \begin_layout Standard
24416 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24417  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24418  klicken.
24419 \end_layout
24420
24421 \begin_layout Section
24422 Gleitobjekt-Typen
24423 \begin_inset Index idx
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427 Gleitobjekte ! Typen
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24437 \begin_inset space ~
24438 \end_inset
24439
24440
24441 \begin_inset CommandInset ref
24442 LatexCommand ref
24443 reference "abs:Gleitende-Abbildungen"
24444
24445 \end_inset
24446
24447  und 
24448 \begin_inset CommandInset ref
24449 LatexCommand ref
24450 reference "abs:Gleitende-Tabellen"
24451
24452 \end_inset
24453
24454  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24455  Letztere sind in Abschnitt
24456 \begin_inset space ~
24457 \end_inset
24458
24459
24460 \begin_inset CommandInset ref
24461 LatexCommand ref
24462 reference "abs:Umflossene-Gleitobjekte"
24463
24464 \end_inset
24465
24466  beschrieben.
24467 \end_layout
24468
24469 \begin_layout Subsection
24470 Algorithmen-Gleitobjekt
24471 \begin_inset Index idx
24472 status collapsed
24473
24474 \begin_layout Plain Layout
24475 Gleitobjekte ! Algorithmen
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 \begin_inset Float algorithm
24485 placement h
24486 wide false
24487 sideways false
24488 status open
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Caption Standard
24492
24493 \begin_layout Plain Layout
24494 \begin_inset CommandInset label
24495 LatexCommand label
24496 name "alg:Ein-Gleitobjekt-Algorithmus"
24497
24498 \end_inset
24499
24500 Ein Gleitobjekt-Algorithmus 
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout LyX-Code
24509 for I in 1..N loop
24510 \begin_inset Newline newline
24511 \end_inset
24512
24513  Sum:= Sum + A(I); /*Kommentar*/
24514 \begin_inset Newline newline
24515 \end_inset
24516
24517 end loop
24518 \begin_inset VSpace -4mm
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Dieser Typ wird mit 
24531 \family sans
24532 Einfügen\SpecialChar menuseparator
24533 Gleitobjekt\SpecialChar menuseparator
24534 Algorithmus
24535 \family default
24536  eingefügt.
24537  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24538  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24539 \begin_inset space ~
24540 \end_inset
24541
24542
24543 \begin_inset CommandInset ref
24544 LatexCommand ref
24545 reference "kap:Programm-Code-Listen"
24546
24547 \end_inset
24548
24549 .
24550  Eine mögliche Absatz-Umgebung hier für ist 
24551 \family sans
24552 \SpecialChar LyX
24553 -Code
24554 \family default
24555 , beschrieben im 
24556 \emph on
24557 Benutzerhandbuch
24558 \emph default
24559 .
24560  In Algorithmus
24561 \begin_inset space ~
24562 \end_inset
24563
24564
24565 \begin_inset CommandInset ref
24566 LatexCommand ref
24567 reference "alg:Ein-Gleitobjekt-Algorithmus"
24568
24569 \end_inset
24570
24571  wurden am Ende -4
24572 \begin_inset space \thinspace{}
24573 \end_inset
24574
24575 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24576  letzten Zeile gedruckt wird.
24577 \end_layout
24578
24579 \begin_layout Standard
24580 Die Marke 
24581 \emph on
24582 Algorithmus
24583 \emph default
24584  wird nicht automatisch in die druckbare Version übernommen, sondern das
24585  englische Wort 
24586 \emph on
24587 Algorithm
24588 \emph default
24589  verwendet.
24590  Soll
24591 \emph on
24592  Algorithmus
24593 \emph default
24594  dort stehen, müssen Sie folgendes in den \SpecialChar LaTeX
24595 -Vorspann schreiben: 
24596 \end_layout
24597
24598 \begin_layout Standard
24599
24600 \series bold
24601
24602 \backslash
24603 floatname{algorithm}{Algorithmus}
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24608  Sprache wie die \SpecialChar LyX
24609  Menünamen haben, das Menü 
24610 \family sans
24611 Einfügen\SpecialChar menuseparator
24612 Liste
24613 \begin_inset space \thinspace{}
24614 \end_inset
24615
24616 /
24617 \begin_inset space \thinspace{}
24618 \end_inset
24619
24620 Inhaltsverzeichnis\SpecialChar menuseparator
24621 Algorithmenverzeichnis
24622 \family default
24623  verwendet werden.
24624  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als \SpecialChar TeX
24625 -Code
24626  eingefügt werden:
24627 \end_layout
24628
24629 \begin_layout Standard
24630
24631 \series bold
24632
24633 \backslash
24634 listof{algorithm}{Algorithmenverzeichnis}
24635 \end_layout
24636
24637 \begin_layout Standard
24638 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24639  nach dem Schema 
24640 \begin_inset Quotes gld
24641 \end_inset
24642
24643 Kapitelnummer.Algorithmusnummer
24644 \begin_inset Quotes grd
24645 \end_inset
24646
24647  nummeriert.
24648  Um das zu erreichen, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
24649 -Vorspann einfügen:
24650 \end_layout
24651
24652 \begin_layout Standard
24653
24654 \series bold
24655
24656 \backslash
24657 numberwithin{algorithm}{chapter}
24658 \end_layout
24659
24660 \begin_layout Standard
24661 Um 
24662 \series bold
24663
24664 \backslash
24665 numberwithin
24666 \series default
24667  benutzen zu können, muss in den 
24668 \family sans
24669 Mathe
24670 \begin_inset space ~
24671 \end_inset
24672
24673 Optionen
24674 \family default
24675  der 
24676 \family sans
24677 Dokument-Einstellungen
24678 \family default
24679  
24680 \family sans
24681 AMS
24682 \begin_inset space ~
24683 \end_inset
24684
24685 Mathe
24686 \begin_inset space ~
24687 \end_inset
24688
24689 Paket
24690 \family default
24691
24692 \begin_inset space ~
24693 \end_inset
24694
24695
24696 \family sans
24697 verwenden
24698 \family default
24699  angekreuzt sein.
24700 \end_layout
24701
24702 \begin_layout Section
24703 Gleitobjekt-Nummerierung
24704 \begin_inset Index idx
24705 status collapsed
24706
24707 \begin_layout Plain Layout
24708 Gleitobjekte ! Nummerierung
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24718  nummeriert oder nach dem Schema 
24719 \begin_inset Quotes gld
24720 \end_inset
24721
24722 Kapitelnummer.Gleitobjektnummer
24723 \begin_inset Quotes grd
24724 \end_inset
24725
24726  oder 
24727 \begin_inset Quotes gld
24728 \end_inset
24729
24730 Abschnittsnummer.Gleitobjektnummer
24731 \begin_inset Quotes grd
24732 \end_inset
24733
24734 .
24735  Das hängt von der Dokumentklasse ab.
24736 \end_layout
24737
24738 \begin_layout Standard
24739 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24740  in den \SpecialChar LaTeX
24741 -Vorspann einfügen:
24742 \end_layout
24743
24744 \begin_layout Standard
24745
24746 \series bold
24747
24748 \backslash
24749 renewcommand{
24750 \backslash
24751 thetable}{
24752 \backslash
24753 roman{table}}
24754 \end_layout
24755
24756 \begin_layout Standard
24757
24758 \series bold
24759
24760 \backslash
24761 thetable
24762 \series default
24763  ist der Befehl, der die Tabellennummer druckt.
24764  Für Abbildungen ist das 
24765 \series bold
24766
24767 \backslash
24768 thefigure
24769 \series default
24770 .
24771  Der Befehl 
24772 \series bold
24773
24774 \backslash
24775 roman
24776 \series default
24777  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24778 \end_layout
24779
24780 \begin_layout Standard
24781 Um das Nummerierungsschema zum Beispiel auf 
24782 \begin_inset Quotes gld
24783 \end_inset
24784
24785 Unterabschnittsnummer.Num\SpecialChar softhyphen
24786 mer
24787 \begin_inset Quotes grd
24788 \end_inset
24789
24790  zu ändern, setzen Sie folgendes in den \SpecialChar LaTeX
24791 -Vorspann:
24792 \end_layout
24793
24794 \begin_layout Standard
24795
24796 \series bold
24797
24798 \backslash
24799 numberwithin{table}{subsection}
24800 \end_layout
24801
24802 \begin_layout Standard
24803 Um den Befehl 
24804 \series bold
24805
24806 \backslash
24807 numberwithin
24808 \series default
24809  benutzen zu können, müssen Sie in den 
24810 \family sans
24811 Mathe
24812 \begin_inset space ~
24813 \end_inset
24814
24815 Optionen
24816 \family default
24817  der 
24818 \family sans
24819 Dokument-Einstellungen
24820 \family default
24821  
24822 \family sans
24823 AMS
24824 \begin_inset space ~
24825 \end_inset
24826
24827 Mathe
24828 \begin_inset space ~
24829 \end_inset
24830
24831 Paket
24832 \family default
24833
24834 \begin_inset space ~
24835 \end_inset
24836
24837
24838 \family sans
24839 verwenden
24840 \family default
24841  ankreuzen.
24842 \end_layout
24843
24844 \begin_layout Standard
24845 Sehen Sie sich bitte auch Abschnitt
24846 \begin_inset space ~
24847 \end_inset
24848
24849
24850 \begin_inset CommandInset ref
24851 LatexCommand ref
24852 reference "uab:Fußnoten-Nummerierung"
24853
24854 \end_inset
24855
24856  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24857 \end_layout
24858
24859 \begin_layout Section
24860 Auf Gleitobjekte verweisen
24861 \begin_inset CommandInset label
24862 LatexCommand label
24863 name "abs:Auf-Gleitobjekte-verweisen"
24864
24865 \end_inset
24866
24867
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Gleitobjekte ! Querverweise
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \begin_inset Index idx
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882 Querverweise ! auf Gleitobjekte
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \begin_layout Standard
24891 Zunächst müssen Sie mit 
24892 \family sans
24893 Einfügen\SpecialChar menuseparator
24894 Marke
24895 \family default
24896  oder einen Klick auf 
24897 \begin_inset Info
24898 type  "icon"
24899 arg   "label-insert"
24900 \end_inset
24901
24902  eine Marke im Titel einfügen.
24903  Im 
24904 \family sans
24905 Marke
24906 \family default
24907 -Dialog schreiben Sie einen Text in das Feld 
24908 \family sans
24909 Marke
24910 \family default
24911  oder übernehmen den vorgeschlagenen.
24912  Die Marke sieht in \SpecialChar LyX
24913  dann so aus:
24914 \end_layout
24915
24916 \begin_layout Standard
24917 \begin_inset Graphics
24918         filename clipart/Marke.png
24919         lyxscale 80
24920         scale 50
24921         scaleBeforeRotation
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 Die Marke wird als Anker und Name für den Querverweis benutzt.
24930  Mit 
24931 \family sans
24932 Einfügen\SpecialChar menuseparator
24933 Querverweis
24934 \family default
24935  oder einen Klick auf 
24936 \begin_inset Info
24937 type  "icon"
24938 arg   "dialog-show-new-inset ref"
24939 \end_inset
24940
24941  können Sie dann auf die Marke verweisen.
24942  Als Querverweis wird in \SpecialChar LyX
24943  ein graues Kästchen wie zum Beispiel dieses angezeigt:
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset Graphics
24948         filename clipart/Querverweis.png
24949         lyxscale 80
24950         scale 50
24951         scaleBeforeRotation
24952
24953 \end_inset
24954
24955
24956 \begin_inset Newline newline
24957 \end_inset
24958
24959  Mehr zu Querverweisen finden Sie im 
24960 \emph on
24961 Benutzerhandbuch
24962 \emph default
24963 .
24964 \end_layout
24965
24966 \begin_layout Standard
24967 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24968  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24969  durch einen Zeilenumbruch getrennt werden können.
24970 \end_layout
24971
24972 \begin_layout Standard
24973 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24974  \SpecialChar LyX
24975  passt die Querverweise automatisch an.
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Ein Klick auf den Schalter 
24980 \family sans
24981 Gehe
24982 \begin_inset space ~
24983 \end_inset
24984
24985 zur
24986 \begin_inset space ~
24987 \end_inset
24988
24989 Marke
24990 \family default
24991  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24992  Der Text der Schaltfläche heißt jetzt 
24993 \family sans
24994 Gehe
24995 \begin_inset space ~
24996 \end_inset
24997
24998 zurück
24999 \family default
25000  und ein Klick darauf macht genau dies.
25001 \end_layout
25002
25003 \begin_layout Subsection
25004 Querverweis-Formate
25005 \begin_inset CommandInset label
25006 LatexCommand label
25007 name "uab:Querverweis-Formate"
25008
25009 \end_inset
25010
25011
25012 \begin_inset Index idx
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 Querverweise ! Formate
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 Es gibt sechs verschiedene Querverweisstile:
25026 \end_layout
25027
25028 \begin_layout Description
25029 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
25030  
25031 \begin_inset CommandInset ref
25032 LatexCommand ref
25033 reference "abb:Zwei-Teilabbildungen"
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Description
25041 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
25042  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
25043  verwendet wird, speziell wenn der Name 
25044 \begin_inset Quotes gld
25045 \end_inset
25046
25047 Gleichung
25048 \begin_inset Quotes grd
25049 \end_inset
25050
25051  weggelassen wird: 
25052 \begin_inset CommandInset ref
25053 LatexCommand eqref
25054 reference "eq:Wgn"
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Description
25062 <Seite>: druckt die Seitennummer: Seite
25063 \begin_inset space ~
25064 \end_inset
25065
25066
25067 \begin_inset CommandInset ref
25068 LatexCommand pageref
25069 reference "abb:Zwei-Teilabbildungen"
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \begin_layout Description
25077 auf
25078 \begin_inset space ~
25079 \end_inset
25080
25081 Seite
25082 \begin_inset space ~
25083 \end_inset
25084
25085 <Seite>: druckt den Text 
25086 \begin_inset Quotes gld
25087 \end_inset
25088
25089 auf Seite
25090 \begin_inset Quotes grd
25091 \end_inset
25092
25093  und die Seitennummer: 
25094 \begin_inset CommandInset ref
25095 LatexCommand vpageref
25096 reference "abb:Zwei-Teilabbildungen"
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Description
25104 <Querverweis>
25105 \begin_inset space ~
25106 \end_inset
25107
25108 auf
25109 \begin_inset space ~
25110 \end_inset
25111
25112 Seite
25113 \begin_inset space ~
25114 \end_inset
25115
25116 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
25117 \begin_inset Quotes gld
25118 \end_inset
25119
25120 auf Seite
25121 \begin_inset Quotes grd
25122 \end_inset
25123
25124 , und die Seitennummer: 
25125 \begin_inset CommandInset ref
25126 LatexCommand vref
25127 reference "abb:Zwei-Teilabbildungen"
25128
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \begin_layout Description
25135 Formatierter
25136 \begin_inset space ~
25137 \end_inset
25138
25139 Querverweis: druckt ein selbst definiertes Querverweisformat
25140 \begin_inset Newline newline
25141 \end_inset
25142
25143
25144 \begin_inset Note Greyedout
25145 status open
25146
25147 \begin_layout Plain Layout
25148
25149 \series bold
25150 Bemerkung:
25151 \series default
25152  Dies ist nur möglich, wenn das \SpecialChar LaTeX
25153 -Paket 
25154 \series bold
25155 prettyref
25156 \series default
25157  oder 
25158 \series bold
25159 refstyle
25160 \series default
25161
25162 \begin_inset Index idx
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166 \SpecialChar LaTeX
25167 -Pakete ! prettyref
25168 \end_layout
25169
25170 \end_inset
25171
25172
25173 \begin_inset Index idx
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177 \SpecialChar LaTeX
25178 -Pakete ! refstyle
25179 \end_layout
25180
25181 \end_inset
25182
25183  installiert ist.
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \begin_inset Newline newline
25190 \end_inset
25191
25192 Sie können duch setzen der Option 
25193 \family sans
25194 Verwende refstyle (nicht prettyref) für Querverweise
25195 \family default
25196  im Menü 
25197 \family sans
25198 Dokument\SpecialChar menuseparator
25199 Einstellungen\SpecialChar menuseparator
25200 Dokumentklasse
25201 \family default
25202  wählen, welches \SpecialChar LaTeX
25203 -Paket für diesen Verweistyp verwendet wird.
25204  Das Format wird definiert, indem man den Befehl 
25205 \series bold
25206
25207 \backslash
25208 newrefformat
25209 \series default
25210  (prettyref) oder 
25211 \series bold
25212
25213 \backslash
25214 newref
25215 \series default
25216  (refstyle) in den \SpecialChar LaTeX
25217 -Vorspann einfügt.
25218  Z.
25219 \begin_inset space \thinspace{}
25220 \end_inset
25221
25222 B.
25223  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25224  
25225 \begin_inset Quotes eld
25226 \end_inset
25227
25228
25229 \family sans
25230 abb
25231 \family default
25232
25233 \begin_inset Quotes erd
25234 \end_inset
25235
25236 ) mit dem Befehle
25237 \begin_inset Newline newline
25238 \end_inset
25239
25240
25241 \series bold
25242
25243 \backslash
25244 newref{abb}{refcmd={Bild auf Seite 
25245 \backslash
25246 pageref{#1}}}
25247 \series default
25248
25249 \begin_inset Newline newline
25250 \end_inset
25251
25252 geändert werden.
25253  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25254 en verwiesen, 
25255 \begin_inset CommandInset citation
25256 LatexCommand cite
25257 key "prettyref,refstyle"
25258
25259 \end_inset
25260
25261 .
25262 \end_layout
25263
25264 \begin_layout Description
25265 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25266 \begin_inset CommandInset ref
25267 LatexCommand nameref
25268 reference "abb:Zwei-Teilabbildungen"
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Standard
25276
25277 \family sans
25278 <Seite>
25279 \family default
25280  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25281  vorherigen, der selben oder der nächsten Seite befindet.
25282  Stattdessen wird z.
25283 \begin_inset space \thinspace{}
25284 \end_inset
25285
25286 B.
25287  der Text 
25288 \begin_inset Quotes gld
25289 \end_inset
25290
25291
25292 \family sans
25293 auf dieser Seite
25294 \family default
25295
25296 \begin_inset Quotes grd
25297 \end_inset
25298
25299  gedruckt.
25300  Der Stil 
25301 \family sans
25302 <Querverweis>
25303 \begin_inset space ~
25304 \end_inset
25305
25306 auf
25307 \begin_inset space ~
25308 \end_inset
25309
25310 Seite
25311 \begin_inset space ~
25312 \end_inset
25313
25314 <Seite>
25315 \family default
25316  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25317  Seite ist.
25318 \end_layout
25319
25320 \begin_layout Standard
25321 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25322  automatisch von \SpecialChar LaTeX
25323  berechnet.
25324  Die Stile können im Feld 
25325 \family sans
25326 Format
25327 \family default
25328  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25329  einen Querverweis klicken.
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset Note Greyedout
25334 status open
25335
25336 \begin_layout Plain Layout
25337
25338 \series bold
25339 Bemerkung:
25340 \series default
25341  Es wird empfohlen, das \SpecialChar LaTeX
25342 -Paket 
25343 \series bold
25344 refstyle
25345 \series default
25346
25347 \begin_inset Index idx
25348 status collapsed
25349
25350 \begin_layout Plain Layout
25351 \SpecialChar LaTeX
25352 -Pakete ! refstyle
25353 \end_layout
25354
25355 \end_inset
25356
25357  zu verwenden, da 
25358 \series bold
25359 prettyref
25360 \series default
25361
25362 \begin_inset Index idx
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366 \SpecialChar LaTeX
25367 -Pakete ! prettyref
25368 \end_layout
25369
25370 \end_inset
25371
25372  nicht alle möglichen \SpecialChar LyX
25373  Marken-Kürzel
25374 \begin_inset Foot
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378  
25379 \begin_inset Quotes gld
25380 \end_inset
25381
25382 abb:
25383 \begin_inset Quotes grd
25384 \end_inset
25385
25386  ist z.
25387 \begin_inset space \thinspace{}
25388 \end_inset
25389
25390 B.
25391  \SpecialChar LyX
25392 s Kürzel für Marken in Bildbeschriftungen.
25393 \end_layout
25394
25395 \end_inset
25396
25397  kennt und auch nicht internationalisiert ist.
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Subsection
25406 Automatische Querverweisnamen
25407 \begin_inset Index idx
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 Querverweise ! Automatische Namen 
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \begin_layout Standard
25420 Das \SpecialChar LaTeX
25421 -Paket 
25422 \series bold
25423 hyperref
25424 \series default
25425
25426 \begin_inset Index idx
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430 \SpecialChar LaTeX
25431 -Pakete ! hyperref
25432 \end_layout
25433
25434 \end_inset
25435
25436 , das in den
25437 \family sans
25438  PDF-Eigenschaften
25439 \family default
25440  im 
25441 \family sans
25442 Dokument-Einstellungen
25443 \family default
25444  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25445  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25446  wie 
25447 \emph on
25448 Abschnitt
25449 \emph default
25450 ).
25451  Sie müssen damit z.
25452 \begin_inset space \thinspace{}
25453 \end_inset
25454
25455 B.
25456  nicht mehr den Namen 
25457 \begin_inset Quotes gld
25458 \end_inset
25459
25460 Abbildung
25461 \begin_inset Quotes grd
25462 \end_inset
25463
25464  vor jeden Querverweis auf eine Abbildung schreiben.
25465  Um diese Funktion benutzen zu können, aktivieren Sie 
25466 \series bold
25467 hyperref
25468 \series default
25469  und fügen diese Zeile in den \SpecialChar LaTeX
25470 -Vorspann ein:
25471 \end_layout
25472
25473 \begin_layout Standard
25474
25475 \series bold
25476
25477 \backslash
25478 AtBeginDocument{
25479 \backslash
25480 renewcommand{
25481 \backslash
25482 ref}[1]{
25483 \backslash
25484 mbox{
25485 \backslash
25486 autoref{#1}}}}
25487 \end_layout
25488
25489 \begin_layout Standard
25490 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25491 \begin_inset space \thinspace{}
25492 \end_inset
25493
25494 B.
25495  statt 
25496 \begin_inset Quotes gld
25497 \end_inset
25498
25499 Abschnitt
25500 \begin_inset Quotes grd
25501 \end_inset
25502
25503  den Namen 
25504 \begin_inset Quotes gld
25505 \end_inset
25506
25507 Kap.
25508 \begin_inset space \thinspace{}
25509 \end_inset
25510
25511
25512 \begin_inset Quotes grd
25513 \end_inset
25514
25515 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25516 \end_layout
25517
25518 \begin_layout Standard
25519
25520 \series bold
25521
25522 \backslash
25523 addto
25524 \backslash
25525 extrasngerman{
25526 \backslash
25527 renewcommand{
25528 \backslash
25529 sectionautorefname}
25530 \begin_inset Newline newline
25531 \end_inset
25532
25533
25534 \begin_inset Phantom HPhantom
25535 status open
25536
25537 \begin_layout Plain Layout
25538
25539 \series bold
25540 \begin_inset space ~
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547
25548 {Kap.
25549 \backslash
25550 negthinspace}}
25551 \end_layout
25552
25553 \begin_layout Standard
25554 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25555 \begin_inset Newline newline
25556 \end_inset
25557
25558
25559 \series bold
25560
25561 \backslash
25562 extrasngerman
25563 \series default
25564  durch 
25565 \series bold
25566
25567 \backslash
25568 extras***
25569 \series default
25570 , wobei *** der Name der verwendeten Sprache ist.
25571 \end_layout
25572
25573 \begin_layout Standard
25574 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25575  z.
25576 \begin_inset space \thinspace{}
25577 \end_inset
25578
25579 B.
25580  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25581 \end_layout
25582
25583 \begin_layout Standard
25584
25585 \series bold
25586
25587 \backslash
25588 addto
25589 \backslash
25590 extrasngerman{
25591 \backslash
25592 renewcommand*{
25593 \backslash
25594 equationautorefname}[1]{}}
25595 \end_layout
25596
25597 \begin_layout Standard
25598 Mehr über dieses Thema finden Sie in der 
25599 \series bold
25600 hyperref
25601 \series default
25602 -Dokumentation 
25603 \begin_inset CommandInset citation
25604 LatexCommand cite
25605 key "hyperref"
25606
25607 \end_inset
25608
25609 .
25610 \end_layout
25611
25612 \begin_layout Standard
25613 \begin_inset Note Greyedout
25614 status open
25615
25616 \begin_layout Plain Layout
25617
25618 \series bold
25619 Bemerkung:
25620 \series default
25621  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25622  als Querverweisstil 
25623 \family sans
25624 Formatierter
25625 \begin_inset space ~
25626 \end_inset
25627
25628 Querverweis
25629 \family default
25630  benutzen, wie in Abschnitt
25631 \begin_inset space ~
25632 \end_inset
25633
25634
25635 \begin_inset CommandInset ref
25636 LatexCommand ref
25637 reference "uab:Querverweis-Formate"
25638
25639 \end_inset
25640
25641  beschrieben.
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650 Das 
25651 \emph on
25652 Mathe
25653 \emph default
25654  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25655 \end_layout
25656
25657 \begin_layout Subsection
25658 Querverweis-Position
25659 \begin_inset CommandInset label
25660 LatexCommand label
25661 name "uab:Querverweis-Position"
25662
25663 \end_inset
25664
25665
25666 \begin_inset Index idx
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670 Querverweise !  Position
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Wenn Sie 
25680 \series bold
25681 hyperref
25682 \series default
25683
25684 \begin_inset Index idx
25685 status collapsed
25686
25687 \begin_layout Plain Layout
25688 \SpecialChar LaTeX
25689 -Pakete ! hyperref
25690 \end_layout
25691
25692 \end_inset
25693
25694  in den
25695 \family sans
25696  PDF-Eigenschaften
25697 \family default
25698  im 
25699 \family sans
25700 Dokument-Einstellungen
25701 \family default
25702  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25703  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25704  und Sie werden das Bild ohne Scrollen nicht sehen.
25705  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25706  ist.
25707  Wenn Sie das  \SpecialChar LaTeX
25708 -Paket 
25709 \series bold
25710 hypcap
25711 \series default
25712
25713 \begin_inset Index idx
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717 \SpecialChar LaTeX
25718 -Pakete ! hypcap
25719 \end_layout
25720
25721 \end_inset
25722
25723 , das Teil des \SpecialChar LaTeX
25724 -Pakets 
25725 \series bold
25726 oberdiek
25727 \series default
25728
25729 \begin_inset Index idx
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733 \SpecialChar LaTeX
25734 -Pakete ! oberdiek
25735 \end_layout
25736
25737 \end_inset
25738
25739  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25740  Aber natürlich müssen Sie auch hier das \SpecialChar LaTeX
25741 -Paket 
25742 \series bold
25743 hypcap
25744 \series default
25745  zunächst in den \SpecialChar LaTeX
25746 -Vorspann laden:
25747 \end_layout
25748
25749 \begin_layout Standard
25750
25751 \series bold
25752
25753 \backslash
25754 usepackage[figure]{hypcap}
25755 \end_layout
25756
25757 \begin_layout Standard
25758 Sie können 
25759 \series bold
25760 hypcap
25761 \series default
25762  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25763  nicht empfohlen.
25764  Weitere Informationen finden Sie im
25765 \series bold
25766  hypcap
25767 \series default
25768 -Handbuch 
25769 \begin_inset CommandInset citation
25770 LatexCommand cite
25771 key "hypcap"
25772
25773 \end_inset
25774
25775 .
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset Note Greyedout
25780 status open
25781
25782 \begin_layout Plain Layout
25783
25784 \series bold
25785 Bemerkung:
25786 \series default
25787  
25788 \series bold
25789 hypcap
25790 \series medium
25791  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Section
25800 Gleitobjekt-Platzierung
25801 \begin_inset CommandInset label
25802 LatexCommand label
25803 name "abs:Gleitobjekt-Platzierung"
25804
25805 \end_inset
25806
25807
25808 \begin_inset Index idx
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812 Gleitobjekte ! Platzierung
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25822 \family sans
25823 Einstellungen 
25824 \family default
25825 öffnet einen Dialog, in dem Sie die \SpecialChar LaTeX
25826 -Optionen für die Gleitobjekt-Platzierung
25827  ändern können.
25828 \begin_inset Newline newline
25829 \end_inset
25830
25831 Die Option 
25832 \family sans
25833 Spalten
25834 \begin_inset space ~
25835 \end_inset
25836
25837 überspannen
25838 \family default
25839  ist nur bei zweispaltigen Dokumenten sinnvoll.
25840  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25841 \begin_inset Newline newline
25842 \end_inset
25843
25844 Die Option 
25845 \family sans
25846 Seitwärts
25847 \begin_inset space ~
25848 \end_inset
25849
25850 drehen
25851 \family default
25852  ist in Abschnitt 
25853 \begin_inset CommandInset ref
25854 LatexCommand ref
25855 reference "abs:Gedrehte-Gleitobjekte"
25856
25857 \end_inset
25858
25859  beschrieben.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25864  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25865  Sie die Option 
25866 \family sans
25867 Standard-Platzierung
25868 \begin_inset space ~
25869 \end_inset
25870
25871 verwenden
25872 \family default
25873  nicht verwenden:
25874 \end_layout
25875
25876 \begin_layout Description
25877 Hier
25878 \begin_inset space ~
25879 \end_inset
25880
25881 wenn
25882 \begin_inset space ~
25883 \end_inset
25884
25885 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25886 \end_layout
25887
25888 \begin_layout Description
25889 Anfang
25890 \begin_inset space ~
25891 \end_inset
25892
25893 der
25894 \begin_inset space ~
25895 \end_inset
25896
25897 Seite
25898 \family sans
25899  
25900 \family default
25901 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25902  Gleitobjekte, die maximal 70
25903 \begin_inset space \thinspace{}
25904 \end_inset
25905
25906 % einer Seite benötigen, dürfen oben platziert werden.
25907  Dies kann durch die Variable 
25908 \series bold
25909
25910 \backslash
25911 topfraction
25912 \series default
25913  im \SpecialChar LaTeX
25914 -Vorspann überschrieben werden, zum Beispiel: 
25915 \begin_inset Separator parbreak
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_deeper
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 renewcommand{
25928 \backslash
25929 topfraction}{0.9}
25930 \family typewriter
25931 \series default
25932  
25933 \end_layout
25934
25935 \end_deeper
25936 \begin_layout Description
25937 Ende
25938 \begin_inset space ~
25939 \end_inset
25940
25941 der
25942 \begin_inset space ~
25943 \end_inset
25944
25945 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25946  Gleitobjekte, die maximal 30
25947 \begin_inset space \thinspace{}
25948 \end_inset
25949
25950 % einer Seite benötigen, dürfen unten platziert werden.
25951  Dies kann durch die Variable 
25952 \series bold
25953
25954 \backslash
25955 bottomfraction
25956 \series default
25957  im \SpecialChar LaTeX
25958 -Vorspann überschrieben werden, zum Beispiel setzt 
25959 \begin_inset Separator parbreak
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \begin_deeper
25966 \begin_layout Standard
25967
25968 \series bold
25969
25970 \backslash
25971 renewcommand{
25972 \backslash
25973 bottomfraction}{0.5}
25974 \end_layout
25975
25976 \begin_layout Standard
25977 die oftmals zu kleine untere Grenze auf 50
25978 \begin_inset space \thinspace{}
25979 \end_inset
25980
25981 %.
25982 \end_layout
25983
25984 \end_deeper
25985 \begin_layout Description
25986 Seite
25987 \begin_inset space ~
25988 \end_inset
25989
25990 mit
25991 \begin_inset space ~
25992 \end_inset
25993
25994 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25995  Nur wenn mehr als 50
25996 \begin_inset space \thinspace{}
25997 \end_inset
25998
25999 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
26000  Gleitobjekte bereitgestellt.
26001  Dies kann durch die Variable 
26002 \series bold
26003
26004 \backslash
26005 floatpagefraction 
26006 \series default
26007 im \SpecialChar LaTeX
26008 -Vorspann überschrieben werden.
26009 \end_layout
26010
26011 \begin_layout Standard
26012 Die Reihenfolge der obigen Optionen wird 
26013 \emph on
26014 immer
26015 \emph default
26016  von \SpecialChar LaTeX
26017  verwendet.
26018  Das heißt wenn Sie die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
26019  zuerst versuchen
26020  
26021 \family sans
26022 Hier
26023 \begin_inset space \space{}
26024 \end_inset
26025
26026 wenn
26027 \begin_inset space \space{}
26028 \end_inset
26029
26030 möglich
26031 \family default
26032 , dann 
26033 \family sans
26034 Anfang
26035 \begin_inset space ~
26036 \end_inset
26037
26038 der
26039 \begin_inset space ~
26040 \end_inset
26041
26042 Seite
26043 \family default
26044  und dann die anderen Optionen anzuwenden.
26045  Wenn Sie nicht die Standard-Platzierung verwenden, wird \SpecialChar LaTeX
26046  nur die von Ihnen
26047  gewählten Optionen versuchen anzuwenden, aber immer in derselben Reihenfolge.
26048  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
26049 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
26050 \end_layout
26051
26052 \begin_layout Standard
26053 Die Option 
26054 \family sans
26055 Hier,
26056 \begin_inset space ~
26057 \end_inset
26058
26059 auf
26060 \begin_inset space ~
26061 \end_inset
26062
26063 jeden
26064 \begin_inset space ~
26065 \end_inset
26066
26067 Fall
26068 \family default
26069  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
26070  fast druckreif ist.
26071  Denn mit der Option kann das Objekt nicht mehr 
26072 \emph on
26073 gleiten
26074 \emph default
26075 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
26076  oftmals zerstört.
26077 \end_layout
26078
26079 \begin_layout Standard
26080 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
26081  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
26082 \begin_inset VSpace bigskip
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
26090 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
26091  das Gleitobjekt sei Teil des vorherigen Abschnitts.
26092  Das kann mit dem \SpecialChar LaTeX
26093 -Befehl
26094 \series bold
26095  
26096 \backslash
26097 suppressfloats
26098 \series default
26099  verhindert werden.
26100  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
26101  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
26102  gesetzt wird.
26103  Dazu müssen Sie im \SpecialChar LaTeX
26104 -Vorspann folgende Befehle einfügen:
26105 \end_layout
26106
26107 \begin_layout Standard
26108
26109 \series bold
26110
26111 \backslash
26112 let
26113 \backslash
26114 meinAbschnitt
26115 \backslash
26116 section
26117 \begin_inset Newline newline
26118 \end_inset
26119
26120
26121 \backslash
26122 renewcommand{
26123 \backslash
26124 section}{
26125 \backslash
26126 suppressfloats[t]
26127 \backslash
26128 meinAbschnitt}
26129 \end_layout
26130
26131 \begin_layout Standard
26132 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
26133  Unterabschnitten festlegen.
26134  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
26135  \SpecialChar LaTeX
26136  Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
26137 \end_layout
26138
26139 \begin_layout Standard
26140 Es gibt auch noch das \SpecialChar LaTeX
26141 -Paket 
26142 \series bold
26143 flafter
26144 \series default
26145
26146 \begin_inset Index idx
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 \SpecialChar LaTeX
26151 -Pakete ! flafter
26152 \end_layout
26153
26154 \end_inset
26155
26156  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
26157  gedruckt wird.
26158 \end_layout
26159
26160 \begin_layout Standard
26161 \begin_inset VSpace bigskip
26162 \end_inset
26163
26164 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26165  Dafür gibt es das \SpecialChar LaTeX
26166 -Paket 
26167 \series bold
26168 endfloat
26169 \series default
26170
26171 \begin_inset Index idx
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175 \SpecialChar LaTeX
26176 -Pakete ! endfloat
26177 \end_layout
26178
26179 \end_inset
26180
26181 .
26182  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26183  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26184  
26185 \family sans
26186
26187 \begin_inset Quotes gld
26188 \end_inset
26189
26190 [Abbildung
26191 \begin_inset space ~
26192 \end_inset
26193
26194 3.2 ist ungefähr hier.]
26195 \family default
26196
26197 \begin_inset Quotes grd
26198 \end_inset
26199
26200  finden.
26201  Das 
26202 \series bold
26203 endfloat
26204 \series default
26205 -Paket wird mit folgendem Befehl in den \SpecialChar LaTeX
26206 -Vorspann eingefügt:
26207 \end_layout
26208
26209 \begin_layout Standard
26210
26211 \series bold
26212
26213 \backslash
26214 usepackage[Optionen]{endfloat}
26215 \end_layout
26216
26217 \begin_layout Standard
26218 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26219  Tabellen-Abschnitte, die Sie in der 
26220 \series bold
26221 endfloat
26222 \series default
26223 -Dokumentation 
26224 \begin_inset CommandInset citation
26225 LatexCommand cite
26226 key "endfloat"
26227
26228 \end_inset
26229
26230  nachlesen können.
26231 \begin_inset Newline newline
26232 \end_inset
26233
26234
26235 \begin_inset Note Greyedout
26236 status open
26237
26238 \begin_layout Plain Layout
26239
26240 \series bold
26241 Bemerkung
26242 \begin_inset space ~
26243 \end_inset
26244
26245 1: endfloat
26246 \series default
26247  übersetzt den Hinweistext nicht automatisch.
26248  Abschnitt
26249 \begin_inset space ~
26250 \end_inset
26251
26252 4 in 
26253 \begin_inset CommandInset citation
26254 LatexCommand cite
26255 key "endfloat"
26256
26257 \end_inset
26258
26259  beschreibt, wie es geht.
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \begin_layout Standard
26268 \begin_inset Note Greyedout
26269 status open
26270
26271 \begin_layout Plain Layout
26272
26273 \series bold
26274 Bemerkung
26275 \begin_inset space ~
26276 \end_inset
26277
26278 2: 
26279 \series default
26280 Die aktuelle Version von 
26281 \series bold
26282 endfloat
26283 \series default
26284  hat einen Fehler, wenn die Überschrift ein 
26285 \begin_inset Quotes gld
26286 \end_inset
26287
26288 ß
26289 \begin_inset Quotes grd
26290 \end_inset
26291
26292  enthält.
26293  Sie müssen stattdessen den Befehl 
26294 \series bold
26295
26296 \backslash
26297 ss
26298 \series default
26299  als \SpecialChar TeX
26300 -Code benutzen.
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309 \begin_inset VSpace bigskip
26310 \end_inset
26311
26312 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in \SpecialChar LaTeX
26313 -Büchern
26314  wie 
26315 \begin_inset CommandInset citation
26316 LatexCommand cite
26317 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26318
26319 \end_inset
26320
26321 .
26322 \end_layout
26323
26324 \begin_layout Section
26325 Gedrehte Gleitobjekte
26326 \begin_inset CommandInset label
26327 LatexCommand label
26328 name "abs:Gedrehte-Gleitobjekte"
26329
26330 \end_inset
26331
26332
26333 \begin_inset Index idx
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337 Gleitobjekte ! drehen
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \begin_layout Standard
26346 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26347 t drehen.
26348  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26349  und die Option 
26350 \family sans
26351 Seitwärts
26352 \begin_inset space ~
26353 \end_inset
26354
26355 drehen
26356 \family default
26357  wählen.
26358 \end_layout
26359
26360 \begin_layout Standard
26361 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26362  sie ein mehrspaltiges Dokument haben) gedruckt.
26363  Sie können mehrere Spalten überspannen, wenn die Option 
26364 \family sans
26365 Spalten
26366 \begin_inset space ~
26367 \end_inset
26368
26369 überspannen
26370 \family default
26371  in den Gleitobjekt Einstellungen gewählt ist.
26372  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26373  werden können.
26374  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26375  Option 
26376 \series bold
26377 figuresleft
26378 \series default
26379  oder 
26380 \series bold
26381 figuresright
26382 \series default
26383  zu den Dokumentklassen-Optionen hinzu.
26384 \end_layout
26385
26386 \begin_layout Standard
26387 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26388  Tabelle
26389 \begin_inset space ~
26390 \end_inset
26391
26392
26393 \begin_inset CommandInset ref
26394 LatexCommand ref
26395 reference "tab:Gedrehte-Tabelle"
26396
26397 \end_inset
26398
26399  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset Note Greyedout
26404 status open
26405
26406 \begin_layout Plain Layout
26407
26408 \series bold
26409 Bemerkung:
26410 \series default
26411  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 \begin_inset Float table
26421 wide false
26422 sideways true
26423 status open
26424
26425 \begin_layout Plain Layout
26426 \begin_inset Caption Standard
26427
26428 \begin_layout Plain Layout
26429 \begin_inset CommandInset label
26430 LatexCommand label
26431 name "tab:Gedrehte-Tabelle"
26432
26433 \end_inset
26434
26435 Gedrehte Tabelle
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Plain Layout
26444 \align center
26445 \begin_inset Tabular
26446 <lyxtabular version="3" rows="1" columns="5">
26447 <features tabularvalignment="middle">
26448 <column alignment="center" valignment="top">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <column alignment="center" valignment="top">
26453 <row>
26454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 Test
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 b
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 c
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 d
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 e
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 </lyxtabular>
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Section
26513 Untergleitobjekte
26514 \begin_inset Index idx
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518 Gleitobjekte ! Untergleitobjekte
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Standard
26527 Untergleitobjekte werden z.
26528 \begin_inset space \thinspace{}
26529 \end_inset
26530
26531 B.
26532  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26533  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26534  eingefügt wird.
26535  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26536  in Tabelle
26537 \begin_inset space ~
26538 \end_inset
26539
26540
26541 \begin_inset CommandInset ref
26542 LatexCommand ref
26543 reference "tab:Untertabellen-nebeneinander"
26544
26545 \end_inset
26546
26547  und 
26548 \begin_inset CommandInset ref
26549 LatexCommand ref
26550 reference "tab:Untertabellen-übereinander"
26551
26552 \end_inset
26553
26554 .
26555 \end_layout
26556
26557 \begin_layout Standard
26558 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26559 \begin_inset space ~
26560 \end_inset
26561
26562
26563 \begin_inset CommandInset ref
26564 LatexCommand ref
26565 reference "tab:Untertabelle-a"
26566
26567 \end_inset
26568
26569  und 
26570 \begin_inset CommandInset ref
26571 LatexCommand ref
26572 reference "tab:Untertabelle-b"
26573
26574 \end_inset
26575
26576  sind Untertabellen von Tabelle
26577 \begin_inset space ~
26578 \end_inset
26579
26580
26581 \begin_inset CommandInset ref
26582 LatexCommand ref
26583 reference "tab:Untertabellen-nebeneinander"
26584
26585 \end_inset
26586
26587 .
26588 \end_layout
26589
26590 \begin_layout Standard
26591 \begin_inset Float table
26592 wide false
26593 sideways false
26594 status open
26595
26596 \begin_layout Plain Layout
26597 \begin_inset Caption Standard
26598
26599 \begin_layout Plain Layout
26600 \begin_inset CommandInset label
26601 LatexCommand label
26602 name "tab:Untertabellen-nebeneinander"
26603
26604 \end_inset
26605
26606 Zwei Untertabellen nebeneinander.
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \begin_layout Plain Layout
26615 \align center
26616 \begin_inset space \hfill{}
26617 \end_inset
26618
26619
26620 \begin_inset Float table
26621 wide false
26622 sideways false
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 \begin_inset Caption Standard
26627
26628 \begin_layout Plain Layout
26629 \begin_inset CommandInset label
26630 LatexCommand label
26631 name "tab:Untertabelle-a"
26632
26633 \end_inset
26634
26635 Dies ist Untertabelle a.
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Plain Layout
26644 \align center
26645 \begin_inset Tabular
26646 <lyxtabular version="3" rows="1" columns="5">
26647 <features tabularvalignment="middle">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <column alignment="center" valignment="top">
26651 <column alignment="center" valignment="top">
26652 <column alignment="center" valignment="top">
26653 <row>
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 Test
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" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 c
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 d
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 </lyxtabular>
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \begin_inset space \hfill{}
26711 \end_inset
26712
26713
26714 \begin_inset Float table
26715 wide false
26716 sideways false
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720 \begin_inset Caption Standard
26721
26722 \begin_layout Plain Layout
26723 \begin_inset CommandInset label
26724 LatexCommand label
26725 name "tab:Untertabelle-b"
26726
26727 \end_inset
26728
26729 Dies ist Untertabelle b.
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Plain Layout
26738 \align center
26739 \begin_inset Tabular
26740 <lyxtabular version="3" rows="1" columns="5">
26741 <features tabularvalignment="middle">
26742 <column alignment="center" valignment="top">
26743 <column alignment="center" valignment="top">
26744 <column alignment="center" valignment="top">
26745 <column alignment="center" valignment="top">
26746 <column alignment="center" valignment="top">
26747 <row>
26748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 e
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
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 d
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 c
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 b
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 \begin_inset space \hfill{}
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Standard
26816 \begin_inset Float table
26817 wide false
26818 sideways false
26819 status open
26820
26821 \begin_layout Plain Layout
26822 \begin_inset Caption Standard
26823
26824 \begin_layout Plain Layout
26825 \begin_inset CommandInset label
26826 LatexCommand label
26827 name "tab:Untertabellen-übereinander"
26828
26829 \end_inset
26830
26831 Zwei Untertabellen übereinander.
26832  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Plain Layout
26841 \align center
26842 \begin_inset Float table
26843 wide false
26844 sideways false
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Caption Standard
26849
26850 \begin_layout Plain Layout
26851
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \begin_layout Plain Layout
26860 \align center
26861 \begin_inset Tabular
26862 <lyxtabular version="3" rows="1" columns="4">
26863 <features tabularvalignment="middle">
26864 <column alignment="center" valignment="top">
26865 <column alignment="center" valignment="top">
26866 <column alignment="center" valignment="top">
26867 <column alignment="center" valignment="top">
26868 <row>
26869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 Test
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 Test
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 Test
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 Test
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 </row>
26906 </lyxtabular>
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Plain Layout
26919 \align center
26920 \begin_inset Float table
26921 wide false
26922 sideways false
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 \begin_inset Caption Standard
26927
26928 \begin_layout Plain Layout
26929
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Plain Layout
26938 \align center
26939 \begin_inset Tabular
26940 <lyxtabular version="3" rows="1" columns="5">
26941 <features tabularvalignment="middle">
26942 <column alignment="center" valignment="top">
26943 <column alignment="center" valignment="top">
26944 <column alignment="center" valignment="top">
26945 <column alignment="center" valignment="top">
26946 <column alignment="center" valignment="top">
26947 <row>
26948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 a
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 b
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 c
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979 d
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988 e
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 </lyxtabular>
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \begin_layout Section
27012 Gleitobjekte nebeneinander
27013 \begin_inset Index idx
27014 status collapsed
27015
27016 \begin_layout Plain Layout
27017 Gleitobjekte ! nebeneinander
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \begin_layout Standard
27026 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
27027 \begin_inset space ~
27028 \end_inset
27029
27030
27031 \begin_inset CommandInset ref
27032 LatexCommand ref
27033 reference "abb:Gleitobjekt-links"
27034
27035 \end_inset
27036
27037  und 
27038 \begin_inset CommandInset ref
27039 LatexCommand ref
27040 reference "abb:Gleitobjekt-rechts"
27041
27042 \end_inset
27043
27044  wird nur 
27045 \emph on
27046 ein
27047 \emph default
27048  Gleitobjekt verwendet.
27049  In dieses werden zwei Minipage Boxen eingefügt.
27050 \begin_inset Foot
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054 Minipages sind in Abschnitt
27055 \begin_inset space ~
27056 \end_inset
27057
27058
27059 \begin_inset CommandInset ref
27060 LatexCommand ref
27061 reference "abs:Minipage"
27062
27063 \end_inset
27064
27065  erklärt.
27066 \end_layout
27067
27068 \end_inset
27069
27070  Die Breite wird für jede Minipage auf 45
27071 \begin_inset space \thinspace{}
27072 \end_inset
27073
27074 -50
27075 \begin_inset space \thinspace{}
27076 \end_inset
27077
27078 Spalten% und die Box Ausrichtung auf 
27079 \family sans
27080 Unten
27081 \family default
27082  gesetzt.
27083  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
27084  Gleitobjekt.
27085  Der einzige Unterschied ist, dass die Bildeinheit 
27086 \family sans
27087 Spaltenbreite
27088 \begin_inset space ~
27089 \end_inset
27090
27091 %
27092 \family default
27093  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset Float figure
27098 wide false
27099 sideways false
27100 status open
27101
27102 \begin_layout Plain Layout
27103 \begin_inset Box Frameless
27104 position "b"
27105 hor_pos "c"
27106 has_inner_box 1
27107 inner_pos "t"
27108 use_parbox 0
27109 use_makebox 0
27110 width "45col%"
27111 special "none"
27112 height "1in"
27113 height_special "totalheight"
27114 thickness "0.4pt"
27115 separation "3pt"
27116 shadowsize "4pt"
27117 framecolor "black"
27118 backgroundcolor "none"
27119 status open
27120
27121 \begin_layout Plain Layout
27122 \align center
27123 \begin_inset Graphics
27124         filename ../clipart/mobius.eps
27125         lyxscale 50
27126         width 100col%
27127         scaleBeforeRotation
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Plain Layout
27135 \begin_inset Caption Standard
27136
27137 \begin_layout Plain Layout
27138 \begin_inset CommandInset label
27139 LatexCommand label
27140 name "abb:Gleitobjekt-links"
27141
27142 \end_inset
27143
27144 Gleitobjekt auf der linken Seite.
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \begin_inset space \hfill{}
27156 \end_inset
27157
27158
27159 \begin_inset Box Frameless
27160 position "b"
27161 hor_pos "c"
27162 has_inner_box 1
27163 inner_pos "t"
27164 use_parbox 0
27165 use_makebox 0
27166 width "45col%"
27167 special "none"
27168 height "1in"
27169 height_special "totalheight"
27170 thickness "0.4pt"
27171 separation "3pt"
27172 shadowsize "4pt"
27173 framecolor "black"
27174 backgroundcolor "none"
27175 status open
27176
27177 \begin_layout Plain Layout
27178 \align center
27179 \begin_inset Graphics
27180         filename ../clipart/platypus.eps
27181         lyxscale 50
27182         width 100col%
27183         scaleBeforeRotation
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \begin_layout Plain Layout
27191 \begin_inset Caption Standard
27192
27193 \begin_layout Plain Layout
27194 \begin_inset CommandInset label
27195 LatexCommand label
27196 name "abb:Gleitobjekt-rechts"
27197
27198 \end_inset
27199
27200 Gleitobjekt auf der rechten Seite.
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Section
27219 Beschriftungs-Formatierung
27220 \begin_inset CommandInset label
27221 LatexCommand label
27222 name "abs:Titel-Formatierung"
27223
27224 \end_inset
27225
27226
27227 \begin_inset Index idx
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Gleitobjekte ! Beschriftung ! Formatierung
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240
27241 \family sans
27242 Legende
27243 \family default
27244  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27245  In \SpecialChar LyX
27246  sehen Titel so aus:  
27247 \family sans
27248
27249 \begin_inset Quotes gld
27250 \end_inset
27251
27252 Abbildung xyz:
27253 \family default
27254
27255 \begin_inset Quotes grd
27256 \end_inset
27257
27258 , gefolgt vom Beschriftungstext, wobei 
27259 \family sans
27260 xyz
27261 \family default
27262  die von \SpecialChar LyX
27263  vergebene Nummer ist.
27264  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27265  gedruckt.
27266  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27267 \end_layout
27268
27269 \begin_layout Standard
27270 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das \SpecialChar LaTeX
27271 -Paket
27272  
27273 \series bold
27274 caption
27275 \series default
27276
27277 \begin_inset Index idx
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281 \SpecialChar LaTeX
27282 -Pakete ! caption
27283 \end_layout
27284
27285 \end_inset
27286
27287  in den \SpecialChar LaTeX
27288 -Vorspann laden:
27289 \end_layout
27290
27291 \begin_layout Standard
27292
27293 \series bold
27294
27295 \backslash
27296 usepackage[Format-Definition]{caption}
27297 \end_layout
27298
27299 \begin_layout Standard
27300 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27301  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27302  verwenden:
27303 \end_layout
27304
27305 \begin_layout Standard
27306
27307 \series bold
27308
27309 \backslash
27310 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27311 \end_layout
27312
27313 \begin_layout Standard
27314 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27315  definieren.
27316  Dazu laden Sie das 
27317 \series bold
27318 caption
27319 \series default
27320 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27321  dem Befehl
27322 \end_layout
27323
27324 \begin_layout Standard
27325
27326 \series bold
27327
27328 \backslash
27329 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27330 \end_layout
27331
27332 \begin_layout Standard
27333 Für Abbildung
27334 \begin_inset space ~
27335 \end_inset
27336
27337
27338 \begin_inset CommandInset ref
27339 LatexCommand ref
27340 reference "abb:Langer-Abb-Titel"
27341
27342 \end_inset
27343
27344  und Tabelle
27345 \begin_inset space ~
27346 \end_inset
27347
27348
27349 \begin_inset CommandInset ref
27350 LatexCommand ref
27351 reference "tab:Langer-Tab-Titel"
27352
27353 \end_inset
27354
27355  können die Beschriftungen mit folgenden Befehlen im \SpecialChar LaTeX
27356 -Vorspann definiert
27357  werden:
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \series bold
27363
27364 \backslash
27365 usepackage[tableposition=top]{caption}
27366 \begin_inset Newline newline
27367 \end_inset
27368
27369
27370 \backslash
27371 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27372 \begin_inset Newline newline
27373 \end_inset
27374
27375
27376 \begin_inset Phantom HPhantom
27377 status open
27378
27379 \begin_layout Plain Layout
27380
27381 \series bold
27382
27383 \backslash
27384 captionsetup[figure]{
27385 \end_layout
27386
27387 \end_inset
27388
27389 labelsep=period}
27390 \begin_inset Newline newline
27391 \end_inset
27392
27393
27394 \backslash
27395 captionsetup[table]{labelfont={bf,sf}}
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset Note Greyedout
27400 status open
27401
27402 \begin_layout Plain Layout
27403
27404 \series bold
27405 Bemerkung:
27406 \series default
27407  Die Option 
27408 \series bold
27409 tableposition=top
27410 \series default
27411  hat keine Auswirkung, wenn eine 
27412 \series bold
27413 KOMA-Script
27414 \series default
27415
27416 \begin_inset Index idx
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 \SpecialChar LaTeX
27421 -Pakete ! KOMA-Script
27422 \end_layout
27423
27424 \end_inset
27425
27426 -Dokumentklasse verwendet wird.
27427  Hier muss die Option 
27428 \series bold
27429 captions=tableheading
27430 \series default
27431  benutzt werden.
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 Weitere Informationen über das Paket
27441 \series bold
27442  caption
27443 \series default
27444  finden Sie in seiner Dokumentation 
27445 \begin_inset CommandInset citation
27446 LatexCommand cite
27447 key "caption"
27448
27449 \end_inset
27450
27451 .
27452 \end_layout
27453
27454 \begin_layout Standard
27455 Wenn Sie den Namen von 
27456 \begin_inset Quotes gld
27457 \end_inset
27458
27459 Abbildung
27460 \begin_inset Quotes grd
27461 \end_inset
27462
27463  auf 
27464 \begin_inset Quotes gld
27465 \end_inset
27466
27467 Bild
27468 \begin_inset Quotes grd
27469 \end_inset
27470
27471  ändern wollen, können Sie das mit folgendem Befehl im \SpecialChar LaTeX
27472 -Vorspann  machen:
27473 \end_layout
27474
27475 \begin_layout Standard
27476
27477 \series bold
27478
27479 \backslash
27480 renewcommand{
27481 \backslash
27482 fnum@figure}{Bild~
27483 \backslash
27484 thefigure}
27485 \end_layout
27486
27487 \begin_layout Standard
27488 wobei 
27489 \series bold
27490
27491 \backslash
27492 thefigure
27493 \series default
27494  die Bildnummer einsetzt und
27495 \series bold
27496  ~
27497 \series default
27498  ein geschütztes Leerzeichen ist.
27499 \end_layout
27500
27501 \begin_layout Standard
27502 \begin_inset VSpace bigskip
27503 \end_inset
27504
27505 Wenn Sie eine 
27506 \series bold
27507 KOMA-Script
27508 \series default
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 \SpecialChar LaTeX
27515 -Pakete ! KOMA-Script
27516 \end_layout
27517
27518 \end_inset
27519
27520 -Dokumentklasse (
27521 \family sans
27522 article (KOMA-Script)
27523 \family default
27524
27525 \family sans
27526 book (KOMA-Script)
27527 \family default
27528
27529 \family sans
27530 letter (KOMA-Script)
27531 \family default
27532  oder 
27533 \family sans
27534 report (KOMA-Script)
27535 \family default
27536 ) benutzen, können Sie anstatt des 
27537 \series bold
27538 caption
27539 \series default
27540 -Paketes den eingebauten Befehl 
27541 \series bold
27542
27543 \backslash
27544 setkomafont
27545 \series default
27546  von 
27547 \series bold
27548 KOMA-Script
27549 \series default
27550  benutzen.
27551  Der Befehl
27552 \end_layout
27553
27554 \begin_layout Standard
27555
27556 \series bold
27557
27558 \backslash
27559 setkomafont{captionlabel}{
27560 \backslash
27561 bfseries}
27562 \end_layout
27563
27564 \begin_layout Standard
27565 im \SpecialChar LaTeX
27566 -Vorspann druckt den Namen fett.
27567 \end_layout
27568
27569 \begin_layout Standard
27570 Weitere Informationen über 
27571 \series bold
27572
27573 \backslash
27574 setkomafont
27575 \series default
27576  finden Sie in der 
27577 \series bold
27578 KOMA-Script
27579 \series default
27580 -Do\SpecialChar softhyphen
27581 ku\SpecialChar softhyphen
27582 men\SpecialChar softhyphen
27583 ta\SpecialChar softhyphen
27584 tion 
27585 \begin_inset CommandInset citation
27586 LatexCommand cite
27587 key "KOMA-Script"
27588
27589 \end_inset
27590
27591 .
27592 \end_layout
27593
27594 \begin_layout Standard
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27603 }
27604 \end_layout
27605
27606 \end_inset
27607
27608
27609 \begin_inset Note Note
27610 status open
27611
27612 \begin_layout Plain Layout
27613 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 \begin_inset Float figure
27623 placement !p
27624 wide false
27625 sideways false
27626 status open
27627
27628 \begin_layout Plain Layout
27629 \align center
27630 \begin_inset Graphics
27631         filename ../clipart/mobius.eps
27632         lyxscale 50
27633         scale 50
27634         scaleBeforeRotation
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Plain Layout
27642 \begin_inset Caption Standard
27643
27644 \begin_layout Plain Layout
27645 \begin_inset CommandInset label
27646 LatexCommand label
27647 name "abb:Langer-Abb-Titel"
27648
27649 \end_inset
27650
27651 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27652  ist, um das andere Beschriftungsformat zu zeigen.
27653  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27654 \begin_inset Argument 1
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27659  ist.
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Standard
27678 \begin_inset ERT
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682
27683
27684 \backslash
27685 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27686 on}
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset Float table
27696 placement !p
27697 wide false
27698 sideways false
27699 status open
27700
27701 \begin_layout Plain Layout
27702 \begin_inset Caption Standard
27703
27704 \begin_layout Plain Layout
27705 \begin_inset CommandInset label
27706 LatexCommand label
27707 name "tab:Langer-Tab-Titel"
27708
27709 \end_inset
27710
27711 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27712  ist, um das andere Beschriftungsformat zu zeigen.
27713  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27714  benutzt.
27715 \begin_inset Argument 1
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27720  ist.
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Plain Layout
27734 \align center
27735 \begin_inset Tabular
27736 <lyxtabular version="3" rows="1" columns="5">
27737 <features tabularvalignment="middle">
27738 <column alignment="center" valignment="top">
27739 <column alignment="center" valignment="top">
27740 <column alignment="center" valignment="top">
27741 <column alignment="center" valignment="top">
27742 <column alignment="center" valignment="top">
27743 <row>
27744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Plain Layout
27748 a
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757 b
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27763 \begin_inset Text
27764
27765 \begin_layout Plain Layout
27766 c
27767 \end_layout
27768
27769 \end_inset
27770 </cell>
27771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 d
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 e
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 </row>
27790 </lyxtabular>
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Section
27803 Beschriftungs-Platzierung
27804 \begin_inset CommandInset label
27805 LatexCommand label
27806 name "abs:Titel-Platzierung"
27807
27808 \end_inset
27809
27810
27811 \begin_inset Index idx
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 Gleitobjekte ! Beschriftung ! Platzierung
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 Normalerweise werden die Beschriftungen wie folgt platziert:
27825 \end_layout
27826
27827 \begin_layout Description
27828 Abbildung: darunter
27829 \end_layout
27830
27831 \begin_layout Description
27832 Tabelle: darüber
27833 \end_layout
27834
27835 \begin_layout Standard
27836 \SpecialChar LaTeX
27837 -Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27838  Das heißt wenn Sie eine der Dokument-Klassen 
27839 \family sans
27840 article
27841 \family default
27842
27843 \family sans
27844 book
27845 \family default
27846
27847 \family sans
27848 letter
27849 \family default
27850  oder 
27851 \family sans
27852 report
27853 \family default
27854  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27855  Um das zu erreichen, laden Sie das \SpecialChar LaTeX
27856 -Paket 
27857 \series bold
27858 caption
27859 \series default
27860
27861 \begin_inset Index idx
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865 \SpecialChar LaTeX
27866 -Pakete ! caption
27867 \end_layout
27868
27869 \end_inset
27870
27871  im \SpecialChar LaTeX
27872 -Vorspann mit der Option
27873 \begin_inset Foot
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877 In Abschnitt
27878 \begin_inset space ~
27879 \end_inset
27880
27881
27882 \begin_inset CommandInset ref
27883 LatexCommand ref
27884 reference "abs:Titel-Formatierung"
27885
27886 \end_inset
27887
27888  steht mehr über das Paket 
27889 \series bold
27890 caption
27891 \series default
27892 .
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \begin_layout Standard
27901
27902 \series bold
27903 tableposition=top
27904 \end_layout
27905
27906 \begin_layout Standard
27907 Wenn Sie eine 
27908 \series bold
27909 KOMA-Script
27910 \series default
27911
27912 \begin_inset Index idx
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 \SpecialChar LaTeX
27917 -Pakete ! KOMA-Script
27918 \end_layout
27919
27920 \end_inset
27921
27922 -Dokumentklasse (
27923 \family sans
27924 article (KOMA-Script)
27925 \family default
27926
27927 \family sans
27928 book (KOMA-Script)
27929 \family default
27930
27931 \family sans
27932 letter (KOMA-Script)
27933 \family default
27934  oder 
27935 \family sans
27936 report (KOMA-Script)
27937 \family default
27938 ) benutzen, können Sie alternativ zum 
27939 \series bold
27940 caption
27941 \series default
27942 -Paket die Dokumentklassen-Option
27943 \end_layout
27944
27945 \begin_layout Standard
27946
27947 \series bold
27948 captions=tableheading
27949 \end_layout
27950
27951 \begin_layout Standard
27952 benutzen.
27953 \begin_inset Foot
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957 Diese Option wird in diesem Dokument verwendet.
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27967  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27968  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27969  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27970  Beschriftungen überschrieben werden.
27971  Tabelle
27972 \begin_inset space ~
27973 \end_inset
27974
27975
27976 \begin_inset CommandInset ref
27977 LatexCommand ref
27978 reference "tab:Eine-Beschriftung-unterhalb"
27979
27980 \end_inset
27981
27982  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27983  wurde, obwohl sie über der Tabelle steht.
27984  Zum Vergleich ist die Beschriftung von Tabelle
27985 \begin_inset space ~
27986 \end_inset
27987
27988
27989 \begin_inset CommandInset ref
27990 LatexCommand ref
27991 reference "tab:Eine-normale-Tabellen-Beschriftu"
27992
27993 \end_inset
27994
27995  nicht markiert.
27996 \end_layout
27997
27998 \begin_layout Standard
27999 \begin_inset Float table
28000 wide false
28001 sideways false
28002 status open
28003
28004 \begin_layout Plain Layout
28005 \begin_inset Caption Below
28006
28007 \begin_layout Plain Layout
28008 \begin_inset CommandInset label
28009 LatexCommand label
28010 name "tab:Eine-Beschriftung-unterhalb"
28011
28012 \end_inset
28013
28014 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Plain Layout
28023 \align center
28024 \begin_inset Tabular
28025 <lyxtabular version="3" rows="3" columns="3">
28026 <features tabularvalignment="middle">
28027 <column alignment="center" valignment="top" width="0pt">
28028 <column alignment="center" valignment="top" width="0pt">
28029 <column alignment="center" valignment="top" width="0pt">
28030 <row>
28031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035 1
28036 \end_layout
28037
28038 \end_inset
28039 </cell>
28040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 2
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 3
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 </row>
28059 <row>
28060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28061 \begin_inset Text
28062
28063 \begin_layout Plain Layout
28064 Joe
28065 \end_layout
28066
28067 \end_inset
28068 </cell>
28069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Plain Layout
28073 Mary
28074 \end_layout
28075
28076 \end_inset
28077 </cell>
28078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082 Ted
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 </row>
28088 <row>
28089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28090 \begin_inset Text
28091
28092 \begin_layout Plain Layout
28093 \begin_inset Formula $\int x^{2}dx$
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \end_inset
28100 </cell>
28101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28102 \begin_inset Text
28103
28104 \begin_layout Plain Layout
28105 \begin_inset Formula $\left[\begin{array}{cc}
28106 a & b\\
28107 c & d
28108 \end{array}\right]$
28109 \end_inset
28110
28111
28112 \end_layout
28113
28114 \end_inset
28115 </cell>
28116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28117 \begin_inset Text
28118
28119 \begin_layout Plain Layout
28120 \begin_inset Formula $1+1=2$
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \end_inset
28127 </cell>
28128 </row>
28129 </lyxtabular>
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 \begin_inset Float table
28143 wide false
28144 sideways false
28145 status open
28146
28147 \begin_layout Plain Layout
28148 \begin_inset Caption Standard
28149
28150 \begin_layout Plain Layout
28151 \begin_inset CommandInset label
28152 LatexCommand label
28153 name "tab:Eine-normale-Tabellen-Beschriftu"
28154
28155 \end_inset
28156
28157 Eine normale Tabellen-Beschriftung.
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Plain Layout
28166 \align center
28167 \begin_inset Tabular
28168 <lyxtabular version="3" rows="3" columns="3">
28169 <features tabularvalignment="middle">
28170 <column alignment="center" valignment="top" width="0pt">
28171 <column alignment="center" valignment="top" width="0pt">
28172 <column alignment="center" valignment="top" width="0pt">
28173 <row>
28174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28175 \begin_inset Text
28176
28177 \begin_layout Plain Layout
28178 1
28179 \end_layout
28180
28181 \end_inset
28182 </cell>
28183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28184 \begin_inset Text
28185
28186 \begin_layout Plain Layout
28187 2
28188 \end_layout
28189
28190 \end_inset
28191 </cell>
28192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28193 \begin_inset Text
28194
28195 \begin_layout Plain Layout
28196 3
28197 \end_layout
28198
28199 \end_inset
28200 </cell>
28201 </row>
28202 <row>
28203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28204 \begin_inset Text
28205
28206 \begin_layout Plain Layout
28207 Joe
28208 \end_layout
28209
28210 \end_inset
28211 </cell>
28212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28213 \begin_inset Text
28214
28215 \begin_layout Plain Layout
28216 Mary
28217 \end_layout
28218
28219 \end_inset
28220 </cell>
28221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28222 \begin_inset Text
28223
28224 \begin_layout Plain Layout
28225 Ted
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 </row>
28231 <row>
28232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Plain Layout
28236 \begin_inset Formula $\int x^{2}dx$
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243 </cell>
28244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248 \begin_inset Formula $\left[\begin{array}{cc}
28249 a & b\\
28250 c & d
28251 \end{array}\right]$
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \end_inset
28258 </cell>
28259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28260 \begin_inset Text
28261
28262 \begin_layout Plain Layout
28263 \begin_inset Formula $1+1=2$
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 </row>
28272 </lyxtabular>
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset VSpace bigskip
28286 \end_inset
28287
28288 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28289  Das bewirkt das \SpecialChar LaTeX
28290 -Paket 
28291 \series bold
28292 sidecap
28293 \series default
28294
28295 \begin_inset Index idx
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299 \SpecialChar LaTeX
28300 -Pakete ! sidecap
28301 \end_layout
28302
28303 \end_inset
28304
28305 , das so in den \SpecialChar LaTeX
28306 -Vorspann geladen wird:
28307 \end_layout
28308
28309 \begin_layout Standard
28310
28311 \series bold
28312
28313 \backslash
28314 usepackage[Option]{sidecap}
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28319  Mit 
28320 \series bold
28321 innercaption
28322 \series default
28323  wird die Beschriftung innen gedruckt.
28324  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28325  
28326 \series bold
28327 rightcaption
28328 \series default
28329  oder 
28330 \series bold
28331 leftcaption
28332 \series default
28333 .
28334 \end_layout
28335
28336 \begin_layout Standard
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 ifsidecap
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \begin_inset Note Note
28351 status open
28352
28353 \begin_layout Plain Layout
28354 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
28355 -Paket 
28356 \series bold
28357 sidecap
28358 \series default
28359  installiert ist.
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Um die Beschriftung mit \SpecialChar LyX
28369  seitlich zu drucken, müssen Sie folgende Befehle
28370  in den \SpecialChar LaTeX
28371 -Vorspann schreiben:
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset Newpage newpage
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \noindent
28383 \begin_inset CommandInset line
28384 LatexCommand rule
28385 offset "0.5ex"
28386 width "100line%"
28387 height "1pt"
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 newcommand{
28400 \backslash
28401 TabBesBeg}[1][1.0]{%
28402 \begin_inset Newline newline
28403 \end_inset
28404
28405
28406 \begin_inset Phantom HPhantom
28407 status open
28408
28409 \begin_layout Plain Layout
28410 \begin_inset space ~
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \backslash
28420 let
28421 \backslash
28422 MyTable
28423 \backslash
28424 table
28425 \begin_inset Newline newline
28426 \end_inset
28427
28428
28429 \begin_inset Phantom HPhantom
28430 status open
28431
28432 \begin_layout Plain Layout
28433
28434 \series medium
28435 \begin_inset space ~
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \backslash
28445 let
28446 \backslash
28447 MyEndtable
28448 \backslash
28449 endtable
28450 \begin_inset Newline newline
28451 \end_inset
28452
28453
28454 \begin_inset Phantom HPhantom
28455 status open
28456
28457 \begin_layout Plain Layout
28458
28459 \series medium
28460 \begin_inset space ~
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \backslash
28470 renewenvironment{table}[1]{
28471 \backslash
28472 begin{SCtable}[#1]##1}{
28473 \backslash
28474 end{SCtable}}}
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 newcommand{
28483 \backslash
28484 TabBesEnd}{%
28485 \begin_inset Newline newline
28486 \end_inset
28487
28488
28489 \begin_inset Phantom HPhantom
28490 status open
28491
28492 \begin_layout Plain Layout
28493 \begin_inset space ~
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \backslash
28503 let
28504 \backslash
28505 table
28506 \backslash
28507 MyTable
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 endtable
28529 \backslash
28530 MyEndtable
28531 \end_layout
28532
28533 \begin_layout Standard
28534
28535 \series bold
28536
28537 \backslash
28538 newcommand{
28539 \backslash
28540 FigBesBeg}[1][1.0]{%
28541 \begin_inset Newline newline
28542 \end_inset
28543
28544
28545 \begin_inset Phantom HPhantom
28546 status open
28547
28548 \begin_layout Plain Layout
28549 \begin_inset space ~
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \backslash
28559 let
28560 \backslash
28561 MyFigure
28562 \backslash
28563 figure
28564 \begin_inset Newline newline
28565 \end_inset
28566
28567
28568 \begin_inset Phantom HPhantom
28569 status open
28570
28571 \begin_layout Plain Layout
28572 \begin_inset space ~
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \backslash
28582 let
28583 \backslash
28584 MyEndfigure
28585 \backslash
28586 endfigure
28587 \begin_inset Newline newline
28588 \end_inset
28589
28590
28591 \begin_inset Phantom HPhantom
28592 status open
28593
28594 \begin_layout Plain Layout
28595 \begin_inset space ~
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \backslash
28605 renewenvironment{figure}[1]{
28606 \backslash
28607 begin{SCfigure}[#1]##1}{
28608 \backslash
28609 end{SCfigure}}}
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615
28616 \backslash
28617 newcommand{
28618 \backslash
28619 FigBesEnd}{%
28620 \begin_inset Newline newline
28621 \end_inset
28622
28623
28624 \begin_inset Phantom HPhantom
28625 status open
28626
28627 \begin_layout Plain Layout
28628 \begin_inset space ~
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \backslash
28638 let
28639 \backslash
28640 figure
28641 \backslash
28642 MyFigure
28643 \begin_inset Newline newline
28644 \end_inset
28645
28646
28647 \begin_inset Phantom HPhantom
28648 status open
28649
28650 \begin_layout Plain Layout
28651 \begin_inset space ~
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \backslash
28661 let
28662 \backslash
28663 endfigure
28664 \backslash
28665 MyEndfigure}
28666 \end_layout
28667
28668 \begin_layout Standard
28669 \noindent
28670 \begin_inset CommandInset line
28671 LatexCommand rule
28672 offset "0.5ex"
28673 width "100line%"
28674 height "1pt"
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28683 ungen seitlich gedruckt werden.
28684  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28685 \end_layout
28686
28687 \begin_layout Standard
28688
28689 \series bold
28690
28691 \backslash
28692 FigBesBeg
28693 \end_layout
28694
28695 \begin_layout Standard
28696 als \SpecialChar TeX
28697 -Code vor das Gleitobjekt und fügen Sie den Befehl
28698 \end_layout
28699
28700 \begin_layout Standard
28701
28702 \series bold
28703
28704 \backslash
28705 FigBesEnd
28706 \end_layout
28707
28708 \begin_layout Standard
28709 als \SpecialChar TeX
28710 -Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28711  zurückkehren wollen.
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Bei Gleitobjekt-Tabellen heißen die Befehle
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \series bold
28721
28722 \backslash
28723 TabBesBeg
28724 \series default
28725  und 
28726 \series bold
28727
28728 \backslash
28729 TabBesEnd
28730 \series default
28731 .
28732 \end_layout
28733
28734 \begin_layout Standard
28735 Abbildung
28736 \begin_inset space ~
28737 \end_inset
28738
28739
28740 \begin_inset CommandInset ref
28741 LatexCommand ref
28742 reference "abb:Beschriftung-neben"
28743
28744 \end_inset
28745
28746  und Tabelle
28747 \begin_inset space ~
28748 \end_inset
28749
28750
28751 \begin_inset CommandInset ref
28752 LatexCommand ref
28753 reference "tab:Beschriftung-neben"
28754
28755 \end_inset
28756
28757  sind Beispiele für seitliche Beschriftungen.
28758 \end_layout
28759
28760 \begin_layout Standard
28761 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28762  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28763  der Abbildung.
28764  Das kann man mit dem Befehl
28765 \end_layout
28766
28767 \begin_layout Standard
28768
28769 \series bold
28770
28771 \backslash
28772 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28773 \end_layout
28774
28775 \begin_layout Standard
28776 im \SpecialChar LaTeX
28777 -Vorspann oder als \SpecialChar TeX
28778 -Code vor dem Gleitobjekt ändern.
28779  Der Gleitobjekt-Typ ist entweder 
28780 \family sans
28781 figure
28782 \family default
28783  oder 
28784 \family sans
28785 table
28786 \family default
28787 , die
28788 \family sans
28789  
28790 \family default
28791 Platzierung ist 
28792 \family typewriter
28793 t
28794 \family default
28795  für oben, 
28796 \family typewriter
28797 c
28798 \family default
28799  für zentriert oder 
28800 \family typewriter
28801 b
28802 \family default
28803  für unten.
28804  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28805  lautet der Befehl
28806 \end_layout
28807
28808 \begin_layout Standard
28809
28810 \series bold
28811
28812 \backslash
28813 sidecaptionvpos{figure}{c}
28814 \end_layout
28815
28816 \begin_layout Standard
28817 Das wurde in Abbildung
28818 \begin_inset space ~
28819 \end_inset
28820
28821
28822 \begin_inset CommandInset ref
28823 LatexCommand ref
28824 reference "abb:cap-beside-fig-2"
28825
28826 \end_inset
28827
28828  benutzt.
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset VSpace medskip
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28840  Für schmale Bilder/Tabellen, wie in Tabelle
28841 \begin_inset space ~
28842 \end_inset
28843
28844
28845 \begin_inset CommandInset ref
28846 LatexCommand ref
28847 reference "tab:Beschriftung-neben"
28848
28849 \end_inset
28850
28851 , führt dies zu zu schmalen Beschriftungen.
28852  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28853  Breite des Bildes/der Tabelle multipliziert wird.
28854  Das Ergebnis ist die Beschriftungsbreite.
28855  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28856  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28857  Der 
28858 \emph on
28859 Faktor
28860 \emph default
28861  kann entweder als optionales Argument für 
28862 \series bold
28863
28864 \backslash
28865 FigBesBeg
28866 \series default
28867  angegeben werden:
28868 \end_layout
28869
28870 \begin_layout Standard
28871
28872 \series bold
28873
28874 \backslash
28875 FigBesBeg[Faktor]
28876 \end_layout
28877
28878 \begin_layout Standard
28879 oder indem man in der Definition von 
28880 \series bold
28881
28882 \backslash
28883 FigBesBeg
28884 \series default
28885  die 
28886 \series bold
28887 1.0
28888 \series default
28889  mit einem anderen Wert ersetzt.
28890  Bei letzterem ist der angegebene Faktor der Standard wenn 
28891 \series bold
28892
28893 \backslash
28894 FigBesBeg
28895 \series default
28896  ohne Argument verwendet wird.
28897  Für Tabelle
28898 \begin_inset space ~
28899 \end_inset
28900
28901
28902 \begin_inset CommandInset ref
28903 LatexCommand ref
28904 reference "tab:Beschriftung-neben-breiter"
28905
28906 \end_inset
28907
28908  wurde der Faktor 5 verwendet.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset Note Greyedout
28913 status open
28914
28915 \begin_layout Plain Layout
28916
28917 \series bold
28918 Achtung:
28919 \series default
28920  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28921 erungsoption 
28922 \family sans
28923 Hier,
28924 \begin_inset space ~
28925 \end_inset
28926
28927 auf
28928 \begin_inset space ~
28929 \end_inset
28930
28931 jeden
28932 \begin_inset space ~
28933 \end_inset
28934
28935 Fall
28936 \family default
28937  nicht verwendet werden werden, da diese von 
28938 \series bold
28939 sidecap
28940 \series default
28941  nicht unterstützt wird.
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 \begin_inset VSpace medskip
28951 \end_inset
28952
28953 Weitere Informationen über das Paket
28954 \series bold
28955  sidecap
28956 \series default
28957  finden Sie in seiner Dokumentation 
28958 \begin_inset CommandInset citation
28959 LatexCommand cite
28960 key "sidecap"
28961
28962 \end_inset
28963
28964 .
28965 \end_layout
28966
28967 \begin_layout Standard
28968 \begin_inset Note Greyedout
28969 status open
28970
28971 \begin_layout Plain Layout
28972
28973 \series bold
28974 Bemerkung:
28975 \series default
28976  Das \SpecialChar LaTeX
28977 -Paket 
28978 \series bold
28979 hypcap
28980 \series default
28981 ,
28982 \begin_inset Index idx
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986 \SpecialChar LaTeX
28987 -Pakete ! hypcap
28988 \end_layout
28989
28990 \end_inset
28991
28992  das in Abschnitt
28993 \begin_inset space ~
28994 \end_inset
28995
28996
28997 \begin_inset CommandInset ref
28998 LatexCommand ref
28999 reference "uab:Querverweis-Position"
29000
29001 \end_inset
29002
29003  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
29004  Beschriftungen.
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \end_layout
29011
29012 \begin_layout Standard
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 FigBesBeg 
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 \begin_inset Float figure
29030 wide false
29031 sideways false
29032 status open
29033
29034 \begin_layout Plain Layout
29035 \begin_inset Graphics
29036         filename ../clipart/escher-lsd.eps
29037         scale 75
29038         scaleBeforeRotation
29039
29040 \end_inset
29041
29042
29043 \end_layout
29044
29045 \begin_layout Plain Layout
29046 \begin_inset Caption Standard
29047
29048 \begin_layout Plain Layout
29049 \begin_inset CommandInset label
29050 LatexCommand label
29051 name "abb:Beschriftung-neben"
29052
29053 \end_inset
29054
29055 Dies ist eine Beschriftung neben einer Abbildung.
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \begin_layout Standard
29069 \begin_inset ERT
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073
29074
29075 \backslash
29076 FigBesEnd
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 TabBesBeg 
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 \begin_inset Float table
29102 wide false
29103 sideways false
29104 status open
29105
29106 \begin_layout Plain Layout
29107 \begin_inset Caption Standard
29108
29109 \begin_layout Plain Layout
29110 \begin_inset CommandInset label
29111 LatexCommand label
29112 name "tab:Beschriftung-neben"
29113
29114 \end_inset
29115
29116 Dies ist eine Beschriftung neben einer Tabelle.
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Plain Layout
29125 \begin_inset Tabular
29126 <lyxtabular version="3" rows="4" columns="5">
29127 <features tabularvalignment="middle">
29128 <column alignment="center" valignment="top">
29129 <column alignment="center" valignment="top">
29130 <column alignment="center" valignment="top">
29131 <column alignment="center" valignment="top">
29132 <column alignment="center" valignment="top">
29133 <row>
29134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29135 \begin_inset Text
29136
29137 \begin_layout Plain Layout
29138 a
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" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156 b
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Plain Layout
29165
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174 c
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 </row>
29180 <row>
29181 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194 d
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212 e
29213 \end_layout
29214
29215 \end_inset
29216 </cell>
29217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 </row>
29227 <row>
29228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29229 \begin_inset Text
29230
29231 \begin_layout Plain Layout
29232 f
29233 \end_layout
29234
29235 \end_inset
29236 </cell>
29237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29238 \begin_inset Text
29239
29240 \begin_layout Plain Layout
29241
29242 \end_layout
29243
29244 \end_inset
29245 </cell>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250 g
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 h
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 </row>
29274 <row>
29275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Plain Layout
29288 i
29289 \end_layout
29290
29291 \end_inset
29292 </cell>
29293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29294 \begin_inset Text
29295
29296 \begin_layout Plain Layout
29297
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 j
29307 \end_layout
29308
29309 \end_inset
29310 </cell>
29311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 </row>
29321 </lyxtabular>
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339
29340 \backslash
29341 TabBesEnd
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \begin_inset ERT
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354
29355
29356 \backslash
29357 FigBesBeg 
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 sidecaptionvpos{figure}{c}
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \begin_inset Float figure
29380 wide false
29381 sideways false
29382 status open
29383
29384 \begin_layout Plain Layout
29385 \begin_inset Graphics
29386         filename ../clipart/escher-lsd.eps
29387         scale 75
29388         scaleBeforeRotation
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Plain Layout
29396 \begin_inset Caption Standard
29397
29398 \begin_layout Plain Layout
29399 \begin_inset CommandInset label
29400 LatexCommand label
29401 name "abb:cap-beside-fig-2"
29402
29403 \end_inset
29404
29405 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 \begin_inset ERT
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423
29424
29425 \backslash
29426 FigBesEnd
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 \begin_inset ERT
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439
29440
29441 \backslash
29442 TabBesBeg[5]
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 \begin_inset Float table
29452 wide false
29453 sideways false
29454 status open
29455
29456 \begin_layout Plain Layout
29457 \begin_inset Caption Standard
29458
29459 \begin_layout Plain Layout
29460 \begin_inset CommandInset label
29461 LatexCommand label
29462 name "tab:Beschriftung-neben-breiter"
29463
29464 \end_inset
29465
29466 Diese Beschriftung ist breiter als die in Tabelle
29467 \begin_inset space ~
29468 \end_inset
29469
29470
29471 \begin_inset CommandInset ref
29472 LatexCommand ref
29473 reference "tab:Beschriftung-neben"
29474
29475 \end_inset
29476
29477 .
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Plain Layout
29486 \begin_inset Tabular
29487 <lyxtabular version="3" rows="4" columns="5">
29488 <features tabularvalignment="middle">
29489 <column alignment="center" valignment="top">
29490 <column alignment="center" valignment="top">
29491 <column alignment="center" valignment="top">
29492 <column alignment="center" valignment="top">
29493 <column alignment="center" valignment="top">
29494 <row>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 a
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" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 b
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Plain Layout
29526
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29532 \begin_inset Text
29533
29534 \begin_layout Plain Layout
29535 c
29536 \end_layout
29537
29538 \end_inset
29539 </cell>
29540 </row>
29541 <row>
29542 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 d
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout Plain Layout
29573 e
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29579 \begin_inset Text
29580
29581 \begin_layout Plain Layout
29582
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 </row>
29588 <row>
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Plain Layout
29593 f
29594 \end_layout
29595
29596 \end_inset
29597 </cell>
29598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29599 \begin_inset Text
29600
29601 \begin_layout Plain Layout
29602
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Plain Layout
29611 g
29612 \end_layout
29613
29614 \end_inset
29615 </cell>
29616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29617 \begin_inset Text
29618
29619 \begin_layout Plain Layout
29620
29621 \end_layout
29622
29623 \end_inset
29624 </cell>
29625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29626 \begin_inset Text
29627
29628 \begin_layout Plain Layout
29629 h
29630 \end_layout
29631
29632 \end_inset
29633 </cell>
29634 </row>
29635 <row>
29636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29637 \begin_inset Text
29638
29639 \begin_layout Plain Layout
29640
29641 \end_layout
29642
29643 \end_inset
29644 </cell>
29645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29646 \begin_inset Text
29647
29648 \begin_layout Plain Layout
29649 i
29650 \end_layout
29651
29652 \end_inset
29653 </cell>
29654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29655 \begin_inset Text
29656
29657 \begin_layout Plain Layout
29658
29659 \end_layout
29660
29661 \end_inset
29662 </cell>
29663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29664 \begin_inset Text
29665
29666 \begin_layout Plain Layout
29667 j
29668 \end_layout
29669
29670 \end_inset
29671 </cell>
29672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29673 \begin_inset Text
29674
29675 \begin_layout Plain Layout
29676
29677 \end_layout
29678
29679 \end_inset
29680 </cell>
29681 </row>
29682 </lyxtabular>
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Standard
29695 \begin_inset ERT
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 TabBesEnd
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 else
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \begin_inset Note Note
29725 status open
29726
29727 \begin_layout Plain Layout
29728 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
29729 -Paket 
29730 \series bold
29731 sidecap
29732 \series default
29733  nicht installiert ist:
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Standard
29742 Das \SpecialChar LaTeX
29743 -Paket 
29744 \series bold
29745 sidecap
29746 \series default
29747  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29748 \end_layout
29749
29750 \begin_layout Standard
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756
29757 \backslash
29758 fi
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Section
29767 Gleitobjekt-Verzeichnisse
29768 \begin_inset Index idx
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Gleitobjekte ! Verzeichnisse
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29782  Sie können mit den Untermenüs von 
29783 \family sans
29784 Einfügen\SpecialChar menuseparator
29785 Liste
29786 \begin_inset space ~
29787 \end_inset
29788
29789 /
29790 \begin_inset space ~
29791 \end_inset
29792
29793 Inhaltsverzeichnis
29794 \family default
29795  eingefügt werden.
29796 \end_layout
29797
29798 \begin_layout Standard
29799 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29800  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29801 \end_layout
29802
29803 \begin_layout Standard
29804 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29805  und ein Tabellen-Verzeichnis.
29806 \end_layout
29807
29808 \begin_layout Chapter
29809 Notizen
29810 \end_layout
29811
29812 \begin_layout Section
29813 \SpecialChar LyX
29814 -Notizen
29815 \begin_inset Index idx
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819 Notizen ! \SpecialChar LyX
29820 -Notizen
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Notizen werden mit einem Klick auf 
29830 \begin_inset Info
29831 type  "icon"
29832 arg   "note-insert"
29833 \end_inset
29834
29835  oder 
29836 \family sans
29837 Einfügen\SpecialChar menuseparator
29838 Notiz
29839 \family default
29840  eingefügt.
29841  Es gibt drei Arten:
29842 \end_layout
29843
29844 \begin_layout Description
29845 \SpecialChar LyX
29846 -Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29847  Eine 
29848 \family sans
29849 \SpecialChar LyX
29850 -Notiz
29851 \family default
29852  sieht so aus:
29853 \begin_inset Newline newline
29854 \end_inset
29855
29856
29857 \begin_inset Newline newline
29858 \end_inset
29859
29860
29861 \begin_inset Graphics
29862         filename clipart/LyXNotizQt4.png
29863         display false
29864         scale 60
29865         scaleBeforeRotation
29866
29867 \end_inset
29868
29869  
29870 \begin_inset Note Note
29871 status open
29872
29873 \begin_layout Plain Layout
29874 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Description
29883 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29884  \SpecialChar LaTeX
29885 -Kommentar, wenn Sie das Dokument nach \SpecialChar LaTeX
29886  exportieren (
29887 \family sans
29888 Datei\SpecialChar menuseparator
29889 Ex\SpecialChar softhyphen
29890 por\SpecialChar softhyphen
29891 tie\SpecialChar softhyphen
29892 ren\SpecialChar menuseparator
29893 LaTe
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899 {}
29900 \end_layout
29901
29902 \end_inset
29903
29904 X (pdflatex) / (normal)
29905 \family default
29906 .
29907  Ein Kommentar sieht so aus:
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911
29912 \begin_inset Newline newline
29913 \end_inset
29914
29915
29916 \begin_inset Graphics
29917         filename clipart/KommentarQt4.png
29918         display false
29919         scale 60
29920         scaleBeforeRotation
29921
29922 \end_inset
29923
29924  
29925 \begin_inset Note Comment
29926 status open
29927
29928 \begin_layout Plain Layout
29929 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Description
29938 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29939 \begin_inset Newline newline
29940 \end_inset
29941
29942
29943 \begin_inset Newline newline
29944 \end_inset
29945
29946
29947 \begin_inset Graphics
29948         filename clipart/GrauschriftNotizQt4.png
29949         display false
29950         scale 60
29951         scaleBeforeRotation
29952
29953 \end_inset
29954
29955
29956 \begin_inset Newline newline
29957 \end_inset
29958
29959
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 renewenvironment{lyxgreyedout}
29968 \end_layout
29969
29970 \begin_layout Plain Layout
29971
29972 {
29973 \backslash
29974 textcolor[gray]{0.4}
29975 \backslash
29976 bgroup}{
29977 \backslash
29978 egroup}
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \begin_inset Note Greyedout
29985 status open
29986
29987 \begin_layout Plain Layout
29988 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29989 \begin_inset Foot
29990 status open
29991
29992 \begin_layout Plain Layout
29993 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 renewenvironment{lyxgreyedout}
30012 \end_layout
30013
30014 \begin_layout Plain Layout
30015
30016 {
30017 \backslash
30018 textcolor{blue}
30019 \backslash
30020 bgroup}{
30021 \backslash
30022 egroup}
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \begin_inset Note Note
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Die Grauschrift-Notiz wurde auf die ursprüngliche \SpecialChar LyX
30033 -Definition zurückgesetzt,
30034  weil Grauschriften im \SpecialChar LaTeX
30035 -Vorspann dieses Dokuments blau definiert wurden.
30036  
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset Newline newline
30043 \end_inset
30044
30045
30046 \begin_inset Newline newline
30047 \end_inset
30048
30049 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
30050  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset VSpace bigskip
30055 \end_inset
30056
30057 Wenn Sie auf den Werkzeugleistenknopf 
30058 \family sans
30059
30060 \begin_inset Info
30061 type  "icon"
30062 arg   "note-insert"
30063 \end_inset
30064
30065
30066 \family default
30067  klicken, wird zunächst eine 
30068 \family sans
30069 \SpecialChar LyX
30070 -Notiz
30071 \family default
30072  eingefügt.
30073  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
30074  Notiz-Typen auswählen.
30075  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
30076  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
30077  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
30078  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
30079  am Ende der Notiz ist.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 \begin_inset VSpace bigskip
30084 \end_inset
30085
30086 Die Textfarbe von Grauschrift-Boxen kann im Menü 
30087 \family sans
30088 Dokument\SpecialChar menuseparator
30089 Einstellungen\SpecialChar menuseparator
30090 Farben
30091 \family default
30092  geändert werden.
30093 \end_layout
30094
30095 \begin_layout Section
30096 Fußnoten
30097 \begin_inset CommandInset label
30098 LatexCommand label
30099 name "abs:Fußnoten"
30100
30101 \end_inset
30102
30103
30104 \begin_inset Index idx
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Notizen ! Fußnoten
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset Index idx
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118 Fußnoten
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Fußnoten werden über den Werkzeugleistenknopf 
30128 \begin_inset Info
30129 type  "icon"
30130 arg   "footnote-insert"
30131 \end_inset
30132
30133  oder das Menü 
30134 \family sans
30135 Einfügen\SpecialChar menuseparator
30136 Fußnote
30137 \family default
30138  eingefügt.
30139  Man sieht dann diese Fußnotenbox: 
30140 \begin_inset Graphics
30141         filename clipart/FussnoteQt4.png
30142         scale 80
30143         scaleBeforeRotation
30144
30145 \end_inset
30146
30147  in die der Fußnotentext eingegeben wird.
30148  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
30149  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
30150  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
30151 \family sans
30152 Backspace
30153 \family default
30154  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
30155 \family sans
30156 Entf
30157 \family default
30158  wenn der Cursor am Ende der Fußnote ist.
30159 \end_layout
30160
30161 \begin_layout Standard
30162 Hier ist eine Beispielfußnote:
30163 \color black
30164
30165 \begin_inset Foot
30166 status open
30167
30168 \begin_layout Plain Layout
30169 \begin_inset CommandInset label
30170 LatexCommand label
30171 name "fuss:Fußnoten-Beispiel"
30172
30173 \end_inset
30174
30175 Dies ist eine Fußnote.
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \color inherit
30182
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188
30189 \backslash
30190 newcounter{MyRepeatFoot}
30191 \end_layout
30192
30193 \begin_layout Plain Layout
30194
30195
30196 \backslash
30197 setcounter{MyRepeatFoot}{
30198 \backslash
30199 thefootnote}
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Standard
30208 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
30209  wurde, eine hochgestellte Zahl.
30210  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
30211  hochgestellt dem Text vorangeht.
30212  Die Fußnotennummern werden von \SpecialChar LaTeX
30213  berechnet und sind fortlaufend.
30214  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30215  werden.
30216 \end_layout
30217
30218 \begin_layout Standard
30219 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30220  der Fußnote eine Marke eingefügt wurde.
30221  Dies ist ein Querverweis auf Fußnote
30222 \begin_inset space ~
30223 \end_inset
30224
30225
30226 \begin_inset CommandInset ref
30227 LatexCommand ref
30228 reference "fuss:Fußnoten-Beispiel"
30229
30230 \end_inset
30231
30232 .
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset VSpace defskip
30237 \end_inset
30238
30239 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30240  und sie können nur einen Absatz enthalten.
30241  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset VSpace defskip
30246 \end_inset
30247
30248 Fußnoten in Tabellen werden von \SpecialChar LaTeX
30249  aus technischen Gründen nicht gedruckt.
30250  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30251  wird der Befehl 
30252 \series bold
30253
30254 \backslash
30255 footnotemark{}
30256 \series default
30257  als \SpecialChar TeX
30258 -Code eingefügt.
30259  Der Text der Fußnote wird als Argument des \SpecialChar TeX
30260 -Code-Befehls 
30261 \series bold
30262
30263 \backslash
30264 footnotetext
30265 \series default
30266  nach der Tabelle eingegeben.
30267 \begin_inset Newline newline
30268 \end_inset
30269
30270 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 footnotetext{
30279 \series default
30280 Gedruckte Tabellenfußnote.
30281 \series bold
30282 }
30283 \end_layout
30284
30285 \begin_layout Standard
30286 \begin_inset Tabular
30287 <lyxtabular version="3" rows="2" columns="1">
30288 <features tabularvalignment="middle">
30289 <column alignment="center" valignment="top">
30290 <row>
30291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30292 \begin_inset Text
30293
30294 \begin_layout Plain Layout
30295 Dies ist ein Beispieltext.
30296 \begin_inset Foot
30297 status open
30298
30299 \begin_layout Plain Layout
30300 Diese Fußnote wird nicht gedruckt!
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \end_inset
30309 </cell>
30310 </row>
30311 <row>
30312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30313 \begin_inset Text
30314
30315 \begin_layout Plain Layout
30316 Dies ist ein Beispieltext.
30317 \begin_inset ERT
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321
30322
30323 \backslash
30324 footnotemark{}
30325 \end_layout
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \end_inset
30333 </cell>
30334 </row>
30335 </lyxtabular>
30336
30337 \end_inset
30338
30339
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 footnotetext{
30348 \end_layout
30349
30350 \end_inset
30351
30352 Gedruckte Tabellenfußnote.
30353 \begin_inset ERT
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357
30358 }
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 Fußnoten in langen Tabellen sind in Abschnitt
30368 \begin_inset space ~
30369 \end_inset
30370
30371
30372 \begin_inset CommandInset ref
30373 LatexCommand ref
30374 reference "uab:Fußnoten-in-langen"
30375
30376 \end_inset
30377
30378  beschrieben.
30379 \end_layout
30380
30381 \begin_layout Standard
30382 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30383  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30384  innerhalb einer Seite ist.
30385  (Mehr über Minipages ist in Abschnitt
30386 \begin_inset space ~
30387 \end_inset
30388
30389
30390 \begin_inset CommandInset ref
30391 LatexCommand ref
30392 reference "abs:Minipage"
30393
30394 \end_inset
30395
30396  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30397  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30398  Methode mit 
30399 \series bold
30400
30401 \backslash
30402 footnotemark{}
30403 \series default
30404  und 
30405 \series bold
30406
30407 \backslash
30408 footnotetext
30409 \series default
30410 .
30411 \end_layout
30412
30413 \begin_layout Standard
30414 \begin_inset Box Frameless
30415 position "t"
30416 hor_pos "c"
30417 has_inner_box 1
30418 inner_pos "t"
30419 use_parbox 0
30420 use_makebox 0
30421 width "100col%"
30422 special "none"
30423 height "1in"
30424 height_special "totalheight"
30425 thickness "0.4pt"
30426 separation "3pt"
30427 shadowsize "4pt"
30428 framecolor "black"
30429 backgroundcolor "none"
30430 status open
30431
30432 \begin_layout Plain Layout
30433 Dies ist ein Beispieltext.in einer Minipage.
30434 \begin_inset Foot
30435 status open
30436
30437 \begin_layout Plain Layout
30438 Fußnote in einer Minipage.
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Plain Layout
30447 Dies ist ein Beispieltext.
30448  in einer Minipage.
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 footnotemark{}
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 footnotetext{
30478 \end_layout
30479
30480 \end_inset
30481
30482 Fußnote außerhalb der Minipage.
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488 }
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 \begin_inset VSpace defskip
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30505  Fußnotentext zu drucken, verwenden Sie den \SpecialChar TeX
30506 -Code-Befehl 
30507 \series bold
30508
30509 \backslash
30510 footnotemark[Nummer]
30511 \series default
30512 .
30513 \begin_inset Newline newline
30514 \end_inset
30515
30516 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30517  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30518  Hinter Fußnote
30519 \begin_inset space ~
30520 \end_inset
30521
30522
30523 \begin_inset CommandInset ref
30524 LatexCommand ref
30525 reference "fuss:Fußnoten-Beispiel"
30526
30527 \end_inset
30528
30529  wurde das mit folgenden \SpecialChar TeX
30530 -Code-Befehlen gemacht:
30531 \end_layout
30532
30533 \begin_layout Standard
30534
30535 \series bold
30536
30537 \backslash
30538 newcounter{MyRepeatFoot}
30539 \begin_inset Newline newline
30540 \end_inset
30541
30542
30543 \backslash
30544 setcounter{MyRepeatFoot}{
30545 \backslash
30546 thefootnote}
30547 \end_layout
30548
30549 \begin_layout Standard
30550 Die Fußnotenmarke wurde dann mit diesem \SpecialChar TeX
30551 -Code-Befehl definiert;
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 footnotemark[
30560 \backslash
30561 theMyRepeatFoot]
30562 \end_layout
30563
30564 \begin_layout Standard
30565 Hier ist eine wiederholte Fußnote:
30566 \begin_inset ERT
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570
30571
30572 \backslash
30573 footnotemark[
30574 \backslash
30575 theMyRepeatFoot]
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30585  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30586 \end_layout
30587
30588 \begin_layout Standard
30589
30590 \series bold
30591
30592 \backslash
30593 footnotemark[
30594 \backslash
30595 thefootnote]
30596 \end_layout
30597
30598 \begin_layout Standard
30599 Hier ist eine weitere wiederholte Fußnote:
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605
30606 \backslash
30607 footnotemark[
30608 \backslash
30609 thefootnote]
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Subsection
30618 Fußnoten-Nummerierung
30619 \begin_inset CommandInset label
30620 LatexCommand label
30621 name "uab:Fußnoten-Nummerierung"
30622
30623 \end_inset
30624
30625
30626 \begin_inset Index idx
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 Fußnoten ! Nummerierung
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \end_layout
30637
30638 \begin_layout Standard
30639 Um Fußnoten nach jedem Abschnitt
30640 \family roman
30641  auf 1 zurückzusetzen, 
30642 \family default
30643 müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30644 -Vorspann schreiben:
30645 \end_layout
30646
30647 \begin_layout Standard
30648
30649 \series bold
30650
30651 \backslash
30652 @addtoreset{footnote}{section}
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset VSpace bigskip
30657 \end_inset
30658
30659 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30660  Zahlen:
30661 \end_layout
30662
30663 \begin_layout Standard
30664
30665 \series bold
30666
30667 \backslash
30668 renewcommand{
30669 \backslash
30670 thefootnote}{
30671 \backslash
30672 roman{footnote}}
30673 \end_layout
30674
30675 \begin_layout Standard
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681
30682 \backslash
30683 renewcommand{
30684 \backslash
30685 thefootnote}{
30686 \backslash
30687 roman{footnote}}
30688 \end_layout
30689
30690 \end_inset
30691
30692  Hier ist ein Beispiel für solch eine Fußnote:
30693 \begin_inset Foot
30694 status open
30695
30696 \begin_layout Plain Layout
30697 Dies ist eine Fußnote mit kleinen römischen Zahlen
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30707  in obigem Befehl 
30708 \series bold
30709
30710 \backslash
30711 roman
30712 \series default
30713  durch 
30714 \series bold
30715
30716 \backslash
30717 Roman
30718 \series default
30719 .
30720  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30721 \begin_inset Quotes gld
30722 \end_inset
30723
30724 nummerieren
30725 \begin_inset Quotes grd
30726 \end_inset
30727
30728 , verwenden Sie die Befehle 
30729 \series bold
30730
30731 \backslash
30732 Alph
30733 \series default
30734  oder 
30735 \series bold
30736
30737 \backslash
30738 alph
30739 \series default
30740 .
30741  Für die 
30742 \begin_inset Quotes gld
30743 \end_inset
30744
30745 Nummerierung
30746 \begin_inset Quotes grd
30747 \end_inset
30748
30749  mit Symbolen steht der Befehl 
30750 \series bold
30751
30752 \backslash
30753 fnsymbol
30754 \series default
30755  zur Verfügung.
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset Note Greyedout
30760 status open
30761
30762 \begin_layout Plain Layout
30763
30764 \series bold
30765 Bemerkung 1:
30766 \series default
30767  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30768  
30769 \emph on
30770 ein
30771 \emph default
30772  Buchstabe verwendet wird.
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \begin_inset Newline newline
30779 \end_inset
30780
30781
30782 \begin_inset Note Greyedout
30783 status open
30784
30785 \begin_layout Plain Layout
30786
30787 \series bold
30788 Bemerkung 2:
30789 \series default
30790  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Standard
30799 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30800 \series bold
30801
30802 \backslash
30803 arabic
30804 \series default
30805  anstelle von 
30806 \series bold
30807
30808 \backslash
30809 roman
30810 \series default
30811  in obigem Befehl.
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817
30818 \backslash
30819 renewcommand{
30820 \backslash
30821 thefootnote}{
30822 \backslash
30823 arabic{footnote}}
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset VSpace bigskip
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30840 \begin_inset Quotes gld
30841 \end_inset
30842
30843 Kapitel.Fußnote
30844 \begin_inset Quotes grd
30845 \end_inset
30846
30847  nummeriert werden, müssen Sie folgenden Befehl in den \SpecialChar LaTeX
30848 -Vorspann schreiben:
30849 \end_layout
30850
30851 \begin_layout Standard
30852
30853 \series bold
30854
30855 \backslash
30856 numberwithin{footnote}{chapter}
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Um 
30861 \series bold
30862
30863 \backslash
30864 numberwithin
30865 \series default
30866  benutzen zu können, muss in den 
30867 \family sans
30868 Mathe
30869 \begin_inset space ~
30870 \end_inset
30871
30872 Optionen
30873 \family default
30874  der 
30875 \family sans
30876 Dokument-Einstellungen
30877 \family default
30878  
30879 \family sans
30880 AMS
30881 \begin_inset space ~
30882 \end_inset
30883
30884 Mathe
30885 \begin_inset space ~
30886 \end_inset
30887
30888 Paket
30889 \family default
30890
30891 \begin_inset space ~
30892 \end_inset
30893
30894
30895 \family sans
30896 verwenden
30897 \family default
30898  angekreuzt sein.
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904
30905 \backslash
30906 numberwithin{footnote}{chapter}
30907 \end_layout
30908
30909 \end_inset
30910
30911  Hier ist ein Beispiel für solch eine Fußnote.
30912 \series bold
30913
30914 \begin_inset Foot
30915 status open
30916
30917 \begin_layout Plain Layout
30918 Dies ist eine Fußnote nach dem Schema 
30919 \begin_inset Quotes gld
30920 \end_inset
30921
30922 Kapitel.Fußnote
30923 \begin_inset Quotes grd
30924 \end_inset
30925
30926 .
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \series default
30933
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 renewcommand{
30942 \backslash
30943 thefootnote}{
30944 \backslash
30945 arabic{footnote}}
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \end_layout
30952
30953 \begin_layout Standard
30954 \begin_inset Note Greyedout
30955 status open
30956
30957 \begin_layout Plain Layout
30958
30959 \series bold
30960 Bemerkung:
30961 \series default
30962  
30963 \series bold
30964
30965 \backslash
30966 numberwithin
30967 \series default
30968  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30969  werden überschrieben.
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Standard
30978 Um also z.
30979 \begin_inset space \thinspace{}
30980 \end_inset
30981
30982 B.
30983  das Schema 
30984 \begin_inset Quotes gld
30985 \end_inset
30986
30987 Kapitel.
30988 \backslash
30989 Roman{footnote}
30990 \begin_inset Quotes grd
30991 \end_inset
30992
30993  zu erhalten, muss dieser Befehl anstelle von 
30994 \series bold
30995
30996 \backslash
30997 numberwithin
30998 \series default
30999  verwendet werden:
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005
31006 \backslash
31007 renewcommand{
31008 \backslash
31009 thefootnote}{
31010 \backslash
31011 thechapter.
31012 \backslash
31013 Roman{footnote}}
31014 \end_layout
31015
31016 \begin_layout Subsection
31017 Fußnoten-Platzierung
31018 \begin_inset Index idx
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022 Fußnoten ! Platzierung
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Standard
31031 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
31032  ohne Zwischenraum am Ende der Seite gedruckt.
31033  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
31034  \SpecialChar LaTeX
31035 -Vorspann 1.5
31036 \begin_inset space \thinspace{}
31037 \end_inset
31038
31039 mm Zwischenraum einfügen:
31040 \end_layout
31041
31042 \begin_layout Standard
31043
31044 \series bold
31045
31046 \backslash
31047 let
31048 \backslash
31049 myFoot
31050 \backslash
31051 footnote
31052 \begin_inset Newline newline
31053 \end_inset
31054
31055
31056 \backslash
31057 renewcommand{
31058 \backslash
31059 footnote}[1]{
31060 \backslash
31061 myFoot{#1
31062 \backslash
31063 vspace{1.5mm}}}
31064 \end_layout
31065
31066 \begin_layout Standard
31067 \begin_inset VSpace bigskip
31068 \end_inset
31069
31070 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
31071  Spalte gedruckt, Abbildung
31072 \begin_inset space ~
31073 \end_inset
31074
31075
31076 \begin_inset CommandInset ref
31077 LatexCommand ref
31078 reference "abb:Standard-Fußnoten-Platzierung-in"
31079
31080 \end_inset
31081
31082 .
31083  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
31084  in Abbildung
31085 \begin_inset space ~
31086 \end_inset
31087
31088
31089 \begin_inset CommandInset ref
31090 LatexCommand ref
31091 reference "abb:Fußnoten-Platzierung-in-einem"
31092
31093 \end_inset
31094
31095 , müssen Sie das \SpecialChar LaTeX
31096 -Paket 
31097 \series bold
31098 ftnright
31099 \series default
31100
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 \SpecialChar LaTeX
31106 -Pakete ! ftnright
31107 \end_layout
31108
31109 \end_inset
31110
31111  mit folgendem Befehl im \SpecialChar LaTeX
31112 -Vorspann einfügen:
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118
31119 \backslash
31120 usepackage{ftnright}
31121 \end_layout
31122
31123 \begin_layout Standard
31124 \begin_inset Float figure
31125 placement !h
31126 wide false
31127 sideways false
31128 status open
31129
31130 \begin_layout Plain Layout
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 framebox{
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \begin_inset Graphics
31145         filename ../clipart/without_fntright.pdf
31146         width 100col%
31147         scaleBeforeRotation
31148
31149 \end_inset
31150
31151
31152 \begin_inset ERT
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156
31157 }
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Plain Layout
31166 \begin_inset Caption Standard
31167
31168 \begin_layout Plain Layout
31169 \begin_inset CommandInset label
31170 LatexCommand label
31171 name "abb:Standard-Fußnoten-Platzierung-in"
31172
31173 \end_inset
31174
31175 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31176 \begin_inset Argument 1
31177 status open
31178
31179 \begin_layout Plain Layout
31180 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199 \begin_inset Float figure
31200 placement !h
31201 wide false
31202 sideways false
31203 status open
31204
31205 \begin_layout Plain Layout
31206 \begin_inset ERT
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210
31211
31212 \backslash
31213 framebox{
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \begin_inset Graphics
31220         filename ../clipart/with_fntright.pdf
31221         width 100col%
31222         scaleBeforeRotation
31223
31224 \end_inset
31225
31226
31227 \begin_inset ERT
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231
31232 }
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Plain Layout
31241 \begin_inset Caption Standard
31242
31243 \begin_layout Plain Layout
31244 \begin_inset CommandInset label
31245 LatexCommand label
31246 name "abb:Fußnoten-Platzierung-in-einem"
31247
31248 \end_inset
31249
31250 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem \SpecialChar LaTeX
31251 -Paket 
31252 \series bold
31253 ftnright
31254 \series default
31255 .
31256 \begin_inset Argument 1
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Fußnoten-Platzierung mit 
31261 \family typewriter
31262 ftnright
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 \begin_inset VSpace bigskip
31282 \end_inset
31283
31284 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31285  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31286 \begin_inset space ~
31287 \end_inset
31288
31289
31290 \begin_inset CommandInset ref
31291 LatexCommand ref
31292 reference "abb:endnotes"
31293
31294 \end_inset
31295
31296  gedruckt.
31297  Man nennt sie dann 
31298 \begin_inset Quotes gld
31299 \end_inset
31300
31301 Endnoten
31302 \begin_inset Quotes grd
31303 \end_inset
31304
31305 .
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 Endnoten
31311 \end_layout
31312
31313 \end_inset
31314
31315  Um das zu erreichen, laden Sie im Menü 
31316 \family sans
31317 Dokument\SpecialChar menuseparator
31318 Einstellungen\SpecialChar menuseparator
31319 Module 
31320 \family default
31321 das Modul 
31322 \family sans
31323 Fußnote
31324 \begin_inset space ~
31325 \end_inset
31326
31327 als
31328 \begin_inset space ~
31329 \end_inset
31330
31331 Endnote
31332 \family default
31333 .
31334  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31335 \end_layout
31336
31337 \begin_layout Standard
31338
31339 \series bold
31340
31341 \backslash
31342 theendnotes
31343 \end_layout
31344
31345 \begin_layout Standard
31346 als \SpecialChar TeX
31347 -Code am Ende des Abschnitts oder Kapitels ein.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 \begin_inset Float figure
31352 wide false
31353 sideways false
31354 status open
31355
31356 \begin_layout Plain Layout
31357 \align center
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 framebox{
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset Graphics
31372         filename ../clipart/endnotes.pdf
31373         scaleBeforeRotation
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383 }
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Plain Layout
31392 \begin_inset Caption Standard
31393
31394 \begin_layout Plain Layout
31395 \begin_inset CommandInset label
31396 LatexCommand label
31397 name "abb:endnotes"
31398
31399 \end_inset
31400
31401
31402 \series bold
31403 endnotes
31404 \series default
31405  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31406  gedruckt.
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset VSpace medskip
31421 \end_inset
31422
31423 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31424 ache übersetzt.
31425  Der folgende Befehl im \SpecialChar LaTeX
31426 -Vorspann  übersetzt den englischen Namen 
31427 \begin_inset Quotes gld
31428 \end_inset
31429
31430 Notes
31431 \begin_inset Quotes grd
31432 \end_inset
31433
31434  in 
31435 \begin_inset Quotes gld
31436 \end_inset
31437
31438 Anmerkungen
31439 \begin_inset Quotes grd
31440 \end_inset
31441
31442 :
31443 \end_layout
31444
31445 \begin_layout Standard
31446
31447 \series bold
31448
31449 \backslash
31450 renewcommand{
31451 \backslash
31452 notesname}{Anmerkungen}
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \begin_inset VSpace medskip
31457 \end_inset
31458
31459 Wenn Sie in den Befehlen von Abschnitt
31460 \begin_inset space ~
31461 \end_inset
31462
31463
31464 \begin_inset CommandInset ref
31465 LatexCommand ref
31466 reference "uab:Fußnoten-Nummerierung"
31467
31468 \end_inset
31469
31470  
31471 \series bold
31472
31473 \backslash
31474 thefootnote
31475 \series default
31476  durch 
31477 \series bold
31478
31479 \backslash
31480 theendnote
31481 \series default
31482  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31483  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31484 \series bold
31485
31486 \backslash
31487 @addtoreset
31488 \series default
31489  wie in Abschnitt
31490 \begin_inset space \space{}
31491 \end_inset
31492
31493
31494 \begin_inset CommandInset ref
31495 LatexCommand ref
31496 reference "uab:Fußnoten-Nummerierung"
31497
31498 \end_inset
31499
31500  beschrieben und ersetzen 
31501 \series bold
31502 footnote
31503 \series default
31504  durch 
31505 \series bold
31506 endnote
31507 \series default
31508 .
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Für Endnoten gibt es den Befehl 
31513 \series bold
31514
31515 \backslash
31516 endnotemark[Nummer]
31517 \series default
31518  analog zum Befehl 
31519 \series bold
31520
31521 \backslash
31522 footnotemark
31523 \series default
31524  der in Abschnitt
31525 \begin_inset space ~
31526 \end_inset
31527
31528
31529 \begin_inset CommandInset ref
31530 LatexCommand ref
31531 reference "abs:Fußnoten"
31532
31533 \end_inset
31534
31535  beschrieben ist.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset VSpace bigskip
31540 \end_inset
31541
31542 Mit dem \SpecialChar LaTeX
31543 -Paket 
31544 \series bold
31545 footmisc
31546 \series default
31547
31548 \begin_inset Index idx
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552 \SpecialChar LaTeX
31553 -Pakete ! footmisc
31554 \end_layout
31555
31556 \end_inset
31557
31558  (
31559 \begin_inset CommandInset citation
31560 LatexCommand cite
31561 key "footmisc"
31562
31563 \end_inset
31564
31565 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31566 \end_layout
31567
31568 \begin_layout Standard
31569 In \SpecialChar LaTeX
31570 -Büchern, 
31571 \begin_inset CommandInset citation
31572 LatexCommand cite
31573 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31574
31575 \end_inset
31576
31577 , finden Sie weiteres zu Fußnoten.
31578  Wenn Sie eine 
31579 \series bold
31580 KOMA-Script
31581 \series default
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 \SpecialChar LaTeX
31588 -Pakete ! KOMA-Script
31589 \end_layout
31590
31591 \end_inset
31592
31593  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31594 zifische Befehle anpassen, siehe 
31595 \begin_inset CommandInset citation
31596 LatexCommand cite
31597 key "KOMA-Script"
31598
31599 \end_inset
31600
31601 .
31602 \end_layout
31603
31604 \begin_layout Section
31605 Randnotizen
31606 \begin_inset Index idx
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 Randnotizen
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \begin_inset Index idx
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620 Notizen ! Randnotizen
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Randnotizen sehen in \SpecialChar LyX
31630  wie Fußnoten aus und verhalten sich auch so.
31631  Sie fügen sie mit einem Klick auf den Schalter 
31632 \begin_inset Info
31633 type  "icon"
31634 arg   "marginalnote-insert"
31635 \end_inset
31636
31637  oder über 
31638 \family sans
31639 Einfügen\SpecialChar menuseparator
31640 Randnotiz
31641 \family default
31642  ein.
31643  Ein graues Kästchen mit der Aufschrift 
31644 \begin_inset Quotes gld
31645 \end_inset
31646
31647 Rand
31648 \begin_inset Quotes grd
31649 \end_inset
31650
31651  erscheint
31652 \family roman
31653 \series medium
31654 , und dort, wo der Cursor steht, können Sie Text eingeben.
31655 \end_layout
31656
31657 \begin_layout Standard
31658 Hier am Rand sehen Sie eine Randnotiz.
31659  
31660 \begin_inset Marginal
31661 status open
31662
31663 \begin_layout Plain Layout
31664 Dies ist eine Randnotiz.
31665 \end_layout
31666
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \begin_layout Standard
31673 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31674  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31675  Seiten und rechts auf den ungeraden.
31676  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31677  wird und umgekehrt.
31678  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31679  wurde.
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset VSpace bigskip
31684 \end_inset
31685
31686 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31687 \end_layout
31688
31689 \begin_layout Standard
31690
31691 \series bold
31692
31693 \backslash
31694 reversemarginpar
31695 \end_layout
31696
31697 \begin_layout Standard
31698 als \SpecialChar TeX
31699 -Code vor einer Randnotiz ein.
31700  Das gilt dann für alle folgenden Randnotizen.
31701  
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707
31708 \backslash
31709 reversemarginpar 
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \begin_inset Marginal
31716 status open
31717
31718 \begin_layout Plain Layout
31719 Hier ist ein Beispiel im inneren Rand.
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \begin_inset Newline newline
31726 \end_inset
31727
31728
31729 \begin_inset Note Greyedout
31730 status open
31731
31732 \begin_layout Plain Layout
31733  
31734 \series bold
31735 Achtung:
31736 \series default
31737  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31747 \end_layout
31748
31749 \begin_layout Standard
31750
31751 \series bold
31752
31753 \backslash
31754 normalmarginpar
31755 \end_layout
31756
31757 \begin_layout Standard
31758 als \SpecialChar TeX
31759 -Code ein.
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 normalmarginpar 
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 \begin_inset Note Greyedout
31777 status open
31778
31779 \begin_layout Plain Layout
31780
31781 \series bold
31782 Achtung:
31783 \series default
31784  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31785 \series bold
31786
31787 \backslash
31788 reversemarginpar
31789 \series default
31790  verwendet wird.
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 \begin_inset VSpace bigskip
31800 \end_inset
31801
31802
31803 \begin_inset Marginal
31804 status open
31805
31806 \begin_layout Plain Layout
31807
31808 \family roman
31809 \series medium
31810 EinSehrLangesWort am Anfang, das umgebrochen wird.
31811 \end_layout
31812
31813 \end_inset
31814
31815  Ähnlich wie in Abschnitt
31816 \begin_inset space ~
31817 \end_inset
31818
31819
31820 \begin_inset CommandInset ref
31821 LatexCommand ref
31822 reference "uab:Mehrfache-Zeilen-in"
31823
31824 \end_inset
31825
31826  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31827  Wort der Randnotiz sind.
31828  Um das zu vermeiden, fügen sie 0
31829 \begin_inset space \thinspace{}
31830 \end_inset
31831
31832 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31833 \begin_inset Marginal
31834 status open
31835
31836 \begin_layout Plain Layout
31837 \begin_inset space \hspace{}
31838 \length 0pt
31839 \end_inset
31840
31841
31842 \family roman
31843 \series medium
31844 EinSehrLangesWort am Anfang, das umgebrochen wird.
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 \begin_inset VSpace bigskip
31854 \end_inset
31855
31856
31857 \end_layout
31858
31859 \begin_layout Standard
31860 \begin_inset Note Greyedout
31861 status open
31862
31863 \begin_layout Plain Layout
31864
31865 \series bold
31866 Bemerkung:
31867 \series default
31868  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31869  verwendet werden.
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Standard
31878 \begin_inset VSpace bigskip
31879 \end_inset
31880
31881
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 ifmarginnote
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \begin_inset Note Note
31899 status open
31900
31901 \begin_layout Plain Layout
31902 Der folgende Abschnitt wird nur gedruckt, wenn das \SpecialChar LaTeX
31903 -Paket 
31904 \series bold
31905 marginnote
31906 \series default
31907  installiert ist.
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \begin_layout Standard
31916 Diese Einschränkung kann umgangen werden, wenn das \SpecialChar LaTeX
31917 -Paket 
31918 \series bold
31919 marginnote
31920 \series default
31921
31922 \begin_inset Index idx
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926 \SpecialChar LaTeX
31927 -Pakete ! marginnote
31928 \end_layout
31929
31930 \end_inset
31931
31932  verwendet wird.
31933  Wenn Sie diese zwei Zeilen zum \SpecialChar LaTeX
31934 -Vorspann hinzufügen, wird der Befehl, der
31935  von \SpecialChar LyX
31936  für Randnotizen verwendet wird, umdefiniert, so dass der Befehl des
31937  Pakets 
31938 \series bold
31939 marginnote
31940 \series default
31941  für Randnotizen verwendet wird:
31942 \end_layout
31943
31944 \begin_layout Standard
31945
31946 \series bold
31947
31948 \backslash
31949 usepackage{marginnote}
31950 \begin_inset Newline newline
31951 \end_inset
31952
31953
31954 \backslash
31955 let
31956 \backslash
31957 marginpar
31958 \backslash
31959 marginnote
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Dies wird auch in diesem Dokument verwendet, denn 
31964 \series bold
31965 marginnote
31966 \series default
31967  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31968  für Randnotizen angeben.
31969  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31970 n zu dicht beieinander sind.
31971  Der Versatz wird in \SpecialChar LyX
31972  als \SpecialChar TeX
31973 -Code direkt nach der Randnotiz mit dem Schema
31974 \end_layout
31975
31976 \begin_layout Standard
31977
31978 \series bold
31979 [Versatz]
31980 \end_layout
31981
31982 \begin_layout Standard
31983 angegeben.
31984  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31985 \begin_inset space ~
31986 \end_inset
31987
31988
31989 \begin_inset CommandInset ref
31990 LatexCommand ref
31991 reference "tab:Maßeinheiten"
31992
31993 \end_inset
31994
31995  aufgelistet sind.
31996  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31997  nach unten.
31998  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31999 \begin_inset space \thinspace{}
32000 \end_inset
32001
32002 cm mit dem \SpecialChar TeX
32003 -Code-Befehl  
32004 \begin_inset Quotes gld
32005 \end_inset
32006
32007
32008 \series bold
32009 [-1.5cm]
32010 \series default
32011
32012 \begin_inset Quotes grd
32013 \end_inset
32014
32015  nach oben versetzt.
32016 \begin_inset Marginal
32017 status open
32018
32019 \begin_layout Plain Layout
32020 Diese Randnotiz ist 1.5
32021 \begin_inset space \thinspace{}
32022 \end_inset
32023
32024 cm von ihrer Originalposition nach oben versetzt.
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035 [-1.5cm]
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset VSpace medskip
32045 \end_inset
32046
32047 Mit 
32048 \series bold
32049 marginnote
32050 \series default
32051  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
32052  Zum Beispiel setzen die Befehle
32053 \end_layout
32054
32055 \begin_layout Standard
32056
32057 \series bold
32058
32059 \backslash
32060 renewcommand*{
32061 \backslash
32062 raggedleftmarginnote}{
32063 \backslash
32064 centering}
32065 \begin_inset Newline newline
32066 \end_inset
32067
32068
32069 \backslash
32070 renewcommand*{
32071 \backslash
32072 raggedrightmarginnote}{
32073 \backslash
32074 centering}
32075 \end_layout
32076
32077 \begin_layout Standard
32078 die Ausrichtung auf zentriert.
32079  
32080 \series bold
32081
32082 \backslash
32083 raggedleftmarginnote
32084 \series default
32085  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
32086  
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 renewcommand*{
32095 \backslash
32096 raggedleftmarginnote}{
32097 \backslash
32098 centering}
32099 \end_layout
32100
32101 \begin_layout Plain Layout
32102
32103
32104 \backslash
32105 renewcommand*{
32106 \backslash
32107 raggedrightmarginnote}{
32108 \backslash
32109 centering}
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Marginal
32116 status open
32117
32118 \begin_layout Plain Layout
32119 Der Text dieser Randnotiz ist zentriert ausgerichtet.
32120 \end_layout
32121
32122 \end_inset
32123
32124  Die Voreinstellung ist
32125 \end_layout
32126
32127 \begin_layout Standard
32128
32129 \series bold
32130
32131 \backslash
32132 renewcommand*{
32133 \backslash
32134 raggedleftmarginnote}{
32135 \backslash
32136 raggedleft}
32137 \begin_inset Newline newline
32138 \end_inset
32139
32140
32141 \backslash
32142 renewcommand*{
32143 \backslash
32144 raggedrightmarginnote}{
32145 \backslash
32146 raggedright}
32147 \series default
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 renewcommand*{
32157 \backslash
32158 raggedleftmarginnote}{
32159 \backslash
32160 raggedleft}
32161 \end_layout
32162
32163 \begin_layout Plain Layout
32164
32165
32166 \backslash
32167 renewcommand*{
32168 \backslash
32169 raggedrightmarginnote}{
32170 \backslash
32171 raggedright}
32172 \end_layout
32173
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \begin_layout Standard
32180 \begin_inset VSpace medskip
32181 \end_inset
32182
32183 Für weitere Fähigkeiten des Pakets 
32184 \series bold
32185 marginnote
32186 \series default
32187  sei auf dessen Dokumentation verwiesen 
32188 \begin_inset CommandInset citation
32189 LatexCommand cite
32190 key "marginnote"
32191
32192 \end_inset
32193
32194 .
32195 \end_layout
32196
32197 \begin_layout Standard
32198 \begin_inset VSpace bigskip
32199 \end_inset
32200
32201 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
32202  geändert werden.
32203  Um z.
32204 \begin_inset space \thinspace{}
32205 \end_inset
32206
32207 B.
32208  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
32209  und fettgedruckten Text 
32210 \begin_inset Quotes eld
32211 \end_inset
32212
32213
32214 \family sans
32215 \series bold
32216 \bar under
32217 Achtung!
32218 \family default
32219 \series default
32220 \bar default
32221
32222 \begin_inset Quotes erd
32223 \end_inset
32224
32225  zu erstellen, fügen Sie dies zum \SpecialChar LaTeX
32226 -Vorspann hinzu:
32227 \end_layout
32228
32229 \begin_layout Standard
32230
32231 \series bold
32232
32233 \backslash
32234 let
32235 \backslash
32236 myMarginpar
32237 \backslash
32238 marginpar
32239 \begin_inset Newline newline
32240 \end_inset
32241
32242
32243 \backslash
32244 renewcommand{
32245 \backslash
32246 marginpar}[1]{
32247 \backslash
32248 myMarginpar{%
32249 \begin_inset Newline newline
32250 \end_inset
32251
32252
32253 \begin_inset Phantom HPhantom
32254 status open
32255
32256 \begin_layout Plain Layout
32257
32258 \series bold
32259 \begin_inset space ~
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \backslash
32269 hspace{0pt}
32270 \backslash
32271 textsf{
32272 \backslash
32273 textbf{
32274 \backslash
32275 underbar{Achtung!}}}%
32276 \begin_inset Newline newline
32277 \end_inset
32278
32279
32280 \begin_inset Phantom HPhantom
32281 status open
32282
32283 \begin_layout Plain Layout
32284
32285 \series bold
32286 \begin_inset space ~
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \backslash
32296 vspace{1.5mm}
32297 \backslash
32298
32299 \backslash
32300 #1}}
32301 \end_layout
32302
32303 \begin_layout Standard
32304 \begin_inset ERT
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308
32309
32310 \backslash
32311 let
32312 \backslash
32313 myMarginpar
32314 \backslash
32315 marginpar
32316 \end_layout
32317
32318 \begin_layout Plain Layout
32319
32320
32321 \backslash
32322 renewcommand{
32323 \backslash
32324 marginpar}[1]{
32325 \backslash
32326 myMarginpar{%
32327 \end_layout
32328
32329 \begin_layout Plain Layout
32330
32331    
32332 \backslash
32333 textsf{
32334 \backslash
32335 textbf{
32336 \backslash
32337 underbar{Achtung!}}}%
32338 \end_layout
32339
32340 \begin_layout Plain Layout
32341
32342    
32343 \backslash
32344 vspace{1.5mm}
32345 \backslash
32346
32347 \backslash
32348 #1}}
32349 \end_layout
32350
32351 \end_inset
32352
32353
32354 \begin_inset Marginal
32355 status open
32356
32357 \begin_layout Plain Layout
32358 Dies ist eine Randnotiz mit einer definierten Überschrift.
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \begin_inset ERT
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369 [-1.5cm]
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380
32381 \backslash
32382 renewcommand{
32383 \backslash
32384 marginpar}[1]{
32385 \backslash
32386 myMarginpar{#1}}
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \begin_inset Note Note
32393 status open
32394
32395 \begin_layout Plain Layout
32396 Das Format wurde nur für dieses Beispiel geändert.
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 \begin_inset ERT
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409
32410
32411 \backslash
32412 else
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \begin_inset Note Note
32419 status open
32420
32421 \begin_layout Plain Layout
32422 Der folgende Hinweis wird gedruckt, wenn das \SpecialChar LaTeX
32423 -Paket 
32424 \series bold
32425 marginnote
32426 \series default
32427  nicht installiert ist:
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Standard
32436 Das \SpecialChar LaTeX
32437 -Paket 
32438 \series bold
32439 marginnote
32440 \series default
32441  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32442 \end_layout
32443
32444 \begin_layout Standard
32445 \begin_inset ERT
32446 status collapsed
32447
32448 \begin_layout Plain Layout
32449
32450
32451 \backslash
32452 fi
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Chapter
32461 Boxen
32462 \end_layout
32463
32464 \begin_layout Section
32465 Einleitung
32466 \begin_inset Index idx
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470 Boxen ! Einleitung
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \end_layout
32477
32478 \begin_layout Standard
32479 Boxen werden benutzt, um einen Textblock zu formatieren.
32480  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32481  siehe Abschnitt
32482 \begin_inset space ~
32483 \end_inset
32484
32485
32486 \begin_inset CommandInset ref
32487 LatexCommand ref
32488 reference "abs:Minipage"
32489
32490 \end_inset
32491
32492 , um Text zu umrahmen, siehe Abschnitt
32493 \begin_inset space ~
32494 \end_inset
32495
32496
32497 \begin_inset CommandInset ref
32498 LatexCommand ref
32499 reference "uab:Verzierung"
32500
32501 \end_inset
32502
32503 , um Silbentrennung zu verhindern, siehe Abschnitt
32504 \begin_inset space ~
32505 \end_inset
32506
32507
32508 \begin_inset CommandInset ref
32509 LatexCommand ref
32510 reference "abs:Silbentrennung-unterbinden"
32511
32512 \end_inset
32513
32514 , um Text senkrecht auszurichten, siehe Abschnitt
32515 \begin_inset space ~
32516 \end_inset
32517
32518
32519 \begin_inset CommandInset ref
32520 LatexCommand ref
32521 reference "uab:Vertikale-Ausrichtung"
32522
32523 \end_inset
32524
32525  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32526 \begin_inset space ~
32527 \end_inset
32528
32529
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "abs:Farbige-Boxen"
32533
32534 \end_inset
32535
32536 .
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Boxen werden mit 
32541 \family sans
32542 Einfügen\SpecialChar menuseparator
32543 Box
32544 \family default
32545  oder dem Schalter 
32546 \begin_inset Info
32547 type  "icon"
32548 arg   "box-insert Frameless"
32549 \end_inset
32550
32551  eingefügt.
32552  Ein graues Kästchen mit der Aufschrift 
32553 \begin_inset Quotes gld
32554 \end_inset
32555
32556 Box (Minipage)
32557 \begin_inset Quotes grd
32558 \end_inset
32559
32560  erscheint: 
32561 \begin_inset Graphics
32562         filename clipart/StandardBoxQt4.png
32563         scale 85
32564         scaleBeforeRotation
32565
32566 \end_inset
32567
32568  Mit einem Rechts\SpecialChar softhyphen
32569 klick auf das graue Kästchen und der Auswahl von 
32570 \family sans
32571 Einstellungen
32572 \family default
32573  kann der Typ spezifiziert werden.
32574  Das Dialogfenster bietet bei 
32575 \family sans
32576 Innere
32577 \begin_inset space ~
32578 \end_inset
32579
32580 Box
32581 \family default
32582  die Typen 
32583 \family sans
32584 Makebox
32585 \family default
32586
32587 \family sans
32588 Parbox
32589 \family default
32590  und 
32591 \family sans
32592 Minipage
32593 \family default
32594  an.
32595  
32596 \family sans
32597 Minipage
32598 \family default
32599  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32600 \begin_inset space ~
32601 \end_inset
32602
32603
32604 \begin_inset CommandInset ref
32605 LatexCommand ref
32606 reference "abs:Minipage"
32607
32608 \end_inset
32609
32610  beschrieben, 
32611 \family sans
32612 Parbox
32613 \family default
32614  in Abschnitt
32615 \begin_inset space ~
32616 \end_inset
32617
32618
32619 \begin_inset CommandInset ref
32620 LatexCommand ref
32621 reference "abs:Parbox"
32622
32623 \end_inset
32624
32625  und 
32626 \family sans
32627 Makebox
32628 \family default
32629  in 
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "abs:Silbentrennung-unterbinden"
32633
32634 \end_inset
32635
32636 .
32637 \end_layout
32638
32639 \begin_layout Standard
32640 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32641  wie auf Gleitobjekte und Fußnoten.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 \begin_inset Note Greyedout
32646 status open
32647
32648 \begin_layout Plain Layout
32649
32650 \series bold
32651 Bemerkung
32652 \begin_inset space ~
32653 \end_inset
32654
32655 1:
32656 \series default
32657  Boxen dürfen in 
32658 \family sans
32659 List-
32660 \family default
32661  oder 
32662 \family sans
32663 Beschreibung-
32664 \family default
32665 Umgebungen nicht verwendet werden.
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674 \begin_inset Note Greyedout
32675 status open
32676
32677 \begin_layout Plain Layout
32678
32679 \series bold
32680 Bemerkung
32681 \begin_inset space ~
32682 \end_inset
32683
32684 2:
32685 \series default
32686  Boxen ohne 
32687 \family sans
32688 Innere
32689 \begin_inset space ~
32690 \end_inset
32691
32692 Box
32693 \family default
32694  und ohne Rahmen werden in Abschnitt
32695 \begin_inset space ~
32696 \end_inset
32697
32698
32699 \begin_inset CommandInset ref
32700 LatexCommand ref
32701 reference "abs:Silbentrennung-unterbinden"
32702
32703 \end_inset
32704
32705  beschrieben.
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Section
32714 Das Box-Einstellungen-Fenster
32715 \begin_inset CommandInset label
32716 LatexCommand label
32717 name "abs:Box-Dialog"
32718
32719 \end_inset
32720
32721
32722 \begin_inset Index idx
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 Boxen ! Box-Dialog-Fenster
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Subsection
32735 Box-Größe
32736 \begin_inset Index idx
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 Boxen ! Größe
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Standard
32749 Im 
32750 \family sans
32751 Box-Einstellungen
32752 \family default
32753 -Fenster können Sie die Größe der Box mit 
32754 \family sans
32755 Breite
32756 \family default
32757  und 
32758 \family sans
32759 Höhe 
32760 \family default
32761 festlegen.
32762  Die verfügbaren Einheiten werden in Tabelle
32763 \begin_inset space ~
32764 \end_inset
32765
32766
32767 \begin_inset CommandInset ref
32768 LatexCommand ref
32769 reference "tab:Maßeinheiten"
32770
32771 \end_inset
32772
32773  aufgelistet.
32774  Das Feld
32775 \family sans
32776  Höhe
32777 \family default
32778  bietet die folgenden zusätzlichen Größen:
32779 \end_layout
32780
32781 \begin_layout Description
32782 Tiefe Dies ist die reine Text-
32783 \begin_inset Quotes gld
32784 \end_inset
32785
32786 Höhe
32787 \begin_inset Quotes grd
32788 \end_inset
32789
32790 .
32791  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32792 \begin_inset Newline newline
32793 \end_inset
32794
32795
32796 \begin_inset Newline newline
32797 \end_inset
32798
32799
32800 \begin_inset Newline newline
32801 \end_inset
32802
32803
32804 \begin_inset Box Boxed
32805 position "c"
32806 hor_pos "c"
32807 has_inner_box 1
32808 inner_pos "c"
32809 use_parbox 0
32810 use_makebox 0
32811 width "12col%"
32812 special "none"
32813 height "1in"
32814 height_special "depth"
32815 thickness "0.4pt"
32816 separation "3pt"
32817 shadowsize "4pt"
32818 framecolor "black"
32819 backgroundcolor "none"
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 \align center
32824 Box-Höhe = 1
32825 \begin_inset space \thinspace{}
32826 \end_inset
32827
32828 Tiefe
32829 \end_layout
32830
32831 \end_inset
32832
32833
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \begin_inset Newline newline
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Description
32845 Höhe Dies ist die Texthöhe innerhalb der Box.
32846  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32847  Texthöhe setzen: 
32848 \begin_inset Box Boxed
32849 position "c"
32850 hor_pos "c"
32851 has_inner_box 1
32852 inner_pos "c"
32853 use_parbox 0
32854 use_makebox 0
32855 width "20col%"
32856 special "none"
32857 height "2in"
32858 height_special "height"
32859 thickness "0.4pt"
32860 separation "3pt"
32861 shadowsize "4pt"
32862 framecolor "black"
32863 backgroundcolor "none"
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 \align center
32868 Boxhöhe = 2
32869 \begin_inset space \thinspace{}
32870 \end_inset
32871
32872 Höhe
32873 \end_layout
32874
32875 \end_inset
32876
32877
32878 \end_layout
32879
32880 \begin_layout Description
32881 Gesamthöhe Dies ist Höhe
32882 \begin_inset space \thinspace{}
32883 \end_inset
32884
32885 +
32886 \begin_inset space \thinspace{}
32887 \end_inset
32888
32889 Tiefe: 
32890 \begin_inset Box Boxed
32891 position "c"
32892 hor_pos "c"
32893 has_inner_box 1
32894 inner_pos "c"
32895 use_parbox 0
32896 use_makebox 0
32897 width "20col%"
32898 special "none"
32899 height "1in"
32900 height_special "totalheight"
32901 thickness "0.4pt"
32902 separation "3pt"
32903 shadowsize "4pt"
32904 framecolor "black"
32905 backgroundcolor "none"
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 \align center
32910 Boxhöhe = 1
32911 \begin_inset space \thinspace{}
32912 \end_inset
32913
32914 Gesamthöhe
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Description
32923 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32924 \begin_inset Box Boxed
32925 position "c"
32926 hor_pos "c"
32927 has_inner_box 1
32928 inner_pos "c"
32929 use_parbox 0
32930 use_makebox 0
32931 width "12col%"
32932 special "none"
32933 height "1in"
32934 height_special "width"
32935 thickness "0.4pt"
32936 separation "3pt"
32937 shadowsize "4pt"
32938 framecolor "black"
32939 backgroundcolor "none"
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943 \align center
32944 Boxhöhe = 1
32945 \begin_inset space \thinspace{}
32946 \end_inset
32947
32948 Breite
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Subsection
32957 Ausrichtung
32958 \begin_inset Index idx
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962 Boxen ! Ausrichtung
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Standard
32971 Wenn Sie eine 
32972 \family sans
32973 Innere
32974 \begin_inset space ~
32975 \end_inset
32976
32977 Box
32978 \family default
32979  gewählt haben, kann die Box mit folgenden Werten für 
32980 \family sans
32981 Box
32982 \family default
32983  senkrecht ausgerichtet werden:
32984 \end_layout
32985
32986 \begin_layout Description
32987 Oben Dies ist ein Beispieltext.
32988  
32989 \begin_inset Box Boxed
32990 position "t"
32991 hor_pos "c"
32992 has_inner_box 1
32993 inner_pos "c"
32994 use_parbox 0
32995 use_makebox 0
32996 width "20col%"
32997 special "none"
32998 height "1in"
32999 height_special "totalheight"
33000 thickness "0.4pt"
33001 separation "3pt"
33002 shadowsize "4pt"
33003 framecolor "black"
33004 backgroundcolor "none"
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 \align center
33009 Die Ober\SpecialChar softhyphen
33010 kante der Box ist in der Zeile.
33011 \end_layout
33012
33013 \end_inset
33014
33015  Dies ist ein Beispieltext.
33016 \end_layout
33017
33018 \begin_layout Description
33019 Mitte Dies ist ein Beispieltext.
33020  
33021 \begin_inset Box Boxed
33022 position "c"
33023 hor_pos "c"
33024 has_inner_box 1
33025 inner_pos "c"
33026 use_parbox 0
33027 use_makebox 0
33028 width "20col%"
33029 special "none"
33030 height "1in"
33031 height_special "totalheight"
33032 thickness "0.4pt"
33033 separation "3pt"
33034 shadowsize "4pt"
33035 framecolor "black"
33036 backgroundcolor "none"
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 \align center
33041 Die Mitte der Box ist in der Zeile.
33042 \end_layout
33043
33044 \end_inset
33045
33046  Dies ist ein Beispieltext.
33047 \end_layout
33048
33049 \begin_layout Description
33050 Unten Dies ist ein Beispieltext.
33051  
33052 \begin_inset Box Boxed
33053 position "b"
33054 hor_pos "c"
33055 has_inner_box 1
33056 inner_pos "c"
33057 use_parbox 0
33058 use_makebox 0
33059 width "20col%"
33060 special "none"
33061 height "1in"
33062 height_special "totalheight"
33063 thickness "0.4pt"
33064 separation "3pt"
33065 shadowsize "4pt"
33066 framecolor "black"
33067 backgroundcolor "none"
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 \align center
33072 Die Unter\SpecialChar softhyphen
33073 kante der Box ist in der Zeile.
33074 \end_layout
33075
33076 \end_inset
33077
33078  Dies ist ein Beispieltext.
33079 \end_layout
33080
33081 \begin_layout Standard
33082 \begin_inset Note Greyedout
33083 status open
33084
33085 \begin_layout Plain Layout
33086
33087 \series bold
33088 Bemerkung:
33089 \series default
33090  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
33091  Boxen in einer Zeile sind und eine Box z.
33092 \begin_inset space \thinspace{}
33093 \end_inset
33094
33095 B.
33096  schattiert ist, die andere aber nicht.
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Standard
33105 Eine Box kann mit dem Dialog 
33106 \family sans
33107 Absatz-Einstellungen
33108 \family default
33109  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
33110 \end_layout
33111
33112 \begin_layout Standard
33113 \begin_inset VSpace bigskip
33114 \end_inset
33115
33116 Wenn Sie eine 
33117 \family sans
33118 Innere
33119 \begin_inset space ~
33120 \end_inset
33121
33122 Box
33123 \family default
33124  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
33125 \family sans
33126 Inhalt
33127 \family default
33128  senkrecht ausgerichtet werden:
33129 \end_layout
33130
33131 \begin_layout Description
33132 Oben Dies ist ein Beispieltext.
33133  
33134 \begin_inset Box Boxed
33135 position "c"
33136 hor_pos "c"
33137 has_inner_box 1
33138 inner_pos "t"
33139 use_parbox 0
33140 use_makebox 0
33141 width "20col%"
33142 special "none"
33143 height "1.5in"
33144 height_special "totalheight"
33145 thickness "0.4pt"
33146 separation "3pt"
33147 shadowsize "4pt"
33148 framecolor "black"
33149 backgroundcolor "none"
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153 \align center
33154 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
33155 \end_layout
33156
33157 \end_inset
33158
33159  Dies ist ein Beispieltext.
33160 \end_layout
33161
33162 \begin_layout Description
33163 Mitte Dies ist ein Beispieltext.
33164  
33165 \begin_inset Box Boxed
33166 position "c"
33167 hor_pos "c"
33168 has_inner_box 1
33169 inner_pos "c"
33170 use_parbox 0
33171 use_makebox 0
33172 width "20col%"
33173 special "none"
33174 height "1.5in"
33175 height_special "totalheight"
33176 thickness "0.4pt"
33177 separation "3pt"
33178 shadowsize "4pt"
33179 framecolor "black"
33180 backgroundcolor "none"
33181 status collapsed
33182
33183 \begin_layout Plain Layout
33184 \align center
33185 Der Boxinhalt ist zentriert ausgerichtet.
33186 \end_layout
33187
33188 \end_inset
33189
33190  Dies ist ein Beispieltext.
33191 \end_layout
33192
33193 \begin_layout Description
33194 Unten Dies ist ein Beispieltext.
33195  
33196 \begin_inset Box Boxed
33197 position "c"
33198 hor_pos "c"
33199 has_inner_box 1
33200 inner_pos "b"
33201 use_parbox 0
33202 use_makebox 0
33203 width "20col%"
33204 special "none"
33205 height "1.5in"
33206 height_special "totalheight"
33207 thickness "0.4pt"
33208 separation "3pt"
33209 shadowsize "4pt"
33210 framecolor "black"
33211 backgroundcolor "none"
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215 \align center
33216 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
33217 \end_layout
33218
33219 \end_inset
33220
33221  Dies ist ein Beispieltext.
33222 \end_layout
33223
33224 \begin_layout Description
33225 Dehnen Dies ist ein Beispieltext.
33226  
33227 \begin_inset Box Boxed
33228 position "c"
33229 hor_pos "c"
33230 has_inner_box 1
33231 inner_pos "s"
33232 use_parbox 0
33233 use_makebox 0
33234 width "20col%"
33235 special "none"
33236 height "1in"
33237 height_special "totalheight"
33238 thickness "0.4pt"
33239 separation "3pt"
33240 shadowsize "4pt"
33241 framecolor "black"
33242 backgroundcolor "none"
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246 \align center
33247 Der Boxinhalt
33248 \end_layout
33249
33250 \begin_layout Plain Layout
33251 \align center
33252 ist über die
33253 \end_layout
33254
33255 \begin_layout Plain Layout
33256 \align center
33257 Boxhöhe
33258 \end_layout
33259
33260 \begin_layout Plain Layout
33261 \align center
33262 gleichmäßig verteilt.
33263 \end_layout
33264
33265 \end_inset
33266
33267  Dies ist ein Beispieltext.
33268 \end_layout
33269
33270 \begin_layout Standard
33271 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
33272  besteht.
33273  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 Ein Boxinhalt kann mit dem Dialog 
33278 \family sans
33279 Absatz-Einstellungen
33280 \family default
33281  waagerecht ausgerichtet werden, wenn Sie eine
33282 \family sans
33283  Innere
33284 \begin_inset space ~
33285 \end_inset
33286
33287 Box
33288 \family default
33289  gewählt haben.
33290 \begin_inset Separator parbreak
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 \align center
33298 \begin_inset Box Boxed
33299 position "c"
33300 hor_pos "c"
33301 has_inner_box 1
33302 inner_pos "s"
33303 use_parbox 0
33304 use_makebox 0
33305 width "30col%"
33306 special "none"
33307 height "1.25in"
33308 height_special "totalheight"
33309 thickness "0.4pt"
33310 separation "3pt"
33311 shadowsize "4pt"
33312 framecolor "black"
33313 backgroundcolor "none"
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317 \align left
33318 Hier ist jede Zeile
33319 \end_layout
33320
33321 \begin_layout Plain Layout
33322 \align center
33323 anders
33324 \end_layout
33325
33326 \begin_layout Plain Layout
33327 \align right
33328 ausgerichtet.
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \end_layout
33335
33336 \begin_layout Standard
33337 Wenn Sie keine
33338 \family sans
33339  Innere
33340 \begin_inset space ~
33341 \end_inset
33342
33343 Box
33344 \family default
33345  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33346 \family sans
33347 Box-Einstellungen-
33348 \family default
33349 Dialog ausrichten
33350 \begin_inset Separator parbreak
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \begin_layout Standard
33357 \align center
33358 \begin_inset Box Boxed
33359 position "c"
33360 hor_pos "s"
33361 has_inner_box 0
33362 inner_pos "s"
33363 use_parbox 0
33364 use_makebox 0
33365 width "90col%"
33366 special "none"
33367 height "1.25in"
33368 height_special "totalheight"
33369 thickness "0.4pt"
33370 separation "3pt"
33371 shadowsize "4pt"
33372 framecolor "black"
33373 backgroundcolor "none"
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377 Dieser Boxinhalt wurde horizontal gedehnt.
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Subsection
33386 Verzierung
33387 \begin_inset CommandInset label
33388 LatexCommand label
33389 name "uab:Verzierung"
33390
33391 \end_inset
33392
33393
33394 \begin_inset Index idx
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 Boxen ! Verzierung
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Standard
33407 Im 
33408 \family sans
33409 Box-Einstellungen-
33410 \family default
33411 Dialog können Sie mit der 
33412 \family sans
33413 Verzierung
33414 \family default
33415  den Typ der Box auswählen:
33416 \end_layout
33417
33418 \begin_layout Description
33419 Kein
33420 \begin_inset space ~
33421 \end_inset
33422
33423 Rahmen Nichts wird gezeichnet.
33424 \end_layout
33425
33426 \begin_layout Description
33427 Einfacher
33428 \begin_inset space ~
33429 \end_inset
33430
33431 rechteckiger
33432 \begin_inset space ~
33433 \end_inset
33434
33435 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33436  Die Rahmendicke kann festgelegt werden.
33437  
33438 \begin_inset Box Boxed
33439 position "c"
33440 hor_pos "c"
33441 has_inner_box 1
33442 inner_pos "c"
33443 use_parbox 0
33444 use_makebox 0
33445 width "21col%"
33446 special "none"
33447 height "1in"
33448 height_special "totalheight"
33449 thickness "0.4pt"
33450 separation "3pt"
33451 shadowsize "4pt"
33452 framecolor "black"
33453 backgroundcolor "none"
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457
33458 \series medium
33459 Rechteckige
33460 \begin_inset space ~
33461 \end_inset
33462
33463 Box
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Description
33472 erlaube
33473 \begin_inset space ~
33474 \end_inset
33475
33476 Seitenumbrüche 
33477 \end_layout
33478
33479 \begin_layout Description
33480 Ovaler
33481 \begin_inset space ~
33482 \end_inset
33483
33484 Rahmen,
33485 \begin_inset space ~
33486 \end_inset
33487
33488 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33489  Die Rahmendicke ist 0.4
33490 \begin_inset space \thinspace{}
33491 \end_inset
33492
33493 pt.
33494  
33495 \begin_inset Box ovalbox
33496 position "c"
33497 hor_pos "c"
33498 has_inner_box 1
33499 inner_pos "c"
33500 use_parbox 0
33501 use_makebox 0
33502 width "20col%"
33503 special "none"
33504 height "1in"
33505 height_special "totalheight"
33506 thickness "0.4pt"
33507 separation "3pt"
33508 shadowsize "4pt"
33509 framecolor "black"
33510 backgroundcolor "none"
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 Ovale
33515 \begin_inset space ~
33516 \end_inset
33517
33518 Box,
33519 \begin_inset space ~
33520 \end_inset
33521
33522 dünn
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Description
33531 Ovaler
33532 \begin_inset space ~
33533 \end_inset
33534
33535 Rahmen,
33536 \begin_inset space ~
33537 \end_inset
33538
33539 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33540  Die Rahmendicke ist 0.8
33541 \begin_inset space \thinspace{}
33542 \end_inset
33543
33544 pt.
33545  
33546 \begin_inset Box Ovalbox
33547 position "c"
33548 hor_pos "c"
33549 has_inner_box 1
33550 inner_pos "c"
33551 use_parbox 0
33552 use_makebox 0
33553 width "20col%"
33554 special "none"
33555 height "1in"
33556 height_special "totalheight"
33557 thickness "0.4pt"
33558 separation "3pt"
33559 shadowsize "4pt"
33560 framecolor "black"
33561 backgroundcolor "none"
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Ovale
33566 \begin_inset space ~
33567 \end_inset
33568
33569 Box,
33570 \begin_inset space ~
33571 \end_inset
33572
33573 dick
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \begin_layout Description
33582 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33583  Die Rahmendicke und die Schattenbreite kann festgelegt werden.
33584 \begin_inset Newline newline
33585 \end_inset
33586
33587
33588 \begin_inset Box Shadowbox
33589 position "c"
33590 hor_pos "c"
33591 has_inner_box 1
33592 inner_pos "c"
33593 use_parbox 0
33594 use_makebox 0
33595 width "20col%"
33596 special "none"
33597 height "1in"
33598 height_special "totalheight"
33599 thickness "0.4pt"
33600 separation "3pt"
33601 shadowsize "4pt"
33602 framecolor "black"
33603 backgroundcolor "none"
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 Schattierte
33608 \begin_inset space ~
33609 \end_inset
33610
33611 Box
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Description
33620 Schattierter
33621 \begin_inset space ~
33622 \end_inset
33623
33624 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33625  Im Gegensatz zu farbigen Boxen
33626 \begin_inset Foot
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630 siehe Abschnitt
33631 \begin_inset space ~
33632 \end_inset
33633
33634
33635 \begin_inset CommandInset ref
33636 LatexCommand ref
33637 reference "abs:Farbige-Boxen"
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \end_inset
33645
33646  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33647  die Box ist ein Absatz für sich.
33648  
33649 \begin_inset Box Shaded
33650 position "t"
33651 hor_pos "c"
33652 has_inner_box 0
33653 inner_pos "t"
33654 use_parbox 0
33655 use_makebox 0
33656 width "50col%"
33657 special "none"
33658 height "1in"
33659 height_special "totalheight"
33660 thickness "0.4pt"
33661 separation "3pt"
33662 shadowsize "4pt"
33663 framecolor "black"
33664 backgroundcolor "none"
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668 Schattierter Hintergrund Box
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \begin_layout Description
33677 Doppelter
33678 \begin_inset space ~
33679 \end_inset
33680
33681 rechteckiger
33682 \begin_inset space ~
33683 \end_inset
33684
33685 Rahmen zeichnet einen doppelten Rahmen um die Box.
33686  Der innere Rahmen ist 0,75
33687 \begin_inset space \thinspace{}
33688 \end_inset
33689
33690 Rahmendicke breit, der äußere 1,5
33691 \begin_inset space \thinspace{}
33692 \end_inset
33693
33694 Rahmendicke.
33695  Der Zwischenraum beträgt 1,5
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 Rahmendicke
33700 \begin_inset space \thinspace{}
33701 \end_inset
33702
33703 +
33704 \begin_inset space \thinspace{}
33705 \end_inset
33706
33707 0,5
33708 \begin_inset space \thinspace{}
33709 \end_inset
33710
33711 pt.
33712  
33713 \begin_inset Box Doublebox
33714 position "c"
33715 hor_pos "c"
33716 has_inner_box 1
33717 inner_pos "c"
33718 use_parbox 0
33719 use_makebox 0
33720 width "20col%"
33721 special "none"
33722 height "1in"
33723 height_special "totalheight"
33724 thickness "0.4pt"
33725 separation "3pt"
33726 shadowsize "4pt"
33727 framecolor "black"
33728 backgroundcolor "none"
33729 status collapsed
33730
33731 \begin_layout Plain Layout
33732 Doppelt
33733 \begin_inset space ~
33734 \end_inset
33735
33736 gerahmte
33737 \begin_inset space ~
33738 \end_inset
33739
33740 Box
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Standard
33749 \begin_inset VSpace bigskip
33750 \end_inset
33751
33752 Die Aufschrift der Box in \SpecialChar LyX
33753  ändert sich mit der gewählten Verzierung.
33754  Um alle Verzierungen verwenden zu können, muss das \SpecialChar LaTeX
33755 -Paket 
33756 \series bold
33757 fancybox
33758 \series default
33759
33760 \begin_inset Index idx
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 \SpecialChar LaTeX
33765 -Pakete ! fancybox
33766 \end_layout
33767
33768 \end_inset
33769
33770  installiert sein.
33771 \end_layout
33772
33773 \begin_layout Standard
33774 \begin_inset VSpace bigskip
33775 \end_inset
33776
33777 Wenn Sie die Verzierung 
33778 \family sans
33779 Einfacher rechteckiger Rahmen
33780 \family default
33781  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33782  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33783  immer über die gesamte Zeilenbreite geht und dass die Box ein Absatz für
33784  sich ist: 
33785 \begin_inset Box Framed
33786 position "t"
33787 hor_pos "c"
33788 has_inner_box 0
33789 inner_pos "t"
33790 use_parbox 0
33791 use_makebox 0
33792 width "100col%"
33793 special "none"
33794 height "1in"
33795 height_special "totalheight"
33796 thickness "0.4pt"
33797 separation "3pt"
33798 shadowsize "4pt"
33799 framecolor "black"
33800 backgroundcolor "none"
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 Box erlaubt Seitenumbruch
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \begin_layout Section
33813 Box-Anpassung
33814 \begin_inset Index idx
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 Boxen ! Anpassung
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \noindent
33828 Der Durchmesser der abgerundeten Ecken kann mit 
33829 \series bold
33830
33831 \backslash
33832 cornersize
33833 \series default
33834  gesetzt werden.
33835  Der \SpecialChar TeX
33836 -Code-Befehl
33837 \end_layout
33838
33839 \begin_layout Standard
33840
33841 \series bold
33842
33843 \backslash
33844 cornersize*{1cm}
33845 \end_layout
33846
33847 \begin_layout Standard
33848 setzt den Durchmesser auf 1
33849 \begin_inset space \thinspace{}
33850 \end_inset
33851
33852 cm.
33853  Der \SpecialChar TeX
33854 -Code-Befehl
33855 \end_layout
33856
33857 \begin_layout Standard
33858
33859 \series bold
33860
33861 \backslash
33862 cornersize{num}
33863 \end_layout
33864
33865 \begin_layout Standard
33866 setzt den Durchmesser auf 
33867 \family sans
33868 num
33869 \begin_inset space \thinspace{}
33870 \end_inset
33871
33872 ×
33873 \begin_inset space \thinspace{}
33874 \end_inset
33875
33876 Minimum(Breite der Box, Höhe der Box)
33877 \family default
33878 .
33879  Der Standardwert ist 
33880 \series bold
33881
33882 \backslash
33883 cornersize{0.5}
33884 \series default
33885 .
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset ERT
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893
33894
33895 \backslash
33896 cornersize*{1.5cm}
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \begin_inset Box Ovalbox
33903 position "c"
33904 hor_pos "c"
33905 has_inner_box 1
33906 inner_pos "c"
33907 use_parbox 0
33908 use_makebox 0
33909 width "30col%"
33910 special "none"
33911 height "1in"
33912 height_special "totalheight"
33913 thickness "0.4pt"
33914 separation "3pt"
33915 shadowsize "4pt"
33916 framecolor "black"
33917 backgroundcolor "none"
33918 status open
33919
33920 \begin_layout Plain Layout
33921 \align center
33922 Ovale Box, dicker Rand, mit 
33923 \series bold
33924
33925 \backslash
33926 cornersize
33927 \series default
33928
33929 \begin_inset space \thinspace{}
33930 \end_inset
33931
33932 =
33933 \begin_inset space \thinspace{}
33934 \end_inset
33935
33936 1.5
33937 \begin_inset space \thinspace{}
33938 \end_inset
33939
33940 cm
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \begin_inset ERT
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950
33951
33952 \backslash
33953 cornersize{0.5}
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \end_layout
33960
33961 \begin_layout Standard
33962 \begin_inset VSpace bigskip
33963 \end_inset
33964
33965 Die Standard-Hintergrundfarbe rot von Boxen mit 
33966 \family sans
33967 schattiertem Hintergrund
33968 \family default
33969  kann entweder lokal mit dem Befehl 
33970 \series bold
33971
33972 \backslash
33973 definecolor{shadecolor}
33974 \series default
33975  oder global über das Menü 
33976 \family sans
33977 Werkzeuge\SpecialChar menuseparator
33978 Einstellungen\SpecialChar menuseparator
33979 Farben\SpecialChar menuseparator
33980 Schattierte
33981 \begin_inset space ~
33982 \end_inset
33983
33984 Box
33985 \family default
33986  geändert werden.
33987  Das Schema des 
33988 \series bold
33989
33990 \backslash
33991 definecolor
33992 \series default
33993  Befehls ist  in Abschnitt
33994 \begin_inset space ~
33995 \end_inset
33996
33997
33998 \begin_inset CommandInset ref
33999 LatexCommand ref
34000 reference "abs:Farbige-Tabellen"
34001
34002 \end_inset
34003
34004  erklärt.
34005 \begin_inset Foot
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 Beachten Sie, dass 
34010 \series bold
34011
34012 \backslash
34013 definecolor
34014 \series default
34015  das \SpecialChar LaTeX
34016 -Paket 
34017 \series bold
34018 color
34019 \series default
34020  im \SpecialChar LaTeX
34021 -Vorspann benötigt, siehe Abschnitt
34022 \begin_inset space ~
34023 \end_inset
34024
34025
34026 \begin_inset CommandInset ref
34027 LatexCommand ref
34028 reference "abs:Farbige-Boxen"
34029
34030 \end_inset
34031
34032 .
34033 \end_layout
34034
34035 \end_inset
34036
34037  Für das nächste Beispiel wurden folgender \SpecialChar TeX
34038 -Code verwendet:
34039 \end_layout
34040
34041 \begin_layout Standard
34042
34043 \series bold
34044
34045 \backslash
34046 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055
34056 \backslash
34057 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \begin_inset Box Shaded
34064 position "t"
34065 hor_pos "c"
34066 has_inner_box 0
34067 inner_pos "t"
34068 use_parbox 0
34069 use_makebox 0
34070 width "100col%"
34071 special "none"
34072 height "1in"
34073 height_special "totalheight"
34074 thickness "0.4pt"
34075 separation "3pt"
34076 shadowsize "4pt"
34077 framecolor "black"
34078 backgroundcolor "none"
34079 status open
34080
34081 \begin_layout Plain Layout
34082
34083 \color yellow
34084 Dies ist gelber Text in einer 
34085 \family sans
34086 schattierten Hintergrund
34087 \begin_inset space ~
34088 \end_inset
34089
34090
34091 \family default
34092 Box auf dunkelgrünem Hintergrund.
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103
34104 \backslash
34105 definecolor{shadecolor}{rgb}{1,0,0}
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \begin_layout Standard
34114 \begin_inset VSpace bigskip
34115 \end_inset
34116
34117 Geänderte Größen und Farben gelten für alle Boxen, die auf den Befehl folgen,
34118  der sie ändert.
34119 \end_layout
34120
34121 \begin_layout Section
34122 Minipage
34123 \begin_inset CommandInset label
34124 LatexCommand label
34125 name "abs:Minipage"
34126
34127 \end_inset
34128
34129
34130 \begin_inset Index idx
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 Boxen ! Minipage
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Minipages werden von \SpecialChar LaTeX
34144  wie Seiten auf einer Seite behandelt und können deshalb
34145  unter anderem eigene Fußnoten haben.
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34154  Ihre Breite ist 45 Spaltenbreite
34155 \begin_inset space ~
34156 \end_inset
34157
34158 %, und sie sind durch einen 
34159 \family sans
34160 HFill
34161 \family default
34162  getrennt (
34163 \family sans
34164 Einfügen\SpecialChar menuseparator
34165 Formatierung\SpecialChar menuseparator
34166 Horizontaler
34167 \begin_inset space \space{}
34168 \end_inset
34169
34170 Abstand\SpecialChar menuseparator
34171 Abstand\SpecialChar menuseparator
34172 Variabler
34173 \begin_inset space ~
34174 \end_inset
34175
34176 horiz.
34177 \begin_inset space ~
34178 \end_inset
34179
34180 Abstand
34181 \family default
34182 ).
34183 \begin_inset Newpage newpage
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Standard
34190 \noindent
34191 \begin_inset Box Frameless
34192 position "t"
34193 hor_pos "c"
34194 has_inner_box 1
34195 inner_pos "c"
34196 use_parbox 0
34197 use_makebox 0
34198 width "45col%"
34199 special "none"
34200 height "1in"
34201 height_special "totalheight"
34202 thickness "0.4pt"
34203 separation "3pt"
34204 shadowsize "4pt"
34205 framecolor "black"
34206 backgroundcolor "none"
34207 status open
34208
34209 \begin_layout Plain Layout
34210 Dies ist ein deutscher Text.
34211  Dies ist ein deutscher Text.
34212  Dies ist ein deutscher Text.
34213  Dies ist ein deutscher Text.
34214  Dies ist ein deutscher Text.
34215  Dies ist ein deutscher Text.
34216  Dies ist ein deutscher Text.
34217  Dies ist ein deutscher Text.
34218  Dies ist ein deutscher Text.
34219  Dies ist ein deutscher Text.
34220  Dies ist ein deutscher Text.
34221  Dies ist ein deutscher Text.
34222  Dies ist ein deutscher Text
34223 \begin_inset Foot
34224 status open
34225
34226 \begin_layout Plain Layout
34227 Dies ist eine deutsche Fußnote.
34228 \end_layout
34229
34230 \end_inset
34231
34232 .
34233  Dies ist ein deutscher Text.
34234  Dies ist ein deutscher Text.
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \begin_inset space \hfill{}
34241 \end_inset
34242
34243
34244 \begin_inset Box Frameless
34245 position "t"
34246 hor_pos "c"
34247 has_inner_box 1
34248 inner_pos "c"
34249 use_parbox 0
34250 use_makebox 0
34251 width "45col%"
34252 special "none"
34253 height "1in"
34254 height_special "totalheight"
34255 thickness "0.4pt"
34256 separation "3pt"
34257 shadowsize "4pt"
34258 framecolor "black"
34259 backgroundcolor "none"
34260 status open
34261
34262 \begin_layout Plain Layout
34263
34264 \lang english
34265 This is an English Text.
34266  This is an English Text.
34267  This is an English Text.
34268  This is an English Text.
34269  This is an English Text.
34270  This is an English Text.
34271  This is an English Text.
34272  This is an English Text.
34273  This is an English Text.
34274  This is an English Text.
34275  This is an English Text.
34276  This is an English Text.
34277  This is an English Text.
34278  This is an English Text.
34279  This is an English Text.
34280  This is an English Text.
34281 \begin_inset Foot
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285
34286 \lang english
34287 This is an English footnote.
34288 \end_layout
34289
34290 \end_inset
34291
34292  This is an English Text.
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Standard
34301 \begin_inset VSpace bigskip
34302 \end_inset
34303
34304 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34305  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34306  Absätze nicht eingerückt werden, obwohl Sie das in 
34307 \family sans
34308 Dokument
34309 \family default
34310 \SpecialChar menuseparator
34311
34312 \family sans
34313 Einstellun\SpecialChar softhyphen
34314 gen\SpecialChar menuseparator
34315 Textformat
34316 \family default
34317  festgelegt haben.
34318  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34319  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem \SpecialChar TeX
34320 -Code 
34321 \series bold
34322
34323 \backslash
34324 hspace*{1em}
34325 \series default
34326 .
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34331  zu verpassen, siehe Abschnitt
34332 \begin_inset space ~
34333 \end_inset
34334
34335
34336 \begin_inset CommandInset ref
34337 LatexCommand ref
34338 reference "abs:Farbige-Boxen"
34339
34340 \end_inset
34341
34342 .
34343 \end_layout
34344
34345 \begin_layout Standard
34346 \begin_inset Note Greyedout
34347 status open
34348
34349 \begin_layout Plain Layout
34350
34351 \series bold
34352 Bemerkung:
34353 \series default
34354  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34355  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Section
34364 Parbox
34365 \begin_inset CommandInset label
34366 LatexCommand label
34367 name "abs:Parbox"
34368
34369 \end_inset
34370
34371
34372 \begin_inset Index idx
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376 Boxen ! Parbox
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385 Parbox ist eine Abkürzung für 
34386 \begin_inset Quotes gld
34387 \end_inset
34388
34389 paragraph box
34390 \begin_inset Quotes grd
34391 \end_inset
34392
34393 , was Absatzbox bedeutet.
34394  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34395  in Parboxen nicht ausgegeben werden:
34396 \begin_inset Separator parbreak
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \begin_layout Standard
34403 \align center
34404 \begin_inset Box Frameless
34405 position "t"
34406 hor_pos "c"
34407 has_inner_box 1
34408 inner_pos "t"
34409 use_parbox 1
34410 use_makebox 0
34411 width "33col%"
34412 special "none"
34413 height "1in"
34414 height_special "totalheight"
34415 thickness "0.4pt"
34416 separation "3pt"
34417 shadowsize "4pt"
34418 framecolor "black"
34419 backgroundcolor "none"
34420 status open
34421
34422 \begin_layout Plain Layout
34423 Dies ist Text in einer Parbox.
34424  Dies ist Text in einer Parbox.
34425 \end_layout
34426
34427 \begin_layout Plain Layout
34428 Diese Fußnote wird nicht gedruckt:
34429 \begin_inset Foot
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Section
34447 Boxen für Worte und Buchstaben
34448 \begin_inset Index idx
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 Boxen ! für Buchstaben
34453 \end_layout
34454
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \begin_layout Subsection
34461 Silbentrennung unterbinden
34462 \begin_inset CommandInset label
34463 LatexCommand label
34464 name "abs:Silbentrennung-unterbinden"
34465
34466 \end_inset
34467
34468
34469 \begin_inset Index idx
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 Boxen ! zur Vermeidung von Silbentrennung
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Standard
34482 Sie können den Boxtyp 
34483 \family sans
34484 Makebox
34485 \family default
34486  benutzen, um Silbentrennungen zu unterbinden.
34487 \begin_inset Newline newline
34488 \end_inset
34489
34490 Hier ist ein Beispiel: 
34491 \end_layout
34492
34493 \begin_layout Standard
34494 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34495 \begin_inset Quotes gld
34496 \end_inset
34497
34498 einsehrsehrsehrlangeswort
34499 \begin_inset Quotes grd
34500 \end_inset
34501
34502 .
34503 \end_layout
34504
34505 \begin_layout Standard
34506 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34507  Innere
34508 \begin_inset space ~
34509 \end_inset
34510
34511 Box auf Makebox und verwenden keine explizite Breite.
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Hier ist das Ergebnis:
34516 \end_layout
34517
34518 \begin_layout Standard
34519 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34520 \begin_inset Box Frameless
34521 position "t"
34522 hor_pos "c"
34523 has_inner_box 1
34524 inner_pos "t"
34525 use_parbox 0
34526 use_makebox 1
34527 width ""
34528 special "none"
34529 height "1in"
34530 height_special "totalheight"
34531 thickness "0.4pt"
34532 separation "3pt"
34533 shadowsize "4pt"
34534 framecolor "black"
34535 backgroundcolor "none"
34536 status open
34537
34538 \begin_layout Plain Layout
34539 \begin_inset Quotes gld
34540 \end_inset
34541
34542 einsehrsehrsehrlangeswort
34543 \begin_inset Quotes grd
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \end_inset
34550
34551 .
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Alternativ dazu kann man auch den Befehl 
34556 \begin_inset Quotes gld
34557 \end_inset
34558
34559
34560 \series bold
34561
34562 \backslash
34563 -
34564 \series default
34565
34566 \begin_inset Quotes grd
34567 \end_inset
34568
34569  als \SpecialChar TeX
34570 -Code direkt vor das Wort setzen:
34571 \end_layout
34572
34573 \begin_layout Standard
34574 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34575 \begin_inset Quotes gld
34576 \end_inset
34577
34578
34579 \begin_inset ERT
34580 status collapsed
34581
34582 \begin_layout Plain Layout
34583
34584
34585 \backslash
34586 -
34587 \end_layout
34588
34589 \end_inset
34590
34591 einsehrsehrsehrlangeswort
34592 \begin_inset Quotes grd
34593 \end_inset
34594
34595 .
34596 \end_layout
34597
34598 \begin_layout Standard
34599 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34600  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34601 \family sans
34602 Strg-Eingabe
34603 \family default
34604 ) einfügen: 
34605 \end_layout
34606
34607 \begin_layout Standard
34608 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34609 \begin_inset Newline newline
34610 \end_inset
34611
34612
34613 \begin_inset Box Frameless
34614 position "t"
34615 hor_pos "c"
34616 has_inner_box 1
34617 inner_pos "t"
34618 use_parbox 0
34619 use_makebox 1
34620 width ""
34621 special "none"
34622 height "1in"
34623 height_special "totalheight"
34624 thickness "0.4pt"
34625 separation "3pt"
34626 shadowsize "4pt"
34627 framecolor "black"
34628 backgroundcolor "none"
34629 status open
34630
34631 \begin_layout Plain Layout
34632 \begin_inset Quotes gld
34633 \end_inset
34634
34635 einsehrsehrsehrlangeswort
34636 \begin_inset Quotes grd
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \end_inset
34643
34644 .
34645 \end_layout
34646
34647 \begin_layout Subsection
34648 Vertikale Ausrichtung
34649 \begin_inset CommandInset label
34650 LatexCommand label
34651 name "uab:Vertikale-Ausrichtung"
34652
34653 \end_inset
34654
34655
34656 \begin_inset Index idx
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 Boxen ! für Vertikale Ausrichtung
34661 \end_layout
34662
34663 \end_inset
34664
34665
34666 \begin_inset Index idx
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 Boxen ! raisebox
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Mit dem \SpecialChar LaTeX
34680 -Befehl 
34681 \series bold
34682
34683 \backslash
34684 raisebox
34685 \series default
34686  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34687 n Textes ausrichten.
34688  
34689 \series bold
34690
34691 \backslash
34692 raisebox
34693 \series default
34694  wird folgendermaßen benutzt:
34695 \end_layout
34696
34697 \begin_layout Standard
34698
34699 \series bold
34700
34701 \backslash
34702 raisebox{Verschiebung}[oben][unten]{Text}
34703 \end_layout
34704
34705 \begin_layout Standard
34706 Positive Werte für Verschiebung
34707 \series bold
34708  
34709 \series default
34710 verschieben die Box nach oben, negative nach unten.
34711  Die beiden optionalen Parameter 
34712 \family typewriter
34713 oben
34714 \family default
34715  und 
34716 \family typewriter
34717 unten
34718 \family default
34719  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34720  hinausgeht, wenn sie nicht verschoben ist.
34721 \end_layout
34722
34723 \begin_layout Standard
34724 Um zum Beispiel das Wort 
34725 \begin_inset Quotes gld
34726 \end_inset
34727
34728 provokant
34729 \begin_inset Quotes grd
34730 \end_inset
34731
34732  mit seinem 
34733 \begin_inset Quotes gld
34734 \end_inset
34735
34736 niedrigsten
34737 \begin_inset Quotes grd
34738 \end_inset
34739
34740  Buchstaben 
34741 \begin_inset Quotes gld
34742 \end_inset
34743
34744 p
34745 \begin_inset Quotes grd
34746 \end_inset
34747
34748  an der Grundlinie auszurichten, müssen Sie den \SpecialChar TeX
34749 -Code-Befehl
34750 \end_layout
34751
34752 \begin_layout Standard
34753
34754 \series bold
34755
34756 \backslash
34757 raisebox{
34758 \backslash
34759 depth}{
34760 \end_layout
34761
34762 \begin_layout Standard
34763 vor dem Wort einfügen und 
34764 \begin_inset Quotes gld
34765 \end_inset
34766
34767
34768 \series bold
34769 }
34770 \series default
34771
34772 \begin_inset Quotes grd
34773 \end_inset
34774
34775  als \SpecialChar TeX
34776 -Code dahinter:
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Dies ist eine Zeile, in der das Wort 
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786
34787 \backslash
34788 raisebox{
34789 \backslash
34790 depth}{
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \begin_inset Quotes gld
34797 \end_inset
34798
34799 provokant
34800 \begin_inset Quotes grd
34801 \end_inset
34802
34803
34804 \begin_inset ERT
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808
34809 }
34810 \end_layout
34811
34812 \end_inset
34813
34814  nach oben verschoben wurde.
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \begin_inset VSpace bigskip
34819 \end_inset
34820
34821 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34822  gedehnt:
34823 \end_layout
34824
34825 \begin_layout Standard
34826 Dies ist eine Zeile, in der das Wort 
34827 \begin_inset ERT
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831
34832
34833 \backslash
34834 raisebox{-
34835 \backslash
34836 depth}{
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \begin_inset Quotes gld
34843 \end_inset
34844
34845 provokant
34846 \begin_inset Quotes grd
34847 \end_inset
34848
34849
34850 \begin_inset ERT
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854
34855 }
34856 \end_layout
34857
34858 \end_inset
34859
34860  nach unten verschoben wurde.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Dies ist eine Zeile, in der das Wort 
34865 \begin_inset ERT
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869
34870
34871 \backslash
34872 raisebox{0.5cm}{
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \begin_inset Quotes gld
34879 \end_inset
34880
34881 testen
34882 \begin_inset Quotes grd
34883 \end_inset
34884
34885
34886 \begin_inset ERT
34887 status collapsed
34888
34889 \begin_layout Plain Layout
34890
34891 }
34892 \end_layout
34893
34894 \end_inset
34895
34896  um 0.5
34897 \begin_inset space \thinspace{}
34898 \end_inset
34899
34900 cm nach oben verschoben wurde.
34901 \end_layout
34902
34903 \begin_layout Standard
34904 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34905 \end_layout
34906
34907 \begin_layout Standard
34908
34909 \series bold
34910
34911 \backslash
34912 raisebox{-
34913 \backslash
34914 depth}[0pt]{
34915 \end_layout
34916
34917 \begin_layout Standard
34918 Dies ist eine Zeile, in der das Wort 
34919 \begin_inset ERT
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924
34925 \backslash
34926 raisebox{-
34927 \backslash
34928 depth}[0pt]{
34929 \end_layout
34930
34931 \end_inset
34932
34933
34934 \begin_inset Quotes gld
34935 \end_inset
34936
34937 provokant
34938 \begin_inset Quotes grd
34939 \end_inset
34940
34941
34942 \begin_inset ERT
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946
34947 }
34948 \end_layout
34949
34950 \end_inset
34951
34952  nach unten verschoben wurde.
34953 \begin_inset Newline newline
34954 \end_inset
34955
34956
34957 \begin_inset Newline newline
34958 \end_inset
34959
34960 Dies ist eine Zeile, in der das Wort 
34961 \begin_inset ERT
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965
34966
34967 \backslash
34968 raisebox{0.5cm}[0pt]{
34969 \end_layout
34970
34971 \end_inset
34972
34973
34974 \begin_inset Quotes gld
34975 \end_inset
34976
34977 testen
34978 \begin_inset Quotes grd
34979 \end_inset
34980
34981
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987 }
34988 \end_layout
34989
34990 \end_inset
34991
34992  um 0.5
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 cm nach oben verschoben wurde.
34997  Jetzt überschneiden sich die verschobenen Worte.
34998 \end_layout
34999
35000 \begin_layout Section
35001 Farbige Boxen
35002 \begin_inset CommandInset label
35003 LatexCommand label
35004 name "abs:Farbige-Boxen"
35005
35006 \end_inset
35007
35008
35009 \begin_inset Index idx
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013 Boxen ! farbige
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Standard
35022 Um einen Text mit einer Hintergrundfarbe zu versehen, wählen Sie diese im
35023  Box-Dialog aus.
35024  Dies ist zum Beispiel eine Box mit orangenem Hintergrund
35025 \begin_inset Newline newline
35026 \end_inset
35027
35028
35029 \begin_inset Box Frameless
35030 position "t"
35031 hor_pos "c"
35032 has_inner_box 1
35033 inner_pos "t"
35034 use_parbox 0
35035 use_makebox 1
35036 width ""
35037 special "none"
35038 height "1in"
35039 height_special "totalheight"
35040 thickness "0.4pt"
35041 separation "3pt"
35042 shadowsize "4pt"
35043 framecolor "black"
35044 backgroundcolor "orange"
35045 status open
35046
35047 \begin_layout Plain Layout
35048 Box mit orangenem Hintergrund
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \begin_layout Standard
35057 Wenn Sie die Dekoration
35058 \family sans
35059  Einfacher
35060 \begin_inset space ~
35061 \end_inset
35062
35063 rechteckiger
35064 \begin_inset space ~
35065 \end_inset
35066
35067 Rahmen 
35068 \family default
35069 verwenden, können Sie eine Rahmenfarbe festlegen.
35070  In diesem Fall muss auch eine Hintergrundfarbe angegeben werden (LyX setzt
35071  sie standardmäßig auf weiß).
35072  Hier ist ein Beispiel:
35073 \begin_inset Newline newline
35074 \end_inset
35075
35076
35077 \begin_inset Box Boxed
35078 position "t"
35079 hor_pos "c"
35080 has_inner_box 0
35081 inner_pos "t"
35082 use_parbox 0
35083 use_makebox 0
35084 width ""
35085 special "none"
35086 height "1in"
35087 height_special "totalheight"
35088 thickness "0.4pt"
35089 separation "3pt"
35090 shadowsize "4pt"
35091 framecolor "teal"
35092 backgroundcolor "yellow"
35093 status open
35094
35095 \begin_layout Plain Layout
35096 Box mit tealer Rahmenfarbe und gelber Hintergrundfarbe
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105 \begin_inset VSpace bigskip
35106 \end_inset
35107
35108 Natürlich ist auch farbiger Text in einer farbigen Box möglich:
35109 \begin_inset Newline newline
35110 \end_inset
35111
35112
35113 \begin_inset Box Boxed
35114 position "t"
35115 hor_pos "c"
35116 has_inner_box 0
35117 inner_pos "t"
35118 use_parbox 0
35119 use_makebox 0
35120 width ""
35121 special "none"
35122 height "1in"
35123 height_special "totalheight"
35124 thickness "0.4pt"
35125 separation "3pt"
35126 shadowsize "4pt"
35127 framecolor "cyan"
35128 backgroundcolor "magenta"
35129 status open
35130
35131 \begin_layout Plain Layout
35132
35133 \color yellow
35134 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Standard
35143 \begin_inset VSpace bigskip
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Standard
35150 Falls sie andere als die voreingestellten Farben benötigen, können Ihre
35151  eigenen Farben definieren, wie in Abschnitt
35152 \begin_inset space ~
35153 \end_inset
35154
35155
35156 \begin_inset CommandInset ref
35157 LatexCommand ref
35158 reference "abs:Farbige-Tabellen"
35159
35160 \end_inset
35161
35162  beschrieben.
35163  Um selbstdefinierte Farben zu verwenden, muss die Box mittels TeX-Code
35164  gesetzt werden:
35165 \end_layout
35166
35167 \begin_layout Standard
35168 Farbige Boxen ohne Rahmen werden mit dem Befehl 
35169 \series bold
35170
35171 \backslash
35172 colorbox
35173 \series default
35174  erzeugt.
35175  Er hat folgendes Schema:
35176 \end_layout
35177
35178 \begin_layout Standard
35179
35180 \series bold
35181
35182 \backslash
35183 colorbox{Farbe}{Boxinhalt}
35184 \end_layout
35185
35186 \begin_layout Standard
35187 Der Boxinhalt kann auch eine Box sein, und farbige Boxen können in anderen
35188  Boxen sein.
35189  Um zum Beispiel ein Wort auf einem dunkelgrünen Hintergrund zu drucken,
35190  fügen sie den \SpecialChar TeX
35191 -Code-Befehl
35192 \end_layout
35193
35194 \begin_layout Standard
35195
35196 \series bold
35197
35198 \backslash
35199 colorbox{dunkelgruen}{
35200 \end_layout
35201
35202 \begin_layout Standard
35203 vor dem Wort ein.
35204  Hinter dem Wort fügen Sie 
35205 \series bold
35206
35207 \begin_inset Quotes gld
35208 \end_inset
35209
35210 }
35211 \series default
35212
35213 \begin_inset Quotes grd
35214 \end_inset
35215
35216  als \SpecialChar TeX
35217 -Code ein.
35218  Hier ist das Ergebnis:
35219 \end_layout
35220
35221 \begin_layout Standard
35222 In dieser Zeile hat 
35223 \begin_inset ERT
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227
35228
35229 \backslash
35230 colorbox{dunkelgruen}{
35231 \end_layout
35232
35233 \end_inset
35234
35235 Achtung!
35236 \begin_inset ERT
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240
35241 }
35242 \end_layout
35243
35244 \end_inset
35245
35246  einen dunkelgrünen Hintergrund.
35247 \end_layout
35248
35249 \begin_layout Standard
35250 Farbige Boxen mit Rahmen werden mit dem Befehl
35251 \series bold
35252  
35253 \backslash
35254 fcolorbox
35255 \series default
35256  erzeugt.
35257  Er hat folgendes Schema:
35258 \end_layout
35259
35260 \begin_layout Standard
35261
35262 \series bold
35263
35264 \backslash
35265 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35266 \end_layout
35267
35268 \begin_layout Section
35269 Rotierte und skalierte Boxen
35270 \end_layout
35271
35272 \begin_layout Standard
35273 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35274 \series bold
35275 graphicx
35276 \series default
35277
35278 \begin_inset Index idx
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 \SpecialChar LaTeX
35283 -Pakete ! graphicx
35284 \end_layout
35285
35286 \end_inset
35287
35288  im \SpecialChar LaTeX
35289 -Vorspann mit folgendem Befehl geladen werden:
35290 \end_layout
35291
35292 \begin_layout Standard
35293
35294 \series bold
35295
35296 \backslash
35297 @ifundefined{rotatebox}
35298 \begin_inset Newline newline
35299 \end_inset
35300
35301
35302 \begin_inset Phantom HPhantom
35303 status open
35304
35305 \begin_layout Plain Layout
35306
35307 \series bold
35308 \begin_inset space ~
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \end_inset
35315
35316 {
35317 \backslash
35318 usepackage{graphicx}}{}
35319 \end_layout
35320
35321 \begin_layout Standard
35322 \begin_inset Note Greyedout
35323 status open
35324
35325 \begin_layout Plain Layout
35326
35327 \series bold
35328 Achtung:
35329 \series default
35330  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 \begin_inset Note Greyedout
35340 status open
35341
35342 \begin_layout Plain Layout
35343
35344 \series bold
35345 Achtung:
35346 \series default
35347  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35348 \end_layout
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Subsection
35356 Rotierte Boxen
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Boxen ! rotierte
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \begin_inset Index idx
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371 Rotiertes Material
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Standard
35380 Um Text zu drehen, verwendet man den Befehl 
35381 \series bold
35382
35383 \backslash
35384 rotatebox
35385 \series default
35386  im \SpecialChar TeX
35387 -Code nach folgendem Schema:
35388 \end_layout
35389
35390 \begin_layout Standard
35391
35392 \series bold
35393
35394 \backslash
35395 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35396 \end_layout
35397
35398 \begin_layout Standard
35399 Der Drehpunkt wird mit 
35400 \series bold
35401 origin=Position
35402 \series default
35403  angegeben.
35404  Folgende Positionen sind möglich: 
35405 \emph on
35406 c
35407 \emph default
35408  (mittig), 
35409 \emph on
35410 l
35411 \emph default
35412  (links), 
35413 \emph on
35414 r
35415 \emph default
35416  (rechts), 
35417 \emph on
35418 b
35419 \emph default
35420  (unten), 
35421 \emph on
35422 t
35423 \emph default
35424  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35425  Z.
35426 \begin_inset space \thinspace{}
35427 \end_inset
35428
35429 B.
35430  bedeutet 
35431 \emph on
35432 lt
35433 \emph default
35434 , dass sich der Drehpunkt links oben befindet.
35435  Wird kein Drehpunkt angegeben, wird die Position 
35436 \emph on
35437 l
35438 \emph default
35439  verwendet.
35440  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35441  Gedreht wird gegen den Uhrzeigersinn.
35442 \end_layout
35443
35444 \begin_layout Standard
35445 Im folgenden Beispiel wurde vor dem Text der Befehl 
35446 \series bold
35447
35448 \backslash
35449 rotatebox[origin=c]{60}{
35450 \series default
35451  im \SpecialChar TeX
35452 -Modus eingegeben.
35453  Nach dem Text wurde die schließende Klammer 
35454 \series bold
35455 }
35456 \series default
35457  wiederum im \SpecialChar TeX
35458 -Modus eingegeben.
35459 \end_layout
35460
35461 \begin_layout Standard
35462 Dies ist eine Zeile 
35463 \begin_inset ERT
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467
35468
35469 \backslash
35470 rotatebox[origin=c]{60}{
35471 \end_layout
35472
35473 \end_inset
35474
35475 mit rotiertem
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481 }
35482 \end_layout
35483
35484 \end_inset
35485
35486  Text.
35487 \end_layout
35488
35489 \begin_layout Standard
35490 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35491 \end_layout
35492
35493 \begin_layout Standard
35494 Dies ist eine Zeile 
35495 \begin_inset ERT
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499
35500
35501 \backslash
35502 rotatebox[origin=r]{-60}{
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \begin_inset Box Doublebox
35509 position "c"
35510 hor_pos "c"
35511 has_inner_box 0
35512 inner_pos "c"
35513 use_parbox 0
35514 use_makebox 0
35515 width "1in"
35516 special "width"
35517 height "1in"
35518 height_special "totalheight"
35519 thickness "0.4pt"
35520 separation "3pt"
35521 shadowsize "4pt"
35522 framecolor "black"
35523 backgroundcolor "none"
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527 mit rotiertem
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \begin_inset ERT
35534 status collapsed
35535
35536 \begin_layout Plain Layout
35537
35538 }
35539 \end_layout
35540
35541 \end_inset
35542
35543  umrandeten Text 
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 rotatebox[origin=lb]{60}{
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35558 \end_inset
35559
35560
35561 \begin_inset ERT
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565
35566 }
35567 \end_layout
35568
35569 \end_inset
35570
35571  und einer Formel.
35572 \end_layout
35573
35574 \begin_layout Standard
35575 Oder ein Bild oder Tabelle:
35576 \end_layout
35577
35578 \begin_layout Standard
35579 Dies ist eine Zeile 
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 rotatebox[origin=lb]{90}{
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \begin_inset Graphics
35594         filename ../clipart/platypus.eps
35595         lyxscale 50
35596         width 25col%
35597
35598 \end_inset
35599
35600
35601 \begin_inset ERT
35602 status collapsed
35603
35604 \begin_layout Plain Layout
35605
35606 }
35607 \end_layout
35608
35609 \end_inset
35610
35611  mit einem rotierten Bild 
35612 \begin_inset ERT
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616
35617
35618 \backslash
35619 rotatebox[origin=l]{-90}{
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \begin_inset Tabular
35626 <lyxtabular version="3" rows="2" columns="2">
35627 <features tabularvalignment="middle">
35628 <column alignment="center" valignment="top">
35629 <column alignment="center" valignment="top">
35630 <row>
35631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635 q
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35641 \begin_inset Text
35642
35643 \begin_layout Plain Layout
35644 w
35645 \end_layout
35646
35647 \end_inset
35648 </cell>
35649 </row>
35650 <row>
35651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655 e
35656 \end_layout
35657
35658 \end_inset
35659 </cell>
35660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664 r
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 </row>
35670 </lyxtabular>
35671
35672 \end_inset
35673
35674
35675 \begin_inset ERT
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679
35680 }
35681 \end_layout
35682
35683 \end_inset
35684
35685  und Tabelle.
35686 \begin_inset Index idx
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690 Abbildungen ! rotierte
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Index idx
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700 Tabellen ! rotierte
35701 \end_layout
35702
35703 \end_inset
35704
35705
35706 \end_layout
35707
35708 \begin_layout Subsection
35709 Skalierte Boxen
35710 \begin_inset Index idx
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714 Boxen ! skalierte
35715 \end_layout
35716
35717 \end_inset
35718
35719
35720 \begin_inset Index idx
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724 Skaliertes Material
35725 \end_layout
35726
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Standard
35733 Um Text zu skalieren, kann man die Befehle 
35734 \series bold
35735
35736 \backslash
35737 scalebox
35738 \series default
35739  und 
35740 \series bold
35741
35742 \backslash
35743 resizebox
35744 \series default
35745  im \SpecialChar TeX
35746 -Modus verwenden.
35747 \end_layout
35748
35749 \begin_layout Standard
35750
35751 \series bold
35752
35753 \backslash
35754 scalebox
35755 \series default
35756  wird nach folgendem Schema verwendet:
35757 \end_layout
35758
35759 \begin_layout Standard
35760
35761 \series bold
35762
35763 \backslash
35764 scalebox{horizontal}[vertikal]{Boxinhalt}
35765 \end_layout
35766
35767 \begin_layout Standard
35768 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
35769  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
35770  verwendet.
35771 \end_layout
35772
35773 \begin_layout Standard
35774 Z.
35775 \begin_inset space \thinspace{}
35776 \end_inset
35777
35778 B.
35779  ergibt der Befehl 
35780 \series bold
35781
35782 \backslash
35783 scalebox{2}{Hallo}
35784 \series default
35785  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791
35792 \backslash
35793 scalebox{2}{
35794 \end_layout
35795
35796 \end_inset
35797
35798 Hallo
35799 \begin_inset ERT
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803
35804 }
35805 \end_layout
35806
35807 \end_inset
35808
35809 .
35810 \end_layout
35811
35812 \begin_layout Standard
35813
35814 \series bold
35815
35816 \backslash
35817 scalebox{2}[1]{Hallo}
35818 \series default
35819  verzerrt hingegen das 
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 scalebox{2}[1]{
35828 \end_layout
35829
35830 \end_inset
35831
35832 Hallo
35833 \begin_inset ERT
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838 }
35839 \end_layout
35840
35841 \end_inset
35842
35843 .
35844 \end_layout
35845
35846 \begin_layout Standard
35847 Die Skalierungsfaktoren dürfen auch negativ sein.
35848  In diesem Fall wird der Boxinhalt gespiegelt.
35849 \end_layout
35850
35851 \begin_layout Standard
35852 Daher lässt sich mit dem Befehl 
35853 \series bold
35854
35855 \backslash
35856 scalebox{-1}[1]{Hallo}
35857 \series default
35858  Spiegelschrift erstellen: 
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 scalebox{-1}[1]{
35867 \end_layout
35868
35869 \end_inset
35870
35871 Hallo
35872 \begin_inset ERT
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876
35877 }
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Standard
35886
35887 \series bold
35888
35889 \backslash
35890 scalebox{1}[-1]{Hallo}
35891 \series default
35892  spiegelt das 
35893 \begin_inset ERT
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897
35898
35899 \backslash
35900 scalebox{1}[-1]{
35901 \end_layout
35902
35903 \end_inset
35904
35905 Hallo
35906 \begin_inset ERT
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910
35911 }
35912 \end_layout
35913
35914 \end_inset
35915
35916  an der Grundlinie.
35917 \end_layout
35918
35919 \begin_layout Standard
35920 Zu 
35921 \series bold
35922
35923 \backslash
35924 scalebox{-1}[1]{Boxinhalt}
35925 \series default
35926  gibt es den äquivalenten Befehl
35927 \begin_inset Newline newline
35928 \end_inset
35929
35930
35931 \series bold
35932
35933 \backslash
35934 reflectbox{Boxinhalt}
35935 \series default
35936 .
35937 \end_layout
35938
35939 \begin_layout Standard
35940 \begin_inset VSpace bigskip
35941 \end_inset
35942
35943
35944 \series bold
35945
35946 \backslash
35947 resizebox
35948 \series default
35949  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35950  skalieren.
35951  Das Befehlsschema ist folgendes:
35952 \end_layout
35953
35954 \begin_layout Standard
35955
35956 \series bold
35957
35958 \backslash
35959 resizebox{Breite}{Höhe}{Boxinhalt}
35960 \end_layout
35961
35962 \begin_layout Standard
35963 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35964 \series bold
35965 !
35966 \series default
35967  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35968  wird.
35969 \end_layout
35970
35971 \begin_layout Standard
35972 Der Befehl 
35973 \series bold
35974
35975 \backslash
35976 resizebox{2cm}{1cm}{Hallo}
35977 \series default
35978  ergibt: 
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984
35985 \backslash
35986 resizebox{2cm}{1cm}{
35987 \end_layout
35988
35989 \end_inset
35990
35991 Hallo
35992 \begin_inset ERT
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996
35997 }
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \begin_inset Newline newline
36004 \end_inset
36005
36006 Der Befehl 
36007 \series bold
36008
36009 \backslash
36010 resizebox{2cm}{!}{Hallo}
36011 \series default
36012  ergibt: 
36013 \begin_inset ERT
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017
36018
36019 \backslash
36020 resizebox{2cm}{!}{
36021 \end_layout
36022
36023 \end_inset
36024
36025 Hallo
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031 }
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Standard
36040 \begin_inset VSpace bigskip
36041 \end_inset
36042
36043
36044 \begin_inset Note Greyedout
36045 status open
36046
36047 \begin_layout Plain Layout
36048
36049 \series bold
36050 Bemerkung:
36051 \series default
36052  Wurde in Argumenten von 
36053 \series bold
36054
36055 \backslash
36056 scalebox
36057 \series default
36058  oder 
36059 \series bold
36060
36061 \backslash
36062 resizebox
36063 \series default
36064  eine Null angegeben, entstehen beim Exportieren zwar keine \SpecialChar LaTeX
36065 -Fehler, die
36066  erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt werden.
36067 \end_layout
36068
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Standard
36075 \begin_inset VSpace bigskip
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Standard
36082 Alle Boxen können beliebig miteinander kombiniert werden.
36083  So ergibt z.
36084 \begin_inset space \thinspace{}
36085 \end_inset
36086
36087 B.
36088  der Befehl
36089 \begin_inset Newline newline
36090 \end_inset
36091
36092
36093 \series bold
36094
36095 \backslash
36096 rotatebox[origin=c]{-45}{
36097 \backslash
36098 resizebox{2cm}{!}{
36099 \backslash
36100 reflectbox{Hallo}}}
36101 \series default
36102 :
36103 \begin_inset Separator parbreak
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Standard
36110 \align center
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 rotatebox[origin=c]{-45}{
36119 \backslash
36120 resizebox{2cm}{!}{
36121 \backslash
36122 reflectbox{
36123 \end_layout
36124
36125 \end_inset
36126
36127 Hallo
36128 \begin_inset ERT
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132
36133 }}}
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \end_layout
36140
36141 \begin_layout Standard
36142 \noindent
36143 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36144 \begin_inset Separator parbreak
36145 \end_inset
36146
36147
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \align center
36152 \begin_inset ERT
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156
36157
36158 \backslash
36159 rotatebox[origin=c]{-30}{
36160 \backslash
36161 resizebox{2cm}{!}{
36162 \backslash
36163 reflectbox{
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \begin_inset Graphics
36170         filename ../clipart/platypus.eps
36171         lyxscale 50
36172         width 25col%
36173
36174 \end_inset
36175
36176
36177 \begin_inset ERT
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181
36182 }}}
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \begin_inset ERT
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193
36194 \backslash
36195 rotatebox[origin=c]{-45}{
36196 \backslash
36197 resizebox{2cm}{!}{
36198 \backslash
36199 reflectbox{
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \begin_inset Tabular
36206 <lyxtabular version="3" rows="2" columns="2">
36207 <features tabularvalignment="middle">
36208 <column alignment="center" valignment="top">
36209 <column alignment="center" valignment="top">
36210 <row>
36211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215 q
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224 w
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 <row>
36231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 e
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244 r
36245 \end_layout
36246
36247 \end_inset
36248 </cell>
36249 </row>
36250 </lyxtabular>
36251
36252 \end_inset
36253
36254
36255 \begin_inset ERT
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259
36260 }}}
36261 \end_layout
36262
36263 \end_inset
36264
36265
36266 \begin_inset ERT
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270
36271
36272 \backslash
36273 rotatebox[origin=c]{-45}{
36274 \backslash
36275 resizebox{2cm}{!}{
36276 \backslash
36277 reflectbox{
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36284 \end_inset
36285
36286
36287 \begin_inset ERT
36288 status collapsed
36289
36290 \begin_layout Plain Layout
36291
36292 }}}
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \begin_inset Index idx
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302 Abbildungen ! skalierte
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \begin_inset Index idx
36309 status collapsed
36310
36311 \begin_layout Plain Layout
36312 Tabellen ! skalierte
36313 \end_layout
36314
36315 \end_inset
36316
36317
36318 \end_layout
36319
36320 \begin_layout Standard
36321 Hat man den globalen Formelstil 
36322 \series bold
36323 fleqn
36324 \series default
36325
36326 \begin_inset Foot
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330 Wenn 
36331 \begin_inset Quotes gld
36332 \end_inset
36333
36334 fleqn
36335 \begin_inset Quotes grd
36336 \end_inset
36337
36338  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36339 \end_layout
36340
36341 \end_inset
36342
36343  gewählt, kann man auch abgesetzte Formeln skalieren.
36344 \end_layout
36345
36346 \begin_layout Chapter
36347 Umflossene Objekte
36348 \begin_inset Index idx
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352 Umflossene Objekte
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \begin_layout Section
36361 Umflossene Gleitobjekte
36362 \begin_inset CommandInset label
36363 LatexCommand label
36364 name "abs:Umflossene-Gleitobjekte"
36365
36366 \end_inset
36367
36368
36369 \begin_inset Index idx
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373 Gleitobjekte ! umflossene
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Umflossene Objekte ! Gleitobjekte
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36393  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36394  den die Abbildung bzw.
36395 \begin_inset space ~
36396 \end_inset
36397
36398 Tabelle übrig lässt.
36399  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36400  Sie werden über das Menü
36401 \family sans
36402  Einfügen\SpecialChar menuseparator
36403 Gleitobjekt\SpecialChar menuseparator
36404 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36405 objekt
36406 \family default
36407  eingefügt, wenn das \SpecialChar LaTeX
36408 -Paket 
36409 \series bold
36410 wrapfig
36411 \series default
36412
36413 \begin_inset Index idx
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 \SpecialChar LaTeX
36418 -Pakete ! wrapfig
36419 \end_layout
36420
36421 \end_inset
36422
36423  installiert ist.
36424 \begin_inset Foot
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 Wie man ein \SpecialChar LaTeX
36429 -Paket installiert, wird im Handbuch 
36430 \emph on
36431 \SpecialChar LaTeX
36432 -Konfiguration
36433 \emph default
36434  beschrieben.
36435 \end_layout
36436
36437 \end_inset
36438
36439  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36440  Box des Gleitobjekts geändert werden.
36441  
36442 \begin_inset Wrap figure
36443 lines 0
36444 placement l
36445 overhang 1cm
36446 width "40col%"
36447 status open
36448
36449 \begin_layout Plain Layout
36450 \begin_inset Graphics
36451         filename ../clipart/mobius.eps
36452         width 40col%
36453         scaleBeforeRotation
36454         rotateOrigin center
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Plain Layout
36462 \begin_inset Caption Standard
36463
36464 \begin_layout Plain Layout
36465 \begin_inset CommandInset label
36466 LatexCommand label
36467 name "abb:Dies-ist-eine"
36468
36469 \end_inset
36470
36471 Dies ist eine umflossene Gleitobjekt-Abbildung
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \end_layout
36478
36479 \end_inset
36480
36481  Obligatorische Einstellungen sind die 
36482 \family sans
36483 Breite
36484 \family default
36485  und 
36486 \family sans
36487 Platzierung
36488 \family default
36489  des Gleitobjekts.
36490  Optional sind der 
36491 \family sans
36492 Überhang 
36493 \family default
36494 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36495 \begin_inset space \thinspace{}
36496 \end_inset
36497
36498 /
36499 \begin_inset space \thinspace{}
36500 \end_inset
36501
36502 der Seite ragt und die 
36503 \family sans
36504 benötigten Zeilen
36505 \family default
36506 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36507  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36508  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36509  Des weiteren können Sie entscheiden, ob es \SpecialChar LaTeX
36510  erlaubt sein soll, das Gleitobjekt
36511  innerhalb des Absatzes oder zu umgebenden Absätzen gleiten zu lassen.
36512  Abbildung
36513 \begin_inset space ~
36514 \end_inset
36515
36516
36517 \begin_inset CommandInset ref
36518 LatexCommand ref
36519 reference "abb:Dies-ist-eine"
36520
36521 \end_inset
36522
36523  ist zum Beispiel ein umflossenes Bild, das 40
36524 \begin_inset space \thinspace{}
36525 \end_inset
36526
36527 % der Spaltenbreite einnimmt, 1
36528 \begin_inset space \thinspace{}
36529 \end_inset
36530
36531 cm in den Rand ragt und links gesetzt wurde.
36532 \end_layout
36533
36534 \begin_layout Standard
36535 \begin_inset Note Greyedout
36536 status open
36537
36538 \begin_layout Plain Layout
36539
36540 \series bold
36541 Bemerkung:
36542 \series default
36543  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36544 \begin_inset space \thinspace{}
36545 \end_inset
36546
36547 B.
36548  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36549  oder über anderen Text gedruckt wird.
36550 \end_layout
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Standard
36558 Allgemein gilt für umflossene Gleitobjekte:
36559 \end_layout
36560
36561 \begin_layout Itemize
36562 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36563  fortgesetzt werden.
36564  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36565  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36566 \end_layout
36567
36568 \begin_layout Itemize
36569 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36570  werden oder darin.
36571 \end_layout
36572
36573 \begin_layout Itemize
36574 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36575  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36576 \end_layout
36577
36578 \begin_layout Itemize
36579 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36580 \end_layout
36581
36582 \begin_layout Itemize
36583 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36584 \begin_inset space \thinspace{}
36585 \end_inset
36586
36587
36588 \begin_inset CommandInset ref
36589 LatexCommand ref
36590 reference "kap:Gleitobjekte"
36591
36592 \end_inset
36593
36594  beschrieben.
36595 \end_layout
36596
36597 \begin_layout Section
36598 Umflossene Fixe Objekte
36599 \begin_inset Index idx
36600 status collapsed
36601
36602 \begin_layout Plain Layout
36603 Umflossene Objekte ! Fixe Objekte
36604 \end_layout
36605
36606 \end_inset
36607
36608
36609 \end_layout
36610
36611 \begin_layout Standard
36612 Die in Abschnitt
36613 \begin_inset space ~
36614 \end_inset
36615
36616
36617 \begin_inset CommandInset ref
36618 LatexCommand ref
36619 reference "abs:Umflossene-Gleitobjekte"
36620
36621 \end_inset
36622
36623  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
36624 \begin_inset Separator parbreak
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \begin_layout Standard
36631 \noindent
36632 \align center
36633 \begin_inset Tabular
36634 <lyxtabular version="3" rows="2" columns="2">
36635 <features tabularvalignment="middle">
36636 <column alignment="center" valignment="top">
36637 <column alignment="center" valignment="top">
36638 <row>
36639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36640 \begin_inset Text
36641
36642 \begin_layout Plain Layout
36643 \begin_inset Graphics
36644         filename ../../images/dialog-show-new-inset_graphics.png
36645         scale 70
36646         scaleBeforeRotation
36647
36648 \end_inset
36649
36650
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659 Text
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 </row>
36665 <row>
36666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 Text
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36676 \begin_inset Text
36677
36678 \begin_layout Plain Layout
36679 Text
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 </row>
36685 </lyxtabular>
36686
36687 \end_inset
36688
36689  oder 
36690 \begin_inset Tabular
36691 <lyxtabular version="3" rows="2" columns="2">
36692 <features tabularvalignment="middle">
36693 <column alignment="center" valignment="top">
36694 <column alignment="center" valignment="top">
36695 <row>
36696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36697 \begin_inset Text
36698
36699 \begin_layout Plain Layout
36700 Text
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709 \begin_inset Graphics
36710         filename ../../images/dialog-show-new-inset_graphics.png
36711         scale 70
36712         scaleBeforeRotation
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 </row>
36722 <row>
36723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727 Text
36728 \end_layout
36729
36730 \end_inset
36731 </cell>
36732 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 Text
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 </row>
36742 </lyxtabular>
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \begin_layout Standard
36750 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
36751  wurde, um z.
36752 \begin_inset space \thinspace{}
36753 \end_inset
36754
36755 B.
36756  solche Positionen zu erhalten:
36757 \begin_inset VSpace defskip
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Standard
36764 \noindent
36765 \align center
36766 \begin_inset Tabular
36767 <lyxtabular version="3" rows="2" columns="2">
36768 <features tabularvalignment="middle">
36769 <column alignment="center" valignment="top">
36770 <column alignment="center" valignment="top">
36771 <row>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 Text
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 Text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 </row>
36791 <row>
36792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36793 \begin_inset Text
36794
36795 \begin_layout Plain Layout
36796 \begin_inset Graphics
36797         filename ../../images/dialog-show-new-inset_graphics.png
36798         scale 70
36799         scaleBeforeRotation
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \end_inset
36807 </cell>
36808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 Text
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 </row>
36818 </lyxtabular>
36819
36820 \end_inset
36821
36822  
36823 \begin_inset Tabular
36824 <lyxtabular version="3" rows="2" columns="2">
36825 <features tabularvalignment="middle">
36826 <column alignment="center" valignment="top">
36827 <column alignment="center" valignment="top">
36828 <row>
36829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Plain Layout
36833 Text
36834 \end_layout
36835
36836 \end_inset
36837 </cell>
36838 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36839 \begin_inset Text
36840
36841 \begin_layout Plain Layout
36842 Text
36843 \end_layout
36844
36845 \end_inset
36846 </cell>
36847 </row>
36848 <row>
36849 <cell alignment="center" valignment="top" bottomline="true" leftline="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" bottomline="true" rightline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 \begin_inset Graphics
36863         filename ../../images/dialog-show-new-inset_graphics.png
36864         scale 70
36865         scaleBeforeRotation
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 </row>
36875 </lyxtabular>
36876
36877 \end_inset
36878
36879  
36880 \begin_inset Tabular
36881 <lyxtabular version="3" rows="2" columns="3">
36882 <features tabularvalignment="middle">
36883 <column alignment="center" valignment="top">
36884 <column alignment="center" valignment="top">
36885 <column alignment="center" valignment="top">
36886 <row>
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 Text
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 \begin_inset Graphics
36901         filename ../../images/dialog-show-new-inset_graphics.png
36902         scale 70
36903         scaleBeforeRotation
36904
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 Text
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 </row>
36922 <row>
36923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36924 \begin_inset Text
36925
36926 \begin_layout Plain Layout
36927 Text
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 Text
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 Text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 </row>
36951 </lyxtabular>
36952
36953 \end_inset
36954
36955  
36956 \begin_inset Tabular
36957 <lyxtabular version="3" rows="2" columns="3">
36958 <features tabularvalignment="middle">
36959 <column alignment="center" valignment="top">
36960 <column alignment="center" valignment="top">
36961 <column alignment="center" valignment="top">
36962 <row>
36963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 Text
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 <cell alignment="center" valignment="top" topline="true" usebox="none">
36973 \begin_inset Text
36974
36975 \begin_layout Plain Layout
36976 Text
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985 Text
36986 \end_layout
36987
36988 \end_inset
36989 </cell>
36990 </row>
36991 <row>
36992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 Text
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005 \begin_inset Graphics
37006         filename ../../images/dialog-show-new-inset_graphics.png
37007         scale 70
37008         scaleBeforeRotation
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 Text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 </row>
37027 </lyxtabular>
37028
37029 \end_inset
37030
37031
37032 \end_layout
37033
37034 \begin_layout Standard
37035 \noindent
37036 \align center
37037 \begin_inset Tabular
37038 <lyxtabular version="3" rows="3" columns="2">
37039 <features tabularvalignment="middle">
37040 <column alignment="center" valignment="top">
37041 <column alignment="center" valignment="top">
37042 <row>
37043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047 Text
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 <cell alignment="center" valignment="top" topline="true" 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" leftline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 \begin_inset Graphics
37068         filename ../../images/dialog-show-new-inset_graphics.png
37069         scale 70
37070         scaleBeforeRotation
37071
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 Text
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 </row>
37089 <row>
37090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 Text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103 Text
37104 \end_layout
37105
37106 \end_inset
37107 </cell>
37108 </row>
37109 </lyxtabular>
37110
37111 \end_inset
37112
37113  
37114 \begin_inset Tabular
37115 <lyxtabular version="3" rows="3" columns="3">
37116 <features tabularvalignment="middle">
37117 <column alignment="center" valignment="top">
37118 <column alignment="center" valignment="top">
37119 <column alignment="center" valignment="top">
37120 <row>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125 Text
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 <cell alignment="center" valignment="top" topline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134 Text
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143 Text
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154 Text
37155 \end_layout
37156
37157 \end_inset
37158 </cell>
37159 <cell alignment="center" valignment="top" usebox="none">
37160 \begin_inset Text
37161
37162 \begin_layout Plain Layout
37163 \begin_inset Graphics
37164         filename ../../images/dialog-show-new-inset_graphics.png
37165         scale 70
37166         scaleBeforeRotation
37167
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 Text
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 </row>
37185 <row>
37186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 Text
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199 Text
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 Text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 </lyxtabular>
37215
37216 \end_inset
37217
37218  
37219 \begin_inset Tabular
37220 <lyxtabular version="3" rows="3" columns="2">
37221 <features tabularvalignment="middle">
37222 <column alignment="center" valignment="top">
37223 <column alignment="center" valignment="top">
37224 <row>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 Text
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 Text
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 Text
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 \begin_inset Graphics
37259         filename ../../images/dialog-show-new-inset_graphics.png
37260         scale 70
37261         scaleBeforeRotation
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 <row>
37272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 Text
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 Text
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 </lyxtabular>
37292
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \begin_layout Standard
37299 \noindent
37300 kann man das \SpecialChar LaTeX
37301 -Paket 
37302 \series bold
37303 picinpar
37304 \series default
37305
37306 \begin_inset Index idx
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310 \SpecialChar LaTeX
37311 -Pakete ! picinpar
37312 \end_layout
37313
37314 \end_inset
37315
37316  benutzen.
37317  Hier ist ein Beispiel:
37318 \end_layout
37319
37320 \begin_layout Standard
37321 \begin_inset ERT
37322 status collapsed
37323
37324 \begin_layout Plain Layout
37325
37326
37327 \backslash
37328 ifpicinpar
37329 \end_layout
37330
37331 \end_inset
37332
37333
37334 \begin_inset Note Note
37335 status open
37336
37337 \begin_layout Plain Layout
37338 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37339 -Paket 
37340 \series bold
37341 picinpar
37342 \series default
37343  installiert ist.
37344 \end_layout
37345
37346 \end_inset
37347
37348
37349 \end_layout
37350
37351 \begin_layout Standard
37352 \begin_inset ERT
37353 status collapsed
37354
37355 \begin_layout Plain Layout
37356
37357
37358 \backslash
37359 begin{window}[2,c,{
37360 \end_layout
37361
37362 \end_inset
37363
37364
37365 \begin_inset Graphics
37366         filename ../clipart/mobius.eps
37367         lyxscale 60
37368         width 40col%
37369         scaleBeforeRotation
37370         rotateOrigin center
37371
37372 \end_inset
37373
37374
37375 \begin_inset ERT
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379
37380 },]
37381 \end_layout
37382
37383 \begin_layout Plain Layout
37384
37385 {}
37386 \end_layout
37387
37388 \end_inset
37389
37390
37391 \size small
37392 \lang english
37393 It was in the spring of the year 1894 that all London was interested, and
37394  the fashionable world dismayed, by the murder of the Honourable Ronald
37395  Adair under most unusual and inexplicable circumstances.
37396  The public has already learned those particulars of the crime which
37397 \size default
37398
37399 \begin_inset ERT
37400 status collapsed
37401
37402 \begin_layout Plain Layout
37403
37404
37405 \backslash
37406 footnotemark{}
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \size small
37413  came out in the police investigation, but a good deal was suppressed upon
37414  that occasion, since the case for the prosecution was so overwhelmingly
37415  strong that it was not necessary to bring forward all the facts.
37416  Only now, at the end of nearly ten years, am I allowed to supply those
37417  missing links which make up the whole of that remarkable chain.
37418 \size default
37419 \lang ngerman
37420
37421 \begin_inset ERT
37422 status collapsed
37423
37424 \begin_layout Plain Layout
37425
37426
37427 \backslash
37428 end{window}
37429 \end_layout
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \begin_layout Standard
37437 \begin_inset ERT
37438 status collapsed
37439
37440 \begin_layout Plain Layout
37441
37442
37443 \backslash
37444 footnotetext{
37445 \end_layout
37446
37447 \end_inset
37448
37449 Fußnote des Absatzes mit fixem Objekt.
37450 \begin_inset ERT
37451 status collapsed
37452
37453 \begin_layout Plain Layout
37454
37455 }
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \end_layout
37462
37463 \begin_layout Standard
37464 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37465  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37466  vertikale Position im Text bestimmen kann.
37467  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37468  beschriftet werden.
37469 \end_layout
37470
37471 \begin_layout Standard
37472 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37473  Befehl
37474 \end_layout
37475
37476 \begin_layout Standard
37477
37478 \series bold
37479
37480 \backslash
37481 begin{window}[2,c,{
37482 \end_layout
37483
37484 \begin_layout Standard
37485 als \SpecialChar TeX
37486 -Code einfügt.
37487  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37488  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37489  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37490  Danach fügt man das Objekt ein.
37491  In diesem Beispiel wurde ein Bild der Breite von 40
37492 \begin_inset space \thinspace{}
37493 \end_inset
37494
37495 % der Textspaltenbreite eingefügt.
37496  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37497  Nach dem Objekt fügt man den Befehl
37498 \end_layout
37499
37500 \begin_layout Standard
37501
37502 \series bold
37503 },Beschreibungstext]
37504 \begin_inset Newline newline
37505 \end_inset
37506
37507 {}
37508 \end_layout
37509
37510 \begin_layout Standard
37511 ein.
37512  Man beachte dass das 
37513 \begin_inset Quotes gld
37514 \end_inset
37515
37516
37517 \series bold
37518 {}
37519 \series default
37520
37521 \begin_inset Quotes grd
37522 \end_inset
37523
37524  in der zweiten Zeile steht.
37525  Der Beschreibungstext ist optional.
37526  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37527  das Objekt befinden, also direkt nach dem 
37528 \series bold
37529 {}
37530 \series default
37531  beginnen.
37532  Am Ende des Absatzes fügt man folgenden Befehl ein:
37533 \end_layout
37534
37535 \begin_layout Standard
37536
37537 \series bold
37538
37539 \backslash
37540 end{window}
37541 \end_layout
37542
37543 \begin_layout Standard
37544 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37545  man muss stattdessen den Befehl 
37546 \series bold
37547
37548 \backslash
37549 footnotemark
37550 \series default
37551  verwenden.
37552  Außerhalb des Absatzes den Befehl 
37553 \series bold
37554
37555 \backslash
37556 footnotetext
37557 \series default
37558 , wie es in Abschnitt
37559 \begin_inset space ~
37560 \end_inset
37561
37562
37563 \begin_inset CommandInset ref
37564 LatexCommand ref
37565 reference "abs:Fußnoten"
37566
37567 \end_inset
37568
37569  beschrieben ist.
37570 \end_layout
37571
37572 \begin_layout Standard
37573 \begin_inset ERT
37574 status collapsed
37575
37576 \begin_layout Plain Layout
37577
37578
37579 \backslash
37580 else
37581 \end_layout
37582
37583 \end_inset
37584
37585
37586 \begin_inset Note Note
37587 status open
37588
37589 \begin_layout Plain Layout
37590 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
37591 -Paket 
37592 \series bold
37593 picinpar
37594 \series default
37595  nicht installiert ist:
37596 \end_layout
37597
37598 \end_inset
37599
37600
37601 \end_layout
37602
37603 \begin_layout Standard
37604 Das \SpecialChar LaTeX
37605 -Paket 
37606 \series bold
37607 picinpar
37608 \series default
37609  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37610 \end_layout
37611
37612 \begin_layout Standard
37613 \begin_inset ERT
37614 status collapsed
37615
37616 \begin_layout Plain Layout
37617
37618
37619 \backslash
37620 fi
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \begin_layout Section
37629 Initiale
37630 \begin_inset Index idx
37631 status collapsed
37632
37633 \begin_layout Plain Layout
37634 Initiale
37635 \end_layout
37636
37637 \end_inset
37638
37639
37640 \begin_inset Index idx
37641 status collapsed
37642
37643 \begin_layout Plain Layout
37644 Umflossene Objekte ! Initiale
37645 \end_layout
37646
37647 \end_inset
37648
37649
37650 \end_layout
37651
37652 \begin_layout Standard
37653 Für Initialen muss das \SpecialChar LaTeX
37654 -Paket 
37655 \series bold
37656 lettrine
37657 \series default
37658
37659 \begin_inset Index idx
37660 status collapsed
37661
37662 \begin_layout Plain Layout
37663 \SpecialChar LaTeX
37664 -Pakete ! lettrine
37665 \end_layout
37666
37667 \end_inset
37668
37669  installiert sein und das Modul 
37670 \family sans
37671 Initialen
37672 \family default
37673  im Dokument verwendet werden (Menü 
37674 \family sans
37675 Dokument\SpecialChar menuseparator
37676 Einstellungen\SpecialChar menuseparator
37677 Module
37678 \family default
37679 ).
37680  Um eine Initiale einzufügen, verwendet man den Stil 
37681 \family sans
37682 Initiale
37683 \family default
37684 .
37685  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
37686  Die Argumente werden über das Menü 
37687 \family sans
37688 Einfügen
37689 \family default
37690  eingefügt.
37691  Das obligatorische Argument 
37692 \family sans
37693 Initiale
37694 \family default
37695  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
37696 \family sans
37697 Rest
37698 \begin_inset space ~
37699 \end_inset
37700
37701 der
37702 \begin_inset space ~
37703 \end_inset
37704
37705 Initiale
37706 \family default
37707  enthält den Rest des Wortes oder Textes der Initiale.
37708  Das Argument 
37709 \family sans
37710 Optionen
37711 \family default
37712  enthält Parameter um die Initiale zu modifizieren.
37713  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
37714  von 
37715 \series bold
37716 lettrine
37717 \series default
37718
37719 \begin_inset CommandInset citation
37720 LatexCommand cite
37721 key "lettrine"
37722
37723 \end_inset
37724
37725 .
37726  Der Stil selbst enthält den Text, der die Initiale umgibt.
37727  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
37728  Initiale ist, in 
37729 \shape smallcaps
37730 Kapitälchen
37731 \shape default
37732  gedruckt wird.
37733 \end_layout
37734
37735 \begin_layout Standard
37736 Hier sind einige Beispiele:
37737 \end_layout
37738
37739 \begin_layout Standard
37740 \begin_inset ERT
37741 status collapsed
37742
37743 \begin_layout Plain Layout
37744
37745
37746 \backslash
37747 iflettrine
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \begin_inset Note Note
37754 status open
37755
37756 \begin_layout Plain Layout
37757 Der folgende Teil wird nur gedruckt, wenn das \SpecialChar LaTeX
37758 -Paket 
37759 \series bold
37760 lettrine
37761 \series default
37762  installiert ist.
37763 \end_layout
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Enumerate
37771 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
37772
37773 \begin_inset Formula $\mathfrak{Fraktur}$
37774 \end_inset
37775
37776 :
37777 \begin_inset Separator parbreak
37778 \end_inset
37779
37780
37781 \end_layout
37782
37783 \begin_deeper
37784 \begin_layout Initial
37785 \begin_inset Argument 2
37786 status open
37787
37788 \begin_layout Plain Layout
37789 \begin_inset Formula $\mathfrak{I}$
37790 \end_inset
37791
37792
37793 \end_layout
37794
37795 \end_inset
37796
37797
37798 \begin_inset Argument 3
37799 status open
37800
37801 \begin_layout Plain Layout
37802 t
37803 \end_layout
37804
37805 \end_inset
37806
37807  
37808 \lang english
37809 was in the spring of the year 1894 that all London was interested, and the
37810  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37811  under most unusual and inexplicable circumstances.
37812  The public has already learned those particulars of the crime which came
37813  out in the police investigation, but a good deal was suppressed upon that
37814  occasion, since the case for the prosecution was so overwhelmingly strong
37815  that it was not necessary to bring forward all the facts.
37816 \end_layout
37817
37818 \end_deeper
37819 \begin_layout Enumerate
37820 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37821  besteht und kein Text ist in 
37822 \shape smallcaps
37823 Kapitälchen
37824 \shape default
37825 :
37826 \begin_inset Separator parbreak
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \begin_deeper
37833 \begin_layout Initial
37834 \begin_inset Argument 1
37835 status open
37836
37837 \begin_layout Plain Layout
37838 lines=1
37839 \end_layout
37840
37841 \end_inset
37842
37843
37844 \begin_inset Argument 2
37845 status open
37846
37847 \begin_layout Plain Layout
37848 It
37849 \end_layout
37850
37851 \end_inset
37852
37853  
37854 \lang english
37855 was in the spring of the year 1894 that all London was interested, and the
37856  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37857  under most unusual and inexplicable circumstances.
37858  The public has already learned those particulars of the crime which came
37859  out in the police investigation, but a good deal was suppressed upon that
37860  occasion, since the case for the prosecution was so overwhelmingly strong
37861  that it was not necessary to bring forward all the facts.
37862 \end_layout
37863
37864 \end_deeper
37865 \begin_layout Enumerate
37866 Magenta, hängende Initiale über 3
37867 \begin_inset space ~
37868 \end_inset
37869
37870 Zeilen in der Mathe-Schrift
37871 \begin_inset Newline newline
37872 \end_inset
37873
37874  
37875 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37876 \end_inset
37877
37878 , der Text 
37879 \begin_inset Quotes gld
37880 \end_inset
37881
37882
37883 \lang english
37884 t was in the spring
37885 \lang ngerman
37886
37887 \begin_inset Quotes erd
37888 \end_inset
37889
37890  ist in 
37891 \shape smallcaps
37892 Kapitälchen
37893 \shape default
37894 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37895 \begin_inset Newline newline
37896 \end_inset
37897
37898
37899 \series bold
37900
37901 \backslash
37902 renewcommand{
37903 \backslash
37904 LettrineFontHook}{
37905 \backslash
37906 color{Farbe}}
37907 \series default
37908
37909 \begin_inset Newline newline
37910 \end_inset
37911
37912 wobei 
37913 \emph on
37914 Farbe
37915 \emph default
37916  
37917 \begin_inset Quotes gld
37918 \end_inset
37919
37920 red
37921 \begin_inset Quotes erd
37922 \end_inset
37923
37924
37925 \begin_inset Quotes gld
37926 \end_inset
37927
37928 blue
37929 \begin_inset Quotes erd
37930 \end_inset
37931
37932
37933 \begin_inset Quotes gld
37934 \end_inset
37935
37936 green
37937 \begin_inset Quotes erd
37938 \end_inset
37939
37940
37941 \begin_inset Quotes gld
37942 \end_inset
37943
37944 yellow
37945 \begin_inset Quotes erd
37946 \end_inset
37947
37948
37949 \begin_inset Quotes gld
37950 \end_inset
37951
37952 cyan
37953 \begin_inset Quotes erd
37954 \end_inset
37955
37956
37957 \begin_inset Quotes gld
37958 \end_inset
37959
37960 magenta
37961 \begin_inset Quotes erd
37962 \end_inset
37963
37964
37965 \begin_inset Quotes gld
37966 \end_inset
37967
37968 black
37969 \begin_inset Quotes erd
37970 \end_inset
37971
37972  oder 
37973 \begin_inset Quotes gld
37974 \end_inset
37975
37976 white
37977 \begin_inset Quotes erd
37978 \end_inset
37979
37980  sein kann, und diesen Befehl zum \SpecialChar LaTeX
37981 -Vorspann hinzufügen:
37982 \begin_inset Newline newline
37983 \end_inset
37984
37985
37986 \series bold
37987
37988 \backslash
37989 @ifundefined{textcolor}
37990 \begin_inset Newline newline
37991 \end_inset
37992
37993
37994 \begin_inset space ~
37995 \end_inset
37996
37997 {
37998 \backslash
37999 usepackage{color}}{}
38000 \series default
38001
38002 \begin_inset Separator parbreak
38003 \end_inset
38004
38005
38006 \end_layout
38007
38008 \begin_deeper
38009 \begin_layout Standard
38010 \begin_inset ERT
38011 status collapsed
38012
38013 \begin_layout Plain Layout
38014
38015
38016 \backslash
38017 renewcommand{
38018 \backslash
38019 LettrineFontHook}{
38020 \backslash
38021 color{magenta}}
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \begin_inset Note Note
38028 status open
38029
38030 \begin_layout Plain Layout
38031 macht die Initiale magenta
38032 \end_layout
38033
38034 \end_inset
38035
38036
38037 \end_layout
38038
38039 \begin_layout Initial
38040 \begin_inset Argument 1
38041 status open
38042
38043 \begin_layout Plain Layout
38044 lines=3, lhang=0.33, loversize=0.25
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \begin_inset Argument 2
38051 status open
38052
38053 \begin_layout Plain Layout
38054 \begin_inset Formula $\mathcal{I}$
38055 \end_inset
38056
38057
38058 \end_layout
38059
38060 \end_inset
38061
38062
38063 \begin_inset Argument 3
38064 status open
38065
38066 \begin_layout Plain Layout
38067
38068 \lang english
38069 t was in the spring
38070 \end_layout
38071
38072 \end_inset
38073
38074  
38075 \lang english
38076 of the year 1894 that all London was interested, and the fashionable world
38077  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38078  and inexplicable circumstances.
38079  The public has already learned those particulars of the crime which came
38080  out in the police investigation, but a good deal was suppressed upon that
38081  occasion, since the case for the prosecution was so overwhelmingly strong
38082  that it was not necessary to bring forward all the facts.
38083 \end_layout
38084
38085 \end_deeper
38086 \begin_layout Standard
38087 \begin_inset ERT
38088 status collapsed
38089
38090 \begin_layout Plain Layout
38091
38092
38093 \backslash
38094 else
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \begin_inset Note Note
38101 status open
38102
38103 \begin_layout Plain Layout
38104 Der folgende Teil wird gedruckt, wenn das \SpecialChar LaTeX
38105 -Paket 
38106 \series bold
38107 lettrine
38108 \series default
38109  nicht installiert ist:
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \end_layout
38116
38117 \begin_layout Standard
38118 Das \SpecialChar LaTeX
38119 -Paket 
38120 \series bold
38121 lettrine
38122 \series default
38123  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38124 \end_layout
38125
38126 \begin_layout Standard
38127 \begin_inset ERT
38128 status collapsed
38129
38130 \begin_layout Plain Layout
38131
38132
38133 \backslash
38134 fi
38135 \end_layout
38136
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \begin_layout Chapter
38143 Externe Dateien
38144 \begin_inset Index idx
38145 status collapsed
38146
38147 \begin_layout Plain Layout
38148 Dateien ! externe
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \begin_layout Standard
38157 Mit 
38158 \family sans
38159 Einfügen\SpecialChar menuseparator
38160 Datei
38161 \family default
38162  können Sie fremdes Material in Ihr Dokument einsetzen.
38163  Das kann folgendes sein:
38164 \end_layout
38165
38166 \begin_layout Description
38167 \SpecialChar LyX
38168 -Dokument Der Inhalt eines anderen \SpecialChar LyX
38169 -Dokuments wird direkt in Ihr Dokument
38170  eingefügt.
38171 \end_layout
38172
38173 \begin_layout Description
38174 Einfacher
38175 \begin_inset space ~
38176 \end_inset
38177
38178 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38179  eingefügt.
38180 \end_layout
38181
38182 \begin_layout Description
38183 Einfacher
38184 \begin_inset space ~
38185 \end_inset
38186
38187 Text,
38188 \begin_inset space ~
38189 \end_inset
38190
38191 Zeilen
38192 \begin_inset space ~
38193 \end_inset
38194
38195 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38196  Leerzeilen trennen die Absätze.
38197 \end_layout
38198
38199 \begin_layout Description
38200 Externes
38201 \begin_inset space ~
38202 \end_inset
38203
38204 Material Dateien in verschiedenen Formaten.
38205 \end_layout
38206
38207 \begin_layout Description
38208 Unterdokument \SpecialChar LyX
38209 - oder \SpecialChar LaTeX
38210 -Dokumente.
38211 \end_layout
38212
38213 \begin_layout Section
38214 Externes Material
38215 \begin_inset Index idx
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219 Externes Material
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \begin_layout Standard
38228 Mit 
38229 \family sans
38230 Einfügen\SpecialChar menuseparator
38231 Datei\SpecialChar menuseparator
38232  Externes Material
38233 \family default
38234  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38235  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38236  weil \SpecialChar LyX
38237  sich darum kümmert.
38238  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in \SpecialChar LyX
38239 -Dokumente
38240  eingefügt werden können.
38241  Wenn die Grafikvorschau in den \SpecialChar LyX
38242 -Einstellungen unter
38243 \family sans
38244  Aussehen
38245 \begin_inset space ~
38246 \end_inset
38247
38248 &
38249 \begin_inset space ~
38250 \end_inset
38251
38252 Handhabung\SpecialChar menuseparator
38253 Grafik
38254 \family default
38255 , werden die externen Materialtypen Dia und Xfig direkt in \SpecialChar LyX
38256  angezeigt.
38257 \end_layout
38258
38259 \begin_layout Standard
38260 Zur Zeit können Sie folgende Dateitypen (
38261 \family sans
38262 Vorlagen
38263 \family default
38264 ) benutzen:
38265 \end_layout
38266
38267 \begin_layout Description
38268 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38269 \series bold
38270
38271 \begin_inset CommandInset href
38272 LatexCommand href
38273 name "XBoard"
38274 target "http://de.wikipedia.org/wiki/XBoard"
38275
38276 \end_inset
38277
38278
38279 \series default
38280  erzeugt wurden.
38281 \end_layout
38282
38283 \begin_layout Description
38284 Datum fügt ein Datum mit dem Format 
38285 \emph on
38286 Tag-Monat-Jahr
38287 \emph default
38288  ein.
38289  Hier ist ein Beispiel: 
38290 \begin_inset External
38291         template Date
38292         filename .
38293
38294 \end_inset
38295
38296
38297 \begin_inset space ~
38298 \end_inset
38299
38300
38301 \begin_inset Note Note
38302 status open
38303
38304 \begin_layout Plain Layout
38305
38306 \lang english
38307 Remove the protected space when bug 4398 is fixed!
38308 \end_layout
38309
38310 \end_inset
38311
38312
38313 \begin_inset Newline newline
38314 \end_inset
38315
38316 Das Datum ist in \SpecialChar LyX
38317  nicht zu sehen, nur in der Druckausgabe.
38318  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38319  Menü 
38320 \family sans
38321 Einfügen\SpecialChar menuseparator
38322 Datum
38323 \family default
38324  und mit dem \SpecialChar LaTeX
38325 -Befehl 
38326 \series bold
38327
38328 \backslash
38329 today
38330 \series default
38331 .
38332  Die verschiedenen Methoden werden in Tabelle
38333 \begin_inset space ~
38334 \end_inset
38335
38336
38337 \begin_inset CommandInset ref
38338 LatexCommand ref
38339 reference "tab:Vergleich-der-Datums-Eingaben"
38340
38341 \end_inset
38342
38343  verglichen.
38344 \end_layout
38345
38346 \begin_layout Description
38347 Dia unterstützt Diagramme, die mit dem Programm 
38348 \series bold
38349
38350 \begin_inset CommandInset href
38351 LatexCommand href
38352 name "Dia"
38353 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38354
38355 \end_inset
38356
38357
38358 \series default
38359  erzeugt wurden.
38360 \end_layout
38361
38362 \begin_layout Description
38363 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38364 \series bold
38365
38366 \begin_inset CommandInset href
38367 LatexCommand href
38368 name "Gnumeric"
38369 target "http://de.wikipedia.org/wiki/Gnumeric"
38370
38371 \end_inset
38372
38373
38374 \series default
38375
38376 \begin_inset CommandInset href
38377 LatexCommand href
38378 name "OpenDocument"
38379 target "http://de.wikipedia.org/wiki/OpenDocument"
38380
38381 \end_inset
38382
38383
38384 \begin_inset CommandInset href
38385 LatexCommand href
38386 name "Microsoft Office XML"
38387 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38388
38389 \end_inset
38390
38391  und 
38392 \begin_inset CommandInset href
38393 LatexCommand href
38394 name "Office Open XML"
38395 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38396
38397 \end_inset
38398
38399  einfügen.
38400  Für dieses Feature muss \SpecialChar LyX
38401  während seiner Konfiguration das Programm 
38402 \family typewriter
38403 ssconvert
38404 \family default
38405  gefunden haben.
38406  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38407  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38408  Für Beispiele und mögliche Limitierungen siehe \SpecialChar LyX
38409 s Beispieldatei 
38410 \emph on
38411 spreadsheet.lyx
38412 \emph default
38413 .
38414 \end_layout
38415
38416 \begin_layout Description
38417 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38418  dem Notensatzprogramm 
38419 \series bold
38420
38421 \begin_inset CommandInset href
38422 LatexCommand href
38423 name "LilyPond"
38424 target "http://de.wikipedia.org/wiki/LilyPond"
38425
38426 \end_inset
38427
38428
38429 \series default
38430  gesetzt werden.
38431  Für \SpecialChar LyX
38432 s erweiterte Unterstützung für LilyPond siehe \SpecialChar LyX
38433 s Beispieldatei 
38434 \emph on
38435 lilypond.lyx
38436 \emph default
38437 .
38438 \end_layout
38439
38440 \begin_layout Description
38441 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38442  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38443  
38444 \series bold
38445 pages
38446 \series default
38447  im Feld 
38448 \family sans
38449 Option
38450 \family default
38451  in der Karteikarte 
38452 \family sans
38453 \SpecialChar LaTeX
38454 - und \SpecialChar LyX
38455 -Optionen
38456 \family default
38457 .
38458  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38459  (man gibt als Option 
38460 \series bold
38461 pages={3,5,6,8}
38462 \series default
38463  an), Seitenbereiche (
38464 \series bold
38465 pages={4-9}
38466 \series default
38467 ) oder eine Kombination davon enthält.
38468  Um leere Seiten einzufügen, verwendet man {}.
38469  Z.
38470 \begin_inset space \thinspace{}
38471 \end_inset
38472
38473 B.
38474  fügt 
38475 \series bold
38476 pages={3,{},8-11,15}
38477 \series default
38478  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38479  Seitenbereiche werden mit der Syntax 
38480 \emph on
38481 Start
38482 \emph default
38483 -
38484 \emph on
38485 Stop
38486 \emph default
38487  angegeben.
38488  Dies wählt alle Seiten von 
38489 \emph on
38490 Start
38491 \emph default
38492  bis 
38493 \emph on
38494 Stop
38495 \emph default
38496  aus.
38497  Wird 
38498 \emph on
38499 Start
38500 \emph default
38501  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38502 \emph on
38503 Stop
38504 \emph default
38505  weggelassen, wird stattdessen die letzte Seite verwendet.
38506  Die letzte Seite kann außerdem mit dem Schlagwort 
38507 \series bold
38508 last
38509 \series default
38510  ausgewählt werden.
38511  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38512 \series bold
38513 pages=-
38514 \series default
38515  fügt also alle Seiten des Dokuments ein und 
38516 \series bold
38517 pages=last-1
38518 \series default
38519  fügt alle Seiten in umgekehrter Reihenfolge ein.
38520  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38521  eingefügt.
38522 \begin_inset Newline newline
38523 \end_inset
38524
38525 Die Option 
38526 \series bold
38527 noautoscale
38528 \series default
38529  fügt die Seiten in ihrer Originalgröße ein.
38530  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38531  dass sie die komplette Breite Ihres Dokuments einnehmen.
38532  In der Karteikarte 
38533 \family sans
38534 Größe und Drehung
38535 \family default
38536  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38537  werden.
38538  Wird eine andere Breite als 100
38539 \begin_inset space \thinspace{}
38540 \end_inset
38541
38542 Größe% verwendet, wird die Option 
38543 \series bold
38544 noautoscale
38545 \series default
38546  überschrieben.
38547  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38548  des \SpecialChar LaTeX
38549 -Pakets 
38550 \series bold
38551 pdfpages
38552 \series default
38553  
38554 \begin_inset CommandInset citation
38555 LatexCommand cite
38556 key "pdfpages"
38557
38558 \end_inset
38559
38560 .
38561 \begin_inset Index idx
38562 status collapsed
38563
38564 \begin_layout Plain Layout
38565 \SpecialChar LaTeX
38566 -Pakete ! pdfpages
38567 \end_layout
38568
38569 \end_inset
38570
38571
38572 \begin_inset Newline newline
38573 \end_inset
38574
38575 Um diese Vorlage in einer 
38576 \family sans
38577 Beamer
38578 \family default
38579 -Präsentation zu verwenden, muss zuerst eine 
38580 \family sans
38581 BeendeRahmen
38582 \family default
38583  Umgebung eingefügt werden.
38584  In den folgenden Absatz kommt eine \SpecialChar TeX
38585 -Code Box mit dem Befehl 
38586 \series bold
38587
38588 \backslash
38589 setbeamertemplate{background canvas}{}
38590 \series default
38591 .
38592  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38593  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38594  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38595  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38596  sicher, dass die Ausrichtung 
38597 \family sans
38598 Standard
38599 \family default
38600  für den Absatz verwendet wird, der die Vorlage enthält.
38601 \begin_inset Newline newline
38602 \end_inset
38603
38604 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38605 \begin_inset External
38606         template PDFPages
38607         filename ../clipart/Abstract.pdf
38608         extra LaTeX "pages=-"
38609         rotateAngle -5
38610         rotateOrigin bottomleft
38611         width 50col%
38612
38613 \end_inset
38614
38615
38616 \end_layout
38617
38618 \begin_layout Description
38619 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38620  Die Bilddateien können im Dialogfenster 
38621 \family sans
38622 Externes
38623 \begin_inset space ~
38624 \end_inset
38625
38626 Material
38627 \family default
38628  genauso behandelt werden wie die mit dem normalen 
38629 \family sans
38630 Grafik
38631 \family default
38632 -Dialog eingefügten, siehe Abschnitt
38633 \begin_inset space ~
38634 \end_inset
38635
38636
38637 \begin_inset CommandInset ref
38638 LatexCommand ref
38639 reference "abs:Grafik-Dialog"
38640
38641 \end_inset
38642
38643 .
38644  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38645  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38646  Hier ist ein eingefügtes Rasterbild: 
38647 \begin_inset External
38648         template RasterImage
38649         filename ../clipart/ToolbarEnvBox.png
38650
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \begin_layout Description
38657 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38658 \series bold
38659
38660 \begin_inset CommandInset href
38661 LatexCommand href
38662 name "Xfig"
38663 target "http://de.wikipedia.org/wiki/Xfig"
38664
38665 \end_inset
38666
38667
38668 \series default
38669  erzeugt wurden.
38670 \end_layout
38671
38672 \begin_layout Standard
38673 \begin_inset Float table
38674 placement !h
38675 wide false
38676 sideways false
38677 status open
38678
38679 \begin_layout Plain Layout
38680 \begin_inset Caption Standard
38681
38682 \begin_layout Plain Layout
38683 \begin_inset CommandInset label
38684 LatexCommand label
38685 name "tab:Vergleich-der-Datums-Eingaben"
38686
38687 \end_inset
38688
38689 Vergleich der Datums-Eingaben
38690 \end_layout
38691
38692 \end_inset
38693
38694
38695 \end_layout
38696
38697 \begin_layout Plain Layout
38698 \align center
38699 \begin_inset Tabular
38700 <lyxtabular version="3" rows="4" columns="4">
38701 <features tabularvalignment="middle">
38702 <column alignment="center" valignment="top">
38703 <column alignment="center" valignment="top">
38704 <column alignment="center" valignment="top">
38705 <column alignment="center" valignment="top">
38706 <row>
38707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38708 \begin_inset Text
38709
38710 \begin_layout Plain Layout
38711 Dokumentformat
38712 \end_layout
38713
38714 \end_inset
38715 </cell>
38716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38717 \begin_inset Text
38718
38719 \begin_layout Plain Layout
38720
38721 \family sans
38722 Externes Material\SpecialChar menuseparator
38723 Datum
38724 \end_layout
38725
38726 \end_inset
38727 </cell>
38728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732
38733 \family sans
38734 Einfügen\SpecialChar menuseparator
38735 Datum
38736 \end_layout
38737
38738 \end_inset
38739 </cell>
38740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 Befehl 
38745 \series bold
38746
38747 \backslash
38748 today
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 </row>
38754 <row>
38755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38756 \begin_inset Text
38757
38758 \begin_layout Plain Layout
38759 \SpecialChar LyX
38760
38761 \end_layout
38762
38763 \end_inset
38764 </cell>
38765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38766 \begin_inset Text
38767
38768 \begin_layout Plain Layout
38769 als Box
38770 \end_layout
38771
38772 \end_inset
38773 </cell>
38774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38775 \begin_inset Text
38776
38777 \begin_layout Plain Layout
38778 als Datum
38779 \end_layout
38780
38781 \end_inset
38782 </cell>
38783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38784 \begin_inset Text
38785
38786 \begin_layout Plain Layout
38787 als \SpecialChar TeX
38788 -Code
38789 \end_layout
38790
38791 \end_inset
38792 </cell>
38793 </row>
38794 <row>
38795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Plain Layout
38799 \SpecialChar LaTeX
38800
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809 als Datum
38810 \end_layout
38811
38812 \end_inset
38813 </cell>
38814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38815 \begin_inset Text
38816
38817 \begin_layout Plain Layout
38818 als Datum
38819 \end_layout
38820
38821 \end_inset
38822 </cell>
38823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38824 \begin_inset Text
38825
38826 \begin_layout Plain Layout
38827 als Befehl
38828 \end_layout
38829
38830 \end_inset
38831 </cell>
38832 </row>
38833 <row>
38834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38835 \begin_inset Text
38836
38837 \begin_layout Plain Layout
38838 DVI, PDF, PS
38839 \end_layout
38840
38841 \end_inset
38842 </cell>
38843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38844 \begin_inset Text
38845
38846 \begin_layout Plain Layout
38847 als Datum
38848 \end_layout
38849
38850 \end_inset
38851 </cell>
38852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38853 \begin_inset Text
38854
38855 \begin_layout Plain Layout
38856 als Datum
38857 \end_layout
38858
38859 \end_inset
38860 </cell>
38861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38862 \begin_inset Text
38863
38864 \begin_layout Plain Layout
38865 als Datum
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 </row>
38871 </lyxtabular>
38872
38873 \end_inset
38874
38875
38876 \end_layout
38877
38878 \end_inset
38879
38880
38881 \end_layout
38882
38883 \begin_layout Standard
38884 Wenn Sie im Dialogfenster
38885 \family sans
38886  Externes
38887 \begin_inset space ~
38888 \end_inset
38889
38890 Material 
38891 \family default
38892 in der Karteikarte
38893 \family sans
38894  Datei
38895 \family default
38896  die Option 
38897 \family sans
38898 Entwurf
38899 \family default
38900  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38901 \begin_inset Newline newline
38902 \end_inset
38903
38904 \SpecialChar LyX
38905  kann externes Material entweder als Box wie hier: 
38906 \begin_inset Graphics
38907         filename clipart/ExternesMaterialQt4.png
38908         scale 85
38909         scaleBeforeRotation
38910
38911 \end_inset
38912
38913  oder als Bild darstellen.
38914  Das hängt davon ab, ob Sie im Dialog
38915 \family sans
38916  
38917 \family default
38918 in der Karteikarte 
38919 \family sans
38920 \SpecialChar LaTeX
38921 - und \SpecialChar LyX
38922 -Optionen
38923 \family default
38924  die Option 
38925 \family sans
38926 In
38927 \begin_inset space ~
38928 \end_inset
38929
38930 \SpecialChar LyX
38931
38932 \begin_inset space ~
38933 \end_inset
38934
38935 anzeigen
38936 \family default
38937  gewählt haben oder nicht.
38938 \end_layout
38939
38940 \begin_layout Standard
38941 Im \SpecialChar LyX
38942 -Handbuch 
38943 \family sans
38944 \emph on
38945 Anpassung
38946 \family default
38947 \emph default
38948  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38949 \end_layout
38950
38951 \begin_layout Section
38952 Unterdokumente
38953 \begin_inset CommandInset label
38954 LatexCommand label
38955 name "abs:Unterdokumente"
38956
38957 \end_inset
38958
38959
38960 \begin_inset Index idx
38961 status collapsed
38962
38963 \begin_layout Plain Layout
38964 Unterdokument
38965 \end_layout
38966
38967 \end_inset
38968
38969
38970 \end_layout
38971
38972 \begin_layout Standard
38973 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38974  oder Abschnitten bestehen.
38975  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38976  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38977  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38978  z.
38979 \begin_inset space \thinspace{}
38980 \end_inset
38981
38982 B.
38983  den \SpecialChar LaTeX
38984 -Vorspann, das Literaturverzeichnis und Querverweismarken.
38985 \end_layout
38986
38987 \begin_layout Standard
38988 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38989  müssen, geben Sie im Unterdokument im Menü
38990 \family sans
38991  Dokument\SpecialChar menuseparator
38992 Einstellungen\SpecialChar menuseparator
38993 Dokumentklasse
38994 \family default
38995  das Hauptdokument an.
38996  Dieses wird dann von \SpecialChar LyX
38997  im Hintergrund benutzt, wenn Sie das Unterdokument
38998  bearbeiten.
38999 \end_layout
39000
39001 \begin_layout Standard
39002 Unterdokumente werden in \SpecialChar LyX
39003  als Box angezeigt: 
39004 \begin_inset Graphics
39005         filename clipart/UnterdokumentQt4.png
39006         scale 85
39007         scaleBeforeRotation
39008
39009 \end_inset
39010
39011  Sie werden über
39012 \family sans
39013  Einfügen\SpecialChar menuseparator
39014 Datei\SpecialChar menuseparator
39015 Unterdokument
39016 \family default
39017  eingebunden, was das Dialogfenster
39018 \family sans
39019  Unterdokument
39020 \family default
39021  öffnet.
39022  Für 
39023 \family sans
39024 die Art
39025 \begin_inset space ~
39026 \end_inset
39027
39028 der
39029 \begin_inset space ~
39030 \end_inset
39031
39032 Einbindung
39033 \family default
39034  gibt es dort vier Möglichkeiten:
39035 \end_layout
39036
39037 \begin_layout Description
39038 Include Sie können \SpecialChar LyX
39039 - und \SpecialChar LaTeX
39040 -Dokumente einbinden.
39041  Wenn Sie im Dialogfenster
39042 \family sans
39043  Unterdokument
39044 \family default
39045  auf 
39046 \family sans
39047 Bearbeiten
39048 \family default
39049  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39050  und Sie können es editieren.
39051 \begin_inset Newline newline
39052 \end_inset
39053
39054
39055 \end_layout
39056
39057 \begin_layout Standard
39058 Hier wird ein Unterdokument
39059 \family sans
39060  
39061 \family default
39062 per 
39063 \family sans
39064 Include
39065 \family default
39066  eingebunden: 
39067 \begin_inset CommandInset include
39068 LatexCommand include
39069 filename "DummyDocument1.lyx"
39070
39071 \end_inset
39072
39073 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39074  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39075  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39076 s.
39077  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39078 \begin_inset space ~
39079 \end_inset
39080
39081
39082 \begin_inset CommandInset ref
39083 LatexCommand ref
39084 reference "uab:Externer-Unterabschnitt-1"
39085
39086 \end_inset
39087
39088 .
39089 \end_layout
39090
39091 \begin_layout Standard
39092 Der \SpecialChar LaTeX
39093 -Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39094  wird benutzt.
39095  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39096  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39097  Unterdokumente, die per 
39098 \family sans
39099 Include
39100 \family default
39101  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39102  und enden mit einem Seitenumbruch.
39103 \end_layout
39104
39105 \begin_layout Standard
39106 \begin_inset Note Greyedout
39107 status open
39108
39109 \begin_layout Plain Layout
39110
39111 \series bold
39112 Bemerkung:
39113 \series default
39114  Wenn Sie eine \SpecialChar LyX
39115 - oder \SpecialChar LaTeX
39116 -Datei eingebunden haben, werden Sie beim Export oder
39117  der Druckvorschau gewarnt, wenn das Unterdokument eine andere Dokumentklasse
39118  als das Hauptdokument benutzt, weil das zu unvorhersehbaren Ergebnissen
39119  führen wird.
39120 \end_layout
39121
39122 \end_inset
39123
39124
39125 \end_layout
39126
39127 \begin_layout Description
39128 Input Diese Methode ist 
39129 \family sans
39130 Include
39131 \family default
39132  sehr ähnlich mit folgenden Unterschieden:
39133 \begin_inset Separator parbreak
39134 \end_inset
39135
39136
39137 \end_layout
39138
39139 \begin_deeper
39140 \begin_layout Itemize
39141 Unterdokumente, die per 
39142 \family sans
39143 Input
39144 \family default
39145  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39146  Seite und enden NICHT mit einem Seitenumbruch.
39147 \end_layout
39148
39149 \begin_layout Itemize
39150 Unterdokumente, die per 
39151 \family sans
39152 Input
39153 \family default
39154  eingebunden werden, können in \SpecialChar LyX
39155  angesehen werden, wenn im Dialogfenster
39156 \family sans
39157  Unterdokument Vorschau
39158 \begin_inset space ~
39159 \end_inset
39160
39161 anzeigen
39162 \family default
39163  angekreuzt wurde und in den \SpecialChar LyX
39164 -Einstellungen unter
39165 \family sans
39166  Aussehen
39167 \begin_inset space ~
39168 \end_inset
39169
39170 &
39171 \begin_inset space ~
39172 \end_inset
39173
39174 Handhabung\SpecialChar menuseparator
39175 Grafik\SpecialChar menuseparator
39176 Sofortige
39177 \begin_inset space ~
39178 \end_inset
39179
39180 Vorschau
39181 \family default
39182  auf 
39183 \family sans
39184 An
39185 \family default
39186  gesetzt wurde.
39187  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39188  aus.
39189 \end_layout
39190
39191 \begin_layout Itemize
39192 Unterdokumente, die per 
39193 \family sans
39194 Input
39195 \family default
39196  eingebunden werden, können nicht über das Menü 
39197 \family sans
39198 Dokument\SpecialChar menuseparator
39199 Einstellungen\SpecialChar menuseparator
39200 Unterdokumente
39201 \family default
39202  unterdrückt werden.
39203 \end_layout
39204
39205 \end_deeper
39206 \begin_layout Standard
39207 Hier ist ein Unterdokument, das mit
39208 \family sans
39209  Input
39210 \family default
39211  eingebunden wurde: 
39212 \begin_inset CommandInset include
39213 LatexCommand input
39214 filename "DummyDocument2.lyx"
39215
39216 \end_inset
39217
39218 .
39219 \end_layout
39220
39221 \begin_layout Description
39222 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39223   In der Druckvorschau wird für den Text der Stil 
39224 \family typewriter
39225 Schreibmaschine
39226 \family default
39227  verwendet.
39228  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39229  Wenn Sie im Dialogfenster
39230 \family sans
39231  Unterdokument Leerzeichen
39232 \begin_inset space ~
39233 \end_inset
39234
39235 bei
39236 \begin_inset space ~
39237 \end_inset
39238
39239 der
39240 \begin_inset space ~
39241 \end_inset
39242
39243 Ausgabe
39244 \begin_inset space ~
39245 \end_inset
39246
39247 kennzeichnen 
39248 \family default
39249 ankreuzen, wird in der Druckvorschau das Zeichen 
39250 \begin_inset Quotes gld
39251 \end_inset
39252
39253
39254 \begin_inset ERT
39255 status collapsed
39256
39257 \begin_layout Plain Layout
39258
39259
39260 \backslash
39261 textvisiblespace 
39262 \end_layout
39263
39264 \end_inset
39265
39266
39267 \begin_inset Quotes grd
39268 \end_inset
39269
39270  für jedes Leerzeichen eingefügt.
39271 \begin_inset Newline newline
39272 \end_inset
39273
39274 Im Gegensatz zu 
39275 \family sans
39276 Einfügen\SpecialChar menuseparator
39277 Datei\SpecialChar menuseparator
39278 Einfacher
39279 \begin_inset space ~
39280 \end_inset
39281
39282 Text
39283 \family default
39284  wird bei 
39285 \family sans
39286 Unformatiert
39287 \family default
39288  der Dateiinhalt in \SpecialChar LyX
39289  nicht dargestellt.
39290 \end_layout
39291
39292 \begin_layout Standard
39293 Hier ist ein Unterdokument, das mit
39294 \family sans
39295  Unformatiert
39296 \family default
39297  eingebunden wurde: 
39298 \begin_inset CommandInset include
39299 LatexCommand verbatiminput
39300 filename "DummyTextDocument.txt"
39301
39302 \end_inset
39303
39304
39305 \begin_inset VSpace bigskip
39306 \end_inset
39307
39308 Hier ist ein Unterdokument, das mit
39309 \family sans
39310  Unformatiert
39311 \family default
39312  eingebunden wurde und
39313 \family sans
39314  Leerzeichen
39315 \begin_inset space ~
39316 \end_inset
39317
39318 bei
39319 \begin_inset space ~
39320 \end_inset
39321
39322 der
39323 \begin_inset space ~
39324 \end_inset
39325
39326 Ausgabe
39327 \begin_inset space ~
39328 \end_inset
39329
39330 kennzeichnen
39331 \family default
39332  angekreuzt hat: 
39333 \begin_inset CommandInset include
39334 LatexCommand verbatiminput*
39335 filename "DummyTextDocument.txt"
39336
39337 \end_inset
39338
39339
39340 \end_layout
39341
39342 \begin_layout Standard
39343 \begin_inset VSpace bigskip
39344 \end_inset
39345
39346
39347 \end_layout
39348
39349 \begin_layout Standard
39350 \begin_inset Note Greyedout
39351 status open
39352
39353 \begin_layout Plain Layout
39354
39355 \series bold
39356 Bemerkung:
39357 \series default
39358  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39359  
39360 \family sans
39361 Unformatiert
39362 \family default
39363  eingebunden werden, am Zeilenende nicht umgebrochen.
39364 \end_layout
39365
39366 \end_inset
39367
39368
39369 \end_layout
39370
39371 \begin_layout Description
39372 Listing Dieser Typ wird in Kapitel
39373 \begin_inset space ~
39374 \end_inset
39375
39376
39377 \begin_inset CommandInset ref
39378 LatexCommand ref
39379 reference "kap:Programm-Code-Listen"
39380
39381 \end_inset
39382
39383  beschrieben.
39384 \end_layout
39385
39386 \begin_layout Standard
39387 \begin_inset Note Greyedout
39388 status open
39389
39390 \begin_layout Plain Layout
39391
39392 \series bold
39393 Bemerkung:
39394 \series default
39395  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39396  das zu \SpecialChar LaTeX
39397 -Problemen führen.
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \end_layout
39404
39405 \begin_layout Standard
39406 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39407  wollen, z.
39408 \begin_inset space \thinspace{}
39409 \end_inset
39410
39411 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39412  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39413  Dies geschieht über das Menü 
39414 \family sans
39415 Dokument\SpecialChar menuseparator
39416 Einstellungen\SpecialChar menuseparator
39417 Unterdokumente
39418 \family default
39419 .
39420  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39421  in die Spalte 
39422 \family sans
39423 In Ausgabe einbinden
39424 \family default
39425  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39426  für Unterdokumente möglich ist, die per 
39427 \family sans
39428 Input
39429 \family default
39430  eingebunden wurden).
39431  Wenn die Option 
39432 \family sans
39433 Zähler und Querverweise wahren
39434 \family default
39435  aktiviert ist, sorgt \SpecialChar LyX
39436  dafür, dass alle Seitennummern, Querverweise usw.
39437 \begin_inset space ~
39438 \end_inset
39439
39440 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39441  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39442  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39443  Dazu muss \SpecialChar LyX
39444  intern allerdings das gesamte Dokument prozessieren.
39445  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39446  sind, wählen sie die Option nicht.
39447 \end_layout
39448
39449 \begin_layout Standard
39450 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39451 \begin_inset Foot
39452 status collapsed
39453
39454 \begin_layout Plain Layout
39455 Zweige sind im Kapitel 
39456 \emph on
39457 Zweige
39458 \emph default
39459  des \SpecialChar LyX
39460  
39461 \emph on
39462 Benutzerhandbuchs
39463 \emph default
39464  erklärt.
39465 \end_layout
39466
39467 \end_inset
39468
39469  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39470  Dateien in der Ausgabe erscheinen.
39471  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39472  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39473  werden.
39474 \end_layout
39475
39476 \begin_layout Chapter
39477 Programm-Code-Listen
39478 \begin_inset CommandInset label
39479 LatexCommand label
39480 name "kap:Programm-Code-Listen"
39481
39482 \end_inset
39483
39484
39485 \begin_inset Index idx
39486 status collapsed
39487
39488 \begin_layout Plain Layout
39489 Listen
39490 \end_layout
39491
39492 \end_inset
39493
39494
39495 \begin_inset Index idx
39496 status collapsed
39497
39498 \begin_layout Plain Layout
39499 Programm-Code
39500 \end_layout
39501
39502 \end_inset
39503
39504
39505 \end_layout
39506
39507 \begin_layout Standard
39508 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39509 \family sans
39510 Einfügen\SpecialChar menuseparator
39511 Pro\SpecialChar softhyphen
39512 grammlisting
39513 \family default
39514  verwenden.
39515  Das \SpecialChar LaTeX
39516 -Paket 
39517 \series bold
39518 listings
39519 \series default
39520
39521 \begin_inset Index idx
39522 status collapsed
39523
39524 \begin_layout Plain Layout
39525 \SpecialChar LaTeX
39526 -Pakete ! listings
39527 \end_layout
39528
39529 \end_inset
39530
39531  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39532 \end_layout
39533
39534 \begin_layout Standard
39535 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39536 rmat der Programm-Code-Liste festlegen.
39537 \end_layout
39538
39539 \begin_layout Standard
39540 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39541  Die Platzierungsoption 
39542 \family sans
39543 Eingebettetes
39544 \begin_inset space ~
39545 \end_inset
39546
39547 Listing
39548 \family default
39549  druckt das Listing in der Zeile wie hier: 
39550 \begin_inset listings
39551 lstparams "language={C++}"
39552 inline true
39553 status open
39554
39555 \begin_layout Plain Layout
39556
39557 int a=5;
39558 \end_layout
39559
39560 \end_inset
39561
39562
39563 \begin_inset Newline newline
39564 \end_inset
39565
39566 Die Option 
39567 \family sans
39568 Gleitobjekt
39569 \family default
39570  erzeugt ein Listing-Gleitobjekt, dessen 
39571 \family sans
39572 Platzierung 
39573 \family default
39574 Sie mit 
39575 \family sans
39576 h
39577 \family default
39578
39579 \family sans
39580 t
39581 \family default
39582
39583 \family sans
39584 b
39585 \family default
39586  und 
39587 \family sans
39588 p
39589 \family default
39590 , analog zu den in Abschnitt
39591 \begin_inset space ~
39592 \end_inset
39593
39594
39595 \begin_inset CommandInset ref
39596 LatexCommand ref
39597 reference "abs:Gleitobjekt-Platzierung"
39598
39599 \end_inset
39600
39601  beschriebenen Platzierungsoptionen festlegen können.
39602  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39603  hintereinander angegeben, z.
39604 \begin_inset space \thinspace{}
39605 \end_inset
39606
39607 B.
39608  
39609 \begin_inset Quotes gld
39610 \end_inset
39611
39612
39613 \family sans
39614 htbp
39615 \family default
39616
39617 \begin_inset Quotes grd
39618 \end_inset
39619
39620 .
39621  Die Option 
39622 \begin_inset Quotes gld
39623 \end_inset
39624
39625 h
39626 \begin_inset Quotes grd
39627 \end_inset
39628
39629  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39630  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39631 \end_layout
39632
39633 \begin_layout Standard
39634 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39635  zu verweisen: Listing
39636 \begin_inset space ~
39637 \end_inset
39638
39639
39640 \begin_inset CommandInset ref
39641 LatexCommand ref
39642 reference "lst:Gleitendes-Programm-Listing"
39643
39644 \end_inset
39645
39646 .
39647  Mit dem Menü 
39648 \family sans
39649 Einfügen\SpecialChar menuseparator
39650 Liste
39651 \begin_inset space ~
39652 \end_inset
39653
39654 /
39655 \begin_inset space ~
39656 \end_inset
39657
39658 Inhaltsverzeichnis\SpecialChar menuseparator
39659 Listings Verzeichnis
39660 \family default
39661  kann ein Verzeichnis aller Listings eingefügt werden.
39662  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39663 \end_layout
39664
39665 \begin_layout Standard
39666 \begin_inset listings
39667 lstparams "language=Python"
39668 inline false
39669 status open
39670
39671 \begin_layout Plain Layout
39672
39673 \begin_inset Caption Standard
39674
39675 \begin_layout Plain Layout
39676 \begin_inset CommandInset label
39677 LatexCommand label
39678 name "lst:Gleitendes-Programm-Listing"
39679
39680 \end_inset
39681
39682 Gleitendes Programm-Listing
39683 \end_layout
39684
39685 \end_inset
39686
39687 # Gleitendes Programm-Listing
39688 \end_layout
39689
39690 \begin_layout Plain Layout
39691
39692 def func(param):
39693 \end_layout
39694
39695 \begin_layout Plain Layout
39696
39697     'Dies ist eine Python-Funktion'
39698 \end_layout
39699
39700 \begin_layout Plain Layout
39701
39702     pass
39703 \end_layout
39704
39705 \end_inset
39706
39707
39708 \end_layout
39709
39710 \begin_layout Standard
39711 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
39712  der Sprache erkannt und besonders gedruckt, wie 
39713 \emph on
39714 #
39715 \emph default
39716
39717 \emph on
39718 def
39719 \emph default
39720  und 
39721 \emph on
39722 pass
39723 \emph default
39724  in Listing
39725 \begin_inset space ~
39726 \end_inset
39727
39728
39729 \begin_inset CommandInset ref
39730 LatexCommand ref
39731 reference "lst:Gleitendes-Programm-Listing"
39732
39733 \end_inset
39734
39735 .
39736 \end_layout
39737
39738 \begin_layout Standard
39739 \begin_inset Note Greyedout
39740 status open
39741
39742 \begin_layout Plain Layout
39743
39744 \series bold
39745 Bemerkung:
39746 \series default
39747  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
39748 \family typewriter
39749 Schreib\SpecialChar softhyphen
39750 maschine
39751 \family default
39752  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
39753 h keine fett gedruckten Buchstaben.
39754  Wählen Sie in diesem Fall eine andere Schrift im Menü 
39755 \family sans
39756 Dokument\SpecialChar menuseparator
39757 Einstellungen\SpecialChar menuseparator
39758 Schriften
39759 \family default
39760 .
39761  (Die Schriften 
39762 \emph on
39763 LuxiMono, BeraMono
39764 \emph default
39765  und 
39766 \emph on
39767 Courier
39768 \emph default
39769  enthalten fett gedruckte Buchstaben.)
39770 \end_layout
39771
39772 \end_inset
39773
39774
39775 \end_layout
39776
39777 \begin_layout Standard
39778 Im Abschnitt 
39779 \family sans
39780 Zeilennummerierung
39781 \family default
39782  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
39783 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
39784  jede wievielte Zeile nummeriert werden soll und die 
39785 \family sans
39786 Schriftgröße
39787 \family default
39788  der Nummerierung.
39789 \end_layout
39790
39791 \begin_layout Standard
39792 Im Abschnitt 
39793 \family sans
39794 Bereich
39795 \family default
39796  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
39797  Im Abschnitt 
39798 \family sans
39799 Stil
39800 \family default
39801  legen Sie fest, wie die Liste ausgedruckt werden soll.
39802  Die Option 
39803 \family sans
39804 Erweiterte
39805 \begin_inset space ~
39806 \end_inset
39807
39808 Zeichentabelle
39809 \family default
39810  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
39811 \end_layout
39812
39813 \begin_layout Standard
39814 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
39815 \begin_inset Quotes gld
39816 \end_inset
39817
39818 3
39819 \begin_inset Quotes grd
39820 \end_inset
39821
39822 , Sprache 
39823 \begin_inset Quotes gld
39824 \end_inset
39825
39826 Python
39827 \begin_inset Quotes grd
39828 \end_inset
39829
39830 , Optionen 
39831 \begin_inset Quotes gld
39832 \end_inset
39833
39834 Erweiterte Zeichentabelle
39835 \begin_inset Quotes grd
39836 \end_inset
39837
39838  und 
39839 \begin_inset Quotes gld
39840 \end_inset
39841
39842 Leerzeichen als Symbol
39843 \begin_inset Quotes grd
39844 \end_inset
39845
39846  und Bereich Zeilen 3
39847 \begin_inset space \thinspace{}
39848 \end_inset
39849
39850 -
39851 \begin_inset space \thinspace{}
39852 \end_inset
39853
39854 8:
39855 \end_layout
39856
39857 \begin_layout Standard
39858 \begin_inset listings
39859 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39860 inline false
39861 status open
39862
39863 \begin_layout Plain Layout
39864
39865 def func(param):
39866 \end_layout
39867
39868 \begin_layout Plain Layout
39869
39870     'Dies ist eine Python-Funktion'
39871 \end_layout
39872
39873 \begin_layout Plain Layout
39874
39875     pass
39876 \end_layout
39877
39878 \begin_layout Plain Layout
39879
39880 def func(param):
39881 \end_layout
39882
39883 \begin_layout Plain Layout
39884
39885 'Sonderzeichen: Tschüß'
39886 \end_layout
39887
39888 \begin_layout Plain Layout
39889
39890 pass
39891 \end_layout
39892
39893 \begin_layout Plain Layout
39894
39895 def func(param):
39896 \end_layout
39897
39898 \begin_layout Plain Layout
39899
39900 'Dies ist eine Python-Funktion'
39901 \end_layout
39902
39903 \begin_layout Plain Layout
39904
39905 pass
39906 \end_layout
39907
39908 \end_inset
39909
39910
39911 \end_layout
39912
39913 \begin_layout Standard
39914 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39915 \family sans
39916 Tabulatorgröße
39917 \family default
39918  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39919 \end_layout
39920
39921 \begin_layout Standard
39922 \noindent
39923 \begin_inset Note Greyedout
39924 status open
39925
39926 \begin_layout Plain Layout
39927
39928 \series bold
39929 Bemerkung:
39930 \series default
39931  Wegen eines Fehlers im 
39932 \series bold
39933 listings
39934 \series default
39935 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39936  verschoben.
39937  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39938  Listing nummeriert werden.
39939 \end_layout
39940
39941 \end_inset
39942
39943
39944 \end_layout
39945
39946 \begin_layout Standard
39947 \begin_inset VSpace bigskip
39948 \end_inset
39949
39950
39951 \end_layout
39952
39953 \begin_layout Standard
39954 \noindent
39955 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39956  Das machen Sie mit
39957 \family sans
39958  Einfügen\SpecialChar menuseparator
39959 Datei\SpecialChar menuseparator
39960 Unterdokument
39961 \family default
39962  und der 
39963 \family sans
39964 Art
39965 \begin_inset space ~
39966 \end_inset
39967
39968 der
39969 \begin_inset space ~
39970 \end_inset
39971
39972 Einbindung
39973 \family default
39974  
39975 \family sans
39976 Listing
39977 \family default
39978 .
39979 \begin_inset Foot
39980 status collapsed
39981
39982 \begin_layout Plain Layout
39983 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39984 \begin_inset space ~
39985 \end_inset
39986
39987
39988 \begin_inset CommandInset ref
39989 LatexCommand ref
39990 reference "abs:Unterdokumente"
39991
39992 \end_inset
39993
39994  beschrieben.
39995 \end_layout
39996
39997 \end_inset
39998
39999  Im Dialogfenster
40000 \family sans
40001  Unterdokument
40002 \family default
40003  können Sie die Listing-Parameter unter 
40004 \family sans
40005 Weitere
40006 \begin_inset space ~
40007 \end_inset
40008
40009 Parameter
40010 \family default
40011  eingeben.
40012  Wenn Sie dort ein Fragezeichen 
40013 \begin_inset Quotes gld
40014 \end_inset
40015
40016 ?
40017 \begin_inset Quotes grd
40018 \end_inset
40019
40020  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40021 det.
40022 \end_layout
40023
40024 \begin_layout Standard
40025 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40026  Text ins Feld 
40027 \family sans
40028 Marke
40029 \family default
40030 , auf die dann wie üblich verwiesen werden kann.
40031 \end_layout
40032
40033 \begin_layout Standard
40034 Listing
40035 \begin_inset space ~
40036 \end_inset
40037
40038
40039 \begin_inset CommandInset ref
40040 LatexCommand ref
40041 reference "lst:Datei-Listing"
40042
40043 \end_inset
40044
40045  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40046 \begin_inset space \thinspace{}
40047 \end_inset
40048
40049 -
40050 \begin_inset space \thinspace{}
40051 \end_inset
40052
40053 15 gedruckt werden.
40054 \end_layout
40055
40056 \begin_layout Standard
40057 \begin_inset CommandInset include
40058 LatexCommand lstinputlisting
40059 filename "EmbeddedObjects.lyx"
40060 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40061
40062 \end_inset
40063
40064
40065 \end_layout
40066
40067 \begin_layout Standard
40068 \begin_inset VSpace bigskip
40069 \end_inset
40070
40071
40072 \end_layout
40073
40074 \begin_layout Standard
40075 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40076 \end_layout
40077
40078 \begin_layout Enumerate
40079 Öffnen Sie die Listings-Einstellungen und fügen
40080 \begin_inset Newline newline
40081 \end_inset
40082
40083
40084 \family sans
40085 mathescape=true
40086 \family default
40087
40088 \begin_inset Newline newline
40089 \end_inset
40090
40091 in das Feld des Tabs 
40092 \family sans
40093 Erweitert
40094 \family default
40095  ein
40096 \end_layout
40097
40098 \begin_layout Enumerate
40099 Erstellen Sie eine Formel außerhalb des Listings
40100 \end_layout
40101
40102 \begin_layout Enumerate
40103 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40104 blage (Tastenkürzel 
40105 \family sans
40106 Ctrl+C
40107 \family default
40108 )
40109 \end_layout
40110
40111 \begin_layout Enumerate
40112 Schreiben sie 
40113 \begin_inset Quotes gld
40114 \end_inset
40115
40116
40117 \family sans
40118 $$
40119 \family default
40120
40121 \begin_inset Quotes grd
40122 \end_inset
40123
40124  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40125 hen (Tastenkürzel 
40126 \family sans
40127 Ctrl+V
40128 \family default
40129 )
40130 \end_layout
40131
40132 \begin_layout Standard
40133 \begin_inset listings
40134 lstparams "language=Python,mathescape=true"
40135 inline false
40136 status open
40137
40138 \begin_layout Plain Layout
40139
40140 \begin_inset Caption Standard
40141
40142 \begin_layout Plain Layout
40143 Programm-Listing mit einer Formel
40144 \end_layout
40145
40146 \end_inset
40147
40148 # Beispiel-Programm-Listing
40149 \end_layout
40150
40151 \begin_layout Plain Layout
40152
40153 def func(param):
40154 \end_layout
40155
40156 \begin_layout Plain Layout
40157
40158     # $
40159 \backslash
40160 prod_{n=1}^{
40161 \backslash
40162 infty}
40163 \backslash
40164 ,
40165 \backslash
40166 frac{1}{x^{2}}$
40167 \end_layout
40168
40169 \begin_layout Plain Layout
40170
40171     pass
40172 \end_layout
40173
40174 \end_inset
40175
40176
40177 \end_layout
40178
40179 \begin_layout Standard
40180 \begin_inset VSpace bigskip
40181 \end_inset
40182
40183
40184 \end_layout
40185
40186 \begin_layout Standard
40187 \noindent
40188 Dokumentweite Listing-Eigenschaften können im Dialog 
40189 \family sans
40190 Dokument\SpecialChar menuseparator
40191 Einstellungen\SpecialChar menuseparator
40192 Listing
40193 \family default
40194  festgelegt werden.
40195  Dort bekommt man durch Eingabe eines Fragezeichens 
40196 \begin_inset Quotes gld
40197 \end_inset
40198
40199 ?
40200 \begin_inset Quotes grd
40201 \end_inset
40202
40203  eine Liste aller möglichen Parameter.
40204 \end_layout
40205
40206 \begin_layout Standard
40207 Weitere Informationen über das 
40208 \series bold
40209 listings
40210 \series default
40211 -Paket finden Sie in 
40212 \begin_inset CommandInset citation
40213 LatexCommand cite
40214 key "listings"
40215
40216 \end_inset
40217
40218 .
40219 \end_layout
40220
40221 \begin_layout Chapter
40222 \start_of_appendix
40223 In \SpecialChar LyX
40224  verfügbare Maßeinheiten
40225 \begin_inset CommandInset label
40226 LatexCommand label
40227 name "kap:In-LyX-verfügbare"
40228
40229 \end_inset
40230
40231
40232 \begin_inset Index idx
40233 status collapsed
40234
40235 \begin_layout Plain Layout
40236 Einheiten
40237 \end_layout
40238
40239 \end_inset
40240
40241
40242 \end_layout
40243
40244 \begin_layout Standard
40245 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40246  Tabelle
40247 \begin_inset space ~
40248 \end_inset
40249
40250
40251 \begin_inset CommandInset ref
40252 LatexCommand ref
40253 reference "tab:Maßeinheiten"
40254
40255 \end_inset
40256
40257  alle in \SpecialChar LyX
40258  verfügbaren Maßeinheiten.
40259 \end_layout
40260
40261 \begin_layout Standard
40262 \begin_inset Float table
40263 placement h
40264 wide false
40265 sideways false
40266 status open
40267
40268 \begin_layout Plain Layout
40269 \begin_inset Caption Standard
40270
40271 \begin_layout Plain Layout
40272 \begin_inset CommandInset label
40273 LatexCommand label
40274 name "tab:Maßeinheiten"
40275
40276 \end_inset
40277
40278 Maßeinheiten
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \end_layout
40285
40286 \begin_layout Plain Layout
40287 \begin_inset VSpace medskip
40288 \end_inset
40289
40290
40291 \end_layout
40292
40293 \begin_layout Plain Layout
40294 \align center
40295 \begin_inset Tabular
40296 <lyxtabular version="3" rows="20" columns="2">
40297 <features tabularvalignment="middle">
40298 <column alignment="center" valignment="top">
40299 <column alignment="center" valignment="top">
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305
40306 \series bold
40307 Maßeinheit
40308 \end_layout
40309
40310 \end_inset
40311 </cell>
40312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40313 \begin_inset Text
40314
40315 \begin_layout Plain Layout
40316
40317 \series bold
40318 Name/Beschreibung
40319 \end_layout
40320
40321 \end_inset
40322 </cell>
40323 </row>
40324 <row>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 mm
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 Millimeter
40339 \end_layout
40340
40341 \end_inset
40342 </cell>
40343 </row>
40344 <row>
40345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40346 \begin_inset Text
40347
40348 \begin_layout Plain Layout
40349 cm
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 Zentimeter
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 </row>
40364 <row>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 in
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 Zoll (1
40379 \begin_inset space \thinspace{}
40380 \end_inset
40381
40382 in = 2.54
40383 \begin_inset space \thinspace{}
40384 \end_inset
40385
40386 cm
40387 \end_layout
40388
40389 \end_inset
40390 </cell>
40391 </row>
40392 <row>
40393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40394 \begin_inset Text
40395
40396 \begin_layout Plain Layout
40397 pt
40398 \end_layout
40399
40400 \end_inset
40401 </cell>
40402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40403 \begin_inset Text
40404
40405 \begin_layout Plain Layout
40406 Punkt (72.27
40407 \begin_inset space \thinspace{}
40408 \end_inset
40409
40410 pt = 1
40411 \begin_inset space \thinspace{}
40412 \end_inset
40413
40414 in)
40415 \end_layout
40416
40417 \end_inset
40418 </cell>
40419 </row>
40420 <row>
40421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 pc
40426 \end_layout
40427
40428 \end_inset
40429 </cell>
40430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40431 \begin_inset Text
40432
40433 \begin_layout Plain Layout
40434 Pica (1
40435 \begin_inset space \thinspace{}
40436 \end_inset
40437
40438 pc = 12
40439 \begin_inset space \thinspace{}
40440 \end_inset
40441
40442 pt)
40443 \end_layout
40444
40445 \end_inset
40446 </cell>
40447 </row>
40448 <row>
40449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40450 \begin_inset Text
40451
40452 \begin_layout Plain Layout
40453 sp
40454 \end_layout
40455
40456 \end_inset
40457 </cell>
40458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40459 \begin_inset Text
40460
40461 \begin_layout Plain Layout
40462 skalierter Punkt (65536
40463 \begin_inset space \thinspace{}
40464 \end_inset
40465
40466 sp = 1
40467 \begin_inset space \thinspace{}
40468 \end_inset
40469
40470 pt)
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 </row>
40476 <row>
40477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40478 \begin_inset Text
40479
40480 \begin_layout Plain Layout
40481 bp
40482 \end_layout
40483
40484 \end_inset
40485 </cell>
40486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40487 \begin_inset Text
40488
40489 \begin_layout Plain Layout
40490 großer Punkt (72
40491 \begin_inset space \thinspace{}
40492 \end_inset
40493
40494 bp = 1
40495 \begin_inset space \thinspace{}
40496 \end_inset
40497
40498 in)
40499 \end_layout
40500
40501 \end_inset
40502 </cell>
40503 </row>
40504 <row>
40505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40506 \begin_inset Text
40507
40508 \begin_layout Plain Layout
40509 dd
40510 \end_layout
40511
40512 \end_inset
40513 </cell>
40514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40515 \begin_inset Text
40516
40517 \begin_layout Plain Layout
40518 Didot (1
40519 \begin_inset space \thinspace{}
40520 \end_inset
40521
40522 dd 
40523 \begin_inset Formula $\approx$
40524 \end_inset
40525
40526  0,376
40527 \begin_inset space \thinspace{}
40528 \end_inset
40529
40530 mm)
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 </row>
40536 <row>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 cc
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 Cicero (1
40551 \begin_inset space \thinspace{}
40552 \end_inset
40553
40554 cc = 12
40555 \begin_inset space \thinspace{}
40556 \end_inset
40557
40558 dd)
40559 \end_layout
40560
40561 \end_inset
40562 </cell>
40563 </row>
40564 <row>
40565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout Plain Layout
40569 Skalierung%
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40575 \begin_inset Text
40576
40577 \begin_layout Plain Layout
40578 % der originalen Bildbreite
40579 \end_layout
40580
40581 \end_inset
40582 </cell>
40583 </row>
40584 <row>
40585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 Textbreite %
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 % der Textbreite
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 </row>
40604 <row>
40605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609 Spaltenbreite %
40610 \end_layout
40611
40612 \end_inset
40613 </cell>
40614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 % der Spaltenbreite
40619 \end_layout
40620
40621 \end_inset
40622 </cell>
40623 </row>
40624 <row>
40625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40626 \begin_inset Text
40627
40628 \begin_layout Plain Layout
40629 Seitenbreite %
40630 \end_layout
40631
40632 \end_inset
40633 </cell>
40634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40635 \begin_inset Text
40636
40637 \begin_layout Plain Layout
40638 % der Seitenbreite
40639 \end_layout
40640
40641 \end_inset
40642 </cell>
40643 </row>
40644 <row>
40645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 Zeilenbreite %
40650 \end_layout
40651
40652 \end_inset
40653 </cell>
40654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 % der Zeilenbreite
40659 \end_layout
40660
40661 \end_inset
40662 </cell>
40663 </row>
40664 <row>
40665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40666 \begin_inset Text
40667
40668 \begin_layout Plain Layout
40669 Texthöhe %
40670 \end_layout
40671
40672 \end_inset
40673 </cell>
40674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40675 \begin_inset Text
40676
40677 \begin_layout Plain Layout
40678 % der Texthöhe
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 Seitenhöhe %
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 % der Seitenhöhe
40699 \end_layout
40700
40701 \end_inset
40702 </cell>
40703 </row>
40704 <row>
40705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40706 \begin_inset Text
40707
40708 \begin_layout Plain Layout
40709 ex
40710 \end_layout
40711
40712 \end_inset
40713 </cell>
40714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 Die Höhe des Buchstabens 
40719 \emph on
40720 x
40721 \emph default
40722  im aktiven Zeichensatz
40723 \end_layout
40724
40725 \end_inset
40726 </cell>
40727 </row>
40728 <row>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 em
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 Die Breite des Buchstabens 
40743 \emph on
40744 M
40745 \emph default
40746  im aktiven Zeichensatz
40747 \end_layout
40748
40749 \end_inset
40750 </cell>
40751 </row>
40752 <row>
40753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757 mu
40758 \end_layout
40759
40760 \end_inset
40761 </cell>
40762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40763 \begin_inset Text
40764
40765 \begin_layout Plain Layout
40766 mathematische  Maßeinheit
40767 \series bold
40768  
40769 \series default
40770 (1
40771 \begin_inset space \thinspace{}
40772 \end_inset
40773
40774 mu = 1/18
40775 \begin_inset space \thinspace{}
40776 \end_inset
40777
40778 em)
40779 \end_layout
40780
40781 \end_inset
40782 </cell>
40783 </row>
40784 </lyxtabular>
40785
40786 \end_inset
40787
40788
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \end_layout
40795
40796 \begin_layout Chapter
40797 Ausgabedatei-Formate mit Grafiken
40798 \begin_inset CommandInset label
40799 LatexCommand label
40800 name "kap:Ausgabedatei-Formate"
40801
40802 \end_inset
40803
40804
40805 \end_layout
40806
40807 \begin_layout Section
40808 DVI
40809 \begin_inset Index idx
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813 Dateiformat! DVI
40814 \end_layout
40815
40816 \end_inset
40817
40818
40819 \begin_inset Index idx
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823 DVI
40824 \end_layout
40825
40826 \end_inset
40827
40828
40829 \end_layout
40830
40831 \begin_layout Standard
40832 Dieser Dateityp hat die Erweiterung 
40833 \begin_inset Quotes gld
40834 \end_inset
40835
40836
40837 \family typewriter
40838 .dvi
40839 \family default
40840
40841 \begin_inset Quotes grd
40842 \end_inset
40843
40844  und wird 
40845 \begin_inset Quotes gld
40846 \end_inset
40847
40848 device independent
40849 \begin_inset Quotes grd
40850 \end_inset
40851
40852  genannt, weil er vollkommen portierbar ist.
40853  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40854  dvi-Betrachter installiert hat.
40855  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40856 ate wie PostScript benutzt.
40857 \end_layout
40858
40859 \begin_layout Standard
40860 \begin_inset Note Greyedout
40861 status open
40862
40863 \begin_layout Plain Layout
40864
40865 \series bold
40866 Bemerkung:
40867 \series default
40868  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40869 \end_layout
40870
40871 \end_inset
40872
40873
40874 \end_layout
40875
40876 \begin_layout Standard
40877 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40878  auf einen anderen Computer kopieren.
40879  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40880  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40881  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40882 \family typewriter
40883  
40884 \family default
40885 blättern.
40886
40887 \family typewriter
40888  
40889 \family default
40890 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40891  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40892  
40893 \end_layout
40894
40895 \begin_layout Standard
40896 Sie können Ihr Dokument als DVI über das Menü 
40897 \family sans
40898 Datei\SpecialChar menuseparator
40899 Exportieren\SpecialChar menuseparator
40900 DVI
40901 \family default
40902  exportieren.
40903  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40904 \family sans
40905 Ansicht
40906 \family default
40907  anschauen.
40908 \end_layout
40909
40910 \begin_layout Section
40911 PostScript
40912 \begin_inset CommandInset label
40913 LatexCommand label
40914 name "abs:PostScript"
40915
40916 \end_inset
40917
40918
40919 \begin_inset Index idx
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923 Dateiformat  ! PostScript
40924 \end_layout
40925
40926 \end_inset
40927
40928
40929 \begin_inset Index idx
40930 status collapsed
40931
40932 \begin_layout Plain Layout
40933 PostScript
40934 \end_layout
40935
40936 \end_inset
40937
40938
40939 \end_layout
40940
40941 \begin_layout Standard
40942 Dieser Dateityp hat die Erweiterung 
40943 \begin_inset Quotes gld
40944 \end_inset
40945
40946
40947 \family typewriter
40948 .ps
40949 \family default
40950
40951 \begin_inset Quotes grd
40952 \end_inset
40953
40954 .
40955  PostScript wurde von der Firma
40956 \family typewriter
40957  Adobe
40958 \family default
40959  als Druckersprache entwickelt.
40960  Die Datei enthält deshalb Druckbefehle.
40961  PostScript kann als 
40962 \begin_inset Quotes gld
40963 \end_inset
40964
40965 Programmiersprache
40966 \begin_inset Quotes grd
40967 \end_inset
40968
40969  angesehen werden.
40970  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40971 \begin_inset Foot
40972 status collapsed
40973
40974 \begin_layout Plain Layout
40975 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40976  von
40977 \series bold
40978  PSTricks
40979 \series default
40980  
40981 \begin_inset CommandInset citation
40982 LatexCommand cite
40983 key "pstricks"
40984
40985 \end_inset
40986
40987  oder 
40988 \begin_inset CommandInset citation
40989 LatexCommand cite
40990 key "latex-praxisbuch"
40991
40992 \end_inset
40993
40994  ansehen.
40995 \end_layout
40996
40997 \end_inset
40998
40999 .
41000  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41001 \end_layout
41002
41003 \begin_layout Standard
41004 PostScript kann nur Bilder im Format EPS
41005 \begin_inset Index idx
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009 EPS
41010 \end_layout
41011
41012 \end_inset
41013
41014  (Encapsulated PostScript, Datei-Er\SpecialChar softhyphen
41015 wei\SpecialChar softhyphen
41016 ter\SpecialChar softhyphen
41017 ung 
41018 \begin_inset Quotes gld
41019 \end_inset
41020
41021
41022 \family typewriter
41023 .eps
41024 \family default
41025
41026 \begin_inset Quotes grd
41027 \end_inset
41028
41029 ) enthalten.
41030  Weil \SpecialChar LyX
41031  die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41032  intern nach EPS konvertieren.
41033  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41034  verlangsamen.
41035  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41036  konvertieren und direkt als EPS einfügen.
41037 \end_layout
41038
41039 \begin_layout Standard
41040 Sie können Ihr Dokument als PostScript über das Menü 
41041 \family sans
41042 Datei\SpecialChar menuseparator
41043 Exportieren\SpecialChar menuseparator
41044 Post\SpecialChar softhyphen
41045 Script
41046 \family default
41047  exportieren.
41048  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41049 \family sans
41050 Ansicht
41051 \family default
41052  anschauen.
41053 \end_layout
41054
41055 \begin_layout Section
41056 PDF
41057 \begin_inset Index idx
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061 Dateiformat! PDF
41062 \end_layout
41063
41064 \end_inset
41065
41066
41067 \begin_inset Index idx
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071 PDF
41072 \end_layout
41073
41074 \end_inset
41075
41076
41077 \end_layout
41078
41079 \begin_layout Standard
41080 Dieser Dateityp hat die Erweiterung 
41081 \begin_inset Quotes gld
41082 \end_inset
41083
41084
41085 \family typewriter
41086 .pdf
41087 \family default
41088
41089 \begin_inset Quotes grd
41090 \end_inset
41091
41092 .
41093  Das
41094 \emph on
41095  
41096 \emph default
41097
41098 \begin_inset Quotes gld
41099 \end_inset
41100
41101 Portable Document Format
41102 \begin_inset Quotes grd
41103 \end_inset
41104
41105  (PDF) wurde auch von der Firma 
41106 \family typewriter
41107 Adobe
41108 \family default
41109  als Derivat von PostScript entwickelt.
41110  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41111  Wie der Begriff 
41112 \begin_inset Quotes gld
41113 \end_inset
41114
41115 portable
41116 \begin_inset Quotes grd
41117 \end_inset
41118
41119  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41120  werden, und der Ausdruck sieht immer gleich aus.
41121 \end_layout
41122
41123 \begin_layout Standard
41124 PDF kann Bilder im eigenen PDF-Format, im Format 
41125 \begin_inset Quotes gld
41126 \end_inset
41127
41128 Joint Photographic Experts Group
41129 \begin_inset Quotes grd
41130 \end_inset
41131
41132  (JPEG
41133 \begin_inset Index idx
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137 JPG, JPEG
41138 \end_layout
41139
41140 \end_inset
41141
41142 , Datei-Erweiterung 
41143 \begin_inset Quotes gld
41144 \end_inset
41145
41146
41147 \family typewriter
41148 .jpg
41149 \family default
41150
41151 \begin_inset Quotes grd
41152 \end_inset
41153
41154  oder 
41155 \begin_inset Quotes gld
41156 \end_inset
41157
41158
41159 \family typewriter
41160 .jpeg
41161 \family default
41162
41163 \begin_inset Quotes grd
41164 \end_inset
41165
41166 ) und im Format 
41167 \begin_inset Quotes gld
41168 \end_inset
41169
41170 Portable Network Graphics
41171 \begin_inset Quotes grd
41172 \end_inset
41173
41174  (PNG
41175 \begin_inset Index idx
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179 PNG
41180 \end_layout
41181
41182 \end_inset
41183
41184 , Datei-Erweiterung 
41185 \begin_inset Quotes gld
41186 \end_inset
41187
41188
41189 \family typewriter
41190 .png
41191 \family default
41192
41193 \begin_inset Quotes grd
41194 \end_inset
41195
41196 ) enthalten.
41197  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil \SpecialChar LyX
41198  es für Sie
41199  konvertieren wird.
41200  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41201  wird, eines der drei erwähnten Bildformate zu benutzen.
41202 \end_layout
41203
41204 \begin_layout Standard
41205 PDF-Dateien können Sie über 
41206 \family sans
41207 Datei\SpecialChar menuseparator
41208 Exportieren
41209 \family default
41210  auf drei Arten erzeugen:
41211 \end_layout
41212
41213 \begin_layout Description
41214 PDF
41215 \begin_inset space ~
41216 \end_inset
41217
41218 (ps2pdf) benutzt das Programm
41219 \family typewriter
41220  ps2pdf
41221 \family default
41222 , das eine PDF-Datei aus einer Post\SpecialChar softhyphen
41223 Script®-Version Ihres Dokument erstellt.
41224  Die PostScript-Version wird mit dem Programm 
41225 \family typewriter
41226 dvips
41227 \family default
41228  aus einer DVI-Version erstellt.
41229  Es werden also drei Konvertierungen verwendet.
41230 \end_layout
41231
41232 \begin_layout Description
41233 PDF
41234 \begin_inset space ~
41235 \end_inset
41236
41237 (dvipdfm) benutzt das Programm 
41238 \family typewriter
41239 dvipdfm
41240 \family default
41241 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41242  PDF konvertiert.
41243 \end_layout
41244
41245 \begin_layout Description
41246 PDF
41247 \begin_inset space ~
41248 \end_inset
41249
41250 (pdflatex) benutzt das Programm
41251 \family typewriter
41252  pdftex
41253 \family default
41254 , das Ihr Dokument direkt nach PDF konvertiert.
41255 \end_layout
41256
41257 \begin_layout Standard
41258
41259 \family sans
41260 PDF
41261 \begin_inset space ~
41262 \end_inset
41263
41264 (pdflatex)
41265 \family default
41266  wird empfohlen, weil
41267 \family typewriter
41268  pdftex
41269 \family default
41270  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41271  ohne Probleme arbeitet.
41272  Das Programm 
41273 \family typewriter
41274 dvi\SpecialChar softhyphen
41275 pdfm
41276 \family default
41277  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41278 \end_layout
41279
41280 \begin_layout Standard
41281 Sie können Ihr Dokument als PDF über das Menü 
41282 \family sans
41283 Datei\SpecialChar menuseparator
41284 Exportieren\SpecialChar menuseparator
41285 PDF
41286 \family default
41287  exportieren.
41288  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41289 \family sans
41290 Ansicht
41291 \family default
41292  oder einen Werkzeugleistenknopf anschauen.
41293 \end_layout
41294
41295 \begin_layout Chapter
41296 Liste der dvips-Farbnamen
41297 \begin_inset CommandInset label
41298 LatexCommand label
41299 name "kap:Liste-der-dvips-Farbnamen"
41300
41301 \end_inset
41302
41303
41304 \end_layout
41305
41306 \begin_layout Standard
41307 \begin_inset Tabular
41308 <lyxtabular version="3" rows="17" columns="4">
41309 <features tabularvalignment="middle">
41310 <column alignment="left" valignment="top" width="0pt">
41311 <column alignment="left" valignment="top" width="0pt">
41312 <column alignment="left" valignment="top" width="0pt">
41313 <column alignment="left" valignment="top" width="0pt">
41314 <row>
41315 <cell alignment="left" valignment="top" usebox="none">
41316 \begin_inset Text
41317
41318 \begin_layout Plain Layout
41319 \begin_inset ERT
41320 status collapsed
41321
41322 \begin_layout Plain Layout
41323
41324
41325 \backslash
41326 fcolorbox{black}{
41327 \end_layout
41328
41329 \end_inset
41330
41331 white
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337 }{
41338 \end_layout
41339
41340 \end_inset
41341
41342 Farbe
41343 \begin_inset ERT
41344 status collapsed
41345
41346 \begin_layout Plain Layout
41347
41348 }
41349 \end_layout
41350
41351 \end_inset
41352
41353  Farbname
41354 \end_layout
41355
41356 \end_inset
41357 </cell>
41358 <cell alignment="left" valignment="top" usebox="none">
41359 \begin_inset Text
41360
41361 \begin_layout Plain Layout
41362 \begin_inset ERT
41363 status collapsed
41364
41365 \begin_layout Plain Layout
41366
41367
41368 \backslash
41369 fcolorbox{black}{
41370 \end_layout
41371
41372 \end_inset
41373
41374 white
41375 \begin_inset ERT
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379
41380 }{
41381 \end_layout
41382
41383 \end_inset
41384
41385 Farbe
41386 \begin_inset ERT
41387 status collapsed
41388
41389 \begin_layout Plain Layout
41390
41391 }
41392 \end_layout
41393
41394 \end_inset
41395
41396  Farbname
41397 \end_layout
41398
41399 \end_inset
41400 </cell>
41401 <cell alignment="left" valignment="top" usebox="none">
41402 \begin_inset Text
41403
41404 \begin_layout Plain Layout
41405 \begin_inset ERT
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409
41410
41411 \backslash
41412 fcolorbox{black}{
41413 \end_layout
41414
41415 \end_inset
41416
41417 white
41418 \begin_inset ERT
41419 status collapsed
41420
41421 \begin_layout Plain Layout
41422
41423 }{
41424 \end_layout
41425
41426 \end_inset
41427
41428 Farbe
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434 }
41435 \end_layout
41436
41437 \end_inset
41438
41439  Farbname
41440 \end_layout
41441
41442 \end_inset
41443 </cell>
41444 <cell alignment="left" valignment="top" usebox="none">
41445 \begin_inset Text
41446
41447 \begin_layout Plain Layout
41448 \begin_inset ERT
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453
41454 \backslash
41455 fcolorbox{black}{
41456 \end_layout
41457
41458 \end_inset
41459
41460 white
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466 }{
41467 \end_layout
41468
41469 \end_inset
41470
41471 Farbe
41472 \begin_inset ERT
41473 status collapsed
41474
41475 \begin_layout Plain Layout
41476
41477 }
41478 \end_layout
41479
41480 \end_inset
41481
41482  Farbname
41483 \end_layout
41484
41485 \end_inset
41486 </cell>
41487 </row>
41488 <row>
41489 <cell alignment="center" valignment="top" usebox="none">
41490 \begin_inset Text
41491
41492 \begin_layout Plain Layout
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498
41499 \backslash
41500 fcolorbox{black}{
41501 \end_layout
41502
41503 \end_inset
41504
41505 Apricot
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511 }{
41512 \end_layout
41513
41514 \end_inset
41515
41516
41517 \begin_inset Phantom Phantom
41518 status open
41519
41520 \begin_layout Plain Layout
41521 W
41522 \end_layout
41523
41524 \end_inset
41525
41526
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532 }
41533 \end_layout
41534
41535 \end_inset
41536
41537  Apricot
41538 \end_layout
41539
41540 \end_inset
41541 </cell>
41542 <cell alignment="center" valignment="top" usebox="none">
41543 \begin_inset Text
41544
41545 \begin_layout Plain Layout
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551
41552 \backslash
41553 fcolorbox{black}{
41554 \end_layout
41555
41556 \end_inset
41557
41558 Aquamarine
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564 }{
41565 \end_layout
41566
41567 \end_inset
41568
41569
41570 \begin_inset Phantom Phantom
41571 status open
41572
41573 \begin_layout Plain Layout
41574 W
41575 \end_layout
41576
41577 \end_inset
41578
41579
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585 }
41586 \end_layout
41587
41588 \end_inset
41589
41590  Aquamarine
41591 \end_layout
41592
41593 \end_inset
41594 </cell>
41595 <cell alignment="center" valignment="top" usebox="none">
41596 \begin_inset Text
41597
41598 \begin_layout Plain Layout
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604
41605 \backslash
41606 fcolorbox{black}{
41607 \end_layout
41608
41609 \end_inset
41610
41611 Bittersweet
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617 }{
41618 \end_layout
41619
41620 \end_inset
41621
41622
41623 \begin_inset Phantom Phantom
41624 status open
41625
41626 \begin_layout Plain Layout
41627 W
41628 \end_layout
41629
41630 \end_inset
41631
41632
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638 }
41639 \end_layout
41640
41641 \end_inset
41642
41643  Bittersweet
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 <cell alignment="center" valignment="top" usebox="none">
41649 \begin_inset Text
41650
41651 \begin_layout Plain Layout
41652 \begin_inset ERT
41653 status collapsed
41654
41655 \begin_layout Plain Layout
41656
41657
41658 \backslash
41659 fcolorbox{black}{
41660 \end_layout
41661
41662 \end_inset
41663
41664 BlueGreen
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670 }{
41671 \end_layout
41672
41673 \end_inset
41674
41675
41676 \begin_inset Phantom Phantom
41677 status open
41678
41679 \begin_layout Plain Layout
41680 W
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691 }
41692 \end_layout
41693
41694 \end_inset
41695
41696  BlueGreen
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 </row>
41702 <row>
41703 <cell alignment="left" valignment="top" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712
41713 \backslash
41714 fcolorbox{black}{
41715 \end_layout
41716
41717 \end_inset
41718
41719 BlueViolet
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725 }{
41726 \end_layout
41727
41728 \end_inset
41729
41730
41731 \begin_inset Phantom Phantom
41732 status open
41733
41734 \begin_layout Plain Layout
41735 W
41736 \end_layout
41737
41738 \end_inset
41739
41740
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746 }
41747 \end_layout
41748
41749 \end_inset
41750
41751  BlueViolet
41752 \end_layout
41753
41754 \end_inset
41755 </cell>
41756 <cell alignment="left" valignment="top" usebox="none">
41757 \begin_inset Text
41758
41759 \begin_layout Plain Layout
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765
41766 \backslash
41767 fcolorbox{black}{
41768 \end_layout
41769
41770 \end_inset
41771
41772 BrickRed
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778 }{
41779 \end_layout
41780
41781 \end_inset
41782
41783
41784 \begin_inset Phantom Phantom
41785 status open
41786
41787 \begin_layout Plain Layout
41788 W
41789 \end_layout
41790
41791 \end_inset
41792
41793
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799 }
41800 \end_layout
41801
41802 \end_inset
41803
41804  BrickRed
41805 \end_layout
41806
41807 \end_inset
41808 </cell>
41809 <cell alignment="left" valignment="top" usebox="none">
41810 \begin_inset Text
41811
41812 \begin_layout Plain Layout
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818
41819 \backslash
41820 fcolorbox{black}{
41821 \end_layout
41822
41823 \end_inset
41824
41825 Brown
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831 }{
41832 \end_layout
41833
41834 \end_inset
41835
41836
41837 \begin_inset Phantom Phantom
41838 status open
41839
41840 \begin_layout Plain Layout
41841 W
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852 }
41853 \end_layout
41854
41855 \end_inset
41856
41857  Brown
41858 \end_layout
41859
41860 \end_inset
41861 </cell>
41862 <cell alignment="left" valignment="top" usebox="none">
41863 \begin_inset Text
41864
41865 \begin_layout Plain Layout
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871
41872 \backslash
41873 fcolorbox{black}{
41874 \end_layout
41875
41876 \end_inset
41877
41878 BurntOrange
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884 }{
41885 \end_layout
41886
41887 \end_inset
41888
41889
41890 \begin_inset Phantom Phantom
41891 status open
41892
41893 \begin_layout Plain Layout
41894 W
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905 }
41906 \end_layout
41907
41908 \end_inset
41909
41910  BurntOrange
41911 \end_layout
41912
41913 \end_inset
41914 </cell>
41915 </row>
41916 <row>
41917 <cell alignment="left" valignment="top" usebox="none">
41918 \begin_inset Text
41919
41920 \begin_layout Plain Layout
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926
41927 \backslash
41928 fcolorbox{black}{
41929 \end_layout
41930
41931 \end_inset
41932
41933 CadetBlue
41934 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939 }{
41940 \end_layout
41941
41942 \end_inset
41943
41944
41945 \begin_inset Phantom Phantom
41946 status open
41947
41948 \begin_layout Plain Layout
41949 W
41950 \end_layout
41951
41952 \end_inset
41953
41954
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960 }
41961 \end_layout
41962
41963 \end_inset
41964
41965  CadetBlue
41966 \end_layout
41967
41968 \end_inset
41969 </cell>
41970 <cell alignment="left" valignment="top" usebox="none">
41971 \begin_inset Text
41972
41973 \begin_layout Plain Layout
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979
41980 \backslash
41981 fcolorbox{black}{
41982 \end_layout
41983
41984 \end_inset
41985
41986 CarnationPink
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992 }{
41993 \end_layout
41994
41995 \end_inset
41996
41997
41998 \begin_inset Phantom Phantom
41999 status open
42000
42001 \begin_layout Plain Layout
42002 W
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013 }
42014 \end_layout
42015
42016 \end_inset
42017
42018  CarnationPink
42019 \end_layout
42020
42021 \end_inset
42022 </cell>
42023 <cell alignment="left" valignment="top" usebox="none">
42024 \begin_inset Text
42025
42026 \begin_layout Plain Layout
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032
42033 \backslash
42034 fcolorbox{black}{
42035 \end_layout
42036
42037 \end_inset
42038
42039 Cerulean
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045 }{
42046 \end_layout
42047
42048 \end_inset
42049
42050
42051 \begin_inset Phantom Phantom
42052 status open
42053
42054 \begin_layout Plain Layout
42055 W
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066 }
42067 \end_layout
42068
42069 \end_inset
42070
42071  Cerulean
42072 \end_layout
42073
42074 \end_inset
42075 </cell>
42076 <cell alignment="left" valignment="top" usebox="none">
42077 \begin_inset Text
42078
42079 \begin_layout Plain Layout
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085
42086 \backslash
42087 fcolorbox{black}{
42088 \end_layout
42089
42090 \end_inset
42091
42092 CornflowerBlue
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098 }{
42099 \end_layout
42100
42101 \end_inset
42102
42103
42104 \begin_inset Phantom Phantom
42105 status open
42106
42107 \begin_layout Plain Layout
42108 W
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119 }
42120 \end_layout
42121
42122 \end_inset
42123
42124  CornflowerBlue
42125 \end_layout
42126
42127 \end_inset
42128 </cell>
42129 </row>
42130 <row>
42131 <cell alignment="left" valignment="top" usebox="none">
42132 \begin_inset Text
42133
42134 \begin_layout Plain Layout
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140
42141 \backslash
42142 fcolorbox{black}{
42143 \end_layout
42144
42145 \end_inset
42146
42147 Dandelion
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153 }{
42154 \end_layout
42155
42156 \end_inset
42157
42158
42159 \begin_inset Phantom Phantom
42160 status open
42161
42162 \begin_layout Plain Layout
42163 W
42164 \end_layout
42165
42166 \end_inset
42167
42168
42169 \begin_inset ERT
42170 status collapsed
42171
42172 \begin_layout Plain Layout
42173
42174 }
42175 \end_layout
42176
42177 \end_inset
42178
42179  Dandelion
42180 \end_layout
42181
42182 \end_inset
42183 </cell>
42184 <cell alignment="left" valignment="top" usebox="none">
42185 \begin_inset Text
42186
42187 \begin_layout Plain Layout
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193
42194 \backslash
42195 fcolorbox{black}{
42196 \end_layout
42197
42198 \end_inset
42199
42200 DarkOrchid
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206 }{
42207 \end_layout
42208
42209 \end_inset
42210
42211
42212 \begin_inset Phantom Phantom
42213 status open
42214
42215 \begin_layout Plain Layout
42216 W
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227 }
42228 \end_layout
42229
42230 \end_inset
42231
42232  DarkOrchid
42233 \end_layout
42234
42235 \end_inset
42236 </cell>
42237 <cell alignment="left" valignment="top" usebox="none">
42238 \begin_inset Text
42239
42240 \begin_layout Plain Layout
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246
42247 \backslash
42248 fcolorbox{black}{
42249 \end_layout
42250
42251 \end_inset
42252
42253 Emerald
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259 }{
42260 \end_layout
42261
42262 \end_inset
42263
42264
42265 \begin_inset Phantom Phantom
42266 status open
42267
42268 \begin_layout Plain Layout
42269 W
42270 \end_layout
42271
42272 \end_inset
42273
42274
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280 }
42281 \end_layout
42282
42283 \end_inset
42284
42285  Emerald
42286 \end_layout
42287
42288 \end_inset
42289 </cell>
42290 <cell alignment="left" valignment="top" usebox="none">
42291 \begin_inset Text
42292
42293 \begin_layout Plain Layout
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299
42300 \backslash
42301 fcolorbox{black}{
42302 \end_layout
42303
42304 \end_inset
42305
42306 ForestGreen
42307 \begin_inset ERT
42308 status collapsed
42309
42310 \begin_layout Plain Layout
42311
42312 }{
42313 \end_layout
42314
42315 \end_inset
42316
42317
42318 \begin_inset Phantom Phantom
42319 status open
42320
42321 \begin_layout Plain Layout
42322 W
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333 }
42334 \end_layout
42335
42336 \end_inset
42337
42338  ForestGreen
42339 \end_layout
42340
42341 \end_inset
42342 </cell>
42343 </row>
42344 <row>
42345 <cell alignment="left" valignment="top" usebox="none">
42346 \begin_inset Text
42347
42348 \begin_layout Plain Layout
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354
42355 \backslash
42356 fcolorbox{black}{
42357 \end_layout
42358
42359 \end_inset
42360
42361 Fuchsia
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367 }{
42368 \end_layout
42369
42370 \end_inset
42371
42372
42373 \begin_inset Phantom Phantom
42374 status open
42375
42376 \begin_layout Plain Layout
42377 W
42378 \end_layout
42379
42380 \end_inset
42381
42382
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388 }
42389 \end_layout
42390
42391 \end_inset
42392
42393  Fuchsia
42394 \end_layout
42395
42396 \end_inset
42397 </cell>
42398 <cell alignment="left" valignment="top" usebox="none">
42399 \begin_inset Text
42400
42401 \begin_layout Plain Layout
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407
42408 \backslash
42409 fcolorbox{black}{
42410 \end_layout
42411
42412 \end_inset
42413
42414 Goldenrod
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420 }{
42421 \end_layout
42422
42423 \end_inset
42424
42425
42426 \begin_inset Phantom Phantom
42427 status open
42428
42429 \begin_layout Plain Layout
42430 W
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441 }
42442 \end_layout
42443
42444 \end_inset
42445
42446  Goldenrod
42447 \end_layout
42448
42449 \end_inset
42450 </cell>
42451 <cell alignment="left" valignment="top" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460
42461 \backslash
42462 fcolorbox{black}{
42463 \end_layout
42464
42465 \end_inset
42466
42467 Gray
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473 }{
42474 \end_layout
42475
42476 \end_inset
42477
42478
42479 \begin_inset Phantom Phantom
42480 status open
42481
42482 \begin_layout Plain Layout
42483 W
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494 }
42495 \end_layout
42496
42497 \end_inset
42498
42499  Gray
42500 \end_layout
42501
42502 \end_inset
42503 </cell>
42504 <cell alignment="left" valignment="top" usebox="none">
42505 \begin_inset Text
42506
42507 \begin_layout Plain Layout
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513
42514 \backslash
42515 fcolorbox{black}{
42516 \end_layout
42517
42518 \end_inset
42519
42520 GreenYellow
42521 \begin_inset ERT
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525
42526 }{
42527 \end_layout
42528
42529 \end_inset
42530
42531
42532 \begin_inset Phantom Phantom
42533 status open
42534
42535 \begin_layout Plain Layout
42536 W
42537 \end_layout
42538
42539 \end_inset
42540
42541
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547 }
42548 \end_layout
42549
42550 \end_inset
42551
42552  GreenYellow
42553 \end_layout
42554
42555 \end_inset
42556 </cell>
42557 </row>
42558 <row>
42559 <cell alignment="center" valignment="top" usebox="none">
42560 \begin_inset Text
42561
42562 \begin_layout Plain Layout
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568
42569 \backslash
42570 fcolorbox{black}{
42571 \end_layout
42572
42573 \end_inset
42574
42575 JungleGreen
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581 }{
42582 \end_layout
42583
42584 \end_inset
42585
42586
42587 \begin_inset Phantom Phantom
42588 status open
42589
42590 \begin_layout Plain Layout
42591 W
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602 }
42603 \end_layout
42604
42605 \end_inset
42606
42607  JungleGreen
42608 \end_layout
42609
42610 \end_inset
42611 </cell>
42612 <cell alignment="center" valignment="top" usebox="none">
42613 \begin_inset Text
42614
42615 \begin_layout Plain Layout
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621
42622 \backslash
42623 fcolorbox{black}{
42624 \end_layout
42625
42626 \end_inset
42627
42628 Lavender
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634 }{
42635 \end_layout
42636
42637 \end_inset
42638
42639
42640 \begin_inset Phantom Phantom
42641 status open
42642
42643 \begin_layout Plain Layout
42644 W
42645 \end_layout
42646
42647 \end_inset
42648
42649
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655 }
42656 \end_layout
42657
42658 \end_inset
42659
42660  Lavender
42661 \end_layout
42662
42663 \end_inset
42664 </cell>
42665 <cell alignment="center" valignment="top" usebox="none">
42666 \begin_inset Text
42667
42668 \begin_layout Plain Layout
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674
42675 \backslash
42676 fcolorbox{black}{
42677 \end_layout
42678
42679 \end_inset
42680
42681 LimeGreen
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687 }{
42688 \end_layout
42689
42690 \end_inset
42691
42692
42693 \begin_inset Phantom Phantom
42694 status open
42695
42696 \begin_layout Plain Layout
42697 W
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708 }
42709 \end_layout
42710
42711 \end_inset
42712
42713  LimeGreen
42714 \end_layout
42715
42716 \end_inset
42717 </cell>
42718 <cell alignment="center" valignment="top" usebox="none">
42719 \begin_inset Text
42720
42721 \begin_layout Plain Layout
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727
42728 \backslash
42729 fcolorbox{black}{
42730 \end_layout
42731
42732 \end_inset
42733
42734 Mahogany
42735 \begin_inset ERT
42736 status collapsed
42737
42738 \begin_layout Plain Layout
42739
42740 }{
42741 \end_layout
42742
42743 \end_inset
42744
42745
42746 \begin_inset Phantom Phantom
42747 status open
42748
42749 \begin_layout Plain Layout
42750 W
42751 \end_layout
42752
42753 \end_inset
42754
42755
42756 \begin_inset ERT
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760
42761 }
42762 \end_layout
42763
42764 \end_inset
42765
42766  Mahogany
42767 \end_layout
42768
42769 \end_inset
42770 </cell>
42771 </row>
42772 <row>
42773 <cell alignment="left" valignment="top" usebox="none">
42774 \begin_inset Text
42775
42776 \begin_layout Plain Layout
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782
42783 \backslash
42784 fcolorbox{black}{
42785 \end_layout
42786
42787 \end_inset
42788
42789 Mahogany
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795 }{
42796 \end_layout
42797
42798 \end_inset
42799
42800
42801 \begin_inset Phantom Phantom
42802 status open
42803
42804 \begin_layout Plain Layout
42805 W
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816 }
42817 \end_layout
42818
42819 \end_inset
42820
42821  Mahogany
42822 \end_layout
42823
42824 \end_inset
42825 </cell>
42826 <cell alignment="left" valignment="top" usebox="none">
42827 \begin_inset Text
42828
42829 \begin_layout Plain Layout
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835
42836 \backslash
42837 fcolorbox{black}{
42838 \end_layout
42839
42840 \end_inset
42841
42842 Maroon
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848 }{
42849 \end_layout
42850
42851 \end_inset
42852
42853
42854 \begin_inset Phantom Phantom
42855 status open
42856
42857 \begin_layout Plain Layout
42858 W
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869 }
42870 \end_layout
42871
42872 \end_inset
42873
42874  Maroon
42875 \end_layout
42876
42877 \end_inset
42878 </cell>
42879 <cell alignment="left" valignment="top" usebox="none">
42880 \begin_inset Text
42881
42882 \begin_layout Plain Layout
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888
42889 \backslash
42890 fcolorbox{black}{
42891 \end_layout
42892
42893 \end_inset
42894
42895 Melon
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901 }{
42902 \end_layout
42903
42904 \end_inset
42905
42906
42907 \begin_inset Phantom Phantom
42908 status open
42909
42910 \begin_layout Plain Layout
42911 W
42912 \end_layout
42913
42914 \end_inset
42915
42916
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922 }
42923 \end_layout
42924
42925 \end_inset
42926
42927  Melon
42928 \end_layout
42929
42930 \end_inset
42931 </cell>
42932 <cell alignment="left" valignment="top" usebox="none">
42933 \begin_inset Text
42934
42935 \begin_layout Plain Layout
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941
42942 \backslash
42943 fcolorbox{black}{
42944 \end_layout
42945
42946 \end_inset
42947
42948 MidnightBlue
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }{
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \begin_inset Phantom Phantom
42961 status open
42962
42963 \begin_layout Plain Layout
42964 W
42965 \end_layout
42966
42967 \end_inset
42968
42969
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975 }
42976 \end_layout
42977
42978 \end_inset
42979
42980  MidnightBlue
42981 \end_layout
42982
42983 \end_inset
42984 </cell>
42985 </row>
42986 <row>
42987 <cell alignment="left" valignment="top" usebox="none">
42988 \begin_inset Text
42989
42990 \begin_layout Plain Layout
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996
42997 \backslash
42998 fcolorbox{black}{
42999 \end_layout
43000
43001 \end_inset
43002
43003 Mulberry
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009 }{
43010 \end_layout
43011
43012 \end_inset
43013
43014
43015 \begin_inset Phantom Phantom
43016 status open
43017
43018 \begin_layout Plain Layout
43019 W
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030 }
43031 \end_layout
43032
43033 \end_inset
43034
43035  Mulberry
43036 \end_layout
43037
43038 \end_inset
43039 </cell>
43040 <cell alignment="left" valignment="top" usebox="none">
43041 \begin_inset Text
43042
43043 \begin_layout Plain Layout
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049
43050 \backslash
43051 fcolorbox{black}{
43052 \end_layout
43053
43054 \end_inset
43055
43056 NavyBlue
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062 }{
43063 \end_layout
43064
43065 \end_inset
43066
43067
43068 \begin_inset Phantom Phantom
43069 status open
43070
43071 \begin_layout Plain Layout
43072 W
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }
43084 \end_layout
43085
43086 \end_inset
43087
43088  NavyBlue
43089 \end_layout
43090
43091 \end_inset
43092 </cell>
43093 <cell alignment="left" valignment="top" usebox="none">
43094 \begin_inset Text
43095
43096 \begin_layout Plain Layout
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102
43103 \backslash
43104 fcolorbox{black}{
43105 \end_layout
43106
43107 \end_inset
43108
43109 OliveGreen
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115 }{
43116 \end_layout
43117
43118 \end_inset
43119
43120
43121 \begin_inset Phantom Phantom
43122 status open
43123
43124 \begin_layout Plain Layout
43125 W
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136 }
43137 \end_layout
43138
43139 \end_inset
43140
43141  OliveGreen
43142 \end_layout
43143
43144 \end_inset
43145 </cell>
43146 <cell alignment="left" valignment="top" usebox="none">
43147 \begin_inset Text
43148
43149 \begin_layout Plain Layout
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155
43156 \backslash
43157 fcolorbox{black}{
43158 \end_layout
43159
43160 \end_inset
43161
43162 Orange
43163 \begin_inset ERT
43164 status collapsed
43165
43166 \begin_layout Plain Layout
43167
43168 }{
43169 \end_layout
43170
43171 \end_inset
43172
43173
43174 \begin_inset Phantom Phantom
43175 status open
43176
43177 \begin_layout Plain Layout
43178 W
43179 \end_layout
43180
43181 \end_inset
43182
43183
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189 }
43190 \end_layout
43191
43192 \end_inset
43193
43194  Orange
43195 \end_layout
43196
43197 \end_inset
43198 </cell>
43199 </row>
43200 <row>
43201 <cell alignment="left" valignment="top" usebox="none">
43202 \begin_inset Text
43203
43204 \begin_layout Plain Layout
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210
43211 \backslash
43212 fcolorbox{black}{
43213 \end_layout
43214
43215 \end_inset
43216
43217 OrangeRed
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }{
43224 \end_layout
43225
43226 \end_inset
43227
43228
43229 \begin_inset Phantom Phantom
43230 status open
43231
43232 \begin_layout Plain Layout
43233 W
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244 }
43245 \end_layout
43246
43247 \end_inset
43248
43249  OrangeRed
43250 \end_layout
43251
43252 \end_inset
43253 </cell>
43254 <cell alignment="left" valignment="top" usebox="none">
43255 \begin_inset Text
43256
43257 \begin_layout Plain Layout
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263
43264 \backslash
43265 fcolorbox{black}{
43266 \end_layout
43267
43268 \end_inset
43269
43270 Orchid
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }{
43277 \end_layout
43278
43279 \end_inset
43280
43281
43282 \begin_inset Phantom Phantom
43283 status open
43284
43285 \begin_layout Plain Layout
43286 W
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }
43298 \end_layout
43299
43300 \end_inset
43301
43302  Orchid
43303 \end_layout
43304
43305 \end_inset
43306 </cell>
43307 <cell alignment="left" valignment="top" usebox="none">
43308 \begin_inset Text
43309
43310 \begin_layout Plain Layout
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316
43317 \backslash
43318 fcolorbox{black}{
43319 \end_layout
43320
43321 \end_inset
43322
43323 Peach
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329 }{
43330 \end_layout
43331
43332 \end_inset
43333
43334
43335 \begin_inset Phantom Phantom
43336 status open
43337
43338 \begin_layout Plain Layout
43339 W
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350 }
43351 \end_layout
43352
43353 \end_inset
43354
43355  Peach
43356 \end_layout
43357
43358 \end_inset
43359 </cell>
43360 <cell alignment="left" valignment="top" usebox="none">
43361 \begin_inset Text
43362
43363 \begin_layout Plain Layout
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369
43370 \backslash
43371 fcolorbox{black}{
43372 \end_layout
43373
43374 \end_inset
43375
43376 Periwinkle
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382 }{
43383 \end_layout
43384
43385 \end_inset
43386
43387
43388 \begin_inset Phantom Phantom
43389 status open
43390
43391 \begin_layout Plain Layout
43392 W
43393 \end_layout
43394
43395 \end_inset
43396
43397
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403 }
43404 \end_layout
43405
43406 \end_inset
43407
43408  Periwinkle
43409 \end_layout
43410
43411 \end_inset
43412 </cell>
43413 </row>
43414 <row>
43415 <cell alignment="left" valignment="top" usebox="none">
43416 \begin_inset Text
43417
43418 \begin_layout Plain Layout
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424
43425 \backslash
43426 fcolorbox{black}{
43427 \end_layout
43428
43429 \end_inset
43430
43431 PineGreen
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }{
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \begin_inset Phantom Phantom
43444 status open
43445
43446 \begin_layout Plain Layout
43447 W
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458 }
43459 \end_layout
43460
43461 \end_inset
43462
43463  PineGreen
43464 \end_layout
43465
43466 \end_inset
43467 </cell>
43468 <cell alignment="left" valignment="top" usebox="none">
43469 \begin_inset Text
43470
43471 \begin_layout Plain Layout
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477
43478 \backslash
43479 fcolorbox{black}{
43480 \end_layout
43481
43482 \end_inset
43483
43484 Plum
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }{
43491 \end_layout
43492
43493 \end_inset
43494
43495
43496 \begin_inset Phantom Phantom
43497 status open
43498
43499 \begin_layout Plain Layout
43500 W
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }
43512 \end_layout
43513
43514 \end_inset
43515
43516  Plum
43517 \end_layout
43518
43519 \end_inset
43520 </cell>
43521 <cell alignment="left" valignment="top" usebox="none">
43522 \begin_inset Text
43523
43524 \begin_layout Plain Layout
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530
43531 \backslash
43532 fcolorbox{black}{
43533 \end_layout
43534
43535 \end_inset
43536
43537 ProcessBlue
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543 }{
43544 \end_layout
43545
43546 \end_inset
43547
43548
43549 \begin_inset Phantom Phantom
43550 status open
43551
43552 \begin_layout Plain Layout
43553 W
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564 }
43565 \end_layout
43566
43567 \end_inset
43568
43569  ProcessBlue
43570 \end_layout
43571
43572 \end_inset
43573 </cell>
43574 <cell alignment="left" valignment="top" usebox="none">
43575 \begin_inset Text
43576
43577 \begin_layout Plain Layout
43578 \begin_inset ERT
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582
43583
43584 \backslash
43585 fcolorbox{black}{
43586 \end_layout
43587
43588 \end_inset
43589
43590 Purple
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596 }{
43597 \end_layout
43598
43599 \end_inset
43600
43601
43602 \begin_inset Phantom Phantom
43603 status open
43604
43605 \begin_layout Plain Layout
43606 W
43607 \end_layout
43608
43609 \end_inset
43610
43611
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617 }
43618 \end_layout
43619
43620 \end_inset
43621
43622  Purple
43623 \end_layout
43624
43625 \end_inset
43626 </cell>
43627 </row>
43628 <row>
43629 <cell alignment="left" valignment="top" usebox="none">
43630 \begin_inset Text
43631
43632 \begin_layout Plain Layout
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638
43639 \backslash
43640 fcolorbox{black}{
43641 \end_layout
43642
43643 \end_inset
43644
43645 RawSienna
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }{
43652 \end_layout
43653
43654 \end_inset
43655
43656
43657 \begin_inset Phantom Phantom
43658 status open
43659
43660 \begin_layout Plain Layout
43661 W
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672 }
43673 \end_layout
43674
43675 \end_inset
43676
43677  RawSienna
43678 \end_layout
43679
43680 \end_inset
43681 </cell>
43682 <cell alignment="left" valignment="top" usebox="none">
43683 \begin_inset Text
43684
43685 \begin_layout Plain Layout
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691
43692 \backslash
43693 fcolorbox{black}{
43694 \end_layout
43695
43696 \end_inset
43697
43698 RedOrange
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }{
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \begin_inset Phantom Phantom
43711 status open
43712
43713 \begin_layout Plain Layout
43714 W
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }
43726 \end_layout
43727
43728 \end_inset
43729
43730  RedOrange
43731 \end_layout
43732
43733 \end_inset
43734 </cell>
43735 <cell alignment="left" valignment="top" usebox="none">
43736 \begin_inset Text
43737
43738 \begin_layout Plain Layout
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744
43745 \backslash
43746 fcolorbox{black}{
43747 \end_layout
43748
43749 \end_inset
43750
43751 RedViolet
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757 }{
43758 \end_layout
43759
43760 \end_inset
43761
43762
43763 \begin_inset Phantom Phantom
43764 status open
43765
43766 \begin_layout Plain Layout
43767 W
43768 \end_layout
43769
43770 \end_inset
43771
43772
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778 }
43779 \end_layout
43780
43781 \end_inset
43782
43783  RedViolet
43784 \end_layout
43785
43786 \end_inset
43787 </cell>
43788 <cell alignment="left" valignment="top" usebox="none">
43789 \begin_inset Text
43790
43791 \begin_layout Plain Layout
43792 \begin_inset ERT
43793 status collapsed
43794
43795 \begin_layout Plain Layout
43796
43797
43798 \backslash
43799 fcolorbox{black}{
43800 \end_layout
43801
43802 \end_inset
43803
43804 Rhodamine
43805 \begin_inset ERT
43806 status collapsed
43807
43808 \begin_layout Plain Layout
43809
43810 }{
43811 \end_layout
43812
43813 \end_inset
43814
43815
43816 \begin_inset Phantom Phantom
43817 status open
43818
43819 \begin_layout Plain Layout
43820 W
43821 \end_layout
43822
43823 \end_inset
43824
43825
43826 \begin_inset ERT
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830
43831 }
43832 \end_layout
43833
43834 \end_inset
43835
43836  Rhodamine
43837 \end_layout
43838
43839 \end_inset
43840 </cell>
43841 </row>
43842 <row>
43843 <cell alignment="left" valignment="top" usebox="none">
43844 \begin_inset Text
43845
43846 \begin_layout Plain Layout
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852
43853 \backslash
43854 fcolorbox{black}{
43855 \end_layout
43856
43857 \end_inset
43858
43859 RoyalBlue
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }{
43866 \end_layout
43867
43868 \end_inset
43869
43870
43871 \begin_inset Phantom Phantom
43872 status open
43873
43874 \begin_layout Plain Layout
43875 W
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886 }
43887 \end_layout
43888
43889 \end_inset
43890
43891  RoyalBlue
43892 \end_layout
43893
43894 \end_inset
43895 </cell>
43896 <cell alignment="left" valignment="top" usebox="none">
43897 \begin_inset Text
43898
43899 \begin_layout Plain Layout
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905
43906 \backslash
43907 fcolorbox{black}{
43908 \end_layout
43909
43910 \end_inset
43911
43912 RoyalPurple
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918 }{
43919 \end_layout
43920
43921 \end_inset
43922
43923
43924 \begin_inset Phantom Phantom
43925 status open
43926
43927 \begin_layout Plain Layout
43928 W
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 }
43940 \end_layout
43941
43942 \end_inset
43943
43944  RoyalPurple
43945 \end_layout
43946
43947 \end_inset
43948 </cell>
43949 <cell alignment="left" valignment="top" usebox="none">
43950 \begin_inset Text
43951
43952 \begin_layout Plain Layout
43953 \begin_inset ERT
43954 status collapsed
43955
43956 \begin_layout Plain Layout
43957
43958
43959 \backslash
43960 fcolorbox{black}{
43961 \end_layout
43962
43963 \end_inset
43964
43965 RubineRed
43966 \begin_inset ERT
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970
43971 }{
43972 \end_layout
43973
43974 \end_inset
43975
43976
43977 \begin_inset Phantom Phantom
43978 status open
43979
43980 \begin_layout Plain Layout
43981 W
43982 \end_layout
43983
43984 \end_inset
43985
43986
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992 }
43993 \end_layout
43994
43995 \end_inset
43996
43997  RubineRed
43998 \end_layout
43999
44000 \end_inset
44001 </cell>
44002 <cell alignment="left" valignment="top" usebox="none">
44003 \begin_inset Text
44004
44005 \begin_layout Plain Layout
44006 \begin_inset ERT
44007 status collapsed
44008
44009 \begin_layout Plain Layout
44010
44011
44012 \backslash
44013 fcolorbox{black}{
44014 \end_layout
44015
44016 \end_inset
44017
44018 Salmon
44019 \begin_inset ERT
44020 status collapsed
44021
44022 \begin_layout Plain Layout
44023
44024 }{
44025 \end_layout
44026
44027 \end_inset
44028
44029
44030 \begin_inset Phantom Phantom
44031 status open
44032
44033 \begin_layout Plain Layout
44034 W
44035 \end_layout
44036
44037 \end_inset
44038
44039
44040 \begin_inset ERT
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044
44045 }
44046 \end_layout
44047
44048 \end_inset
44049
44050  Salmon
44051 \end_layout
44052
44053 \end_inset
44054 </cell>
44055 </row>
44056 <row>
44057 <cell alignment="left" valignment="top" usebox="none">
44058 \begin_inset Text
44059
44060 \begin_layout Plain Layout
44061 \begin_inset ERT
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065
44066
44067 \backslash
44068 fcolorbox{black}{
44069 \end_layout
44070
44071 \end_inset
44072
44073 SeaGreen
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079 }{
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \begin_inset Phantom Phantom
44086 status open
44087
44088 \begin_layout Plain Layout
44089 W
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100 }
44101 \end_layout
44102
44103 \end_inset
44104
44105  SeaGreen
44106 \end_layout
44107
44108 \end_inset
44109 </cell>
44110 <cell alignment="left" valignment="top" usebox="none">
44111 \begin_inset Text
44112
44113 \begin_layout Plain Layout
44114 \begin_inset ERT
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118
44119
44120 \backslash
44121 fcolorbox{black}{
44122 \end_layout
44123
44124 \end_inset
44125
44126 Sepia
44127 \begin_inset ERT
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131
44132 }{
44133 \end_layout
44134
44135 \end_inset
44136
44137
44138 \begin_inset Phantom Phantom
44139 status open
44140
44141 \begin_layout Plain Layout
44142 W
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153 }
44154 \end_layout
44155
44156 \end_inset
44157
44158  Sepia
44159 \end_layout
44160
44161 \end_inset
44162 </cell>
44163 <cell alignment="left" valignment="top" usebox="none">
44164 \begin_inset Text
44165
44166 \begin_layout Plain Layout
44167 \begin_inset ERT
44168 status collapsed
44169
44170 \begin_layout Plain Layout
44171
44172
44173 \backslash
44174 fcolorbox{black}{
44175 \end_layout
44176
44177 \end_inset
44178
44179 SkyBlue
44180 \begin_inset ERT
44181 status collapsed
44182
44183 \begin_layout Plain Layout
44184
44185 }{
44186 \end_layout
44187
44188 \end_inset
44189
44190
44191 \begin_inset Phantom Phantom
44192 status open
44193
44194 \begin_layout Plain Layout
44195 W
44196 \end_layout
44197
44198 \end_inset
44199
44200
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206 }
44207 \end_layout
44208
44209 \end_inset
44210
44211  SkyBlue
44212 \end_layout
44213
44214 \end_inset
44215 </cell>
44216 <cell alignment="left" valignment="top" usebox="none">
44217 \begin_inset Text
44218
44219 \begin_layout Plain Layout
44220 \begin_inset ERT
44221 status collapsed
44222
44223 \begin_layout Plain Layout
44224
44225
44226 \backslash
44227 fcolorbox{black}{
44228 \end_layout
44229
44230 \end_inset
44231
44232 SpringGreen
44233 \begin_inset ERT
44234 status collapsed
44235
44236 \begin_layout Plain Layout
44237
44238 }{
44239 \end_layout
44240
44241 \end_inset
44242
44243
44244 \begin_inset Phantom Phantom
44245 status open
44246
44247 \begin_layout Plain Layout
44248 W
44249 \end_layout
44250
44251 \end_inset
44252
44253
44254 \begin_inset ERT
44255 status collapsed
44256
44257 \begin_layout Plain Layout
44258
44259 }
44260 \end_layout
44261
44262 \end_inset
44263
44264  SpringGreen
44265 \end_layout
44266
44267 \end_inset
44268 </cell>
44269 </row>
44270 <row>
44271 <cell alignment="left" valignment="top" usebox="none">
44272 \begin_inset Text
44273
44274 \begin_layout Plain Layout
44275 \begin_inset ERT
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279
44280
44281 \backslash
44282 fcolorbox{black}{
44283 \end_layout
44284
44285 \end_inset
44286
44287 Tan
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293 }{
44294 \end_layout
44295
44296 \end_inset
44297
44298
44299 \begin_inset Phantom Phantom
44300 status open
44301
44302 \begin_layout Plain Layout
44303 W
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314 }
44315 \end_layout
44316
44317 \end_inset
44318
44319  Tan
44320 \end_layout
44321
44322 \end_inset
44323 </cell>
44324 <cell alignment="left" valignment="top" usebox="none">
44325 \begin_inset Text
44326
44327 \begin_layout Plain Layout
44328 \begin_inset ERT
44329 status collapsed
44330
44331 \begin_layout Plain Layout
44332
44333
44334 \backslash
44335 fcolorbox{black}{
44336 \end_layout
44337
44338 \end_inset
44339
44340 TealBlue
44341 \begin_inset ERT
44342 status collapsed
44343
44344 \begin_layout Plain Layout
44345
44346 }{
44347 \end_layout
44348
44349 \end_inset
44350
44351
44352 \begin_inset Phantom Phantom
44353 status open
44354
44355 \begin_layout Plain Layout
44356 W
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367 }
44368 \end_layout
44369
44370 \end_inset
44371
44372  TealBlue
44373 \end_layout
44374
44375 \end_inset
44376 </cell>
44377 <cell alignment="left" valignment="top" usebox="none">
44378 \begin_inset Text
44379
44380 \begin_layout Plain Layout
44381 \begin_inset ERT
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385
44386
44387 \backslash
44388 fcolorbox{black}{
44389 \end_layout
44390
44391 \end_inset
44392
44393 Thistle
44394 \begin_inset ERT
44395 status collapsed
44396
44397 \begin_layout Plain Layout
44398
44399 }{
44400 \end_layout
44401
44402 \end_inset
44403
44404
44405 \begin_inset Phantom Phantom
44406 status open
44407
44408 \begin_layout Plain Layout
44409 W
44410 \end_layout
44411
44412 \end_inset
44413
44414
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420 }
44421 \end_layout
44422
44423 \end_inset
44424
44425  Thistle
44426 \end_layout
44427
44428 \end_inset
44429 </cell>
44430 <cell alignment="left" valignment="top" usebox="none">
44431 \begin_inset Text
44432
44433 \begin_layout Plain Layout
44434 \begin_inset ERT
44435 status collapsed
44436
44437 \begin_layout Plain Layout
44438
44439
44440 \backslash
44441 fcolorbox{black}{
44442 \end_layout
44443
44444 \end_inset
44445
44446 Turquoise
44447 \begin_inset ERT
44448 status collapsed
44449
44450 \begin_layout Plain Layout
44451
44452 }{
44453 \end_layout
44454
44455 \end_inset
44456
44457
44458 \begin_inset Phantom Phantom
44459 status open
44460
44461 \begin_layout Plain Layout
44462 W
44463 \end_layout
44464
44465 \end_inset
44466
44467
44468 \begin_inset ERT
44469 status collapsed
44470
44471 \begin_layout Plain Layout
44472
44473 }
44474 \end_layout
44475
44476 \end_inset
44477
44478  Turquoise
44479 \end_layout
44480
44481 \end_inset
44482 </cell>
44483 </row>
44484 <row>
44485 <cell alignment="left" valignment="top" usebox="none">
44486 \begin_inset Text
44487
44488 \begin_layout Plain Layout
44489 \begin_inset ERT
44490 status collapsed
44491
44492 \begin_layout Plain Layout
44493
44494
44495 \backslash
44496 fcolorbox{black}{
44497 \end_layout
44498
44499 \end_inset
44500
44501 Violet
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507 }{
44508 \end_layout
44509
44510 \end_inset
44511
44512
44513 \begin_inset Phantom Phantom
44514 status open
44515
44516 \begin_layout Plain Layout
44517 W
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528 }
44529 \end_layout
44530
44531 \end_inset
44532
44533  Violet
44534 \end_layout
44535
44536 \end_inset
44537 </cell>
44538 <cell alignment="left" valignment="top" usebox="none">
44539 \begin_inset Text
44540
44541 \begin_layout Plain Layout
44542 \begin_inset ERT
44543 status collapsed
44544
44545 \begin_layout Plain Layout
44546
44547
44548 \backslash
44549 fcolorbox{black}{
44550 \end_layout
44551
44552 \end_inset
44553
44554 VioletRed
44555 \begin_inset ERT
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559
44560 }{
44561 \end_layout
44562
44563 \end_inset
44564
44565
44566 \begin_inset Phantom Phantom
44567 status open
44568
44569 \begin_layout Plain Layout
44570 W
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581 }
44582 \end_layout
44583
44584 \end_inset
44585
44586  VioletRed
44587 \end_layout
44588
44589 \end_inset
44590 </cell>
44591 <cell alignment="left" valignment="top" usebox="none">
44592 \begin_inset Text
44593
44594 \begin_layout Plain Layout
44595 \begin_inset ERT
44596 status collapsed
44597
44598 \begin_layout Plain Layout
44599
44600
44601 \backslash
44602 fcolorbox{black}{
44603 \end_layout
44604
44605 \end_inset
44606
44607 WildStrawberry
44608 \begin_inset ERT
44609 status collapsed
44610
44611 \begin_layout Plain Layout
44612
44613 }{
44614 \end_layout
44615
44616 \end_inset
44617
44618
44619 \begin_inset Phantom Phantom
44620 status open
44621
44622 \begin_layout Plain Layout
44623 W
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634 }
44635 \end_layout
44636
44637 \end_inset
44638
44639  WildStrawberry
44640 \end_layout
44641
44642 \end_inset
44643 </cell>
44644 <cell alignment="left" valignment="top" usebox="none">
44645 \begin_inset Text
44646
44647 \begin_layout Plain Layout
44648 \begin_inset ERT
44649 status collapsed
44650
44651 \begin_layout Plain Layout
44652
44653
44654 \backslash
44655 fcolorbox{black}{
44656 \end_layout
44657
44658 \end_inset
44659
44660 YellowGreen
44661 \begin_inset ERT
44662 status collapsed
44663
44664 \begin_layout Plain Layout
44665
44666 }{
44667 \end_layout
44668
44669 \end_inset
44670
44671
44672 \begin_inset Phantom Phantom
44673 status open
44674
44675 \begin_layout Plain Layout
44676 W
44677 \end_layout
44678
44679 \end_inset
44680
44681
44682 \begin_inset ERT
44683 status collapsed
44684
44685 \begin_layout Plain Layout
44686
44687 }
44688 \end_layout
44689
44690 \end_inset
44691
44692  YellowGreen
44693 \end_layout
44694
44695 \end_inset
44696 </cell>
44697 </row>
44698 <row>
44699 <cell alignment="left" valignment="top" usebox="none">
44700 \begin_inset Text
44701
44702 \begin_layout Plain Layout
44703 \begin_inset ERT
44704 status collapsed
44705
44706 \begin_layout Plain Layout
44707
44708
44709 \backslash
44710 fcolorbox{black}{
44711 \end_layout
44712
44713 \end_inset
44714
44715 YellowOrange
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721 }{
44722 \end_layout
44723
44724 \end_inset
44725
44726
44727 \begin_inset Phantom Phantom
44728 status open
44729
44730 \begin_layout Plain Layout
44731 W
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742 }
44743 \end_layout
44744
44745 \end_inset
44746
44747  YellowOrange
44748 \end_layout
44749
44750 \end_inset
44751 </cell>
44752 <cell alignment="left" valignment="top" usebox="none">
44753 \begin_inset Text
44754
44755 \begin_layout Plain Layout
44756
44757 \end_layout
44758
44759 \end_inset
44760 </cell>
44761 <cell alignment="left" valignment="top" usebox="none">
44762 \begin_inset Text
44763
44764 \begin_layout Plain Layout
44765
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 <cell alignment="left" valignment="top" usebox="none">
44771 \begin_inset Text
44772
44773 \begin_layout Plain Layout
44774
44775 \end_layout
44776
44777 \end_inset
44778 </cell>
44779 </row>
44780 </lyxtabular>
44781
44782 \end_inset
44783
44784
44785 \end_layout
44786
44787 \begin_layout Chapter
44788 Erklärung der Gleichung
44789 \begin_inset space ~
44790 \end_inset
44791
44792 (
44793 \begin_inset CommandInset ref
44794 LatexCommand ref
44795 reference "eq:Wgn"
44796
44797 \end_inset
44798
44799 )
44800 \begin_inset CommandInset label
44801 LatexCommand label
44802 name "kap:Erläuterung-einer-Gleichung"
44803
44804 \end_inset
44805
44806
44807 \end_layout
44808
44809 \begin_layout Standard
44810 Die Gesamtbreite von
44811 \emph on
44812  n
44813 \emph default
44814  Tabellenzellen 
44815 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44816 \end_inset
44817
44818  kann wie folgt berechnet werden:
44819 \begin_inset Formula 
44820 \begin{equation}
44821 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44822 \end{equation}
44823
44824 \end_inset
44825
44826
44827 \end_layout
44828
44829 \begin_layout Standard
44830 Dabei ist 
44831 \begin_inset Formula $W_{g\,n}$
44832 \end_inset
44833
44834  die Breite jeder Zelle.
44835
44836 \series bold
44837  
44838 \backslash
44839 tabcolsep
44840 \series default
44841  ist die \SpecialChar LaTeX
44842 -Länge zwischen dem Zellentext und der Zellgrenze mit dem Standardwert
44843  6
44844 \begin_inset space \thinspace{}
44845 \end_inset
44846
44847 pt.
44848  
44849 \series bold
44850
44851 \backslash
44852 arrayrulewidth
44853 \series default
44854  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44855 \begin_inset space \thinspace{}
44856 \end_inset
44857
44858 pt.
44859 \end_layout
44860
44861 \begin_layout Standard
44862 Nach Gleichung
44863 \begin_inset space ~
44864 \end_inset
44865
44866
44867 \begin_inset CommandInset ref
44868 LatexCommand ref
44869 reference "eq:Wtot_n"
44870
44871 \end_inset
44872
44873  ist die Gesamtbreite einer Mehrfachspalte, 
44874 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44875 \end_inset
44876
44877 ,
44878 \begin_inset Formula 
44879 \begin{equation}
44880 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44881 \end{equation}
44882
44883 \end_inset
44884
44885
44886 \end_layout
44887
44888 \begin_layout Standard
44889 Setzt man die Gleichungen
44890 \begin_inset space ~
44891 \end_inset
44892
44893
44894 \begin_inset CommandInset ref
44895 LatexCommand ref
44896 reference "eq:Wtot_n"
44897
44898 \end_inset
44899
44900  und 
44901 \begin_inset CommandInset ref
44902 LatexCommand ref
44903 reference "eq:Wtot_mult"
44904
44905 \end_inset
44906
44907  gleich, kann man die benötigte Breite 
44908 \begin_inset Formula $W_{g\,n}$
44909 \end_inset
44910
44911 , wenn 
44912 \emph on
44913 n
44914 \emph default
44915  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44916 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44917 \end_inset
44918
44919  hat, berechnen:
44920 \begin_inset Formula 
44921 \begin{equation}
44922 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44923 \end{equation}
44924
44925 \end_inset
44926
44927
44928 \end_layout
44929
44930 \begin_layout Bibliography
44931 \begin_inset CommandInset bibitem
44932 LatexCommand bibitem
44933 key "latexcompanion"
44934
44935 \end_inset
44936
44937 Frank Mittelbach and Michel Goossens: 
44938 \emph on
44939 The \SpecialChar LaTeX
44940  Companion Second Edition.
44941
44942 \emph default
44943  Addison-Wesley, 2004
44944 \end_layout
44945
44946 \begin_layout Bibliography
44947 \begin_inset CommandInset bibitem
44948 LatexCommand bibitem
44949 key "latexguide"
44950
44951 \end_inset
44952
44953 Helmut Kopka and Patrick W.
44954  Daly: 
44955 \emph on
44956 A Guide to \SpecialChar LaTeX
44957  Fourth Edition.
44958
44959 \emph default
44960  Addison-Wesley, 2003
44961 \end_layout
44962
44963 \begin_layout Bibliography
44964 \begin_inset CommandInset bibitem
44965 LatexCommand bibitem
44966 key "lamport"
44967
44968 \end_inset
44969
44970 Leslie Lamport: 
44971 \emph on
44972 \SpecialChar LaTeX
44973 : A Document Preparation System.
44974
44975 \emph default
44976  Addison-Wesley, second edition, 1994
44977 \end_layout
44978
44979 \begin_layout Bibliography
44980 \begin_inset CommandInset bibitem
44981 LatexCommand bibitem
44982 key "latex-praxisbuch"
44983
44984 \end_inset
44985
44986 Niedermair, Elke & Michael: 
44987 \emph on
44988 \SpecialChar LaTeX
44989 -Praxisbuch
44990 \emph default
44991 , Franzis-Verlag, 2004
44992 \end_layout
44993
44994 \begin_layout Bibliography
44995 \begin_inset CommandInset bibitem
44996 LatexCommand bibitem
44997 key "arydshln"
44998
44999 \end_inset
45000
45001 Dokumentation des \SpecialChar LaTeX
45002 -Pakets 
45003 \series bold
45004
45005 \begin_inset CommandInset href
45006 LatexCommand href
45007 name "arydshln"
45008 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45009
45010 \end_inset
45011
45012
45013 \series default
45014
45015 \begin_inset Index idx
45016 status collapsed
45017
45018 \begin_layout Plain Layout
45019 \SpecialChar LaTeX
45020 -Pakete ! arydshln
45021 \end_layout
45022
45023 \end_inset
45024
45025
45026 \end_layout
45027
45028 \begin_layout Bibliography
45029 \begin_inset CommandInset bibitem
45030 LatexCommand bibitem
45031 key "booktabs"
45032
45033 \end_inset
45034
45035 Dokumentation des \SpecialChar LaTeX
45036 -Pakets 
45037 \series bold
45038
45039 \begin_inset CommandInset href
45040 LatexCommand href
45041 name "booktabs"
45042 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45043
45044 \end_inset
45045
45046
45047 \series default
45048
45049 \begin_inset Index idx
45050 status collapsed
45051
45052 \begin_layout Plain Layout
45053 \SpecialChar LaTeX
45054 -Pakete ! booktabs
45055 \end_layout
45056
45057 \end_inset
45058
45059
45060 \end_layout
45061
45062 \begin_layout Bibliography
45063 \begin_inset CommandInset bibitem
45064 LatexCommand bibitem
45065 key "caption"
45066
45067 \end_inset
45068
45069 Dokumentation des \SpecialChar LaTeX
45070 -Pakets 
45071 \series bold
45072
45073 \begin_inset CommandInset href
45074 LatexCommand href
45075 name "caption"
45076 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45077
45078 \end_inset
45079
45080
45081 \series default
45082
45083 \begin_inset Index idx
45084 status collapsed
45085
45086 \begin_layout Plain Layout
45087 \SpecialChar LaTeX
45088 -Pakete ! caption
45089 \end_layout
45090
45091 \end_inset
45092
45093
45094 \end_layout
45095
45096 \begin_layout Bibliography
45097 \begin_inset CommandInset bibitem
45098 LatexCommand bibitem
45099 key "diagbox"
45100
45101 \end_inset
45102
45103 Dokumentation des \SpecialChar LaTeX
45104 -Pakets 
45105 \series bold
45106
45107 \begin_inset CommandInset href
45108 LatexCommand href
45109 name "diagbox"
45110 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45111
45112 \end_inset
45113
45114
45115 \series default
45116
45117 \begin_inset Index idx
45118 status collapsed
45119
45120 \begin_layout Plain Layout
45121 \SpecialChar LaTeX
45122 -Pakete ! diagbox
45123 \end_layout
45124
45125 \end_inset
45126
45127
45128 \end_layout
45129
45130 \begin_layout Bibliography
45131 \begin_inset CommandInset bibitem
45132 LatexCommand bibitem
45133 key "endfloat"
45134
45135 \end_inset
45136
45137 Dokumentation des \SpecialChar LaTeX
45138 -Pakets 
45139 \series bold
45140
45141 \begin_inset CommandInset href
45142 LatexCommand href
45143 name "endfloat"
45144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45145
45146 \end_inset
45147
45148
45149 \series default
45150
45151 \begin_inset Index idx
45152 status collapsed
45153
45154 \begin_layout Plain Layout
45155 \SpecialChar LaTeX
45156 -Pakete ! endfloat
45157 \end_layout
45158
45159 \end_inset
45160
45161
45162 \end_layout
45163
45164 \begin_layout Bibliography
45165 \begin_inset CommandInset bibitem
45166 LatexCommand bibitem
45167 key "footmisc"
45168
45169 \end_inset
45170
45171 Dokumentation des \SpecialChar LaTeX
45172 -Pakets 
45173 \series bold
45174
45175 \begin_inset CommandInset href
45176 LatexCommand href
45177 name "footmisc"
45178 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45179
45180 \end_inset
45181
45182
45183 \series default
45184
45185 \begin_inset Index idx
45186 status collapsed
45187
45188 \begin_layout Plain Layout
45189 \SpecialChar LaTeX
45190 -Pakete ! footmisc
45191 \end_layout
45192
45193 \end_inset
45194
45195
45196 \end_layout
45197
45198 \begin_layout Bibliography
45199 \begin_inset CommandInset bibitem
45200 LatexCommand bibitem
45201 key "hypcap"
45202
45203 \end_inset
45204
45205 Dokumentation des \SpecialChar LaTeX
45206 -Pakets 
45207 \series bold
45208
45209 \begin_inset CommandInset href
45210 LatexCommand href
45211 name "hypcap"
45212 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45213
45214 \end_inset
45215
45216
45217 \series default
45218
45219 \begin_inset Index idx
45220 status collapsed
45221
45222 \begin_layout Plain Layout
45223 \SpecialChar LaTeX
45224 -Pakete ! hypcap
45225 \end_layout
45226
45227 \end_inset
45228
45229
45230 \end_layout
45231
45232 \begin_layout Bibliography
45233 \begin_inset CommandInset bibitem
45234 LatexCommand bibitem
45235 key "hyperref"
45236
45237 \end_inset
45238
45239 Dokumentation des \SpecialChar LaTeX
45240 -Pakets 
45241 \series bold
45242
45243 \begin_inset CommandInset href
45244 LatexCommand href
45245 name "hyperref"
45246 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45247
45248 \end_inset
45249
45250
45251 \series default
45252
45253 \begin_inset Index idx
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257 \SpecialChar LaTeX
45258 -Pakete ! hyperref
45259 \end_layout
45260
45261 \end_inset
45262
45263
45264 \end_layout
45265
45266 \begin_layout Bibliography
45267 \begin_inset CommandInset bibitem
45268 LatexCommand bibitem
45269 key "KOMA-Script"
45270
45271 \end_inset
45272
45273 Dokumentation des \SpecialChar LaTeX
45274 -Pakets 
45275 \series bold
45276
45277 \begin_inset CommandInset href
45278 LatexCommand href
45279 name "KOMA-Script"
45280 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45281
45282 \end_inset
45283
45284
45285 \series default
45286
45287 \begin_inset Index idx
45288 status collapsed
45289
45290 \begin_layout Plain Layout
45291 \SpecialChar LaTeX
45292 -Pakete ! KOMA-Script
45293 \end_layout
45294
45295 \end_inset
45296
45297
45298 \end_layout
45299
45300 \begin_layout Bibliography
45301 \begin_inset CommandInset bibitem
45302 LatexCommand bibitem
45303 key "lettrine"
45304
45305 \end_inset
45306
45307 Dokumentation des \SpecialChar LaTeX
45308 -Pakets 
45309 \series bold
45310
45311 \begin_inset CommandInset href
45312 LatexCommand href
45313 name "lettrine"
45314 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45315
45316 \end_inset
45317
45318
45319 \series default
45320  und ein 
45321 \begin_inset CommandInset href
45322 LatexCommand href
45323 name "Beispiel"
45324 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45325
45326 \end_inset
45327
45328
45329 \begin_inset Index idx
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333 \SpecialChar LaTeX
45334 -Pakete ! lettrine
45335 \end_layout
45336
45337 \end_inset
45338
45339
45340 \end_layout
45341
45342 \begin_layout Bibliography
45343 \begin_inset CommandInset bibitem
45344 LatexCommand bibitem
45345 key "listings"
45346
45347 \end_inset
45348
45349 Dokumentation des \SpecialChar LaTeX
45350 -Pakets 
45351 \series bold
45352
45353 \begin_inset CommandInset href
45354 LatexCommand href
45355 name "listings"
45356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45357
45358 \end_inset
45359
45360
45361 \series default
45362
45363 \begin_inset Index idx
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367 \SpecialChar LaTeX
45368 -Pakete ! listings
45369 \end_layout
45370
45371 \end_inset
45372
45373
45374 \end_layout
45375
45376 \begin_layout Bibliography
45377 \begin_inset CommandInset bibitem
45378 LatexCommand bibitem
45379 key "marginnote"
45380
45381 \end_inset
45382
45383 Dokumentation des \SpecialChar LaTeX
45384 -Pakets 
45385 \series bold
45386
45387 \begin_inset CommandInset href
45388 LatexCommand href
45389 name "marginnote"
45390 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45391
45392 \end_inset
45393
45394
45395 \series default
45396
45397 \begin_inset Index idx
45398 status collapsed
45399
45400 \begin_layout Plain Layout
45401 \SpecialChar LaTeX
45402 -Pakete ! marginnote
45403 \end_layout
45404
45405 \end_inset
45406
45407
45408 \end_layout
45409
45410 \begin_layout Bibliography
45411 \begin_inset CommandInset bibitem
45412 LatexCommand bibitem
45413 key "pdfpages"
45414
45415 \end_inset
45416
45417 Dokumentation des \SpecialChar LaTeX
45418 -Pakets 
45419 \series bold
45420
45421 \begin_inset CommandInset href
45422 LatexCommand href
45423 name "pdfpages"
45424 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45425
45426 \end_inset
45427
45428
45429 \series default
45430
45431 \begin_inset Index idx
45432 status collapsed
45433
45434 \begin_layout Plain Layout
45435 \SpecialChar LaTeX
45436 -Pakete ! pdfpages
45437 \end_layout
45438
45439 \end_inset
45440
45441
45442 \end_layout
45443
45444 \begin_layout Bibliography
45445 \begin_inset CommandInset bibitem
45446 LatexCommand bibitem
45447 key "prettyref"
45448
45449 \end_inset
45450
45451 Dokumentation des \SpecialChar LaTeX
45452 -Pakets 
45453 \series bold
45454
45455 \begin_inset CommandInset href
45456 LatexCommand href
45457 name "prettyref"
45458 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45459
45460 \end_inset
45461
45462
45463 \series default
45464
45465 \begin_inset Index idx
45466 status collapsed
45467
45468 \begin_layout Plain Layout
45469 \SpecialChar LaTeX
45470 -Pakete ! prettyref
45471 \end_layout
45472
45473 \end_inset
45474
45475
45476 \end_layout
45477
45478 \begin_layout Bibliography
45479 \begin_inset CommandInset bibitem
45480 LatexCommand bibitem
45481 key "pstricks"
45482
45483 \end_inset
45484
45485 Webseite des \SpecialChar LaTeX
45486 -Pakets 
45487 \series bold
45488
45489 \begin_inset CommandInset href
45490 LatexCommand href
45491 name "PSTricks"
45492 target "http://tug.org/PSTricks/"
45493
45494 \end_inset
45495
45496
45497 \series default
45498
45499 \begin_inset Index idx
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503 \SpecialChar LaTeX
45504 -Pakete ! pstricks
45505 \end_layout
45506
45507 \end_inset
45508
45509
45510 \end_layout
45511
45512 \begin_layout Bibliography
45513 \begin_inset CommandInset bibitem
45514 LatexCommand bibitem
45515 key "refstyle"
45516
45517 \end_inset
45518
45519 Dokumentation des \SpecialChar LaTeX
45520 -Pakets 
45521 \series bold
45522
45523 \begin_inset CommandInset href
45524 LatexCommand href
45525 name "refstyle"
45526 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45527
45528 \end_inset
45529
45530
45531 \series default
45532
45533 \begin_inset Index idx
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537 \SpecialChar LaTeX
45538 -Pakete ! refstyle
45539 \end_layout
45540
45541 \end_inset
45542
45543
45544 \end_layout
45545
45546 \begin_layout Bibliography
45547 \begin_inset CommandInset bibitem
45548 LatexCommand bibitem
45549 key "sidecap"
45550
45551 \end_inset
45552
45553 Dokumentation des \SpecialChar LaTeX
45554 -Pakets 
45555 \series bold
45556
45557 \begin_inset CommandInset href
45558 LatexCommand href
45559 name "sidecap"
45560 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45561
45562 \end_inset
45563
45564
45565 \series default
45566
45567 \begin_inset Index idx
45568 status collapsed
45569
45570 \begin_layout Plain Layout
45571 \SpecialChar LaTeX
45572 -Pakete ! sidecap
45573 \end_layout
45574
45575 \end_inset
45576
45577
45578 \end_layout
45579
45580 \begin_layout Bibliography
45581 \begin_inset CommandInset bibitem
45582 LatexCommand bibitem
45583 key "NeuInLyX20"
45584
45585 \end_inset
45586
45587
45588 \begin_inset CommandInset href
45589 LatexCommand href
45590 name "Wiki-Seite"
45591 target "http://wiki.lyx.org/LyX/NewInLyX20"
45592
45593 \end_inset
45594
45595  über neue Funktionen in 
45596 \family sans
45597 \SpecialChar LyX
45598  2.0
45599 \family default
45600 .
45601 \end_layout
45602
45603 \begin_layout Standard
45604 \begin_inset CommandInset index_print
45605 LatexCommand printindex
45606 type "idx"
45607
45608 \end_inset
45609
45610
45611 \end_layout
45612
45613 \end_body
45614 \end_document