]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
49290684da9c79ec65dd8f2cd6346a0e1134afd5
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird benutzt, um Tabellenzellen zu vergrößern
83 \@ifundefined{extrarowheight}
84  {\usepackage{array}}{}
85 \setlength{\extrarowheight}{2pt}
86
87 % wird fuer benutzerdefinierte Tabellen benutzt
88 % ---
89 \newcolumntype{M}[1]
90  {>{\centering\hspace{0pt}}m{#1}}
91
92 \newcolumntype{S}[2]
93  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
94
95 \newcolumntype{K}[1]
96  {>{\columncolor{#1}\hspace{0pt}}c}
97
98 \newcolumntype{V}{!{\vrule width 1.5pt}}
99
100 \newcolumntype{W}{!{\color{green}\vline}}
101 % ---
102
103 % Setzt einen zusaetzlichen Abstand von
104 % 1.5 mm zwischen Fussnoten
105 \let\myFoot\footnote
106 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
107
108 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
109 \numberwithin{algorithm}{chapter}
110
111
112 % ------------------------------------
113 % Prüfung auf benötigte LaTeXPakete
114 \usepackage{ifthen}
115
116 % Pruefung auf arydshln
117 % für Tabellen mit gestrichelten Linien
118 \newboolean{arydshln}
119 \IfFileExists{arydshln.sty}
120  {\usepackage{arydshln}
121   \setboolean{arydshln}{true}}
122  {\setboolean{arydshln}{false}}
123
124 % Prüfung auf marginnote
125 % für Randnotizen
126 \newboolean{marginnote}
127 \IfFileExists{marginnote.sty}
128  {\usepackage{marginnote}
129   \let\marginpar\marginnote
130   \setboolean{marginnote}{true}}
131  {\setboolean{marginnote}{false}}
132
133 % Prüfung auf sidecap
134 % für seitliche Beschriftungen
135 \newboolean{sidecap}
136 \IfFileExists{sidecap.sty}
137  {\usepackage{sidecap}
138   \setboolean{sidecap}{true}}
139  {\setboolean{sidecap}{false}}
140
141 % Prüfung auf picinpar
142 \newboolean{picinpar}
143 \IfFileExists{picinpar.sty}
144  {\usepackage{picinpar}
145   \setboolean{picinpar}{true}}
146  {\setboolean{picinpar}{false}}
147
148 % Prüfung auf lettrine
149 \newboolean{lettrine}
150 \IfFileExists{lettrine.sty}
151  {\usepackage{lettrine}
152   \setboolean{lettrine}{true}}
153  {\setboolean{lettrine}{false}}
154
155 % Prüfung auf diagbox
156 \newboolean{diagbox}
157 \IfFileExists{diagbox.sty}
158  {\usepackage{diagbox}
159   \setboolean{diagbox}{true}}
160  {\setboolean{diagbox}{false}}
161
162 % Damit der Index den Namen "Stichwortverzeichnis" erhält
163 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
164 \end_preamble
165 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
166 \use_default_options false
167 \begin_modules
168 initials
169 \end_modules
170 \maintain_unincluded_children false
171 \language ngerman
172 \language_package default
173 \inputencoding auto
174 \fontencoding global
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \use_non_tex_fonts false
180 \font_sc false
181 \font_osf false
182 \font_sf_scale 100
183 \font_tt_scale 100
184
185 \graphics default
186 \default_output_format default
187 \output_sync 0
188 \bibtex_command default
189 \index_command default
190 \paperfontsize 12
191 \spacing single
192 \use_hyperref true
193 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
194 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
195 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
196 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
197 \pdf_bookmarks true
198 \pdf_bookmarksnumbered true
199 \pdf_bookmarksopen true
200 \pdf_bookmarksopenlevel 1
201 \pdf_breaklinks false
202 \pdf_pdfborder false
203 \pdf_colorlinks true
204 \pdf_backref false
205 \pdf_pdfusetitle false
206 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
207 \papersize a4paper
208 \use_geometry false
209 \use_amsmath 2
210 \use_esint 0
211 \use_mhchem 1
212 \use_mathdots 1
213 \cite_engine basic
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \use_refstyle 0
219 \notefontcolor #0000ff
220 \index Stichwortverzeichnis
221 \shortcut idx
222 \color #008000
223 \end_index
224 \secnumdepth 3
225 \tocdepth 3
226 \paragraph_separation skip
227 \defskip medskip
228 \quotes_language german
229 \papercolumns 1
230 \papersides 2
231 \paperpagestyle default
232 \bullet 1 0 9 -1
233 \bullet 2 2 35 -1
234 \bullet 3 2 7 -1
235 \tracking_changes false
236 \output_changes false
237 \html_math_output 0
238 \html_css_as_file 0
239 \html_be_strict false
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 Das LyX-Handbuch der Einfügungen:
246 \begin_inset Newline newline
247 \end_inset
248
249  
250 \size larger
251 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
252 \end_layout
253
254 \begin_layout Author
255 vom LyX Team
256 \begin_inset Foot
257 status open
258
259 \begin_layout Plain Layout
260 \noindent
261
262 \size normal
263 Übersetzung und Bearbeitung: Hartmut Haase
264 \size default
265  (
266 \noun on
267 HHa
268 \noun default
269 , bis März 2010), Uwe Stöhr
270 \begin_inset Newline newline
271 \end_inset
272
273 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
274  bitte an: 
275 \begin_inset CommandInset href
276 LatexCommand href
277 name "lyx-docs@lists.lyx.org"
278 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
279 type "mailto:"
280
281 \end_inset
282
283
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Note Note
290 status collapsed
291
292 \begin_layout Plain Layout
293 Autor: Uwe Stöhr <uwestoehr@web.de>
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \family sans
308 Version 2.0.x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
326 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
327 \series bold
328 arydshln
329 \series default
330
331 \series bold
332 colortbl
333 \series default
334
335 \series bold
336 diagbox, lettrine, marginnote, picinpar
337 \series default
338  und 
339 \series bold
340 sidecap
341 \series default
342 .
343  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
344  denen sie benötigt werden.
345 \end_layout
346
347 \begin_layout Plain Layout
348 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
349  hier finden:
350 \begin_inset Newline newline
351 \end_inset
352
353
354 \series bold
355 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Chapter
364 Abbildungen
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Abbildungen
370 \end_layout
371
372 \end_inset
373
374
375 \end_layout
376
377 \begin_layout Section
378 Grafik-Dialog
379 \begin_inset Index idx
380 status collapsed
381
382 \begin_layout Plain Layout
383 Abbildungen ! Grafik-Dialog
384 \end_layout
385
386 \end_inset
387
388
389 \begin_inset CommandInset label
390 LatexCommand label
391 name "abs:Grafik-Dialog"
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Standard
399 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
400  
401 \family sans
402
403 \begin_inset Info
404 type  "icon"
405 arg   "dialog-show-new-inset graphics"
406 \end_inset
407
408
409 \family default
410  in der Werkzeugleiste oder wählen das Menü 
411 \family sans
412 Einfügen\SpecialChar \menuseparator
413 Grafik
414 \family default
415 .
416  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
417  
418 \family sans
419 Durchsuchen
420 \family default
421  eingeben können.
422  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
423  an der Sie sie eingefügt haben.
424 \end_layout
425
426 \begin_layout Standard
427 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
428  klicken.
429  Der Dialog hat drei Karteikarten:
430 \end_layout
431
432 \begin_layout Description
433
434 \family sans
435 Grafik
436 \family default
437  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
438  Version festlegen.
439  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "kap:In-LyX-verfügbare"
447
448 \end_inset
449
450  erklärt.
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Abbildungen ! rotierte
460 \end_layout
461
462 \end_inset
463
464 Sie können Abbildungen durch Angabe eines 
465 \family sans
466 Winkel
467 \family default
468
469 \begin_inset space ~
470 \end_inset
471
472
473 \family sans
474 (Grad)
475 \family default
476  und Festlegung eines 
477 \family sans
478 Drehpunktes
479 \family default
480  drehen.
481  Negative Winkel drehen im Uhrzeigersinn.
482  Die Abbildung wird auch in LyX gedreht.
483 \begin_inset Newline newline
484 \end_inset
485
486
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Abbildungen ! skalierte
492 \end_layout
493
494 \end_inset
495
496 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
497  oder Höhe und Breite definiert.
498  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
499  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
500  wobei sie möglicherweise verzerrt wird.
501  Um das zu vermeiden, sollten Sie 
502 \family sans
503 Seitenverhältnis
504 \begin_inset space ~
505 \end_inset
506
507 beibehalten
508 \family default
509  ankreuzen.
510  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
511  und Breite nicht überschritten werden.
512 \begin_inset Newline newline
513 \end_inset
514
515 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
516 nden Kontext-Menü 
517 \family sans
518 Datei extern bearbeiten
519 \family default
520  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
521  öffnen.
522  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
523 \family sans
524 Datei-Handhabung\SpecialChar \menuseparator
525 Dateiformate
526 \family default
527  festgelegt werden.
528 \end_layout
529
530 \begin_layout Description
531
532 \family sans
533 Ausschnitt
534 \family default
535  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
536  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
537  Wenn Sie auf 
538 \family sans
539 Lese
540 \begin_inset space ~
541 \end_inset
542
543 aus
544 \begin_inset space ~
545 \end_inset
546
547 Datei
548 \family default
549  klicken, werden die Koordinaten automatisch berechnet.
550  Die Option 
551 \family sans
552 Auf
553 \begin_inset space ~
554 \end_inset
555
556 Begrenzungsbox
557 \begin_inset space ~
558 \end_inset
559
560 zuschneiden
561 \family default
562  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
563  Koordinaten liegt.
564  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
565  diese Karteikarte ignorieren.
566 \end_layout
567
568 \begin_layout Description
569
570 \family sans
571 LaTeX-
572 \begin_inset space ~
573 \end_inset
574
575 und
576 \begin_inset space ~
577 \end_inset
578
579 LyX-Optionen
580 \family default
581  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
582  LaTeX-Experten können weitere LaTeX-Optionen definieren.
583 \begin_inset Newline newline
584 \end_inset
585
586 Ist die Option 
587 \family sans
588 Entwurfsmodus 
589 \family default
590 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
591  darin gedruckt.
592 \begin_inset Newline newline
593 \end_inset
594
595 Die Option 
596 \family sans
597 Beim
598 \begin_inset space ~
599 \end_inset
600
601 Exportieren
602 \begin_inset space ~
603 \end_inset
604
605 nicht
606 \begin_inset space ~
607 \end_inset
608
609 entpacken
610 \family default
611  betrifft nur gepackte EPS-Dateien, zum Beispiel 
612 \emph on
613 x.eps.gz
614 \emph default
615 .
616  LaTeX kann so mit ihnen umgehen.
617 \begin_inset Newline newline
618 \end_inset
619
620 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
621  wählen, siehe Anhang
622 \begin_inset space ~
623 \end_inset
624
625
626 \begin_inset CommandInset ref
627 LatexCommand ref
628 reference "abs:PostScript"
629
630 \end_inset
631
632 .
633  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
634 \begin_inset Newline newline
635 \end_inset
636
637
638 \series bold
639 gzip x.eps
640 \begin_inset Newline newline
641 \end_inset
642
643 zgrep %%Bounding x.eps.gz > x.eps.bb
644 \series default
645
646 \begin_inset Newline newline
647 \end_inset
648
649 Der zweite Befehl erzeugt die Begrenzungsbox 
650 \begin_inset Quotes gld
651 \end_inset
652
653 x.eps.bb
654 \begin_inset Quotes grd
655 \end_inset
656
657 , die LaTeX für gepackte Abbildungen benötigt.
658 \begin_inset Newline newline
659 \end_inset
660
661 Im Abschnitt 
662 \family sans
663 Grafikgruppe
664 \family default
665  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
666 n.
667 \begin_inset Index idx
668 status collapsed
669
670 \begin_layout Plain Layout
671 Abbildungen ! Einstellungsgruppen
672 \end_layout
673
674 \end_inset
675
676  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
677  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
678  der Gruppe geändert werden.
679  Damit kann man z.B.
680 \begin_inset space ~
681 \end_inset
682
683 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
684  Bild tun zu müssen.
685  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
686  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
687 \end_layout
688
689 \begin_layout Standard
690 \begin_inset VSpace bigskip
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Standard
697 Hier ist eine zentrierte EPS-Abbildung
698 \begin_inset Foot
699 status collapsed
700
701 \begin_layout Plain Layout
702 Abbildungsformate sind in Abschnitt
703 \begin_inset space ~
704 \end_inset
705
706
707 \begin_inset CommandInset ref
708 LatexCommand ref
709 reference "abs:Bildformate"
710
711 \end_inset
712
713  beschrieben.
714 \end_layout
715
716 \end_inset
717
718  in einem eigenen Absatz:
719 \end_layout
720
721 \begin_layout Standard
722 \align center
723 \begin_inset Graphics
724         filename ../clipart/mobius.eps
725         scale 70
726         scaleBeforeRotation
727         rotateOrigin center
728
729 \end_inset
730
731
732 \end_layout
733
734 \begin_layout Standard
735 \noindent
736 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         draft
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Section
754 Gleitende Abbildungen
755 \begin_inset CommandInset label
756 LatexCommand label
757 name "abs:Gleitende-Abbildungen"
758
759 \end_inset
760
761
762 \begin_inset Index idx
763 status collapsed
764
765 \begin_layout Plain Layout
766 Abbildungen ! gleitende
767 \end_layout
768
769 \end_inset
770
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Gleitobjekte ! Abbildungen
777 \end_layout
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Standard
785 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
786 \begin_inset space ~
787 \end_inset
788
789
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "abs:Gleitobjekte-Einleitung"
793
794 \end_inset
795
796 .
797 \end_layout
798
799 \begin_layout Standard
800 Wenn Sie auf das Werkzeugleisten-Symbol 
801 \family sans
802
803 \begin_inset Info
804 type  "icon"
805 arg   "float-insert figure"
806 \end_inset
807
808
809 \family default
810  klicken oder 
811 \family sans
812 Einfügen\SpecialChar \menuseparator
813 Gleit\SpecialChar \-
814 objekt\SpecialChar \menuseparator
815 Abbildung
816 \family default
817  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
818  In das rot umrahmte Feld rechts von 
819 \emph on
820 Abbildung
821 \begin_inset space ~
822 \end_inset
823
824 Nr:
825 \emph default
826  schreiben Sie die Bildbeschriftung.
827  Nach einem Klick oberhalb oder unterhalb von 
828 \emph on
829 Abbildung
830 \begin_inset space ~
831 \end_inset
832
833 Nr:
834 \emph default
835  können Sie dann eine Abbildung wie 
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "abb:kill-plat"
839
840 \end_inset
841
842  oberhalb oder wie Abbildung
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "abb:escher"
850
851 \end_inset
852
853  unterhalb der Bildbeschriftung einfügen.
854  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
855 \begin_inset space ~
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "abs:Titel-Platzierung"
862
863 \end_inset
864
865 .
866 \end_layout
867
868 \begin_layout Standard
869 \begin_inset Float figure
870 wide false
871 sideways false
872 status open
873
874 \begin_layout Plain Layout
875 \align center
876 \begin_inset Graphics
877         filename ../clipart/platypus.eps
878         width 50col%
879         scaleBeforeRotation
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Plain Layout
888 \begin_inset Caption
889
890 \begin_layout Plain Layout
891 \begin_inset CommandInset label
892 LatexCommand label
893 name "abb:kill-plat"
894
895 \end_inset
896
897 Platypus in einem Gleitobjekt
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Standard
911 \begin_inset Float figure
912 wide false
913 sideways false
914 status open
915
916 \begin_layout Plain Layout
917 \begin_inset Caption
918
919 \begin_layout Plain Layout
920 \begin_inset CommandInset label
921 LatexCommand label
922 name "abb:escher"
923
924 \end_inset
925
926 M.C.
927  Escher
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \begin_layout Plain Layout
936 \align center
937 \begin_inset Graphics
938         filename ../clipart/escher-lsd.eps
939         scale 80
940         scaleBeforeRotation
941         rotateOrigin center
942
943 \end_inset
944
945
946 \end_layout
947
948 \end_inset
949
950
951 \end_layout
952
953 \begin_layout Standard
954 \begin_inset Index idx
955 status collapsed
956
957 \begin_layout Plain Layout
958 Querverweise ! auf Abbildungen
959 \end_layout
960
961 \end_inset
962
963 Abbildung
964 \begin_inset space ~
965 \end_inset
966
967
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "abb:kill-plat"
971
972 \end_inset
973
974  und 
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "abb:escher"
978
979 \end_inset
980
981  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
982  Dafür fügen Sie in der Beschriftung mit 
983 \family sans
984 Einfügen\SpecialChar \menuseparator
985 Marke
986 \family default
987  oder durch Klicken auf 
988 \family sans
989
990 \begin_inset Info
991 type  "icon"
992 arg   "label-insert"
993 \end_inset
994
995
996 \family default
997  eine Marke ein.
998  Auf diese können Sie dann wie gewohnt mit 
999 \family sans
1000 Einfügen\SpecialChar \menuseparator
1001 Querverweis
1002 \family default
1003  oder durch Klicken auf 
1004 \family sans
1005
1006 \begin_inset Info
1007 type  "icon"
1008 arg   "dialog-show-new-inset ref"
1009 \end_inset
1010
1011
1012 \family default
1013  verweisen.
1014  Das ist besser als eine vage Formulierung wie 
1015 \begin_inset Quotes gld
1016 \end_inset
1017
1018 die obige Abbildung
1019 \begin_inset Quotes grd
1020 \end_inset
1021
1022  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1023  erscheint, und das muss nicht 
1024 \emph on
1025 oben
1026 \emph default
1027  sein.
1028  Verweise werden detailliert in Abschnitt
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "abs:Auf-Gleitobjekte-verweisen"
1036
1037 \end_inset
1038
1039  beschrieben.
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1044  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1045  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1046  Gleitabbildung einfügt.
1047  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1048  Abbildung
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "abb:Zwei-Teilabbildungen"
1056
1057 \end_inset
1058
1059  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1060  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1061  Gleitabbildung auf Eingabe drücken.
1062  Abbildung
1063 \begin_inset space ~
1064 \end_inset
1065
1066
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "abb:Undefinierbar"
1070
1071 \end_inset
1072
1073  und 
1074 \begin_inset CommandInset ref
1075 LatexCommand ref
1076 reference "abb:Ein-Schnabeltier"
1077
1078 \end_inset
1079
1080  sind die Teilabbildungen.
1081 \end_layout
1082
1083 \begin_layout Standard
1084 \begin_inset Float figure
1085 wide false
1086 sideways false
1087 status open
1088
1089 \begin_layout Plain Layout
1090 \begin_inset space \hfill{}
1091 \end_inset
1092
1093
1094 \begin_inset Float figure
1095 wide false
1096 sideways false
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Caption
1101
1102 \begin_layout Plain Layout
1103 \begin_inset CommandInset label
1104 LatexCommand label
1105 name "abb:Undefinierbar"
1106
1107 \end_inset
1108
1109 Undefinierbar
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Graphics
1119         filename ../clipart/escher-lsd.eps
1120         width 35col%
1121         scaleBeforeRotation
1122         groupId Teilabbildung
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset space \hfill{}
1133 \end_inset
1134
1135
1136 \begin_inset Float figure
1137 wide false
1138 sideways false
1139 status collapsed
1140
1141 \begin_layout Plain Layout
1142 \begin_inset Caption
1143
1144 \begin_layout Plain Layout
1145 \begin_inset CommandInset label
1146 LatexCommand label
1147 name "abb:Ein-Schnabeltier"
1148
1149 \end_inset
1150
1151 Ein Schnabeltier
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Graphics
1161         filename ../clipart/platypus.eps
1162         width 35col%
1163         scaleBeforeRotation
1164         groupId Teilabbildung
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset space \hfill{}
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Caption
1182
1183 \begin_layout Plain Layout
1184 \begin_inset CommandInset label
1185 LatexCommand label
1186 name "abb:Zwei-Teilabbildungen"
1187
1188 \end_inset
1189
1190 Zwei Teilabbildungen nebeneinander.
1191  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1192 \begin_inset Quotes gld
1193 \end_inset
1194
1195 Teilabbildung
1196 \begin_inset Quotes grd
1197 \end_inset
1198
1199  an.
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \begin_layout Section
1213 Bildformate
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "abs:Bildformate"
1217
1218 \end_inset
1219
1220
1221 \begin_inset Index idx
1222 status collapsed
1223
1224 \begin_layout Plain Layout
1225 Abbildungen ! Bildformate
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Standard
1234 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1235  Aber wie in Anhang
1236 \begin_inset space ~
1237 \end_inset
1238
1239
1240 \begin_inset CommandInset ref
1241 LatexCommand ref
1242 reference "kap:Ausgabedatei-Formate"
1243
1244 \end_inset
1245
1246  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1247  LyX benutzt im Hintergrund das Programm
1248 \family typewriter
1249  ImageMagick
1250 \family default
1251 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1252  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1253  vermeiden.
1254  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1255  werden können.
1256  Diese Formate werden in Anhang
1257 \begin_inset space ~
1258 \end_inset
1259
1260
1261 \begin_inset CommandInset ref
1262 LatexCommand ref
1263 reference "kap:Ausgabedatei-Formate"
1264
1265 \end_inset
1266
1267  beschrieben.
1268 \end_layout
1269
1270 \begin_layout Standard
1271 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1272 \end_layout
1273
1274 \begin_layout Description
1275 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1276  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1277  
1278 \emph on
1279 pixelig
1280 \emph default
1281  aus.
1282  Bekannte Pixel-Formate sind 
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286 Graphics Interchange Format
1287 \begin_inset Quotes grd
1288 \end_inset
1289
1290  (GIF, Dateiendung
1291 \family typewriter
1292  
1293 \family default
1294
1295 \begin_inset Quotes gld
1296 \end_inset
1297
1298
1299 \family typewriter
1300 .gif
1301 \family default
1302
1303 \begin_inset Quotes grd
1304 \end_inset
1305
1306 )
1307 \begin_inset Index idx
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311 GIF
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320 Portable Network Graphics
1321 \begin_inset Quotes grd
1322 \end_inset
1323
1324  (PNG, Dateiendung 
1325 \begin_inset Quotes gld
1326 \end_inset
1327
1328
1329 \family typewriter
1330 .png
1331 \family default
1332
1333 \begin_inset Quotes grd
1334 \end_inset
1335
1336 )
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 PNG
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \begin_inset Quotes gld
1348 \end_inset
1349
1350 Joint Photographic Experts Group
1351 \begin_inset Quotes grd
1352 \end_inset
1353
1354  (JPEG, Dateiendung
1355 \family typewriter
1356  
1357 \family default
1358
1359 \begin_inset Quotes gld
1360 \end_inset
1361
1362
1363 \family typewriter
1364 .jpg
1365 \family default
1366
1367 \begin_inset Quotes grd
1368 \end_inset
1369
1370  oder 
1371 \begin_inset Quotes gld
1372 \end_inset
1373
1374
1375 \family typewriter
1376 .jpeg
1377 \family default
1378
1379 \begin_inset Quotes grd
1380 \end_inset
1381
1382 )
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 JPG, JPEG
1388 \end_layout
1389
1390 \end_inset
1391
1392  und 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396 Windows Bitmap
1397 \begin_inset Quotes grd
1398 \end_inset
1399
1400  (BMP, Dateiendung 
1401 \begin_inset Quotes gld
1402 \end_inset
1403
1404
1405 \family typewriter
1406 .bmp
1407 \family default
1408
1409 \begin_inset Quotes grd
1410 \end_inset
1411
1412 )
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 BMP
1418 \end_layout
1419
1420 \end_inset
1421
1422 .
1423 \end_layout
1424
1425 \begin_layout Description
1426 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1427  auf jede beliebige Größe skaliert werden.
1428  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1429  zoomen zu können.
1430 \begin_inset Newline newline
1431 \end_inset
1432
1433 Bekannte Formate sind 
1434 \begin_inset Quotes gld
1435 \end_inset
1436
1437 Scalable Vector Graphics
1438 \begin_inset Quotes grd
1439 \end_inset
1440
1441  (SVG, Dateiendung
1442 \family typewriter
1443  
1444 \family default
1445
1446 \begin_inset Quotes gld
1447 \end_inset
1448
1449
1450 \family typewriter
1451 .svg
1452 \family default
1453
1454 \begin_inset Quotes grd
1455 \end_inset
1456
1457 )
1458 \begin_inset Index idx
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 SVG
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471 Encapsulated PostScript
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475  (EPS, Dateiendung 
1476 \begin_inset Quotes gld
1477 \end_inset
1478
1479
1480 \family typewriter
1481 .eps
1482 \family default
1483
1484 \begin_inset Quotes grd
1485 \end_inset
1486
1487 )
1488 \begin_inset Index idx
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492 EPS
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \begin_inset Quotes gld
1499 \end_inset
1500
1501 Portable Document Format
1502 \begin_inset Quotes grd
1503 \end_inset
1504
1505  (PDF, Dateiendung
1506 \family typewriter
1507  
1508 \family default
1509
1510 \begin_inset Quotes gld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .pdf
1516 \family default
1517
1518 \begin_inset Quotes grd
1519 \end_inset
1520
1521 )
1522 \begin_inset Index idx
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 PDF
1527 \end_layout
1528
1529 \end_inset
1530
1531  und 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535 Windows Metafile
1536 \begin_inset Quotes grd
1537 \end_inset
1538
1539  (WMF, Dateiendung 
1540 \begin_inset Quotes gld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .wmf
1546 \family default
1547
1548 \begin_inset Quotes grd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 WMF
1557 \end_layout
1558
1559 \end_inset
1560
1561 .
1562 \end_layout
1563
1564 \begin_layout Standard
1565 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1566  das Ergebnis ist immer noch ein Pixelbild.
1567  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1568  hinzugefügt.
1569 \begin_inset Foot
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 Bei PDF wird das Originalbild auch noch komprimiert.
1574 \end_layout
1575
1576 \end_inset
1577
1578  Die PDF-Dateien, die 
1579 \family typewriter
1580 Adobe Photoshop
1581 \family default
1582  erzeugt, sind zum Beispiel Pixelbilder.
1583 \end_layout
1584
1585 \begin_layout Standard
1586 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1587  umgekehrt.
1588  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1589  eingefügt werden.
1590  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1591  erzeugt wird, weil es zur Zeit keine WMF/SVG
1592 \begin_inset Formula $\to$
1593 \end_inset
1594
1595 PDF/EPS Konverter gibt.
1596 \end_layout
1597
1598 \begin_layout Chapter
1599 Tabellen
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tabellen
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Section
1613 Einführung
1614 \begin_inset Index idx
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 Tabellen ! Einführung
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Standard
1627 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1628 \begin_inset Info
1629 type  "icon"
1630 arg   "tabular-insert"
1631 \end_inset
1632
1633  oder das Menü 
1634 \family sans
1635 Einfügen\SpecialChar \menuseparator
1636 Tabelle
1637 \family default
1638  einfügen.
1639  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1640 \begin_inset space \thinspace{}
1641 \end_inset
1642
1643 -Tabelle.
1644  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1645  und die Größe der dunkelblauen Tabelle angezeigt.
1646  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1647  ein.
1648  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1649  Spaltenanzahl festlegen können.
1650 \end_layout
1651
1652 \begin_layout Standard
1653 In der so erstellten Tabelle ist jede Zelle umrandet.
1654  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1655  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1656  die zweite Zeile eine Linie oberhalb haben.
1657  Hier ist ein Beispiel:
1658 \end_layout
1659
1660 \begin_layout Standard
1661 \align center
1662 \begin_inset Tabular
1663 <lyxtabular version="3" rows="5" columns="4">
1664 <features tabularvalignment="middle">
1665 <column alignment="center" valignment="top" width="0">
1666 <column alignment="center" valignment="top" width="0">
1667 <column alignment="center" valignment="top" width="0">
1668 <column alignment="center" valignment="top" width="0">
1669 <row>
1670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \family roman
1685 \series medium
1686 \shape up
1687 \size normal
1688 \emph off
1689 \bar no
1690 \noun off
1691 \color none
1692 1
1693 \end_layout
1694
1695 \end_inset
1696 </cell>
1697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701 2
1702 \end_layout
1703
1704 \end_inset
1705 </cell>
1706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1707 \begin_inset Text
1708
1709 \begin_layout Plain Layout
1710 3
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 </row>
1716 <row>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \family roman
1723 \series medium
1724 \shape up
1725 \size normal
1726 \emph off
1727 \bar no
1728 \noun off
1729 \color none
1730 A
1731 \end_layout
1732
1733 \end_inset
1734 </cell>
1735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Plain Layout
1739
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \end_layout
1750
1751 \end_inset
1752 </cell>
1753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 </row>
1763 <row>
1764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768
1769 \family roman
1770 \series medium
1771 \shape up
1772 \size normal
1773 \emph off
1774 \bar no
1775 \noun off
1776 \color none
1777 B
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 </row>
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \family roman
1817 \series medium
1818 \shape up
1819 \size normal
1820 \emph off
1821 \bar no
1822 \noun off
1823 \color none
1824 C
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 D
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 </lyxtabular>
1896
1897 \end_inset
1898
1899
1900 \end_layout
1901
1902 \begin_layout Section
1903 Tabellen-Dialog
1904 \begin_inset Index idx
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908 Tabellen ! Einstellungen
1909 \end_layout
1910
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \begin_layout Standard
1917 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1918  Maustaste draufklicken.
1919  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1920 \family sans
1921 Einstellungen
1922 \family default
1923  steht.
1924  Ein Klick darauf öffnet den Tabellen-Dialog.
1925  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1926  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1927  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1928  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1929  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1930  Auswahl.
1931  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1932 \emph on
1933 Inhalt
1934 \emph default
1935  einer Zelle oder die Zelle selber ausgewählt haben.
1936 \begin_inset Newline newline
1937 \end_inset
1938
1939 Mit der Dialog-Option 
1940 \family sans
1941 Direkt
1942 \begin_inset space ~
1943 \end_inset
1944
1945 übernehmen
1946 \family default
1947  wird jede Änderung, die Sie machen, direkt übernommen.
1948  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1949  dann auch die Parameter der neuen Zelle an.
1950  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1951  Änderung zu übernehmen.
1952 \begin_inset Newline newline
1953 \end_inset
1954
1955 Der Tabellen-Dialog hat folgende Karteikarten:
1956 \end_layout
1957
1958 \begin_layout Description
1959
1960 \family sans
1961 Tabellen-Einstellungen
1962 \family default
1963  Hier können Sie die Horizontale
1964 \begin_inset space ~
1965 \end_inset
1966
1967 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1968  Die Ausrichtung 
1969 \family sans
1970 Am
1971 \begin_inset space ~
1972 \end_inset
1973
1974 Dezimaltrenner
1975 \family default
1976  ist in Abschnitt
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "sub:Besondere-Zellenausrichtung"
1984
1985 \end_inset
1986
1987  beschrieben.
1988  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1989 \begin_inset space ~
1990 \end_inset
1991
1992 Ausrichtung der momentanen Zeile wählen.
1993  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1994  Absätze haben, wie in Abschnitt
1995 \begin_inset space ~
1996 \end_inset
1997
1998
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "uab:Mehrfache-Zeilen-in"
2002
2003 \end_inset
2004
2005  beschrieben.
2006  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2007 \begin_inset Newline newline
2008 \end_inset
2009
2010 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2011  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2012 \begin_inset space ~
2013 \end_inset
2014
2015
2016 \begin_inset CommandInset ref
2017 LatexCommand ref
2018 reference "uab:Mehrfachspalten"
2019
2020 \end_inset
2021
2022  und 
2023 \begin_inset CommandInset ref
2024 LatexCommand ref
2025 reference "uab:Mehrfachzeilen"
2026
2027 \end_inset
2028
2029  beschrieben.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2034  den Uhrzeigersinn um 90° drehen.
2035  LyX zeigt diese Drehung nur in der Ausgabe.
2036 \begin_inset Newline newline
2037 \end_inset
2038
2039
2040 \begin_inset Note Greyedout
2041 status open
2042
2043 \begin_layout Plain Layout
2044
2045 \series bold
2046 Achtung:
2047 \series default
2048  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \begin_inset Newline newline
2055 \end_inset
2056
2057 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2058  Textzeilen verwendet:
2059 \begin_inset Newline newline
2060 \end_inset
2061
2062 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2063 \begin_inset Tabular
2064 <lyxtabular version="3" rows="2" columns="2">
2065 <features tabularvalignment="top">
2066 <column alignment="center" valignment="top" width="0pt">
2067 <column alignment="center" valignment="top" width="0">
2068 <row>
2069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073
2074 \end_layout
2075
2076 \end_inset
2077 </cell>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082 1
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 </row>
2088 <row>
2089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Plain Layout
2093 A
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 </row>
2108 </lyxtabular>
2109
2110 \end_inset
2111
2112  
2113 \begin_inset Tabular
2114 <lyxtabular version="3" rows="2" columns="2">
2115 <features tabularvalignment="middle">
2116 <column alignment="center" valignment="top" width="0">
2117 <column alignment="center" valignment="top" width="0">
2118 <row>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Plain Layout
2123
2124 \end_layout
2125
2126 \end_inset
2127 </cell>
2128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout Plain Layout
2132 1
2133 \end_layout
2134
2135 \end_inset
2136 </cell>
2137 </row>
2138 <row>
2139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2140 \begin_inset Text
2141
2142 \begin_layout Plain Layout
2143 A
2144 \end_layout
2145
2146 \end_inset
2147 </cell>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152
2153 \end_layout
2154
2155 \end_inset
2156 </cell>
2157 </row>
2158 </lyxtabular>
2159
2160 \end_inset
2161
2162  
2163 \begin_inset Tabular
2164 <lyxtabular version="3" rows="2" columns="2">
2165 <features tabularvalignment="bottom">
2166 <column alignment="center" valignment="top" width="0pt">
2167 <column alignment="center" valignment="top" width="0">
2168 <row>
2169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2170 \begin_inset Text
2171
2172 \begin_layout Plain Layout
2173
2174 \end_layout
2175
2176 \end_inset
2177 </cell>
2178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2179 \begin_inset Text
2180
2181 \begin_layout Plain Layout
2182 1
2183 \end_layout
2184
2185 \end_inset
2186 </cell>
2187 </row>
2188 <row>
2189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Plain Layout
2193 A
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Plain Layout
2202
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 </lyxtabular>
2209
2210 \end_inset
2211
2212
2213 \begin_inset Newline newline
2214 \end_inset
2215
2216 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2217 gen einfügen,
2218  wie in den Abschnitten 
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "uab:Mehrfachspalten-Berechnungen"
2222
2223 \end_inset
2224
2225  und 
2226 \begin_inset CommandInset ref
2227 LatexCommand ref
2228 reference "abs:Farbige-Tabellen"
2229
2230 \end_inset
2231
2232  beschrieben.
2233 \end_layout
2234
2235 \begin_layout Description
2236
2237 \family sans
2238 Rahmen
2239 \family default
2240  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2241  hinzufügen und löschen.
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245 Wenn Sie die Stil-Option
2246 \family sans
2247  Formal
2248 \family default
2249  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2250 \begin_inset space ~
2251 \end_inset
2252
2253
2254 \begin_inset CommandInset ref
2255 LatexCommand ref
2256 reference "abs:Formale-Tabellen"
2257
2258 \end_inset
2259
2260  beschrieben, konvertiert.
2261 \begin_inset Newline newline
2262 \end_inset
2263
2264 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2265 \begin_inset space ~
2266 \end_inset
2267
2268
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "uab:Zeilenabstand"
2272
2273 \end_inset
2274
2275  beschrieben.
2276 \end_layout
2277
2278 \begin_layout Description
2279
2280 \family sans
2281 Lange
2282 \begin_inset space ~
2283 \end_inset
2284
2285 Tabelle
2286 \family default
2287  Hier kann eine Tabelle als 
2288 \begin_inset Quotes gld
2289 \end_inset
2290
2291 Lange
2292 \begin_inset space ~
2293 \end_inset
2294
2295 Tabelle
2296 \begin_inset Quotes grd
2297 \end_inset
2298
2299  definiert werden, die über mehrere Seiten reicht.
2300  Die Abschnitte
2301 \begin_inset space ~
2302 \end_inset
2303
2304
2305 \begin_inset CommandInset ref
2306 LatexCommand ref
2307 reference "abs:Lange-Tabellen"
2308
2309 \end_inset
2310
2311  und 
2312 \begin_inset CommandInset ref
2313 LatexCommand ref
2314 reference "abs:Special-Longtable-Issues"
2315
2316 \end_inset
2317
2318  beschreiben diese Funktion genauer.
2319 \end_layout
2320
2321 \begin_layout Section
2322 Tabellen-Werkzeugleiste
2323 \begin_inset Index idx
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327 Tabellen ! Werkzeugleiste
2328 \end_layout
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Standard
2336 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2337 \family sans
2338 Tabellen-Einstellungen
2339 \family default
2340 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2341  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2342  LyX-Fensters.
2343 \end_layout
2344
2345 \begin_layout Standard
2346 Die Werkzeugleiste hat folgende Knöpfe:
2347 \end_layout
2348
2349 \begin_layout Labeling
2350 \labelwidthstring 00.00.0000
2351
2352 \family sans
2353 \begin_inset Info
2354 type  "icon"
2355 arg   "inset-modify tabular append-row"
2356 \end_inset
2357
2358
2359 \family default
2360  Fügt eine Zeile unterhalb der momentanen an
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365
2366 \family sans
2367 \begin_inset Info
2368 type  "icon"
2369 arg   "inset-modify tabular append-column"
2370 \end_inset
2371
2372
2373 \family default
2374  Fügt eine Spalte rechts von der momentanen an
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379
2380 \family sans
2381 \begin_inset Info
2382 type  "icon"
2383 arg   "inset-modify tabular delete-row"
2384 \end_inset
2385
2386
2387 \family default
2388  Löscht die ausgewählte(n) Zeile(n)
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393
2394 \family sans
2395 \begin_inset Info
2396 type  "icon"
2397 arg   "inset-modify tabular delete-column"
2398 \end_inset
2399
2400
2401 \family default
2402  Löscht die ausgewählte(n) Spalte(n)
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407
2408 \family sans
2409 \begin_inset Info
2410 type  "icon"
2411 arg   "inset-modify tabular toggle-line-top"
2412 \end_inset
2413
2414
2415 \family default
2416  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2417  wenn der Knopf grau hinterlegt ist
2418 \end_layout
2419
2420 \begin_layout Labeling
2421 \labelwidthstring 00.00.0000
2422
2423 \family sans
2424 \begin_inset Info
2425 type  "icon"
2426 arg   "inset-modify tabular toggle-line-bottom"
2427 \end_inset
2428
2429
2430 \family default
2431  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2432  wenn der Knopf grau hinterlegt ist
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437
2438 \family sans
2439 \begin_inset Info
2440 type  "icon"
2441 arg   "inset-modify tabular toggle-line-left"
2442 \end_inset
2443
2444
2445 \family default
2446  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2447  wenn der Knopf grau hinterlegt ist
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452
2453 \family sans
2454 \begin_inset Info
2455 type  "icon"
2456 arg   "inset-modify tabular toggle-line-right"
2457 \end_inset
2458
2459
2460 \family default
2461  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2462  wenn der Knopf grau hinterlegt ist
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467
2468 \family sans
2469 \begin_inset Info
2470 type  "icon"
2471 arg   "inset-modify tabular set-all-lines"
2472 \end_inset
2473
2474
2475 \family default
2476  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481
2482 \family sans
2483 \begin_inset Info
2484 type  "icon"
2485 arg   "inset-modify tabular unset-all-lines"
2486 \end_inset
2487
2488
2489 \family default
2490  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495
2496 \family sans
2497 \begin_inset Info
2498 type  "icon"
2499 arg   "inset-modify tabular m-align-left"
2500 \end_inset
2501
2502
2503 \family default
2504  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509
2510 \family sans
2511 \begin_inset Info
2512 type  "icon"
2513 arg   "inset-modify tabular m-align-center"
2514 \end_inset
2515
2516
2517 \family default
2518  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523
2524 \family sans
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "inset-modify tabular m-align-right"
2528 \end_inset
2529
2530
2531 \family default
2532  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537
2538 \family sans
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "inset-modify tabular align-decimal"
2542 \end_inset
2543
2544
2545 \family default
2546  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551
2552 \family sans
2553 \begin_inset Info
2554 type  "icon"
2555 arg   "inset-modify tabular m-valign-top"
2556 \end_inset
2557
2558
2559 \family default
2560  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565
2566 \family sans
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "inset-modify tabular m-valign-middle"
2570 \end_inset
2571
2572
2573 \family default
2574  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579
2580 \family sans
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "inset-modify tabular m-valign-bottom"
2584 \end_inset
2585
2586
2587 \family default
2588  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593
2594 \family sans
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "inset-modify tabular set-rotate-cell"
2598 \end_inset
2599
2600
2601 \family default
2602  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2603 \end_layout
2604
2605 \begin_layout Labeling
2606 \labelwidthstring 00.00.0000
2607
2608 \family sans
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "inset-modify tabular set-rotate-tabular"
2612 \end_inset
2613
2614
2615 \family default
2616  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621
2622 \family sans
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "inset-modify tabular multicolumn"
2626 \end_inset
2627
2628
2629 \family default
2630  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635
2636 \family sans
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "inset-modify tabular multirow"
2640 \end_inset
2641
2642
2643 \family default
2644  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2645 \end_layout
2646
2647 \begin_layout Standard
2648 \begin_inset Note Greyedout
2649 status open
2650
2651 \begin_layout Plain Layout
2652
2653 \series bold
2654 Bemerkung:
2655 \series default
2656  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2657  Reihe für alle Zelle der Reihe verwendet.
2658 \end_layout
2659
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Section
2666 Bearbeiten-Menü
2667 \begin_inset Index idx
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 Tabellen ! Bearbeiten-Menü
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \end_layout
2678
2679 \begin_layout Standard
2680 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2681  Wenn der Cursor in einer Tabelle steht, sind im 
2682 \family sans
2683 Bearbeiten
2684 \family default
2685 -Menü folgende Punkte aktiviert: 
2686 \family sans
2687 Tabelle
2688 \family default
2689
2690 \family sans
2691 Zeilen
2692 \begin_inset space ~
2693 \end_inset
2694
2695 &
2696 \begin_inset space ~
2697 \end_inset
2698
2699 Spalten
2700 \family default
2701  und 
2702 \family sans
2703 Tabellen-Einstellungen
2704 \family default
2705 .
2706  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2707 ngsmöglichkeiten zu erreichen.
2708 \end_layout
2709
2710 \begin_layout Section
2711 Gleitende Tabellen
2712 \begin_inset CommandInset label
2713 LatexCommand label
2714 name "abs:Gleitende-Tabellen"
2715
2716 \end_inset
2717
2718
2719 \begin_inset Index idx
2720 status collapsed
2721
2722 \begin_layout Plain Layout
2723 Gleitobjekte ! Tabellen
2724 \end_layout
2725
2726 \end_inset
2727
2728
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Tabellen ! gleitende
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2743 \begin_inset space ~
2744 \end_inset
2745
2746
2747 \begin_inset CommandInset ref
2748 LatexCommand ref
2749 reference "abs:Gleitobjekte-Einleitung"
2750
2751 \end_inset
2752
2753 .
2754 \end_layout
2755
2756 \begin_layout Standard
2757 \begin_inset Float table
2758 placement h
2759 wide false
2760 sideways false
2761 status open
2762
2763 \begin_layout Plain Layout
2764 \begin_inset Caption
2765
2766 \begin_layout Plain Layout
2767 \begin_inset CommandInset label
2768 LatexCommand label
2769 name "tab:a table float"
2770
2771 \end_inset
2772
2773 Eine gleitende Tabelle
2774 \end_layout
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \begin_layout Plain Layout
2782 \align center
2783 \begin_inset Tabular
2784 <lyxtabular version="3" rows="3" columns="3">
2785 <features tabularvalignment="middle">
2786 <column alignment="center" valignment="top" width="0pt">
2787 <column alignment="center" valignment="top" width="0pt">
2788 <column alignment="center" valignment="top" width="0pt">
2789 <row>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794
2795 \family roman
2796 \series medium
2797 \shape up
2798 \size normal
2799 \emph off
2800 \bar no
2801 \noun off
2802 \color none
2803 1
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812
2813 \family roman
2814 \series medium
2815 \shape up
2816 \size normal
2817 \emph off
2818 \bar no
2819 \noun off
2820 \color none
2821 2
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 3
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 </row>
2845 <row>
2846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 Martin
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 Lena
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \family roman
2888 \series medium
2889 \shape up
2890 \size normal
2891 \emph off
2892 \bar no
2893 \noun off
2894 \color none
2895 Alina
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row>
2902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \family roman
2908 \series medium
2909 \shape up
2910 \size normal
2911 \emph off
2912 \bar no
2913 \noun off
2914 \color none
2915 \begin_inset Formula $\int x^{2}dx$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \family roman
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 \begin_inset Formula $\left[\begin{array}{cc}
2937 a & b\\
2938 c & d
2939 \end{array}\right]$
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \family roman
2953 \series medium
2954 \shape up
2955 \size normal
2956 \emph off
2957 \bar no
2958 \noun off
2959 \color none
2960 \begin_inset Formula $1+1=2$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 </lyxtabular>
2970
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \begin_layout Standard
2982 Gleitende Tabellen können über 
2983 \family sans
2984 Einfügen\SpecialChar \menuseparator
2985 Gleitobjekt\SpecialChar \menuseparator
2986 Tabelle
2987 \family default
2988  oder einen Klick auf den Werkzeugleistenknopf 
2989 \family sans
2990
2991 \begin_inset Info
2992 type  "icon"
2993 arg   "float-insert table"
2994 \end_inset
2995
2996
2997 \family default
2998  erzeugt werden.
2999  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
3000  In das rot umrahmte Feld rechts von 
3001 \emph on
3002 Tabelle
3003 \begin_inset space ~
3004 \end_inset
3005
3006 Nr:
3007 \emph default
3008  schreiben Sie die Tabellenbeschriftung.
3009  Nach einem Klick oberhalb oder unterhalb von 
3010 \emph on
3011 Tabelle
3012 \begin_inset space ~
3013 \end_inset
3014
3015 Nr:
3016 \emph default
3017  können Sie dann eine Tabelle einfügen.
3018 \end_layout
3019
3020 \begin_layout Standard
3021 Tabelle
3022 \begin_inset space ~
3023 \end_inset
3024
3025
3026 \begin_inset CommandInset ref
3027 LatexCommand ref
3028 reference "tab:a table float"
3029
3030 \end_inset
3031
3032  ist ein Beispiel für eine gleitende Tabelle.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3037 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
3038  Das bedeutet, dass bei den Klassen 
3039 \family sans
3040 article
3041 \family default
3042
3043 \family sans
3044 book
3045 \family default
3046
3047 \family sans
3048 letter
3049 \family default
3050 , und 
3051 \family sans
3052 report
3053 \family default
3054  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3055  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
3056 \series bold
3057 caption
3058 \series default
3059
3060 \begin_inset Index idx
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 LaTeX-Pakete ! caption
3065 \end_layout
3066
3067 \end_inset
3068
3069  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3070 \begin_inset Foot
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 Näheres finden Sie im Abschnitt
3075 \begin_inset space ~
3076 \end_inset
3077
3078
3079 \begin_inset CommandInset ref
3080 LatexCommand ref
3081 reference "abs:Titel-Platzierung"
3082
3083 \end_inset
3084
3085 .
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094
3095 \series bold
3096 tableposition=top
3097 \end_layout
3098
3099 \begin_layout Standard
3100 Das Paket 
3101 \series bold
3102 caption
3103 \series default
3104 , das in Abschnitt
3105 \begin_inset space ~
3106 \end_inset
3107
3108
3109 \begin_inset CommandInset ref
3110 LatexCommand ref
3111 reference "abs:Titel-Formatierung"
3112
3113 \end_inset
3114
3115  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3116 \end_layout
3117
3118 \begin_layout Standard
3119 \begin_inset Index idx
3120 status collapsed
3121
3122 \begin_layout Plain Layout
3123 Querverweise ! auf Tabellen
3124 \end_layout
3125
3126 \end_inset
3127
3128 Auf Tabellen kann über ihre Marke verwiesen werden.
3129  Dafür fügen Sie in der Beschriftung mit 
3130 \family sans
3131 Einfügen\SpecialChar \menuseparator
3132 Marke
3133 \family default
3134  oder durch Klicken auf 
3135 \family sans
3136
3137 \begin_inset Info
3138 type  "icon"
3139 arg   "label-insert"
3140 \end_inset
3141
3142
3143 \family default
3144  eine Marke ein.
3145  Auf diese können Sie dann wie gewohnt mit 
3146 \family sans
3147 Einfügen\SpecialChar \menuseparator
3148 Querverweis
3149 \family default
3150  oder durch Klicken auf 
3151 \family sans
3152
3153 \begin_inset Info
3154 type  "icon"
3155 arg   "dialog-show-new-inset ref"
3156 \end_inset
3157
3158
3159 \family default
3160  verweisen.
3161  Verweise werden detailliert in Abschnitt
3162 \begin_inset space ~
3163 \end_inset
3164
3165
3166 \begin_inset CommandInset ref
3167 LatexCommand ref
3168 reference "abs:Auf-Gleitobjekte-verweisen"
3169
3170 \end_inset
3171
3172  beschrieben.
3173 \end_layout
3174
3175 \begin_layout Section
3176 Lange Tabellen
3177 \begin_inset CommandInset label
3178 LatexCommand label
3179 name "abs:Lange-Tabellen"
3180
3181 \end_inset
3182
3183
3184 \begin_inset Index idx
3185 status collapsed
3186
3187 \begin_layout Plain Layout
3188 Tabellen ! lange
3189 \end_layout
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \begin_layout Standard
3197 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3198  Dialogfenster 
3199 \family sans
3200 Tabellen-Einstellungen
3201 \family default
3202  auf der Karteikarte  
3203 \family sans
3204 Lange
3205 \begin_inset space ~
3206 \end_inset
3207
3208 Tabelle
3209 \family default
3210  die Option 
3211 \family sans
3212 Lange
3213 \begin_inset space ~
3214 \end_inset
3215
3216 Tabelle
3217 \begin_inset space ~
3218 \end_inset
3219
3220 verwenden
3221 \family default
3222  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3223  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3224 \end_layout
3225
3226 \begin_layout Description
3227 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3228  festgelegt; mit Ausnahme der ersten, wenn 
3229 \family sans
3230 Erste
3231 \begin_inset space ~
3232 \end_inset
3233
3234 Kopfzeile
3235 \family default
3236  aktiviert ist.
3237 \end_layout
3238
3239 \begin_layout Description
3240 Erste
3241 \lang english
3242
3243 \begin_inset space ~
3244 \end_inset
3245
3246
3247 \lang ngerman
3248 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3249  Seite einer mehrseitigen Tabelle definiert.
3250 \end_layout
3251
3252 \begin_layout Description
3253 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3254  mit Ausnahme der letzten, wenn 
3255 \family sans
3256 Letzte
3257 \begin_inset space ~
3258 \end_inset
3259
3260 Fußzeile
3261 \family default
3262  aktiviert ist.
3263 \end_layout
3264
3265 \begin_layout Description
3266 Letzte
3267 \begin_inset space ~
3268 \end_inset
3269
3270 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3271  einer mehrseitigen Tabelle definiert.
3272 \end_layout
3273
3274 \begin_layout Description
3275 Legende: Die aktuelle Zeile enthält die Legende.
3276  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3277  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3278 \begin_inset space ~
3279 \end_inset
3280
3281
3282 \begin_inset CommandInset ref
3283 LatexCommand ref
3284 reference "uab:Beschriftungen-langer-Tabellen"
3285
3286 \end_inset
3287
3288  erklärt.
3289 \end_layout
3290
3291 \begin_layout Standard
3292 Hier ist ein Beispiel einer langen Tabelle:
3293 \end_layout
3294
3295 \begin_layout Standard
3296 \align center
3297 \begin_inset Tabular
3298 <lyxtabular version="3" rows="69" columns="3">
3299 <features islongtable="true" longtabularalignment="center">
3300 <column alignment="left" valignment="top" width="0cm">
3301 <column alignment="left" valignment="top" width="0pt">
3302 <column alignment="right" valignment="top" width="0pt">
3303 <row endfirsthead="true">
3304 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Telefonliste (ignoriere die Namen)
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row endfirsthead="true">
3335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 NAME
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \series bold
3361 TEL.
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row endhead="true">
3368 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Telefonliste
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row endhead="true">
3399 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 NAME
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423
3424 \series bold
3425 TEL.
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row endfoot="true">
3432 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 wird fortgesetzt
3439 \series default
3440  \SpecialChar \ldots{}
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Annovi
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Silvia
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Bertoli
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Stefano
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Bozzi
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Walter
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Cachia
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Maria
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Cachia
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Maurizio
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Cinquemani
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Giusi
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Colin
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Bernard
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Concli
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Gianfranco
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Dal Bosco
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Carolina
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Dalpiaz
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Annamaria
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Feliciello
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Domenico
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Focarelli
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Paola
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Galletti
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Oreste
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Gasparini
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Franca
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Rizzardi
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Paola
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Lassini
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Giancarlo
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Malfatti
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Luciano
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Malfatti
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Valeriano
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Meneguzzo
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Roberto
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Mezzadra
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Roberto
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Pirpamer
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Erich
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Pochiesa
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Paolo
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111, 222
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Radina
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Claudio
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Stuffer
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Oskar
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Tacchelli
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Ugo
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 111
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Tezzele
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Margit
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 111
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Unterkalmsteiner
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Frieda
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 111
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Vieider
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Hilde
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 111
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Vigna
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Jürgen
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 111
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Weber
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Maurizio
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 111
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Winkler
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Franz
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 111
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431  
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Annovi
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Silvia
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Bertoli
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Stefano
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Bozzi
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Walter
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Cachia
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Maria
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Cachia
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Maurizio
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Cinquemani
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Giusi
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Colin
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Bernard
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Concli
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Gianfranco
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Dal Bosco
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Carolina
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Dalpiaz
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Annamaria
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Feliciello
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Domenico
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Focarelli
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Paola
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Galletti
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Oreste
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Gasparini
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Franca
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Rizzardi
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Paola
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Lassini
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Giancarlo
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Malfatti
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Luciano
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Malfatti
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Valeriano
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Meneguzzo
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Roberto
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Mezzadra
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Roberto
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Pirpamer
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Erich
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Pochiesa
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Paolo
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 555, 222
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Radina
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Claudio
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Stuffer
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Oskar
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206 Tacchelli
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Ugo
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 555
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \series bold
5237 Tezzele
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 Margit
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 555
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \series bold
5268 Unterkalmsteiner
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Frieda
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 555
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Vieider
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 Hilde
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 555
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \series bold
5330 Vigna
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 Jürgen
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 999
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \series bold
5361 Weber
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 Maurizio
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 555
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 <row>
5386 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \series bold
5392 Winkler
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Franz
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 555
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row endlastfoot="true">
5417 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 Ende
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 </lyxtabular>
5446
5447 \end_inset
5448
5449
5450 \begin_inset ERT
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454
5455
5456 \backslash
5457 addtocounter{table}{-1}
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \begin_inset Note Note
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5468 \begin_inset space ~
5469 \end_inset
5470
5471
5472 \begin_inset CommandInset ref
5473 LatexCommand ref
5474 reference "uab:Beschriftungen-langer-Tabellen"
5475
5476 \end_inset
5477
5478
5479 \end_layout
5480
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \begin_layout Subsection
5487 Fußnoten in langen Tabellen
5488 \begin_inset CommandInset label
5489 LatexCommand label
5490 name "uab:Fußnoten-in-langen"
5491
5492 \end_inset
5493
5494
5495 \begin_inset Index idx
5496 status collapsed
5497
5498 \begin_layout Plain Layout
5499 Tabellen ! lange ! Fußnoten
5500 \end_layout
5501
5502 \end_inset
5503
5504
5505 \end_layout
5506
5507 \begin_layout Standard
5508 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5509  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5510  Tabelle
5511 \begin_inset space ~
5512 \end_inset
5513
5514
5515 \begin_inset CommandInset ref
5516 LatexCommand ref
5517 reference "tab:DiffCaptions"
5518
5519 \end_inset
5520
5521  hat zum Beispiel eine Fußnote.
5522 \end_layout
5523
5524 \begin_layout Subsection
5525 Ausrichtung langer Tabellen
5526 \begin_inset Index idx
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530 Tabellen ! lange ! Ausrichtung
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \begin_layout Standard
5539 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5540 n festgelegt werden.
5541  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5542  Seitenrand.
5543  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5544  ausgerichtet werden und die Werte der Längen 
5545 \series bold
5546
5547 \backslash
5548 LTleft 
5549 \series default
5550 und 
5551 \series bold
5552
5553 \backslash
5554 LTright
5555 \series default
5556  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5557  wird:
5558 \end_layout
5559
5560 \begin_layout Standard
5561
5562 \series bold
5563
5564 \backslash
5565 setlength{
5566 \backslash
5567 LTleft}{Wert}
5568 \end_layout
5569
5570 \begin_layout Standard
5571 Der Wert kann eine der in Tabelle
5572 \begin_inset space ~
5573 \end_inset
5574
5575
5576 \begin_inset CommandInset ref
5577 LatexCommand ref
5578 reference "tab:Maßeinheiten"
5579
5580 \end_inset
5581
5582  aufgelisteten Einheiten kann.
5583  
5584 \series bold
5585
5586 \backslash
5587 LTleft
5588 \series default
5589  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5590  
5591 \series bold
5592
5593 \backslash
5594 LTright
5595 \series default
5596  den Abstand von rechts.
5597  Die Voreinstellung für beide Werte ist 
5598 \series bold
5599
5600 \backslash
5601 fill
5602 \series default
5603 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5604  in LyX ist.
5605 \end_layout
5606
5607 \begin_layout Standard
5608 Die folgende lange Tabelle wurde zentriert und 
5609 \series bold
5610
5611 \backslash
5612 LTleft
5613 \series default
5614  auf den Wert 
5615 \family sans
5616 0.1
5617 \backslash
5618 columnwidth
5619 \family default
5620  gesetzt:
5621 \begin_inset ERT
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625
5626
5627 \backslash
5628 setlength{
5629 \backslash
5630 LTleft}{0.1
5631 \backslash
5632 columnwidth}
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \begin_layout Standard
5641 \begin_inset Tabular
5642 <lyxtabular version="3" rows="5" columns="5">
5643 <features islongtable="true" longtabularalignment="center">
5644 <column alignment="center" valignment="top" width="0">
5645 <column alignment="center" valignment="top" width="0">
5646 <column alignment="center" valignment="top" width="0pt">
5647 <column alignment="center" valignment="top" width="0">
5648 <column alignment="center" valignment="top" width="0">
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 1
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 2
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 3
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 4
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 5
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 asd
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 s
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 s
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 s
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 asd
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 </lyxtabular>
5885
5886 \end_inset
5887
5888
5889 \begin_inset ERT
5890 status collapsed
5891
5892 \begin_layout Plain Layout
5893
5894
5895 \backslash
5896 setlength{
5897 \backslash
5898 LTleft}{
5899 \backslash
5900 fill}
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \begin_inset ERT
5907 status collapsed
5908
5909 \begin_layout Plain Layout
5910
5911
5912 \backslash
5913 addtocounter{table}{-1}
5914 \end_layout
5915
5916 \end_inset
5917
5918
5919 \begin_inset Note Note
5920 status collapsed
5921
5922 \begin_layout Plain Layout
5923 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5924 \begin_inset space ~
5925 \end_inset
5926
5927
5928 \begin_inset CommandInset ref
5929 LatexCommand ref
5930 reference "uab:Beschriftungen-langer-Tabellen"
5931
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \begin_layout Subsection
5943 Beschriftungen langer Tabellen
5944 \begin_inset CommandInset label
5945 LatexCommand label
5946 name "uab:Beschriftungen-langer-Tabellen"
5947
5948 \end_inset
5949
5950
5951 \begin_inset Index idx
5952 status collapsed
5953
5954 \begin_layout Plain Layout
5955 Tabellen ! lange ! Titel
5956 \end_layout
5957
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \begin_layout Standard
5964 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5965  nur auf eine Seite gedruckt werden können.
5966  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5967 \begin_inset space ~
5968 \end_inset
5969
5970
5971 \begin_inset CommandInset ref
5972 LatexCommand ref
5973 reference "abs:Lange-Tabellen"
5974
5975 \end_inset
5976
5977  erklärt.
5978  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
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" width="0">
5990 <column alignment="center" valignment="top" width="0">
5991 <column alignment="center" valignment="top" width="0">
5992 <column alignment="center" valignment="top" width="0">
5993 <column alignment="center" valignment="top" width="0">
5994 <row 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
6000
6001 \begin_layout Plain Layout
6002 Eine lange Tabelle mit Titel
6003 \begin_inset Argument
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  LaTeX-Befehl als TeX-Code einfügen:
6332 \end_layout
6333
6334 \begin_layout Plain Layout
6335
6336 \series bold
6337
6338 \backslash
6339 addtocounter{table}{-1}
6340 \end_layout
6341
6342 \begin_layout Plain Layout
6343 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6344  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6345 \end_layout
6346
6347 \begin_layout Plain Layout
6348
6349 \series bold
6350
6351 \backslash
6352 let
6353 \backslash
6354 myEnd
6355 \backslash
6356 endlongtable
6357 \begin_inset Newline newline
6358 \end_inset
6359
6360
6361 \backslash
6362 renewcommand{
6363 \backslash
6364 endlongtable}{
6365 \backslash
6366 myEnd
6367 \backslash
6368 addtocounter{table}{-1}}
6369 \end_layout
6370
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \begin_layout Standard
6377 \begin_inset Note Greyedout
6378 status open
6379
6380 \begin_layout Plain Layout
6381
6382 \series bold
6383 Bemerkung
6384 \begin_inset space ~
6385 \end_inset
6386
6387 2:
6388 \series default
6389  Wenn Sie 
6390 \series bold
6391 hyperref
6392 \series default
6393
6394 \begin_inset Index idx
6395 status collapsed
6396
6397 \begin_layout Plain Layout
6398 LaTeX-Pakete ! hyperref
6399 \end_layout
6400
6401 \end_inset
6402
6403  in den
6404 \family sans
6405  PDF-Eigenschaften
6406 \family default
6407  im 
6408 \family sans
6409 Dokument-Einstellungen
6410 \family default
6411  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6412  immer auf den Anfang des Dokuments zeigen.
6413 \end_layout
6414
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \begin_layout Subsubsection
6421 Querverweise auf 
6422 \family sans
6423 lange Tabelle
6424 \family default
6425 n
6426 \begin_inset Index idx
6427 status collapsed
6428
6429 \begin_layout Plain Layout
6430 Tabellen ! lange ! Querverweis
6431 \end_layout
6432
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \begin_layout Standard
6439 \begin_inset Tabular
6440 <lyxtabular version="3" rows="6" columns="5">
6441 <features islongtable="true" longtabularalignment="center">
6442 <column alignment="center" valignment="top" width="0">
6443 <column alignment="center" valignment="top" width="0">
6444 <column alignment="center" valignment="top" width="0">
6445 <column alignment="center" valignment="top" width="0">
6446 <column alignment="center" valignment="top" width="0">
6447 <row caption="true">
6448 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Caption
6453
6454 \begin_layout Plain Layout
6455 Lange Tabelle mit Marke
6456 \begin_inset CommandInset label
6457 LatexCommand label
6458 name "tab:LangeTabelle-mit-Marke"
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 </row>
6509 <row>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 1
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 2
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 3
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 4
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 5
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 </row>
6556 <row>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 asd
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 s
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 <row>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 asd
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 s
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 <row>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 asd
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 s
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 s
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 asd
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 sad
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 asd
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 asd
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 </row>
6744 </lyxtabular>
6745
6746 \end_inset
6747
6748
6749 \end_layout
6750
6751 \begin_layout Standard
6752 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6753  im Titel einfügen.
6754 \end_layout
6755
6756 \begin_layout Standard
6757 Dies ist ein Verweis auf Tabelle
6758 \begin_inset space ~
6759 \end_inset
6760
6761
6762 \begin_inset CommandInset ref
6763 LatexCommand ref
6764 reference "tab:LangeTabelle-mit-Marke"
6765
6766 \end_inset
6767
6768 .
6769 \end_layout
6770
6771 \begin_layout Standard
6772 Mit dem LaTeX-Paket 
6773 \series bold
6774 caption
6775 \series default
6776
6777 \begin_inset Index idx
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781 LaTeX-Pakete ! caption
6782 \end_layout
6783
6784 \end_inset
6785
6786 , siehe Abschnitt
6787 \begin_inset space ~
6788 \end_inset
6789
6790
6791 \begin_inset CommandInset ref
6792 LatexCommand ref
6793 reference "abs:Titel-Formatierung"
6794
6795 \end_inset
6796
6797 , können Sie alle anderen Beschriftungsoptionen benutzen.
6798 \end_layout
6799
6800 \begin_layout Subsubsection
6801 Titelbreite
6802 \begin_inset Index idx
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806 Tabellen ! lange ! Beschriftungsbreite
6807 \end_layout
6808
6809 \end_inset
6810
6811
6812 \end_layout
6813
6814 \begin_layout Standard
6815 Die maximale Titelbreite wird durch die Variable 
6816 \series bold
6817
6818 \backslash
6819 LTcapwidth
6820 \series default
6821  definiert.
6822  Ihr Standardwert ist 4
6823 \begin_inset space \thinspace{}
6824 \end_inset
6825
6826 Zoll (
6827 \begin_inset Formula $\approx10$
6828 \end_inset
6829
6830
6831 \begin_inset space \thinspace{}
6832 \end_inset
6833
6834 cm).
6835  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6836  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6837 \end_layout
6838
6839 \begin_layout Standard
6840
6841 \series bold
6842
6843 \backslash
6844 setlength{
6845 \backslash
6846 LTcapwidth}{Breite}
6847 \end_layout
6848
6849 \begin_layout Standard
6850 wobei die Breite eine der in Anhang
6851 \begin_inset space ~
6852 \end_inset
6853
6854
6855 \begin_inset CommandInset ref
6856 LatexCommand ref
6857 reference "kap:In-LyX-verfügbare"
6858
6859 \end_inset
6860
6861  aufgelisteten Einheiten haben kann.
6862 \end_layout
6863
6864 \begin_layout Standard
6865 Die beiden folgenden Tabellen zeigen den Unterschied:
6866 \end_layout
6867
6868 \begin_layout Standard
6869 \begin_inset Tabular
6870 <lyxtabular version="3" rows="6" columns="5">
6871 <features islongtable="true" longtabularalignment="center">
6872 <column alignment="center" valignment="top" width="0">
6873 <column alignment="center" valignment="top" width="0">
6874 <column alignment="center" valignment="top" width="0">
6875 <column alignment="center" valignment="top" width="0">
6876 <column alignment="center" valignment="top" width="0">
6877 <row caption="true">
6878 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 \begin_inset Caption
6883
6884 \begin_layout Plain Layout
6885 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6886 \begin_inset Argument
6887 status open
6888
6889 \begin_layout Plain Layout
6890 Titel mit Standardbreite
6891 \end_layout
6892
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 1
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 2
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 3
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 4
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 5
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 asd
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 s
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 s
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 </row>
7036 <row>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 asd
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 s
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 </row>
7083 <row>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 asd
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 s
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 s
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 s
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 asd
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 <row>
7131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 asd
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 sad
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 asd
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 asd
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 </row>
7177 </lyxtabular>
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 setlength{
7193 \backslash
7194 LTcapwidth}{5cm}
7195 \end_layout
7196
7197 \end_inset
7198
7199
7200 \begin_inset Tabular
7201 <lyxtabular version="3" rows="6" columns="5">
7202 <features islongtable="true" longtabularalignment="center">
7203 <column alignment="center" valignment="top" width="0">
7204 <column alignment="center" valignment="top" width="0">
7205 <column alignment="center" valignment="top" width="0">
7206 <column alignment="center" valignment="top" width="0">
7207 <column alignment="center" valignment="top" width="0">
7208 <row caption="true">
7209 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 \begin_inset Caption
7214
7215 \begin_layout Plain Layout
7216 Langer Titel mit 5
7217 \begin_inset space \thinspace{}
7218 \end_inset
7219
7220 cm Breite, Langer Titel mit 5
7221 \begin_inset space \thinspace{}
7222 \end_inset
7223
7224 cm Breite
7225 \begin_inset Argument
7226 status open
7227
7228 \begin_layout Plain Layout
7229 Titel mit 5
7230 \begin_inset space \thinspace{}
7231 \end_inset
7232
7233 cm Breite
7234 \end_layout
7235
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 1
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 2
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 3
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 4
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 5
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 asd
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 s
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 s
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 s
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 </row>
7426 <row>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 asd
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 s
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 s
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 asd
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 sad
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 asd
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 asd
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 </lyxtabular>
7521
7522 \end_inset
7523
7524
7525 \begin_inset ERT
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530
7531 \backslash
7532 setlength{
7533 \backslash
7534 LTcapwidth}{4in}
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \begin_inset Note Note
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 Beschriftungsbreite zurücksetzen
7545 \end_layout
7546
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \begin_layout Standard
7553 \begin_inset Note Greyedout
7554 status open
7555
7556 \begin_layout Plain Layout
7557
7558 \series bold
7559 Achtung:
7560 \series default
7561  Wenn das LaTeX-Paket 
7562 \series bold
7563 caption
7564 \series default
7565
7566 \begin_inset Index idx
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570 LaTeX-Pakete ! caption
7571 \end_layout
7572
7573 \end_inset
7574
7575  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7576  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7577  4
7578 \begin_inset space \thinspace{}
7579 \end_inset
7580
7581 Zoll für 
7582 \series bold
7583
7584 \backslash
7585 LTcapwidth
7586 \series default
7587  benutzen.
7588  Um in diesem Fall eine genau 4
7589 \begin_inset space \thinspace{}
7590 \end_inset
7591
7592 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7593  4
7594 \begin_inset space \thinspace{}
7595 \end_inset
7596
7597 Zoll veränderten Wert wie z.
7598 \begin_inset space \thinspace{}
7599 \end_inset
7600
7601 B.
7602  3.99
7603 \begin_inset space \thinspace{}
7604 \end_inset
7605
7606 Zoll verwenden oder den LaTeX-Befehl 
7607 \series bold
7608
7609 \backslash
7610 captionsetup{width=Wert}
7611 \series default
7612  benutzen, der vom 
7613 \series bold
7614 caption
7615 \series default
7616 -Paket bereitgestellt wird.
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \end_layout
7623
7624 \begin_layout Subsubsection
7625 Unterschiedliche Titel für Tabellenseiten
7626 \begin_inset Index idx
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630 Tabellen ! lange ! mehrere Titel
7631 \end_layout
7632
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \begin_layout Standard
7639 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7640  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7641  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7642 \end_layout
7643
7644 \begin_layout Standard
7645
7646 \series bold
7647
7648 \backslash
7649 caption*{Beschriftung}
7650 \backslash
7651
7652 \backslash
7653 %
7654 \end_layout
7655
7656 \begin_layout Standard
7657 Tabelle
7658 \begin_inset space ~
7659 \end_inset
7660
7661
7662 \begin_inset CommandInset ref
7663 LatexCommand ref
7664 reference "tab:DiffCaptions"
7665
7666 \end_inset
7667
7668  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7669  ohne Tabellennummer auf der zweiten Seite.
7670 \end_layout
7671
7672 \begin_layout Standard
7673 \align center
7674 \begin_inset Tabular
7675 <lyxtabular version="3" rows="59" columns="3">
7676 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7677 <column alignment="left" valignment="top" width="0cm">
7678 <column alignment="left" valignment="top" width="0pt">
7679 <column alignment="right" valignment="top" width="0pt">
7680 <row caption="true">
7681 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 \begin_inset Caption
7686
7687 \begin_layout Plain Layout
7688 Telefonliste
7689 \begin_inset CommandInset label
7690 LatexCommand label
7691 name "tab:DiffCaptions"
7692
7693 \end_inset
7694
7695
7696 \begin_inset Argument
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700 Telefonliste
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row endfirsthead="true">
7735 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 Telefonliste (ignoriere die Namen)
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row endfirsthead="true">
7766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \series bold
7772 NAME
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 TEL.
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row endhead="true">
7799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset ERT
7804 status open
7805
7806 \begin_layout Plain Layout
7807
7808
7809 \backslash
7810 caption*{Fortsetzung der Telefonliste}
7811 \backslash
7812
7813 \backslash
7814 %
7815 \end_layout
7816
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row endhead="true">
7844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \series bold
7850 Telefonliste
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row endhead="true">
7875 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \series bold
7881 NAME
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 TEL.
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row endfoot="true">
7908 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 wird fortgesetzt\SpecialChar \ldots{}
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 Annovi
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 Silvia
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 111
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \series bold
7975 Bertoli
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Stefano
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 111
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \series bold
8006 Bozzi
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 Walter
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 111
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 Cachia
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 Maria
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 111
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \series bold
8068 Cachia
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 Maurizio
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 111
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \series bold
8099 Cinquemani
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Giusi
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 111
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \series bold
8130 Colin
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Bernard
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 111
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \series bold
8161 Concli
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 Gianfranco
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 111
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 Dal Bosco
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Carolina
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 111
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \series bold
8223 Dalpiaz
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Annamaria
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 111
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \series bold
8254 Feliciello
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 Domenico
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 111
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \series bold
8285 Focarelli
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Paola
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 111
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316 Galletti
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 Oreste
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 111
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \series bold
8347 Gasparini
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Franca
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 111
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Rizzardi
8379 \series default
8380
8381 \begin_inset Foot
8382 status open
8383
8384 \begin_layout Plain Layout
8385 Beispielfußnote
8386 \end_layout
8387
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Paola
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Lassini
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 Giancarlo
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 111
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 Malfatti
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Luciano
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 111
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 Malfatti
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Valeriano
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 111
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \series bold
8514 Meneguzzo
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 Roberto
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 111
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \series bold
8545 Mezzadra
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Roberto
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 111
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Pirpamer
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Erich
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 111
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Pochiesa
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Paolo
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 111, 222
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Radina
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Claudio
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 111
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Stuffer
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Oskar
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 111
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Tacchelli
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Ugo
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 111
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Tezzele
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Margit
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 111
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Unterkalmsteiner
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Frieda
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 111
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Vieider
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Hilde
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 111
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Vigna
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Jürgen
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 111
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Weber
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Maurizio
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 111
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Winkler
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Franz
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 111
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915  
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Annovi
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Silvia
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Bertoli
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Stefano
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Bozzi
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Walter
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Cachia
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Maria
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Cachia
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Maurizio
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 555
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Cinquemani
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Giusi
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Colin
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Bernard
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Concli
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Gianfranco
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 555
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Dal Bosco
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Carolina
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 555
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Dalpiaz
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Annamaria
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 555
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Feliciello
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Domenico
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 555
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Focarelli
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Paola
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 555
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \series bold
9318 Galletti
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 Oreste
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 555
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Gasparini
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Franca
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 555
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Rizzardi
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Paola
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 555
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Lassini
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Giancarlo
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 555
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Malfatti
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Luciano
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 555
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \series bold
9473 Malfatti
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Valeriano
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 555
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 Meneguzzo
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 Roberto
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 555
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \series bold
9535 Mezzadra
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Roberto
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 555
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 </lyxtabular>
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Section
9567 Weitere Möglichkeiten für 
9568 \family sans
9569 lange Tabelle
9570 \family default
9571 n
9572 \begin_inset CommandInset label
9573 LatexCommand label
9574 name "abs:Special-Longtable-Issues"
9575
9576 \end_inset
9577
9578
9579 \end_layout
9580
9581 \begin_layout Subsection
9582 L
9583 \family sans
9584 ange Tabelle
9585 \family default
9586 n: Berechnung
9587 \begin_inset Index idx
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591 Tabellen ! lange ! Berechnung
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9601  so genannten 
9602 \emph on
9603 chunks
9604 \emph default
9605  (Brocken).
9606  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9607  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9608  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9609  das die Druckausgabe.
9610  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9611  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9612  einfügen:
9613 \end_layout
9614
9615 \begin_layout Standard
9616
9617 \series bold
9618
9619 \backslash
9620 setcounter{LTchunksize}{100}
9621 \end_layout
9622
9623 \begin_layout Subsection
9624 Gleitobjekte und L
9625 \family sans
9626 ange Tabelle
9627 \family default
9628 n
9629 \begin_inset Index idx
9630 status collapsed
9631
9632 \begin_layout Plain Layout
9633 Tabellen ! lange ! und Gleitobjekte
9634 \end_layout
9635
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \begin_layout Standard
9642 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9643 \family sans
9644 lange
9645 \begin_inset space ~
9646 \end_inset
9647
9648 Tabelle
9649 \family default
9650  beginnt, ein Gleitobjekt befindet.
9651  Um das zu vermeiden, können Sie vor der 
9652 \family sans
9653 langen
9654 \begin_inset space ~
9655 \end_inset
9656
9657 Tabellen
9658 \family default
9659  einen manuellen Seitenumbruch
9660 \family sans
9661  Einfügen\SpecialChar \menuseparator
9662 Formatierung\SpecialChar \menuseparator
9663 [Doppel]Seite
9664 \begin_inset space \space{}
9665 \end_inset
9666
9667 leeren
9668 \family default
9669  einfügen, siehe 
9670 \emph on
9671 Benutzerhandbuch
9672 \emph default
9673 .
9674 \end_layout
9675
9676 \begin_layout Subsection
9677 Manuelle Seitenumbrüche
9678 \begin_inset Index idx
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682 Tabellen ! lange ! manueller Seitenumbruch
9683 \end_layout
9684
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \begin_layout Standard
9691 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9692  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9693  der Zelle umbrechen wollen, fügen Sie den Befehl  
9694 \begin_inset Quotes gld
9695 \end_inset
9696
9697
9698 \series bold
9699
9700 \backslash
9701
9702 \backslash
9703
9704 \series default
9705
9706 \begin_inset Quotes grd
9707 \end_inset
9708
9709  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9710  werden kann.
9711  Vor dem 
9712 \begin_inset Quotes gld
9713 \end_inset
9714
9715
9716 \series bold
9717
9718 \backslash
9719
9720 \backslash
9721
9722 \series default
9723
9724 \begin_inset Quotes grd
9725 \end_inset
9726
9727 -Befehl müssen Sie so viele 
9728 \begin_inset Quotes gld
9729 \end_inset
9730
9731
9732 \series bold
9733 &
9734 \series default
9735
9736 \begin_inset Quotes grd
9737 \end_inset
9738
9739  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9740  Mit 
9741 \begin_inset Quotes gld
9742 \end_inset
9743
9744
9745 \series bold
9746 &
9747 \series default
9748
9749 \begin_inset Quotes grd
9750 \end_inset
9751
9752   werden in LaTeX Tabellenzellen getrennt.
9753  Hinter jedes 
9754 \begin_inset Quotes gld
9755 \end_inset
9756
9757
9758 \series bold
9759 &
9760 \series default
9761
9762 \begin_inset Quotes grd
9763 \end_inset
9764
9765  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9766  und löschen den Inhalt dieser Zellen.
9767 \end_layout
9768
9769 \begin_layout Standard
9770 Hinter dem 
9771 \begin_inset Quotes gld
9772 \end_inset
9773
9774
9775 \series bold
9776
9777 \backslash
9778
9779 \backslash
9780
9781 \series default
9782
9783 \begin_inset Quotes grd
9784 \end_inset
9785
9786 -Befehl müssen Sie so viele 
9787 \begin_inset Quotes gld
9788 \end_inset
9789
9790
9791 \series bold
9792 &
9793 \series default
9794
9795 \begin_inset Quotes grd
9796 \end_inset
9797
9798  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9799  In Tabelle
9800 \begin_inset space ~
9801 \end_inset
9802
9803
9804 \begin_inset CommandInset ref
9805 LatexCommand ref
9806 reference "tab:ForcedPagebreak"
9807
9808 \end_inset
9809
9810  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9811  Es folgt noch eine weitere Spalte.
9812  Deshalb wurde hinter dem Wort 
9813 \emph on
9814 Castelchiodato, 
9815 \emph default
9816 folgendes eingefügt:
9817 \end_layout
9818
9819 \begin_layout Standard
9820
9821 \series bold
9822 & 111
9823 \backslash
9824
9825 \backslash
9826  
9827 \backslash
9828 newpage
9829 \begin_inset Newline newline
9830 \end_inset
9831
9832 &
9833 \end_layout
9834
9835 \begin_layout Standard
9836 Die 
9837 \begin_inset Quotes gld
9838 \end_inset
9839
9840 111
9841 \begin_inset Quotes grd
9842 \end_inset
9843
9844  in der dritten Spalte wurde gelöscht.
9845  
9846 \series bold
9847
9848 \backslash
9849 newpage
9850 \series default
9851  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9852  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9853  Wenn die Fußzeile Ihrer 
9854 \family sans
9855 langen
9856 \begin_inset space ~
9857 \end_inset
9858
9859 Tabelle
9860 \family default
9861  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9862  Befehle benutzen:
9863 \end_layout
9864
9865 \begin_layout Standard
9866
9867 \series bold
9868 & 111
9869 \backslash
9870
9871 \backslash
9872
9873 \begin_inset Newline newline
9874 \end_inset
9875
9876
9877 \backslash
9878 hline &
9879 \end_layout
9880
9881 \begin_layout Standard
9882 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9883  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9884 \end_layout
9885
9886 \begin_layout Standard
9887
9888 \series bold
9889
9890 \backslash
9891 setlength{
9892 \backslash
9893 parfillskip}{0pt}
9894 \end_layout
9895
9896 \begin_layout Standard
9897 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9898  erscheint.
9899 \end_layout
9900
9901 \begin_layout Standard
9902 \align center
9903 \begin_inset Tabular
9904 <lyxtabular version="3" rows="38" columns="3">
9905 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9906 <column alignment="left" valignment="top" width="0cm">
9907 <column alignment="left" valignment="top" width="3cm">
9908 <column alignment="right" valignment="top" width="0pt">
9909 <row caption="true">
9910 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Caption
9915
9916 \begin_layout Plain Layout
9917 Tabelle mit manuellem Seitenumbruch in einer Zelle
9918 \begin_inset CommandInset label
9919 LatexCommand label
9920 name "tab:ForcedPagebreak"
9921
9922 \end_inset
9923
9924
9925 \begin_inset Argument
9926 status collapsed
9927
9928 \begin_layout Plain Layout
9929 Tabelle mit manuellem Seitenumbruch in einer Zelle
9930 \end_layout
9931
9932 \end_inset
9933
9934
9935 \end_layout
9936
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row endfirsthead="true">
9964 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 Telefonliste (ignoriere die Namen)
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 <row endfirsthead="true">
9995 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \series bold
10001 NAME
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 TEL.
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row endhead="true">
10028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 \begin_inset ERT
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036
10037
10038 \backslash
10039 caption*{Fortsetzung der Tabelle}
10040 \backslash
10041
10042 \backslash
10043 %
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endhead="true">
10073 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Telefonliste
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row endhead="true">
10104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 NAME
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 TEL.
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row endfoot="true">
10137 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 wird fortgesetzt\SpecialChar \ldots{}
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \series bold
10173 Annovi
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 Silvia
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 111
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \series bold
10204 Bertoli
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 Stefano
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 111
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row>
10229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 Bozzi
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 Walter
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 111
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Cachia
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Maria
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Cachia
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Maurizio
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Cinquemani
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Giusi
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Colin
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Bernard
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Concli
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Gianfranco
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Dal Bosco
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Carolina
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Dalpiaz
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Annamaria
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Feliciello
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Domenico
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Focarelli
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Paola
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Galletti
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Oreste
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Gasparini
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Franca
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Lassini
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Giancarlo
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Malfatti
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Luciano
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Malfatti
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Valeriano
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Meneguzzo
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Roberto
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Mezzadra
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Roberto
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Pirpamer
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Erich
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Pochiesa
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Paolo
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111, 222
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Radina
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Claudio
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Rizzardi
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Paolo, 11.
10865  Fürst von Monte\SpecialChar \-
10866 com\SpecialChar \-
10867 patri, 11.
10868  Fürst von Sulmona und Vivaro, 10.
10869  Fürst von Rossano, 5.
10870  Herzog von Canemorte, 11.
10871  Herzog von Palombara, 5.
10872  Herzog von Castelchiodato,
10873 \begin_inset ERT
10874 status open
10875
10876 \begin_layout Plain Layout
10877
10878 & 111
10879 \backslash
10880
10881 \backslash
10882  
10883 \backslash
10884 newpage
10885 \end_layout
10886
10887 \begin_layout Plain Layout
10888
10889 &
10890 \end_layout
10891
10892 \end_inset
10893
10894  11.
10895  Herzog von Poggionativo, 11.
10896  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10897  Graf von Valinfreda, 11.
10898  Baron von Cropalati, 11.
10899  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 <row>
10915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \series bold
10921 Stuffer
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 Oskar
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 111
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \series bold
10952 Tacchelli
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 Ugo
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 111
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981
10982 \series bold
10983 Tezzele
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 Margit
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 111
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \series bold
11014 Unterkalmsteiner
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 Frieda
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 111
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \series bold
11045 Vieider
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 Hilde
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 111
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \series bold
11076 Vigna
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Jürgen
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 111
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \series bold
11107 Weber
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 Maurizio
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 111
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \series bold
11138 Winkler
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Franz
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 111
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 </lyxtabular>
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \begin_layout Section
11170 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11171 \end_layout
11172
11173 \begin_layout Subsection
11174 Mehrfache Zeilen in Zellen
11175 \begin_inset CommandInset label
11176 LatexCommand label
11177 name "uab:Mehrfache-Zeilen-in"
11178
11179 \end_inset
11180
11181
11182 \begin_inset Index idx
11183 status collapsed
11184
11185 \begin_layout Plain Layout
11186 Mehrfache ! Zeilen in Zellen
11187 \end_layout
11188
11189 \end_inset
11190
11191
11192 \begin_inset Index idx
11193 status collapsed
11194
11195 \begin_layout Plain Layout
11196 Tabellen ! Zeilenumbrüche
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Standard
11205 \noindent
11206 \begin_inset Float table
11207 placement H
11208 wide false
11209 sideways false
11210 status open
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Caption
11214
11215 \begin_layout Plain Layout
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "tab:Table-with-multiple"
11219
11220 \end_inset
11221
11222 Tabelle mit mehrfachen Zeilen in einer Zelle
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Plain Layout
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="3" columns="3">
11234 <features tabularvalignment="middle">
11235 <column alignment="center" valignment="middle" width="2.5cm">
11236 <column alignment="center" valignment="middle" width="0.5cm">
11237 <column alignment="center" valignment="middle" width="0.5cm">
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 zwei
11244 \begin_inset Newline linebreak
11245 \end_inset
11246
11247 Zeilen
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 b
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 c
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 d
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 e
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 f
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 g
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 h
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 i
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 </lyxtabular>
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Standard
11342 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11343  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11344  Tabelle
11345 \begin_inset space ~
11346 \end_inset
11347
11348
11349 \begin_inset CommandInset ref
11350 LatexCommand ref
11351 reference "tab:Table-with-multiple"
11352
11353 \end_inset
11354
11355  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11356 \family sans
11357 Tabellen-Einstellungen
11358 \family default
11359 -Dialog auf 2.5
11360 \begin_inset space \thinspace{}
11361 \end_inset
11362
11363 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11364  Weil unser Text schmaler als 2.5
11365 \begin_inset space \thinspace{}
11366 \end_inset
11367
11368 cm ist, würde er in einer Zeile gedruckt werden.
11369  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11370
11371 \family sans
11372 Strg+Shift+Enter
11373 \family default
11374 ) eingefügt.
11375  Wenn der Text länger ist, wird er automatisch umgebrochen.
11376 \end_layout
11377
11378 \begin_layout Standard
11379 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11380  setzen Sie die Breite der beiden Spalten im 
11381 \family sans
11382 Tabellen-Einstellungen
11383 \family default
11384 -Dialog auf 0.5
11385 \begin_inset space \thinspace{}
11386 \end_inset
11387
11388 cm und die vertikale Ausrichtung auf zentriert.
11389 \end_layout
11390
11391 \begin_layout Standard
11392 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11393  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11394  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11395  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11396  Fügen sie daher 0
11397 \begin_inset space \thinspace{}
11398 \end_inset
11399
11400 pt horizontalen Abstand vor dem Wort ein.
11401  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11402  Tabelle
11403 \begin_inset space ~
11404 \end_inset
11405
11406
11407 \begin_inset CommandInset ref
11408 LatexCommand ref
11409 reference "tab:Table-with-and"
11410
11411 \end_inset
11412
11413  zeigt die Wirkungen.
11414 \end_layout
11415
11416 \begin_layout Standard
11417 \begin_inset Float table
11418 placement h
11419 wide false
11420 sideways false
11421 status open
11422
11423 \begin_layout Plain Layout
11424 \begin_inset Caption
11425
11426 \begin_layout Plain Layout
11427 \begin_inset CommandInset label
11428 LatexCommand label
11429 name "tab:Table-with-and"
11430
11431 \end_inset
11432
11433 Tabelle ohne und mit Silbentrennung
11434 \end_layout
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Plain Layout
11442 \begin_inset space \hfill{}
11443 \end_inset
11444
11445
11446 \begin_inset Tabular
11447 <lyxtabular version="3" rows="3" columns="3">
11448 <features tabularvalignment="middle">
11449 <column alignment="center" valignment="middle" width="2.5cm">
11450 <column alignment="center" valignment="middle" width="0.5cm">
11451 <column alignment="center" valignment="middle" width="0.5cm">
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 einsehrlangesZellenwort
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 b
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 c
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 d
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 e
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 f
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 g
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 i
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \begin_inset space \hfill{}
11545 \end_inset
11546
11547
11548 \begin_inset Tabular
11549 <lyxtabular version="3" rows="3" columns="3">
11550 <features tabularvalignment="middle">
11551 <column alignment="center" valignment="middle" width="2.5cm">
11552 <column alignment="center" valignment="middle" width="0.5cm">
11553 <column alignment="center" valignment="middle" width="0.5cm">
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 \begin_inset space \hspace{}
11560 \length 0pt
11561 \end_inset
11562
11563 einsehrlangesZellenwort
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 b
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 c
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 d
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 e
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 f
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 </row>
11616 <row>
11617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 g
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 h
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 i
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 </lyxtabular>
11646
11647 \end_inset
11648
11649
11650 \begin_inset space \hfill{}
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Subsection
11662 Mehrfachspalten
11663 \begin_inset CommandInset label
11664 LatexCommand label
11665 name "uab:Mehrfachspalten"
11666
11667 \end_inset
11668
11669
11670 \begin_inset Index idx
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674 Mahrfachspalten
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \begin_inset Index idx
11681 status collapsed
11682
11683 \begin_layout Plain Layout
11684 Tabellen ! Mahrfachspalten
11685 \end_layout
11686
11687 \end_inset
11688
11689
11690 \end_layout
11691
11692 \begin_layout Subsubsection
11693 Grundlagen
11694 \end_layout
11695
11696 \begin_layout Standard
11697 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11698  und verwenden dann den Knopf 
11699 \family sans
11700
11701 \begin_inset Info
11702 type  "icon"
11703 arg   "inset-modify tabular multicolumn"
11704 \end_inset
11705
11706
11707 \family default
11708  in der Werkzeugleiste, das Menü 
11709 \family sans
11710 Bearbeiten\SpecialChar \menuseparator
11711 Tabelle\SpecialChar \menuseparator
11712 Mehrfachspalte
11713 \family default
11714 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11715  
11716 \family sans
11717 Mehrfachspalte
11718 \family default
11719 .
11720 \end_layout
11721
11722 \begin_layout Standard
11723 Mehrfachspalten haben ihre eigenen Einstellungen.
11724  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11725  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11726  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11727 \end_layout
11728
11729 \begin_layout Standard
11730 \align center
11731 \begin_inset Tabular
11732 <lyxtabular version="3" rows="3" columns="4">
11733 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11734 <column alignment="center" valignment="top" width="0pt">
11735 <column alignment="center" valignment="middle" width="0">
11736 <column alignment="center" valignment="top" width="0in">
11737 <column alignment="center" valignment="top" width="0pt">
11738 <row>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 abc
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 def ghi
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 jkl
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 </row>
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781
11782 \family roman
11783 \series medium
11784 \shape up
11785 \size normal
11786 \emph off
11787 \bar no
11788 \noun off
11789 \color none
11790 A
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 B
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 C
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 D
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 </row>
11823 <row>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 1
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 2
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 3
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 4
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 </lyxtabular>
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Subsubsection
11869 Mehrfachspalten-Berechnungen
11870 \begin_inset CommandInset label
11871 LatexCommand label
11872 name "uab:Mehrfachspalten-Berechnungen"
11873
11874 \end_inset
11875
11876
11877 \begin_inset Index idx
11878 status collapsed
11879
11880 \begin_layout Plain Layout
11881 Mahrfachspalten ! Berechnung
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \begin_inset Index idx
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891 Tabellen ! Mahrfachspalten ! Berechnung
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Standard
11900 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11901  Zellen beachten.
11902 \end_layout
11903
11904 \begin_layout Standard
11905 \begin_inset Float table
11906 placement h
11907 wide false
11908 sideways false
11909 status open
11910
11911 \begin_layout Plain Layout
11912 \begin_inset Caption
11913
11914 \begin_layout Plain Layout
11915 \begin_inset CommandInset label
11916 LatexCommand label
11917 name "tab:Table-with-centered"
11918
11919 \end_inset
11920
11921 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11922  die halbe Breite der Mehrfachspalten-Zelle haben
11923 \begin_inset Argument
11924 status collapsed
11925
11926 \begin_layout Plain Layout
11927 Eine Mehrfachspalten-Tabelle
11928 \end_layout
11929
11930 \end_inset
11931
11932
11933 \end_layout
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \begin_layout Plain Layout
11941 \align center
11942 \begin_inset Tabular
11943 <lyxtabular version="3" rows="3" columns="3">
11944 <features tabularvalignment="middle">
11945 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11946 <column alignment="center" valignment="middle" width="0">
11947 <column alignment="center" valignment="top" width="0">
11948 <row>
11949 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 Dies ist eine Mehrfach\SpecialChar \-
11954 spalten-Zelle
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 c
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 d
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 e
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 f
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 <row>
12008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012 g
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 h
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 i
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 </row>
12036 </lyxtabular>
12037
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \end_layout
12047
12048 \begin_layout Standard
12049 Um Tabelle
12050 \begin_inset space ~
12051 \end_inset
12052
12053
12054 \begin_inset CommandInset ref
12055 LatexCommand ref
12056 reference "tab:Table-with-centered"
12057
12058 \end_inset
12059
12060  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12061  3×3-Tabelle, kreuzen im 
12062 \family sans
12063 Tabellen-Einstellungen
12064 \family default
12065 -Dialog 
12066 \family sans
12067 Mehrfachspalte
12068 \family default
12069  an, setzen die 
12070 \family sans
12071 Horizontale
12072 \begin_inset space ~
12073 \end_inset
12074
12075 Ausrichtung
12076 \family default
12077  auf 
12078 \family sans
12079 Zentriert
12080 \family default
12081  und die 
12082 \family sans
12083 Breite
12084 \family default
12085  auf 2.5
12086 \begin_inset space \thinspace{}
12087 \end_inset
12088
12089 cm.
12090  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12091  Sie die Breite der ersten Spalte auf 1.25
12092 \begin_inset space \thinspace{}
12093 \end_inset
12094
12095 cm setzen.
12096  Die zweite Spalte wird dann automatisch 1.25
12097 \begin_inset space \thinspace{}
12098 \end_inset
12099
12100 cm breit (Breite der 
12101 \family sans
12102 Mehrfachspalte
12103 \family default
12104  
12105 \begin_inset Formula $-$
12106 \end_inset
12107
12108  Breite der ersten Spalte).
12109  Dies wurde so für Tabelle
12110 \begin_inset space ~
12111 \end_inset
12112
12113
12114 \begin_inset CommandInset ref
12115 LatexCommand ref
12116 reference "tab:Table-without-half"
12117
12118 \end_inset
12119
12120  gemacht.
12121 \end_layout
12122
12123 \begin_layout Standard
12124 \begin_inset Float table
12125 wide false
12126 sideways false
12127 status open
12128
12129 \begin_layout Plain Layout
12130 \begin_inset Caption
12131
12132 \begin_layout Plain Layout
12133 \begin_inset CommandInset label
12134 LatexCommand label
12135 name "tab:Table-without-half"
12136
12137 \end_inset
12138
12139 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12140  wie die Mehrfachspalte
12141 \begin_inset Argument
12142 status collapsed
12143
12144 \begin_layout Plain Layout
12145 Eine unvollkommene Mehrfachspalten-Tabelle
12146 \end_layout
12147
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \end_layout
12157
12158 \begin_layout Plain Layout
12159 \align center
12160 \begin_inset Tabular
12161 <lyxtabular version="3" rows="3" columns="3">
12162 <features tabularvalignment="middle">
12163 <column alignment="center" valignment="top" width="1.25cm">
12164 <column alignment="center" valignment="top" width="0">
12165 <column alignment="center" valignment="top" width="0">
12166 <row>
12167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 Dies ist auch eine Mehr\SpecialChar \-
12172 fach\SpecialChar \-
12173 spalten-Zelle
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 c
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 </row>
12197 <row>
12198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 d
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 e
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 f
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 g
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 h
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 i
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 </lyxtabular>
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12269  als die zweite ist.
12270  Das liegt daran, dass die Zellenbreite 
12271 \begin_inset Formula $W_{\mathrm{tot}}$
12272 \end_inset
12273
12274  nicht ihre definierte Breite 
12275 \begin_inset Formula $W_{g}$
12276 \end_inset
12277
12278  ist, sondern ein wenig mehr.
12279  Anhang
12280 \begin_inset space ~
12281 \end_inset
12282
12283
12284 \begin_inset CommandInset ref
12285 LatexCommand ref
12286 reference "kap:Erläuterung-einer-Gleichung"
12287
12288 \end_inset
12289
12290  erklärt das genauer.
12291 \end_layout
12292
12293 \begin_layout Standard
12294 Wenn 
12295 \emph on
12296 n
12297 \emph default
12298  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12299  die definierte Breite 
12300 \begin_inset Formula $W_{g\, n}$
12301 \end_inset
12302
12303  einer Spalte, deren totale Breite = 
12304 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12305 \end_inset
12306
12307  sein soll, wie folgt:
12308 \begin_inset Formula 
12309 \begin{equation}
12310 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12311 \end{equation}
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \begin_layout Standard
12319 In unserem Falls ist 
12320 \begin_inset Formula $n=2$
12321 \end_inset
12322
12323
12324 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12325 \end_inset
12326
12327 cm, und damit wird aus Gleichung
12328 \begin_inset space ~
12329 \end_inset
12330
12331
12332 \begin_inset CommandInset ref
12333 LatexCommand ref
12334 reference "eq:Wgn"
12335
12336 \end_inset
12337
12338  
12339 \begin_inset Formula 
12340 \begin{equation}
12341 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12342 \end{equation}
12343
12344 \end_inset
12345
12346
12347 \end_layout
12348
12349 \begin_layout Standard
12350 Damit LaTeX rechnen kann, muss das Paket 
12351 \series bold
12352 calc
12353 \series default
12354  im Vorspann geladen werden.
12355 \begin_inset Index idx
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 LaTeX-Pakete ! calc
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \series bold
12370
12371 \backslash
12372 usepackage{calc}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 LyX erlaubt im 
12377 \family sans
12378 Breite
12379 \family default
12380 -Feld des 
12381 \family sans
12382 Tabellen-Einstellungen
12383 \family default
12384 -Dialogs keine Berechnungen.
12385  Deshalb müssen Sie die Formel für die Breite im Feld 
12386 \family sans
12387 LaTe
12388 \begin_inset ERT
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392
12393 {}
12394 \end_layout
12395
12396 \end_inset
12397
12398 X-Argument
12399 \family default
12400  eingeben.
12401  Hier iss ein Überblick über die Argumente:
12402 \end_layout
12403
12404 \begin_layout Itemize
12405
12406 \series bold
12407 p{Breite}
12408 \series default
12409  die Zelle bekommt eine feste 
12410 \series bold
12411 Breite
12412 \series default
12413 , und die vertikale Ausrichtung ist 
12414 \family sans
12415 Oben
12416 \end_layout
12417
12418 \begin_layout Itemize
12419
12420 \series bold
12421 m{Breite}
12422 \series default
12423  die Zelle bekommt eine feste 
12424 \series bold
12425 Breite
12426 \series default
12427 , und die vertikale Ausrichtung ist 
12428 \family sans
12429 Mitte
12430 \end_layout
12431
12432 \begin_layout Itemize
12433
12434 \series bold
12435 b{Breite}
12436 \series default
12437  die Zelle bekommt eine feste 
12438 \series bold
12439 Breite
12440 \series default
12441 , und die vertikale Ausrichtung ist 
12442 \family sans
12443 Unten
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12448  für diese Zelle überschrieben.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 \begin_inset Note Greyedout
12453 status open
12454
12455 \begin_layout Plain Layout
12456
12457 \series bold
12458 Bemerkung:
12459 \series default
12460  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12461  angezeigt.
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12471  der Zelle mit dem Inhalt 
12472 \begin_inset Quotes gld
12473 \end_inset
12474
12475 d
12476 \begin_inset Quotes grd
12477 \end_inset
12478
12479  der Tabelle
12480 \begin_inset space ~
12481 \end_inset
12482
12483
12484 \begin_inset CommandInset ref
12485 LatexCommand ref
12486 reference "tab:Table-with-centered"
12487
12488 \end_inset
12489
12490  auch noch der Befehl
12491 \family typewriter
12492 \series bold
12493  
12494 \family default
12495
12496 \backslash
12497 centering
12498 \series default
12499  hinzugefügt.
12500  Das Ganze sieht dann so aus:
12501 \end_layout
12502
12503 \begin_layout Standard
12504
12505 \series bold
12506 |>{
12507 \backslash
12508 centering}m{1.25cm-6.2pt}
12509 \end_layout
12510
12511 \begin_layout Standard
12512 Der vertikale Strich 
12513 \series bold
12514
12515 \begin_inset Quotes gld
12516 \end_inset
12517
12518 |
12519 \series default
12520
12521 \begin_inset Quotes grd
12522 \end_inset
12523
12524  am Anfang zeichnet die linke Linie, und der Befehl 
12525 \series bold
12526
12527 \begin_inset Quotes gld
12528 \end_inset
12529
12530 >{ }
12531 \begin_inset Quotes grd
12532 \end_inset
12533
12534
12535 \series default
12536  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12537  der Zelle benutzt werden sollen.
12538 \end_layout
12539
12540 \begin_layout Standard
12541 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12542  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12543  für einzelne Spalten anwendet.
12544  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12545  werden:
12546 \end_layout
12547
12548 \begin_layout Standard
12549
12550 \series bold
12551 |>{
12552 \backslash
12553 centering}m{2.5cm}|
12554 \end_layout
12555
12556 \begin_layout Subsection
12557 Mehrfachzeilen
12558 \begin_inset CommandInset label
12559 LatexCommand label
12560 name "uab:Mehrfachzeilen"
12561
12562 \end_inset
12563
12564
12565 \begin_inset Index idx
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Mehrfachzeilen
12570 \end_layout
12571
12572 \end_inset
12573
12574
12575 \begin_inset Index idx
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579 Tabellen ! Mehrfachzeilen
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12589  und verwenden dann den Knopf 
12590 \family sans
12591
12592 \begin_inset Info
12593 type  "icon"
12594 arg   "inset-modify tabular multirow"
12595 \end_inset
12596
12597
12598 \family default
12599  in der Werkzeugleiste, das Menü 
12600 \family sans
12601 Bearbeiten\SpecialChar \menuseparator
12602 Tabelle\SpecialChar \menuseparator
12603 Mehrfachzeile
12604 \family default
12605 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12606  
12607 \family sans
12608 Mehrfachzeile
12609 \family default
12610 .
12611 \end_layout
12612
12613 \begin_layout Standard
12614 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12615 \end_layout
12616
12617 \begin_layout Standard
12618 \align center
12619 \begin_inset Tabular
12620 <lyxtabular version="3" rows="3" columns="3">
12621 <features tabularvalignment="middle">
12622 <column alignment="center" valignment="top" width="0pt">
12623 <column alignment="center" valignment="top" width="0">
12624 <column alignment="center" valignment="top" width="0">
12625 <row>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 ein langer Eintrag
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 b
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 c
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row>
12655 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 Mehrfachzeile
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 e
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 f
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 h
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 i
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 </lyxtabular>
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \begin_layout Standard
12720 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12721  Spalte festgelegt.
12722  Der 
12723 \family sans
12724 Vertikale Versatz
12725 \family default
12726  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12727  positiv/negativ ist.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12732  die Mehrfachzeile die Ausrichtung der Spalte.
12733  Ansonsten ist sie standardmäßig links ausgerichtet.
12734  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12735 \series bold
12736
12737 \backslash
12738 multirowsetup
12739 \series default
12740  mit dem Befehl
12741 \end_layout
12742
12743 \begin_layout Standard
12744
12745 \series bold
12746
12747 \backslash
12748 renewcommand{
12749 \backslash
12750 multirowsetup}{
12751 \backslash
12752 centering}
12753 \end_layout
12754
12755 \begin_layout Standard
12756 im LaTeX-Vorspann.
12757  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12758  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12759  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12760  erneuert werden.
12761  Für rechtsbündigen Text ersetzt man 
12762 \series bold
12763
12764 \backslash
12765 centering
12766 \series default
12767  durch 
12768 \series bold
12769
12770 \backslash
12771 raggedleft
12772 \series default
12773 .
12774  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12775 \series bold
12776
12777 \backslash
12778 raggedright
12779 \series default
12780  verwendet.
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12785  die -4
12786 \begin_inset space \thinspace{}
12787 \end_inset
12788
12789 mm vertikalen Versatz hat und sich in einer 3
12790 \begin_inset space \thinspace{}
12791 \end_inset
12792
12793 cm breiten Spalte befindet:
12794 \end_layout
12795
12796 \begin_layout Standard
12797 \noindent
12798 \align center
12799 \begin_inset ERT
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803
12804
12805 \backslash
12806 renewcommand{
12807 \backslash
12808 multirowsetup}{
12809 \backslash
12810 raggedleft}
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \begin_inset Tabular
12817 <lyxtabular version="3" rows="4" columns="3">
12818 <features tabularvalignment="middle">
12819 <column alignment="center" valignment="top" width="3cm">
12820 <column alignment="center" valignment="top" width="0">
12821 <column alignment="center" valignment="top" width="0">
12822 <row>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 ein langer Eintrag
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 b
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 c
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 t
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 n
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 m
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 Mehrfachzeile
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 e
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 f
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 h
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 i
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 </lyxtabular>
12939
12940 \end_inset
12941
12942
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947
12948
12949 \backslash
12950 renewcommand{
12951 \backslash
12952 multirowsetup}{
12953 \backslash
12954 raggedright}
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12964  (Tastenkürzel 
12965 \family sans
12966 Strg+Enter
12967 \family default
12968 ) verwenden.
12969  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12970 \end_layout
12971
12972 \begin_layout Standard
12973 \noindent
12974 \align center
12975 \begin_inset Tabular
12976 <lyxtabular version="3" rows="3" columns="2">
12977 <features tabularvalignment="middle">
12978 <column alignment="left" valignment="middle" width="2cm">
12979 <column alignment="center" valignment="top" width="0">
12980 <row>
12981 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 aaa
12986 \begin_inset Newline newline
12987 \end_inset
12988
12989 aaa
12990 \begin_inset Newline newline
12991 \end_inset
12992
12993 falsche Zelle
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 ccc
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row>
13009 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 ddd
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 </row>
13028 <row>
13029 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 bbb
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 eee
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 </lyxtabular>
13049
13050 \end_inset
13051
13052
13053 \end_layout
13054
13055 \begin_layout Standard
13056 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
13057 \end_layout
13058
13059 \begin_layout Subsection
13060 Zellen mit diagonalen Linien
13061 \end_layout
13062
13063 \begin_layout Standard
13064 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13065  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13066  oder zwei diagonalen Linien zu teilen.
13067  Dies kann erreicht werden, indem man das LaTeX-Paket 
13068 \series bold
13069 diagbox
13070 \series default
13071
13072 \begin_inset Index idx
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076 LaTeX-Pakete ! diagbox
13077 \end_layout
13078
13079 \end_inset
13080
13081  im LaTeX-Vorspann lädt.
13082  Das Paket stellt den Befehl 
13083 \series bold
13084
13085 \backslash
13086 diagbox
13087 \series default
13088  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
13089 \begin_inset space ~
13090 \end_inset
13091
13092 Argumente hat:
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098
13099 \backslash
13100 diagbox[Optionen]{links unten}{rechts oben}
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106
13107 \backslash
13108 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13113  die Argumente werden unter und über diese Linie platziert.
13114  Das zweite Schema teilt die Zelle mit 2
13115 \begin_inset space ~
13116 \end_inset
13117
13118 Linien.
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126
13127
13128 \backslash
13129 ifdiagbox
13130 \end_layout
13131
13132 \end_inset
13133
13134
13135 \begin_inset Note Note
13136 status open
13137
13138 \begin_layout Plain Layout
13139 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13140 \series bold
13141 diagbox
13142 \series default
13143  installiert ist.
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 Hier ist eine Beispieltabelle in der 
13153 \series bold
13154
13155 \backslash
13156 diagbox 
13157 \series default
13158 im 2-Argument Schema in der ersten Zelle verwendet wird:
13159 \begin_inset VSpace medskip
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Standard
13166 \noindent
13167 \begin_inset Tabular
13168 <lyxtabular version="3" rows="4" columns="4">
13169 <features tabularvalignment="middle">
13170 <column alignment="center" valignment="top" width="0">
13171 <column alignment="center" valignment="top" width="0">
13172 <column alignment="center" valignment="top" width="0">
13173 <column alignment="center" valignment="top" width="0">
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184
13185 \backslash
13186 diagbox{
13187 \end_layout
13188
13189 \end_inset
13190
13191 Name
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197 }{
13198 \end_layout
13199
13200 \end_inset
13201
13202 Parameter
13203 \begin_inset ERT
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207
13208 }
13209 \end_layout
13210
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Dicke in nm
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Transparenz in %
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 Härte in MPa
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Perfekt Grün
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 45
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 80
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 504
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Dunkel Multi-P
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 60
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 72
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 982
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Kristallklar Pro
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 18
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 86
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 374
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \begin_inset VSpace medskip
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \begin_layout Standard
13372 \begin_inset Newpage newpage
13373 \end_inset
13374
13375
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Das 3-Argument Schema ist z.
13380 \begin_inset space \thinspace{}
13381 \end_inset
13382
13383 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13384 \end_layout
13385
13386 \begin_layout Standard
13387 \noindent
13388 \align center
13389 \begin_inset Tabular
13390 <lyxtabular version="3" rows="4" columns="4">
13391 <features tabularvalignment="middle">
13392 <column alignment="center" valignment="top" width="0pt">
13393 <column alignment="center" valignment="top" width="0">
13394 <column alignment="center" valignment="top" width="0">
13395 <column alignment="center" valignment="top" width="0">
13396 <row>
13397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 \begin_inset ERT
13402 status collapsed
13403
13404 \begin_layout Plain Layout
13405
13406
13407 \backslash
13408 diagbox{
13409 \end_layout
13410
13411 \end_inset
13412
13413 Heim
13414 \begin_inset ERT
13415 status collapsed
13416
13417 \begin_layout Plain Layout
13418
13419 }{
13420 \end_layout
13421
13422 \end_inset
13423
13424 Ergebnis
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430 }{
13431 \end_layout
13432
13433 \end_inset
13434
13435 Auswärts
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441 }
13442 \end_layout
13443
13444 \end_inset
13445
13446
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 Tiger
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 Panther
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 Falken
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 <row>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 Tiger
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 ---
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 1:3
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 0:1
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 </row>
13517 <row>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 Panther
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13528 \begin_inset Text
13529
13530 \begin_layout Plain Layout
13531 3:1
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 ---
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 0:0
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 </row>
13555 <row>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Falken
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 1:0
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 0:0
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 ---
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 </row>
13593 </lyxtabular>
13594
13595 \end_inset
13596
13597
13598 \end_layout
13599
13600 \begin_layout Standard
13601 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13602  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13603 \end_layout
13604
13605 \begin_layout Standard
13606 \noindent
13607 \align center
13608 \begin_inset Tabular
13609 <lyxtabular version="3" rows="5" columns="5">
13610 <features tabularvalignment="middle">
13611 <column alignment="center" valignment="top" width="0pt">
13612 <column alignment="center" valignment="top" width="0">
13613 <column alignment="center" valignment="top" width="0">
13614 <column alignment="center" valignment="top" width="0">
13615 <column alignment="center" valignment="top" width="0">
13616 <row>
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 \begin_inset ERT
13622 status open
13623
13624 \begin_layout Plain Layout
13625
13626
13627 \backslash
13628 diagbox{
13629 \end_layout
13630
13631 \end_inset
13632
13633 Heim
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639 }{
13640 \end_layout
13641
13642 \end_inset
13643
13644 Ergebnis
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650 }{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Auswärts
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }
13662 \end_layout
13663
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Tiger
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Panther
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 Falken
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 \begin_inset ERT
13703 status open
13704
13705 \begin_layout Plain Layout
13706
13707
13708 \backslash
13709 diagbox[dir=NE]{
13710 \end_layout
13711
13712 \end_inset
13713
13714 Heim
13715 \begin_inset ERT
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719
13720 }{
13721 \end_layout
13722
13723 \end_inset
13724
13725 Ergebnis
13726 \begin_inset ERT
13727 status collapsed
13728
13729 \begin_layout Plain Layout
13730
13731 }{
13732 \end_layout
13733
13734 \end_inset
13735
13736 Auswärts
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742 }
13743 \end_layout
13744
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 Tiger
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 ---
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 1:3
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 0:1
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 Tiger
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 Panther
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 3:1
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 ---
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:0
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 Panther
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 Falken
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 1:0
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 0:0
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 ---
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 Falken
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 \begin_inset ERT
13900 status open
13901
13902 \begin_layout Plain Layout
13903
13904
13905 \backslash
13906 diagbox[dir=SW]{
13907 \end_layout
13908
13909 \end_inset
13910
13911 Heim
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }{
13918 \end_layout
13919
13920 \end_inset
13921
13922 Ergebnis
13923 \begin_inset ERT
13924 status collapsed
13925
13926 \begin_layout Plain Layout
13927
13928 }{
13929 \end_layout
13930
13931 \end_inset
13932
13933 Auswärts
13934 \begin_inset ERT
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938
13939 }
13940 \end_layout
13941
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 Tiger
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 Panther
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 Falken
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 \begin_inset ERT
13981 status open
13982
13983 \begin_layout Plain Layout
13984
13985
13986 \backslash
13987 diagbox[dir=SE]{
13988 \end_layout
13989
13990 \end_inset
13991
13992 Heim
13993 \begin_inset ERT
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997
13998 }{
13999 \end_layout
14000
14001 \end_inset
14002
14003 Ergebnis
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009 }{
14010 \end_layout
14011
14012 \end_inset
14013
14014 Auswärts
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020 }
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 </lyxtabular>
14032
14033 \end_inset
14034
14035
14036 \end_layout
14037
14038 \begin_layout Standard
14039 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
14040 \series bold
14041 dir=Richtung
14042 \series default
14043  verwendet.
14044  
14045 \emph on
14046 Richtung
14047 \emph default
14048  ist entweder 
14049 \series bold
14050 NE
14051 \series default
14052
14053 \series bold
14054 DE
14055 \series default
14056
14057 \series bold
14058 SW
14059 \series default
14060  oder 
14061 \series bold
14062 NW
14063 \series default
14064  und stellt eine Himmelsrichtung dar.
14065  
14066 \series bold
14067 SW
14068 \series default
14069  ist z.
14070 \begin_inset space \thinspace{}
14071 \end_inset
14072
14073 B.
14074  die Südwestecke.
14075  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14076 \end_layout
14077
14078 \begin_layout Standard
14079
14080 \series bold
14081
14082 \backslash
14083 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14084 \end_layout
14085
14086 \begin_layout Standard
14087 verwendet.
14088  Wenn keine Richtung angegeben ist, wird NW verwendet.
14089 \end_layout
14090
14091 \begin_layout Standard
14092 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14093  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14094 e ist, ragt der Inhalt über die Zelle hinaus:
14095 \end_layout
14096
14097 \begin_layout Standard
14098 \noindent
14099 \align center
14100 \begin_inset Tabular
14101 <lyxtabular version="3" rows="2" columns="2">
14102 <features tabularvalignment="middle">
14103 <column alignment="center" valignment="top" width="3cm">
14104 <column alignment="center" valignment="top" width="0">
14105 <row>
14106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 \begin_inset ERT
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114
14115
14116 \backslash
14117 diagbox{
14118 \end_layout
14119
14120 \end_inset
14121
14122 Name
14123 \begin_inset ERT
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127
14128 }{
14129 \end_layout
14130
14131 \end_inset
14132
14133 Parameter
14134 \begin_inset ERT
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138
14139 }
14140 \end_layout
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 Dicke in nm
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 Perfekt Grün
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 45
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 </row>
14179 </lyxtabular>
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14188  verwendet man die Befehlsoption 
14189 \series bold
14190 width=3cm
14191 \series default
14192  (ersetzen Sie '3cm' durch die benötigte Breite).
14193  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14194 \begin_inset space \thinspace{}
14195 \end_inset
14196
14197 cm gesetzt.
14198  Für 
14199 \series bold
14200
14201 \backslash
14202 diagbox
14203 \series default
14204  wird eine Breite von 4
14205 \begin_inset space \thinspace{}
14206 \end_inset
14207
14208 cm + 2
14209 \begin_inset space \thinspace{}
14210 \end_inset
14211
14212
14213 \backslash
14214 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14215  diesem Fall 4
14216 \begin_inset space \thinspace{}
14217 \end_inset
14218
14219 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14220  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14221 \series bold
14222
14223 \backslash
14224 diagbox
14225 \series default
14226  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14227  später verwenden kann.
14228  Dies wird mit den TeX-Code Befehlen
14229 \end_layout
14230
14231 \begin_layout Standard
14232
14233 \series bold
14234
14235 \backslash
14236 newlength{
14237 \backslash
14238 diagtest}
14239 \begin_inset Newline newline
14240 \end_inset
14241
14242
14243 \backslash
14244 setlength{
14245 \backslash
14246 diagtest}{4cm+2
14247 \backslash
14248 tabcolsep}
14249 \end_layout
14250
14251 \begin_layout Standard
14252 erreicht.
14253 \end_layout
14254
14255 \begin_layout Standard
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261
14262 \backslash
14263 newlength{
14264 \backslash
14265 diagtest}
14266 \end_layout
14267
14268 \begin_layout Plain Layout
14269
14270
14271 \backslash
14272 setlength{
14273 \backslash
14274 diagtest}{4cm+2
14275 \backslash
14276 tabcolsep}
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Standard
14285 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14286 \series bold
14287 calc
14288 \series default
14289
14290 \begin_inset Index idx
14291 status collapsed
14292
14293 \begin_layout Plain Layout
14294 LaTeX-Pakete ! calc
14295 \end_layout
14296
14297 \end_inset
14298
14299  im LaTeX-Vorspann geladen werden.
14300 \end_layout
14301
14302 \begin_layout Standard
14303 In der Tabelle kann man nun den Befehl
14304 \end_layout
14305
14306 \begin_layout Standard
14307
14308 \series bold
14309
14310 \backslash
14311 diagbox[width=
14312 \backslash
14313 diagtest]{A}{B}
14314 \end_layout
14315
14316 \begin_layout Standard
14317 in der ersten Zelle verwenden:
14318 \end_layout
14319
14320 \begin_layout Standard
14321 \noindent
14322 \align center
14323 \begin_inset Tabular
14324 <lyxtabular version="3" rows="2" columns="2">
14325 <features tabularvalignment="middle">
14326 <column alignment="center" valignment="top" width="4cm">
14327 <column alignment="center" valignment="top" width="0">
14328 <row>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 \begin_inset ERT
14334 status open
14335
14336 \begin_layout Plain Layout
14337
14338
14339 \backslash
14340 diagbox[width=
14341 \backslash
14342 diagtest]{
14343 \end_layout
14344
14345 \end_inset
14346
14347 A
14348 \begin_inset ERT
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352
14353 }{
14354 \end_layout
14355
14356 \end_inset
14357
14358 B
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364 }
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 Dicke in nm
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 </row>
14384 <row>
14385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 Perfekt Grün
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 45
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 </lyxtabular>
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14413  muss.
14414  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14415  wie in in dieser Tabelle:
14416 \end_layout
14417
14418 \begin_layout Standard
14419 \noindent
14420 \align center
14421 \begin_inset Tabular
14422 <lyxtabular version="3" rows="2" columns="2">
14423 <features tabularvalignment="middle">
14424 <column alignment="center" valignment="top" width="0pt">
14425 <column alignment="center" valignment="top" width="0">
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 \begin_inset ERT
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435
14436
14437 \backslash
14438 diagbox{
14439 \end_layout
14440
14441 \end_inset
14442
14443 A
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449 }{
14450 \end_layout
14451
14452 \end_inset
14453
14454 B
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 Dicke in nm
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 Perfekt Grün
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 45
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 </row>
14500 </lyxtabular>
14501
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \begin_layout Standard
14508 Verwenden Sie in diesem Fall die Option 
14509 \series bold
14510 width
14511 \series default
14512  des Befehls 
14513 \series bold
14514
14515 \backslash
14516 diagbox
14517 \series default
14518 .
14519  Es ist dabei nicht notwendig, 2
14520 \backslash
14521 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14522  ist.
14523  In dieser Tabelle wird eine Breite von 3
14524 \begin_inset space \thinspace{}
14525 \end_inset
14526
14527 cm verwendet:
14528 \end_layout
14529
14530 \begin_layout Standard
14531 \noindent
14532 \align center
14533 \begin_inset Tabular
14534 <lyxtabular version="3" rows="2" columns="2">
14535 <features tabularvalignment="middle">
14536 <column alignment="center" valignment="top" width="0pt">
14537 <column alignment="center" valignment="top" width="0">
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 \begin_inset ERT
14544 status open
14545
14546 \begin_layout Plain Layout
14547
14548
14549 \backslash
14550 diagbox[width=3cm]{
14551 \end_layout
14552
14553 \end_inset
14554
14555 A
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }{
14562 \end_layout
14563
14564 \end_inset
14565
14566 B
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572 }
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Dicke in nm
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 </row>
14592 <row>
14593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 Perfekt Grün
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 45
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 </row>
14612 </lyxtabular>
14613
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \begin_layout Standard
14620 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14621  Text in der Zelle unterzubringen.
14622  Dies wird mit der 
14623 \series bold
14624
14625 \backslash
14626 diagbox
14627 \series default
14628 -Option 
14629 \series bold
14630 height=3cm
14631 \series default
14632  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14633  In der folgenden Tabelle wird der Befehl
14634 \end_layout
14635
14636 \begin_layout Standard
14637
14638 \series bold
14639
14640 \backslash
14641 diagbox[width=3cm,height=1.4cm]{A
14642 \backslash
14643
14644 \backslash
14645 B}{C
14646 \backslash
14647
14648 \backslash
14649 D}
14650 \end_layout
14651
14652 \begin_layout Standard
14653 in der ersten Zelle verwendet.
14654  Der Befehl 
14655 \series bold
14656
14657 \backslash
14658
14659 \backslash
14660
14661 \series default
14662  erzeugt hierbei den Zeilenumbruch.
14663 \begin_inset Foot
14664 status collapsed
14665
14666 \begin_layout Plain Layout
14667 Zeilen mit 
14668 \family sans
14669 Strg+Enter
14670 \family default
14671  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14672 \end_layout
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 \noindent
14681 \align center
14682 \begin_inset Tabular
14683 <lyxtabular version="3" rows="2" columns="2">
14684 <features tabularvalignment="middle">
14685 <column alignment="center" valignment="top" width="0">
14686 <column alignment="center" valignment="top" width="0">
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 \begin_inset ERT
14693 status open
14694
14695 \begin_layout Plain Layout
14696
14697
14698 \backslash
14699 diagbox[width=3cm,height=1.4cm]{
14700 \end_layout
14701
14702 \end_inset
14703
14704 A
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710
14711 \backslash
14712
14713 \backslash
14714
14715 \end_layout
14716
14717 \end_inset
14718
14719 B
14720 \begin_inset ERT
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725 }{
14726 \end_layout
14727
14728 \end_inset
14729
14730 C
14731 \begin_inset ERT
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735
14736
14737 \backslash
14738
14739 \backslash
14740
14741 \end_layout
14742
14743 \end_inset
14744
14745 D
14746 \begin_inset ERT
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750
14751 }
14752 \end_layout
14753
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765 Dicke in nm
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row>
14772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 Perfekt Grün
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 45
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 </row>
14791 </lyxtabular>
14792
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \begin_layout Standard
14799 \begin_inset ERT
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803
14804
14805 \backslash
14806 else
14807 \end_layout
14808
14809 \end_inset
14810
14811
14812 \begin_inset Note Note
14813 status open
14814
14815 \begin_layout Plain Layout
14816 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14817 \series bold
14818 diagbox
14819 \series default
14820  nicht installiert ist:
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 Sie müssen das LaTeX-Paket 
14830 \series bold
14831 diagbox
14832 \series default
14833  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset ERT
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841
14842
14843 \backslash
14844 fi
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 Für mehr Informationen über das LaTeX-Paket 
14854 \series bold
14855 diagbox
14856 \series default
14857 , siehe dessen Dokumentation, 
14858 \begin_inset CommandInset citation
14859 LatexCommand cite
14860 key "diagbox"
14861
14862 \end_inset
14863
14864 .
14865 \end_layout
14866
14867 \begin_layout Section
14868 Formale Tabellen
14869 \begin_inset CommandInset label
14870 LatexCommand label
14871 name "abs:Formale-Tabellen"
14872
14873 \end_inset
14874
14875
14876 \begin_inset Index idx
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 Tabellen ! Formale
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \begin_layout Standard
14889 Tabellen werden in Büchern oft wie Tabelle
14890 \begin_inset space ~
14891 \end_inset
14892
14893
14894 \begin_inset CommandInset ref
14895 LatexCommand ref
14896 reference "tab:Formale-Tabelle"
14897
14898 \end_inset
14899
14900  gesetzt.
14901  Diese Tabellen werden
14902 \emph on
14903  formal
14904 \emph default
14905  genannt.
14906  Formale Tabellen bekommen Sie, wenn Sie im 
14907 \family sans
14908 Tabellen-Einstellungen
14909 \family default
14910 -Dialog auf der Karteikarte 
14911 \family sans
14912 Rahmen
14913 \family default
14914  den 
14915 \family sans
14916 Stil
14917 \family default
14918  
14919 \family sans
14920 Formal
14921 \family default
14922  ankreuzen.
14923 \end_layout
14924
14925 \begin_layout Standard
14926 \begin_inset Float table
14927 placement h
14928 wide false
14929 sideways false
14930 status open
14931
14932 \begin_layout Plain Layout
14933 \begin_inset Caption
14934
14935 \begin_layout Plain Layout
14936 \begin_inset CommandInset label
14937 LatexCommand label
14938 name "tab:Formale-Tabelle"
14939
14940 \end_inset
14941
14942 Formale Tabelle
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \begin_layout Plain Layout
14951 \align center
14952 \begin_inset Tabular
14953 <lyxtabular version="3" rows="8" columns="4">
14954 <features booktabs="true" tabularvalignment="middle">
14955 <column alignment="center" valignment="top" width="0">
14956 <column alignment="right" valignment="top" width="0">
14957 <column alignment="right" valignment="top" width="0">
14958 <column alignment="right" valignment="top" width="0">
14959 <row>
14960 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 System
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 Chip
14974 \begin_inset space \thinspace{}
14975 \end_inset
14976
14977 1
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Chip
14987 \begin_inset space \thinspace{}
14988 \end_inset
14989
14990 2
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 <row>
15006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset ERT
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014
15015
15016 \backslash
15017 cmidrule(r){2-2}
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \begin_inset ERT
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027
15028
15029 \backslash
15030 cmidrule(l){3-4}
15031 \end_layout
15032
15033 \end_inset
15034
15035 Detektordicke in µm
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 300
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 300
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 700
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 Kantenwinkel in °
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082 3.55
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 2.71
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 7.99
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row topspace="default">
15107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 räumliche Auf\SpecialChar \textcompwordmark{}
15112 lösung in µm
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 4.26
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 10.17
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 10.56
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row topspace="default">
15146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 MTF bei 
15151 \begin_inset Formula $f_{\mathrm{max}}$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 0.53
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 0.37
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 0.39
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row topspace="default">
15188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cmidrule(l{10pt}){1-1}
15200 \end_layout
15201
15202 \end_inset
15203
15204 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15205 lösung
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 in µm
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 129.7
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 52.75
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 50.78
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 </row>
15276 <row>
15277 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 in % der Pixelgröße
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 76.3
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 95.9
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 92.3
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 </lyxtabular>
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \begin_layout Standard
15327 Abstände zu Tabellenzeilen können auf der Karteikarte 
15328 \family sans
15329 Rahmen
15330 \family default
15331  des 
15332 \family sans
15333 Tabellen-Ein\SpecialChar \-
15334 stel\SpecialChar \-
15335 lun\SpecialChar \-
15336 gen
15337 \family default
15338 -Dialogs hinzugefügt werden, wie in Abschnitt
15339 \begin_inset space ~
15340 \end_inset
15341
15342
15343 \begin_inset CommandInset ref
15344 LatexCommand ref
15345 reference "uab:Zeilenabstand"
15346
15347 \end_inset
15348
15349  beschrieben.
15350 \end_layout
15351
15352 \begin_layout Standard
15353 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15354  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15355  gedruckt aber anders aus.
15356  Die erste und letzte Linie ist 0.08
15357 \begin_inset space \thinspace{}
15358 \end_inset
15359
15360 em dick, während die anderen 0.05
15361 \begin_inset space \thinspace{}
15362 \end_inset
15363
15364 em dick sind.
15365 \end_layout
15366
15367 \begin_layout Standard
15368 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15369 \end_layout
15370
15371 \begin_layout Standard
15372
15373 \series bold
15374
15375 \backslash
15376 let
15377 \backslash
15378 mytoprule
15379 \backslash
15380 toprule
15381 \begin_inset Newline newline
15382 \end_inset
15383
15384
15385 \backslash
15386 renewcommand{
15387 \backslash
15388 toprule}{
15389 \backslash
15390 mytoprule[Breite]}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Dies Beispiel gilt für die oberste Linie, genannt 
15395 \series bold
15396 toprule
15397 \series default
15398 .
15399  Für die letzte müssen Sie 
15400 \series bold
15401 toprule
15402 \series default
15403  durch 
15404 \series bold
15405 bottomrule
15406 \series default
15407  ersetzen.
15408  Die Linien dazwischen heißen 
15409 \series bold
15410 midrule
15411 \series default
15412 .
15413  Für 
15414 \family sans
15415 Breite
15416 \family default
15417  können Sie alle Einheiten benutzen, die in Anhang
15418 \begin_inset space ~
15419 \end_inset
15420
15421
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "kap:In-LyX-verfügbare"
15425
15426 \end_inset
15427
15428  aufgelistet sind.
15429 \end_layout
15430
15431 \begin_layout Standard
15432 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15433  eine Linie unter einer Mehrfachspalte.
15434  LyX wird intern den Befehl 
15435 \series bold
15436
15437 \backslash
15438 cmidrule
15439 \series default
15440  benutzen, um diese Linie zu drucken.
15441  Der ganze Befehl sieht so aus:
15442 \end_layout
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447
15448 \backslash
15449 cmidrule[width](trim){Anfangsspalte-Endspalte}
15450 \end_layout
15451
15452 \begin_layout Standard
15453 Die 
15454 \series bold
15455
15456 \backslash
15457 cmidrule
15458 \series default
15459 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15460  benutzen.
15461  
15462 \series bold
15463
15464 \backslash
15465 cmidrule
15466 \series default
15467  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15468  erste Zelle einer Zeile einfügt.
15469  Die Linie wird dann über der Zeile gedruckt.
15470 \end_layout
15471
15472 \begin_layout Standard
15473 Der Standardwert ist 0.03
15474 \begin_inset space \thinspace{}
15475 \end_inset
15476
15477 em.
15478  Die Linie reicht von 
15479 \family typewriter
15480 Anfangsspalte
15481 \family default
15482  bis 
15483 \family typewriter
15484 End\SpecialChar \-
15485 spal\SpecialChar \-
15486 te
15487 \family default
15488 .
15489  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15490   Der optionale Parameter 
15491 \family typewriter
15492 trim
15493 \family default
15494  kann die Werte 
15495 \emph on
15496 r
15497 \emph default
15498
15499 \emph on
15500 r{Breite}
15501 \emph default
15502
15503 \emph on
15504 l
15505 \family typewriter
15506 \emph default
15507  
15508 \family default
15509 oder 
15510 \emph on
15511 l{Breite}
15512 \emph default
15513  annehmen, wobei die 
15514 \family sans
15515 Breite
15516 \family default
15517  optional ist.
15518  
15519 \emph on
15520 l{2pt}
15521 \emph default
15522  zum Beispiel bedeutet, dass die Linie links um 2
15523 \begin_inset space \thinspace{}
15524 \end_inset
15525
15526 pt gekürzt wird.
15527  Ohne Breitenangabe werden die Linien um 0.5
15528 \begin_inset space \thinspace{}
15529 \end_inset
15530
15531 em gekürzt.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 \begin_inset VSpace bigskip
15536 \end_inset
15537
15538 In Tabelle
15539 \begin_inset space ~
15540 \end_inset
15541
15542
15543 \begin_inset CommandInset ref
15544 LatexCommand ref
15545 reference "tab:Formale-Tabelle"
15546
15547 \end_inset
15548
15549  wurden die Befehle
15550 \end_layout
15551
15552 \begin_layout Standard
15553
15554 \series bold
15555
15556 \backslash
15557 cmidrule(r){2-2}
15558 \backslash
15559 cmidrule(l){3-4}
15560 \end_layout
15561
15562 \begin_layout Standard
15563 am Anfang der zweiten Zeile und
15564 \end_layout
15565
15566 \begin_layout Standard
15567
15568 \series bold
15569
15570 \backslash
15571 cmidrule(l{10pt}){1-1}
15572 \end_layout
15573
15574 \begin_layout Standard
15575 in der sechsten benutzt.
15576 \end_layout
15577
15578 \begin_layout Standard
15579 \begin_inset VSpace bigskip
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \begin_layout Standard
15586 Sie können mit 
15587 \series bold
15588
15589 \backslash
15590 cmidrule
15591 \series default
15592  auch überlappende Linien wie in Tabelle
15593 \begin_inset space ~
15594 \end_inset
15595
15596
15597 \begin_inset CommandInset ref
15598 LatexCommand ref
15599 reference "tab:Special-booktabs-table"
15600
15601 \end_inset
15602
15603  definieren.
15604  Der Befehl ist:
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 morecmidrules
15613 \end_layout
15614
15615 \begin_layout Standard
15616 In Zeile zwei der Tabelle
15617 \begin_inset space ~
15618 \end_inset
15619
15620
15621 \begin_inset CommandInset ref
15622 LatexCommand ref
15623 reference "tab:Special-booktabs-table"
15624
15625 \end_inset
15626
15627  wurde folgender Befehl benutzt:
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 cmidrule(r){2-2}
15636 \backslash
15637 cmidrule(l){3-4}
15638 \backslash
15639 morecmidrules
15640 \begin_inset Newline newline
15641 \end_inset
15642
15643
15644 \backslash
15645 cmidrule{2-4}
15646 \end_layout
15647
15648 \begin_layout Standard
15649 und in Zeile sechs:
15650 \end_layout
15651
15652 \begin_layout Standard
15653
15654 \series bold
15655
15656 \backslash
15657 midrule
15658 \backslash
15659 morecmidrules
15660 \backslash
15661 cmidrule{3-4}
15662 \end_layout
15663
15664 \begin_layout Standard
15665 \begin_inset VSpace bigskip
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15673  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15674 \end_layout
15675
15676 \begin_layout Standard
15677
15678 \series bold
15679
15680 \backslash
15681 specialrule{Dicke}{Abstand davor}{Abstand danach}
15682 \end_layout
15683
15684 \begin_layout Standard
15685 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15686 \series bold
15687 booktabs
15688 \series default
15689  
15690 \begin_inset CommandInset citation
15691 LatexCommand cite
15692 key "booktabs"
15693
15694 \end_inset
15695
15696 .
15697 \begin_inset Index idx
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701 LaTeX-Pakete ! booktabs
15702 \end_layout
15703
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 \begin_inset Float table
15711 placement h
15712 wide false
15713 sideways false
15714 status open
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Caption
15718
15719 \begin_layout Plain Layout
15720 \begin_inset CommandInset label
15721 LatexCommand label
15722 name "tab:Special-booktabs-table"
15723
15724 \end_inset
15725
15726 Eine spezielle formale Tabelle
15727 \end_layout
15728
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Plain Layout
15735 \align center
15736 \begin_inset Tabular
15737 <lyxtabular version="3" rows="8" columns="4">
15738 <features booktabs="true" tabularvalignment="middle">
15739 <column alignment="center" valignment="top" width="0">
15740 <column alignment="center" valignment="top" width="0">
15741 <column alignment="right" valignment="top" width="0">
15742 <column alignment="right" valignment="top" width="0">
15743 <row>
15744 <cell alignment="center" valignment="top" topline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 System
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 <cell alignment="center" valignment="top" topline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757 Chip
15758 \begin_inset space \thinspace{}
15759 \end_inset
15760
15761 1
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 Chip
15771 \begin_inset space \thinspace{}
15772 \end_inset
15773
15774 2
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 </row>
15789 <row>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset ERT
15795 status collapsed
15796
15797 \begin_layout Plain Layout
15798
15799
15800 \backslash
15801 cmidrule(r){2-2}
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \begin_inset ERT
15808 status collapsed
15809
15810 \begin_layout Plain Layout
15811
15812
15813 \backslash
15814 cmidrule(l){3-4}
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \begin_inset ERT
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824
15825
15826 \backslash
15827 morecmidrules 
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \begin_inset ERT
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838
15839 \backslash
15840 cmidrule{2-4}
15841 \end_layout
15842
15843 \end_inset
15844
15845 Detektordicke in µm
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 300
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 300
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 700
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 Kantenwinkel in °
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 3,55
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 2,71
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 7,99
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 </row>
15916 <row topspace="default">
15917 <cell alignment="center" valignment="top" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 räumliche Auf\SpecialChar \textcompwordmark{}
15922 lösung in µm
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 4,26
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 10,17
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 10,56
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row topspace="default">
15956 <cell alignment="center" valignment="top" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 MTF bei 
15961 \begin_inset Formula $f_{\mathrm{max}}$
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 0,53
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 0,37
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 0,39
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 <row>
15998 <cell alignment="center" valignment="top" topline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 \begin_inset ERT
16003 status collapsed
16004
16005 \begin_layout Plain Layout
16006
16007
16008 \backslash
16009 morecmidrules 
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \begin_inset ERT
16016 status collapsed
16017
16018 \begin_layout Plain Layout
16019
16020
16021 \backslash
16022 cmidrule{3-4}
16023 \end_layout
16024
16025 \end_inset
16026
16027 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
16028 lösung
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row>
16062 <cell alignment="center" valignment="top" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 in µm
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 129,7
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 52,75
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 50,78
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 in % der Pixelgröße
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 76,3
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 95,9
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 92,3
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \begin_layout Section
16150 Vertikale Tabellen-Ausrichtung
16151 \begin_inset Index idx
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155 Tabellen ! Ausrichtung
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \begin_layout Standard
16164 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16165  einer Box sein.
16166  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16167 \begin_inset space ~
16168 \end_inset
16169
16170
16171 \begin_inset CommandInset ref
16172 LatexCommand ref
16173 reference "abs:Box-Dialog"
16174
16175 \end_inset
16176
16177  beschrieben.
16178 \end_layout
16179
16180 \begin_layout Standard
16181 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16182 \begin_inset Foot
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186 Minipages werden in Abschnitt
16187 \begin_inset space ~
16188 \end_inset
16189
16190
16191 \begin_inset CommandInset ref
16192 LatexCommand ref
16193 reference "abs:Minipage"
16194
16195 \end_inset
16196
16197  beschrieben.
16198 \end_layout
16199
16200 \end_inset
16201
16202  mit 15
16203 \begin_inset space \thinspace{}
16204 \end_inset
16205
16206 col%-Breite:
16207 \end_layout
16208
16209 \begin_layout Itemize
16210 Test 
16211 \begin_inset Box Frameless
16212 position "t"
16213 hor_pos "c"
16214 has_inner_box 1
16215 inner_pos "c"
16216 use_parbox 0
16217 use_makebox 0
16218 width "15col%"
16219 special "none"
16220 height "1in"
16221 height_special "totalheight"
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Tabular
16226 <lyxtabular version="3" rows="3" columns="3">
16227 <features tabularvalignment="middle">
16228 <column alignment="center" valignment="top" width="0">
16229 <column alignment="center" valignment="top" width="0">
16230 <column alignment="center" valignment="top" width="0">
16231 <row>
16232 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236 Tabelle 1
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 <row>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 b
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 e
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 h
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 c
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 f
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 i
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 </lyxtabular>
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326
16327  Test 
16328 \begin_inset ERT
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332
16333
16334 \backslash
16335 raisebox{0.85
16336 \backslash
16337 baselineskip}{
16338 \end_layout
16339
16340 \end_inset
16341
16342
16343 \begin_inset Box Frameless
16344 position "t"
16345 hor_pos "c"
16346 has_inner_box 1
16347 inner_pos "c"
16348 use_parbox 0
16349 use_makebox 0
16350 width "15col%"
16351 special "none"
16352 height "1in"
16353 height_special "totalheight"
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Tabular
16358 <lyxtabular version="3" rows="3" columns="3">
16359 <features tabularvalignment="middle">
16360 <column alignment="center" valignment="top" width="0">
16361 <column alignment="center" valignment="top" width="0">
16362 <column alignment="center" valignment="top" width="0">
16363 <row>
16364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 Tabelle 2
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 b
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 e
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 h
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 c
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 f
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 i
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 </lyxtabular>
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \begin_inset ERT
16461 status collapsed
16462
16463 \begin_layout Plain Layout
16464
16465 }
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \begin_layout Itemize
16474 Test 
16475 \begin_inset Box Frameless
16476 position "c"
16477 hor_pos "c"
16478 has_inner_box 1
16479 inner_pos "c"
16480 use_parbox 0
16481 use_makebox 0
16482 width "15col%"
16483 special "none"
16484 height "1in"
16485 height_special "totalheight"
16486 status collapsed
16487
16488 \begin_layout Plain Layout
16489 \begin_inset Tabular
16490 <lyxtabular version="3" rows="3" columns="3">
16491 <features tabularvalignment="middle">
16492 <column alignment="center" valignment="top" width="0">
16493 <column alignment="center" valignment="top" width="0">
16494 <column alignment="center" valignment="top" width="0">
16495 <row>
16496 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 Tabelle 3
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 b
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 e
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 h
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 </row>
16553 <row>
16554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 c
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 f
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 i
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 </lyxtabular>
16583
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \begin_layout Itemize
16595 Test 
16596 \begin_inset Box Frameless
16597 position "b"
16598 hor_pos "c"
16599 has_inner_box 1
16600 inner_pos "c"
16601 use_parbox 0
16602 use_makebox 0
16603 width "15col%"
16604 special "none"
16605 height "1in"
16606 height_special "totalheight"
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Tabular
16611 <lyxtabular version="3" rows="3" columns="3">
16612 <features tabularvalignment="middle">
16613 <column alignment="center" valignment="top" width="0">
16614 <column alignment="center" valignment="top" width="0">
16615 <column alignment="center" valignment="top" width="0">
16616 <row>
16617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 Tabelle 4
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 b
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 e
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 h
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 <row>
16675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 c
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 f
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 i
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 </lyxtabular>
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711
16712 Test 
16713 \begin_inset ERT
16714 status collapsed
16715
16716 \begin_layout Plain Layout
16717
16718
16719 \backslash
16720 raisebox{-0.32
16721 \backslash
16722 baselineskip}{
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \begin_inset Box Frameless
16729 position "b"
16730 hor_pos "c"
16731 has_inner_box 1
16732 inner_pos "c"
16733 use_parbox 0
16734 use_makebox 0
16735 width "15col%"
16736 special "none"
16737 height "1in"
16738 height_special "totalheight"
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Tabular
16743 <lyxtabular version="3" rows="3" columns="3">
16744 <features tabularvalignment="middle">
16745 <column alignment="center" valignment="top" width="0">
16746 <column alignment="center" valignment="top" width="0">
16747 <column alignment="center" valignment="top" width="0">
16748 <row>
16749 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 Tabelle 5
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 b
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 e
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 h
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 c
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 f
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 i
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 </lyxtabular>
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843
16844
16845 \begin_inset ERT
16846 status collapsed
16847
16848 \begin_layout Plain Layout
16849
16850 }
16851 \end_layout
16852
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \begin_layout Standard
16859 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16860 \begin_inset space \space{}
16861 \end_inset
16862
16863 1 und letzten Zeile von Tabelle
16864 \begin_inset space \space{}
16865 \end_inset
16866
16867 4 bezüglich dem Wort 
16868 \begin_inset Quotes gld
16869 \end_inset
16870
16871 Test
16872 \begin_inset Quotes grd
16873 \end_inset
16874
16875  nicht richtig ausgerichtet.
16876  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16877 \begin_inset Quotes gld
16878 \end_inset
16879
16880 Raisebox
16881 \begin_inset Quotes grd
16882 \end_inset
16883
16884
16885 \begin_inset Foot
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 Raiseboxen werden in Abschnitt
16890 \begin_inset space ~
16891 \end_inset
16892
16893
16894 \begin_inset CommandInset ref
16895 LatexCommand ref
16896 reference "uab:Vertikale-Ausrichtung"
16897
16898 \end_inset
16899
16900  beschrieben.
16901 \end_layout
16902
16903 \end_inset
16904
16905  setzen.
16906  In Tabelle
16907 \begin_inset space \space{}
16908 \end_inset
16909
16910 2 wurde der Text mit dem Befehl
16911 \end_layout
16912
16913 \begin_layout Standard
16914
16915 \series bold
16916
16917 \backslash
16918 raisebox{0.85
16919 \backslash
16920 baselineskip}{
16921 \end_layout
16922
16923 \begin_layout Standard
16924 vor der Box ausgerichtet.
16925  Hinter der Box wurde auch noch 
16926 \series bold
16927 }
16928 \series default
16929  als TeX-Code eingefügt, weil der obige Befehl mit 
16930 \series bold
16931 {
16932 \series default
16933  aufhörte.
16934  Für Tabelle
16935 \begin_inset space \space{}
16936 \end_inset
16937
16938 5 wurde der Befehl
16939 \end_layout
16940
16941 \begin_layout Standard
16942
16943 \series bold
16944
16945 \backslash
16946 raisebox{-0.32
16947 \backslash
16948 baselineskip}{
16949 \end_layout
16950
16951 \begin_layout Standard
16952 benutzt.
16953 \end_layout
16954
16955 \begin_layout Standard
16956 \begin_inset Note Greyedout
16957 status open
16958
16959 \begin_layout Plain Layout
16960
16961 \series bold
16962 Bemerkung:
16963 \series default
16964  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16965  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16966  Der Faktor im 
16967 \series bold
16968
16969 \backslash
16970 raisebox
16971 \series default
16972 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16973 \end_layout
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Section
16981 Farbige Tabellen
16982 \begin_inset CommandInset label
16983 LatexCommand label
16984 name "abs:Farbige-Tabellen"
16985
16986 \end_inset
16987
16988
16989 \begin_inset Index idx
16990 status collapsed
16991
16992 \begin_layout Plain Layout
16993 Tabellen ! farbige
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Subsection
17002 Farbige Zellen
17003 \begin_inset Index idx
17004 status collapsed
17005
17006 \begin_layout Plain Layout
17007 farbige !  Tabellenzellen
17008 \end_layout
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \begin_inset Float table
17017 placement h
17018 wide false
17019 sideways false
17020 status open
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Caption
17024
17025 \begin_layout Plain Layout
17026 \begin_inset CommandInset label
17027 LatexCommand label
17028 name "tab:Farbige-Tabelle-ohne"
17029
17030 \end_inset
17031
17032 Farbige Tabelle, ohne Paket 
17033 \series bold
17034 colortbl
17035 \series default
17036
17037 \begin_inset Argument
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 Tabelle ohne 
17042 \family typewriter
17043 colortbl
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \begin_layout Plain Layout
17057 \align center
17058 \begin_inset Tabular
17059 <lyxtabular version="3" rows="3" columns="3">
17060 <features tabularvalignment="middle">
17061 <column alignment="center" valignment="top" width="0">
17062 <column alignment="center" valignment="top" width="0">
17063 <column alignment="center" valignment="top" width="0">
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \color green
17071 a
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \color red
17082 b
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \color red
17093 c
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \color green
17106 d
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \color blue
17117 e
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \color blue
17128 f
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \color green
17141 g
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \color blue
17152 h
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \color blue
17163 i
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 </lyxtabular>
17170
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \begin_layout Standard
17182 \begin_inset CommandInset label
17183 LatexCommand label
17184 name "Wenn-Sie-nur"
17185
17186 \end_inset
17187
17188 Wenn Sie nur farbigen Text
17189 \begin_inset Index idx
17190 status collapsed
17191
17192 \begin_layout Plain Layout
17193 Farbe ! für Text
17194 \end_layout
17195
17196 \end_inset
17197
17198  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
17199  auf den Werkzeugleistenknopf 
17200 \begin_inset Graphics
17201         filename ../../images/dialog-show_character.png
17202         scale 70
17203         scaleBeforeRotation
17204
17205 \end_inset
17206
17207  oder über das Menü 
17208 \family sans
17209 Bearbeiten\SpecialChar \menuseparator
17210 Textstil\SpecialChar \menuseparator
17211 Benutzerdefiniert
17212 \family default
17213  mit dem 
17214 \family sans
17215 Textstil
17216 \family default
17217 -Dialog wie es in Tabelle
17218 \begin_inset space ~
17219 \end_inset
17220
17221
17222 \begin_inset CommandInset ref
17223 LatexCommand ref
17224 reference "tab:Farbige-Tabelle-ohne"
17225
17226 \end_inset
17227
17228  gemacht wurde.
17229  In anderen Fällen müssen Sie das LaTeX-Paket 
17230 \series bold
17231 colortbl
17232 \series default
17233  benutzen.
17234 \begin_inset Index idx
17235 status collapsed
17236
17237 \begin_layout Plain Layout
17238 LaTeX-Pakete ! colortbl
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 \begin_inset ERT
17248 status collapsed
17249
17250 \begin_layout Plain Layout
17251
17252
17253 \backslash
17254 ifcolortbl
17255 \end_layout
17256
17257 \end_inset
17258
17259
17260 \begin_inset Note Note
17261 status open
17262
17263 \begin_layout Plain Layout
17264 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17265 \series bold
17266 colortbl
17267 \series default
17268  installiert ist.
17269 \end_layout
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \begin_layout Standard
17277 Um farbige Tabellen zu erzeugen, muss 
17278 \series bold
17279 colortbl
17280 \series default
17281  im LaTeX-Vorspann geladen werden:
17282 \end_layout
17283
17284 \begin_layout Standard
17285
17286 \series bold
17287
17288 \backslash
17289 usepackage{colortbl}
17290 \end_layout
17291
17292 \begin_layout Standard
17293 Die Farbe einer Spalte ändert man dann mit dem Befehl
17294 \end_layout
17295
17296 \begin_layout Standard
17297
17298 \series bold
17299
17300 \backslash
17301 columncolor{Farbname}
17302 \end_layout
17303
17304 \begin_layout Standard
17305 innerhalb des Befehls 
17306 \series bold
17307 >{}
17308 \series default
17309 .
17310  Mehr über den Befehl 
17311 \series bold
17312 >{}
17313 \series default
17314  finden Sie im Abschnitt
17315 \begin_inset space ~
17316 \end_inset
17317
17318
17319 \begin_inset CommandInset ref
17320 LatexCommand ref
17321 reference "uab:Mehrfachspalten-Berechnungen"
17322
17323 \end_inset
17324
17325 .
17326 \end_layout
17327
17328 \begin_layout Standard
17329 Folgende Farbnamen sind vordefiniert:
17330 \end_layout
17331
17332 \begin_layout Standard
17333
17334 \family sans
17335 red
17336 \family default
17337
17338 \family sans
17339 green
17340 \family default
17341
17342 \family sans
17343 yellow
17344 \family default
17345
17346 \family sans
17347 blue
17348 \family default
17349
17350 \family sans
17351 cyan
17352 \family default
17353
17354 \family sans
17355 magenta
17356 \family default
17357
17358 \family sans
17359 black
17360 \family default
17361  und 
17362 \family sans
17363 white
17364 \begin_inset Newline newline
17365 \end_inset
17366
17367 (
17368 \family default
17369 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset VSpace medskip
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Standard
17380 Wenn Sie die Optionen
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386 usenames,dvipsnames
17387 \end_layout
17388
17389 \begin_layout Standard
17390 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17391  können Sie zusätzlich weitere 61
17392 \begin_inset space ~
17393 \end_inset
17394
17395 Farben verwenden.
17396  Diese Farben sind in Anhang
17397 \begin_inset space ~
17398 \end_inset
17399
17400
17401 \begin_inset CommandInset ref
17402 LatexCommand ref
17403 reference "chap:Liste-der-dvips-Farbnamen"
17404
17405 \end_inset
17406
17407  aufgelistet.
17408  Eine dieser Farben, 
17409 \family sans
17410 Maroon
17411 \family default
17412 , wird als Beispiel in Tabelle
17413 \begin_inset space ~
17414 \end_inset
17415
17416
17417 \begin_inset CommandInset ref
17418 LatexCommand ref
17419 reference "tab:Eine-mit-colortbl"
17420
17421 \end_inset
17422
17423  verwendet.
17424 \end_layout
17425
17426 \begin_layout Standard
17427 \begin_inset VSpace medskip
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout Standard
17434 Sie können auch eigene Farben definieren:
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 definecolor{Farbname}{Farbmodell}{Farbwerte}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 Das Farbmodell kann eins der folgenden sein:
17447 \end_layout
17448
17449 \begin_layout Labeling
17450 \labelwidthstring 00.00.0000
17451 cmyk: cyan, magenta, yellow, black
17452 \end_layout
17453
17454 \begin_layout Labeling
17455 \labelwidthstring 00.00.0000
17456 rgb: red, green blue
17457 \end_layout
17458
17459 \begin_layout Labeling
17460 \labelwidthstring 00.00.0000
17461 gray: gray
17462 \end_layout
17463
17464 \begin_layout Standard
17465 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17466  die die entsprechende Farbe für das Farbmodell beschreiben.
17467 \end_layout
17468
17469 \begin_layout Standard
17470 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17471 \emph on
17472
17473 \begin_inset Quotes gld
17474 \end_inset
17475
17476 dunkelgruen
17477 \emph default
17478
17479 \begin_inset Quotes grd
17480 \end_inset
17481
17482  und 
17483 \begin_inset Quotes gld
17484 \end_inset
17485
17486
17487 \emph on
17488 hellgrau
17489 \emph default
17490
17491 \begin_inset Quotes grd
17492 \end_inset
17493
17494  folgendermaßen definieren:
17495 \end_layout
17496
17497 \begin_layout Standard
17498
17499 \series bold
17500
17501 \backslash
17502 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17503 \end_layout
17504
17505 \begin_layout Standard
17506
17507 \series bold
17508
17509 \backslash
17510 definecolor{hellgrau}{gray}{0.8}
17511 \end_layout
17512
17513 \begin_layout Standard
17514 \begin_inset VSpace medskip
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Standard
17521 Linien werden mit dem Befehl
17522 \end_layout
17523
17524 \begin_layout Standard
17525
17526 \series bold
17527
17528 \backslash
17529 rowcolor{Farbname}
17530 \end_layout
17531
17532 \begin_layout Standard
17533 gefärbt, Zellen mit dem Befehl
17534 \end_layout
17535
17536 \begin_layout Standard
17537
17538 \series bold
17539
17540 \backslash
17541 cellcolor{Farbname}
17542 \end_layout
17543
17544 \begin_layout Standard
17545 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17546 \end_layout
17547
17548 \begin_layout Standard
17549 Um nur Text zu färben, machen Sie es wie 
17550 \begin_inset CommandInset ref
17551 LatexCommand vpageref
17552 reference "Wenn-Sie-nur"
17553
17554 \end_inset
17555
17556  beschrieben.
17557  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17558 \emph on
17559 markieren Sie nur den Text
17560 \emph default
17561 , sonst werden Sie LaTeX-Fehler erzeugen.
17562 \end_layout
17563
17564 \begin_layout Standard
17565 \begin_inset Note Greyedout
17566 status open
17567
17568 \begin_layout Plain Layout
17569
17570 \series bold
17571 Achtung:
17572 \series default
17573  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17574 \end_layout
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \begin_layout Standard
17582 \begin_inset VSpace medskip
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \begin_layout Standard
17589 Die Tabelle
17590 \begin_inset space ~
17591 \end_inset
17592
17593
17594 \begin_inset CommandInset ref
17595 LatexCommand ref
17596 reference "tab:Eine-mit-colortbl"
17597
17598 \end_inset
17599
17600  wurde folgendermaßen erstellt: die erste Spalte soll 
17601 \emph on
17602
17603 \begin_inset Quotes gld
17604 \end_inset
17605
17606 dunkelgruen
17607 \emph default
17608
17609 \begin_inset Quotes grd
17610 \end_inset
17611
17612  werden, also müssen Sie ins 
17613 \family sans
17614 LaTe
17615 \begin_inset ERT
17616 status collapsed
17617
17618 \begin_layout Plain Layout
17619
17620 {}
17621 \end_layout
17622
17623 \end_inset
17624
17625 X-Argument
17626 \family default
17627  der Zellen der ersten Spalte den Befehl
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633 >{
17634 \backslash
17635 columncolor{dunkelgruen}
17636 \backslash
17637 centering}c
17638 \end_layout
17639
17640 \begin_layout Standard
17641 schreiben.
17642  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 rowcolor{cyan}
17651 \end_layout
17652
17653 \begin_layout Standard
17654 in die erste Zelle der ersten Zeile eingefügt.
17655  Diese Farbe ersetzt die Spaltenfarbe.
17656  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17657  Das wird mit folgendem Befehl erreicht:
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663
17664 \backslash
17665 cellcolor{Maroon}
17666 \end_layout
17667
17668 \begin_layout Standard
17669 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17670 \family sans
17671 Textstil
17672 \family default
17673 -Dialog.
17674 \end_layout
17675
17676 \begin_layout Standard
17677 \begin_inset Float table
17678 placement h
17679 wide false
17680 sideways false
17681 status open
17682
17683 \begin_layout Plain Layout
17684 \begin_inset Caption
17685
17686 \begin_layout Plain Layout
17687 \begin_inset CommandInset label
17688 LatexCommand label
17689 name "tab:Eine-mit-colortbl"
17690
17691 \end_inset
17692
17693 Eine mit dem Paket 
17694 \series bold
17695 colortbl
17696 \series default
17697  gefärbte Tabelle
17698 \begin_inset Argument
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Tabelle mit 
17703 \family typewriter
17704 colortbl
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \begin_layout Plain Layout
17718 \align center
17719 \begin_inset Tabular
17720 <lyxtabular version="3" rows="3" columns="3">
17721 <features tabularvalignment="middle">
17722 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
17723 <column alignment="center" valignment="top" width="0">
17724 <column alignment="center" valignment="top" width="0">
17725 <row>
17726 <cell alignment="center" valignment="top" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset ERT
17731 status open
17732
17733 \begin_layout Plain Layout
17734
17735
17736 \backslash
17737 rowcolor{cyan}
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \color magenta
17744 a
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \color red
17755 b
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \color red
17766 c
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 <row>
17773 <cell alignment="center" valignment="top" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \color yellow
17779 d
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788
17789 \color blue
17790 e
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 <cell alignment="center" valignment="top" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \color blue
17801 f
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \color yellow
17814 g
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823
17824 \color blue
17825 h
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset ERT
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 cellcolor{Maroon}
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \color green
17848 i
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 </lyxtabular>
17855
17856 \end_inset
17857
17858
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \begin_layout Standard
17867 \begin_inset ERT
17868 status collapsed
17869
17870 \begin_layout Plain Layout
17871
17872
17873 \backslash
17874 else
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \begin_inset Note Note
17881 status open
17882
17883 \begin_layout Plain Layout
17884 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17885 \series bold
17886 colortbl
17887 \series default
17888  nicht installiert ist:
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 Sie müssen das LaTeX-Paket 
17898 \series bold
17899 colortbl
17900 \series default
17901  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17902 \end_layout
17903
17904 \begin_layout Standard
17905 \begin_inset ERT
17906 status collapsed
17907
17908 \begin_layout Plain Layout
17909
17910
17911 \backslash
17912 fi
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \begin_layout Subsection
17921 Farbige Linien
17922 \begin_inset Index idx
17923 status collapsed
17924
17925 \begin_layout Plain Layout
17926 farbige !  Tabellenlinien
17927 \end_layout
17928
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \begin_layout Standard
17935 Wie in Abschnitt
17936 \begin_inset space ~
17937 \end_inset
17938
17939
17940 \begin_inset CommandInset ref
17941 LatexCommand ref
17942 reference "uab:Liniendicke"
17943
17944 \end_inset
17945
17946  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
17947 \series bold
17948
17949 \backslash
17950 arrayrulewidth
17951 \series default
17952  definiert werden.
17953  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
17954 \begin_inset space \thinspace{}
17955 \end_inset
17956
17957 pt gesetzt.
17958 \begin_inset ERT
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962
17963
17964 \backslash
17965 setlength{
17966 \backslash
17967 arrayrulewidth}{1.5pt}
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
17977 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
17978 \begin_inset space ~
17979 \end_inset
17980
17981
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "uab:Angepasste-Zellen-/Spaltenformate"
17985
17986 \end_inset
17987
17988  definiert:
17989 \end_layout
17990
17991 \begin_layout Standard
17992
17993 \series bold
17994
17995 \backslash
17996 newcolumntype{W}{!{
17997 \backslash
17998 color{green}
17999 \backslash
18000 vline}}
18001 \end_layout
18002
18003 \begin_layout Standard
18004 In Tabelle
18005 \begin_inset space ~
18006 \end_inset
18007
18008
18009 \begin_inset CommandInset ref
18010 LatexCommand ref
18011 reference "tab:Tabelle-mit-farbigen-vert"
18012
18013 \end_inset
18014
18015  wurde das LaTeX-Argument 
18016 \series bold
18017 WcW
18018 \series default
18019  für die letzte und 
18020 \series bold
18021 Wc
18022 \series default
18023  für die anderen Spalten benutzt.
18024 \end_layout
18025
18026 \begin_layout Standard
18027 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18028 \end_layout
18029
18030 \begin_layout Standard
18031 \begin_inset Float table
18032 placement h
18033 wide false
18034 sideways false
18035 status open
18036
18037 \begin_layout Plain Layout
18038 \begin_inset Caption
18039
18040 \begin_layout Plain Layout
18041 \begin_inset CommandInset label
18042 LatexCommand label
18043 name "tab:Tabelle-mit-farbigen-vert"
18044
18045 \end_inset
18046
18047 Tabelle mit farbigen vertikalen Linien
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Plain Layout
18056 \align center
18057 \begin_inset Tabular
18058 <lyxtabular version="3" rows="3" columns="3">
18059 <features tabularvalignment="middle">
18060 <column alignment="center" valignment="top" width="0" special="Wc">
18061 <column alignment="center" valignment="top" width="0" special="Wc">
18062 <column alignment="center" valignment="top" width="0" special="WcW">
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 sd
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 <row>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106 sd
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 sd
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 </lyxtabular>
18151
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \begin_layout Standard
18163 \begin_inset VSpace bigskip
18164 \end_inset
18165
18166 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18167 \begin_inset space ~
18168 \end_inset
18169
18170
18171 \begin_inset CommandInset ref
18172 LatexCommand ref
18173 reference "tab:Tabelle-mit-farbigen-horiz"
18174
18175 \end_inset
18176
18177 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18178  einfügen:
18179 \end_layout
18180
18181 \begin_layout Standard
18182
18183 \series bold
18184
18185 \backslash
18186 let
18187 \backslash
18188 myHlineC
18189 \backslash
18190 hline
18191 \begin_inset Newline newline
18192 \end_inset
18193
18194
18195 \backslash
18196 renewcommand{
18197 \backslash
18198 hline}
18199 \begin_inset Newline newline
18200 \end_inset
18201
18202
18203 \begin_inset Phantom HPhantom
18204 status open
18205
18206 \begin_layout Plain Layout
18207
18208 \series bold
18209 \begin_inset space ~
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \end_inset
18216
18217 {
18218 \backslash
18219 arrayrulecolor{red}
18220 \backslash
18221 myHlineC
18222 \backslash
18223 arrayrulecolor{black}}
18224 \end_layout
18225
18226 \begin_layout Standard
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 let
18235 \backslash
18236 myHlineC
18237 \backslash
18238 hline
18239 \end_layout
18240
18241 \begin_layout Plain Layout
18242
18243
18244 \backslash
18245 renewcommand{
18246 \backslash
18247 hline}
18248 \end_layout
18249
18250 \begin_layout Plain Layout
18251
18252  {
18253 \backslash
18254 arrayrulecolor{red}
18255 \backslash
18256 myHlineC
18257 \backslash
18258 arrayrulecolor{black}}
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \begin_inset Float table
18265 placement h
18266 wide false
18267 sideways false
18268 status open
18269
18270 \begin_layout Plain Layout
18271 \begin_inset Caption
18272
18273 \begin_layout Plain Layout
18274 \begin_inset CommandInset label
18275 LatexCommand label
18276 name "tab:Tabelle-mit-farbigen-horiz"
18277
18278 \end_inset
18279
18280 Tabelle mit farbigen horizontalen Linien
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Plain Layout
18289 \align center
18290 \begin_inset Tabular
18291 <lyxtabular version="3" rows="3" columns="3">
18292 <features tabularvalignment="middle">
18293 <column alignment="center" valignment="top" width="0">
18294 <column alignment="center" valignment="top" width="0">
18295 <column alignment="center" valignment="top" width="0">
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 sd
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 <row>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 sd
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 <row>
18355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 sd
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 </row>
18383 </lyxtabular>
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18397  als TeX-Code hinter der Tabelle einfügen:
18398 \end_layout
18399
18400 \begin_layout Standard
18401
18402 \series bold
18403
18404 \backslash
18405 renewcommand{
18406 \backslash
18407 hline}{
18408 \backslash
18409 myHlineC}
18410 \end_layout
18411
18412 \begin_layout Standard
18413 Tabelle
18414 \begin_inset space ~
18415 \end_inset
18416
18417
18418 \begin_inset CommandInset ref
18419 LatexCommand ref
18420 reference "tab:Table-with-colored"
18421
18422 \end_inset
18423
18424  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18425 \end_layout
18426
18427 \begin_layout Standard
18428 \begin_inset Float table
18429 placement h
18430 wide false
18431 sideways false
18432 status open
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Caption
18436
18437 \begin_layout Plain Layout
18438 \begin_inset CommandInset label
18439 LatexCommand label
18440 name "tab:Table-with-colored"
18441
18442 \end_inset
18443
18444 Tabelle mit farbigen Linien
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Plain Layout
18453 \align center
18454 \begin_inset Tabular
18455 <lyxtabular version="3" rows="3" columns="3">
18456 <features tabularvalignment="middle">
18457 <column alignment="center" valignment="top" width="0" special="Wc">
18458 <column alignment="center" valignment="top" width="0" special="Wc">
18459 <column alignment="center" valignment="top" width="0" special="WcW">
18460 <row>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 sd
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 <row>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 sd
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row topspace="default">
18519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 sd
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 </lyxtabular>
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \end_inset
18555
18556
18557 \end_layout
18558
18559 \begin_layout Standard
18560 \begin_inset ERT
18561 status collapsed
18562
18563 \begin_layout Plain Layout
18564
18565
18566 \backslash
18567 renewcommand{
18568 \backslash
18569 hline}{
18570 \backslash
18571 myHlineC}
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Standard
18580 \begin_inset ERT
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584
18585
18586 \backslash
18587 setlength{
18588 \backslash
18589 arrayrulewidth}{0.4pt}
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \begin_inset Note Note
18596 status collapsed
18597
18598 \begin_layout Plain Layout
18599 setzt die Liniendicke wieder auf ihren Standardwert zurück
18600 \end_layout
18601
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \begin_layout Section
18608 Berechnung der Tabellenbreite
18609 \begin_inset CommandInset label
18610 LatexCommand label
18611 name "sec:Berechnung-der-Tabellenbreite"
18612
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \begin_layout Standard
18619 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
18620  Tabelle nicht über den Seitenrand hinausragt.
18621  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
18622  aber wie viel Platz wird für jede Spalte benötigt?
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Die Tabellenbreite 
18627 \begin_inset Formula $W_{\mathrm{Tabelle}}$
18628 \end_inset
18629
18630  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
18631  
18632 \begin_inset Formula $W_{\mathrm{Spalte}}$
18633 \end_inset
18634
18635  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
18636  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
18637 \series bold
18638  
18639 \backslash
18640 tabcolsep
18641 \series default
18642 , Voreinstellung 6
18643 \begin_inset space \thinspace{}
18644 \end_inset
18645
18646 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
18647 \series bold
18648
18649 \backslash
18650 arrayrulewidth
18651 \series default
18652 , Voreinstellung 0.4
18653 \begin_inset space \thinspace{}
18654 \end_inset
18655
18656 pt): Wenn alle 
18657 \begin_inset Formula $n$
18658 \end_inset
18659
18660
18661 \begin_inset space ~
18662 \end_inset
18663
18664 Spalten dieselbe Breite haben, ist die Tabellenbreite also
18665 \begin_inset Formula 
18666 \begin{equation}
18667 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18668 \end{equation}
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
18677  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
18678  
18679 \series bold
18680
18681 \backslash
18682 columnwidth
18683 \series default
18684 ).
18685  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
18686 \begin_inset Formula $W_{\mathrm{Tabelle}}$
18687 \end_inset
18688
18689  gleich 1
18690 \begin_inset space \thinspace{}
18691 \end_inset
18692
18693
18694 \backslash
18695 columnwidth sein soll, kann 
18696 \begin_inset Formula $W_{\mathrm{Spalte}}$
18697 \end_inset
18698
18699  leicht berechnet werden.
18700 \end_layout
18701
18702 \begin_layout Standard
18703 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
18704 \series bold
18705 calc
18706 \series default
18707
18708 \begin_inset Index idx
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712 LaTeX-Pakete ! calc
18713 \end_layout
18714
18715 \end_inset
18716
18717  im LaTeX-Vorspann geladen werden.
18718  Um die Breite im Tabellendialog anzugeben, muss das Feld 
18719 \family sans
18720 LaTeX-Argument
18721 \family default
18722  verwendet werden.
18723  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
18724 \begin_inset space ~
18725 \end_inset
18726
18727
18728 \begin_inset CommandInset ref
18729 LatexCommand ref
18730 reference "uab:Mehrfachspalten-Berechnungen"
18731
18732 \end_inset
18733
18734  erklärt ist.
18735  Für eine Tabelle mit 5
18736 \begin_inset space \thinspace{}
18737 \end_inset
18738
18739 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
18740  für jede Spalte den Befehl
18741 \end_layout
18742
18743 \begin_layout Standard
18744
18745 \series bold
18746 >{
18747 \backslash
18748 centering}p{(1
18749 \backslash
18750 columnwidth-62.4pt)/5}
18751 \end_layout
18752
18753 \begin_layout Standard
18754 an.
18755  Für eine Tabelle mit 5
18756 \begin_inset space \thinspace{}
18757 \end_inset
18758
18759 Spalten bei der 2 das 0,75
18760 \begin_inset space \thinspace{}
18761 \end_inset
18762
18763 fache der Breite der anderen 3
18764 \begin_inset space ~
18765 \end_inset
18766
18767 Spalten haben sollen, ist die Berechnung
18768 \begin_inset Formula 
18769 \begin{align}
18770 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18771  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18772  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
18773 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
18774 \end{align}
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 In der Tabelle wird daher der Befehl
18783 \end_layout
18784
18785 \begin_layout Standard
18786
18787 \series bold
18788 >{
18789 \backslash
18790 centering}p{(1
18791 \backslash
18792 columnwidth-62.4pt)/
18793 \backslash
18794 real{4.5}}
18795 \end_layout
18796
18797 \begin_layout Standard
18798 für die breiteren Spalten verwendet und
18799 \end_layout
18800
18801 \begin_layout Standard
18802
18803 \series bold
18804 >{
18805 \backslash
18806 centering}p{(1
18807 \backslash
18808 columnwidth-62.4pt)/
18809 \backslash
18810 real{4.5}*
18811 \backslash
18812 real{0.75}}
18813 \end_layout
18814
18815 \begin_layout Standard
18816 für die schmaleren:
18817 \end_layout
18818
18819 \begin_layout Standard
18820 \begin_inset Tabular
18821 <lyxtabular version="3" rows="2" columns="5">
18822 <features tabularvalignment="middle">
18823 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18824 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18825 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18826 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18827 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 1
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 2
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 3
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 4
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 5
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 </row>
18875 <row>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 111111 1111111 111111 111111111 11111 11111 1111
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 2222 22222 222222 222222222 2222222 22 22222
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 333333 333333 333333 33333 3333333 333
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 </lyxtabular>
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Section
18930 Tabellen-Anpassung
18931 \begin_inset Index idx
18932 status collapsed
18933
18934 \begin_layout Plain Layout
18935 Tabellen ! Anpassung
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \begin_layout Subsection
18944 Zeilenabstand
18945 \begin_inset CommandInset label
18946 LatexCommand label
18947 name "uab:Zeilenabstand"
18948
18949 \end_inset
18950
18951
18952 \begin_inset Index idx
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956 Tabellen ! Zeilenabstand
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Standard
18965 Auf der Karteikarte 
18966 \family sans
18967 Rahmen
18968 \family default
18969  des 
18970 \family sans
18971 Tabellen-Einstellungen
18972 \family default
18973 -Dialogs können Sie 
18974 \family sans
18975 zusätzliche
18976 \begin_inset space ~
18977 \end_inset
18978
18979 Abstände
18980 \family default
18981  einfügen.
18982  Dabei haben Sie drei Möglichkeiten:
18983 \end_layout
18984
18985 \begin_layout Description
18986 Oberhalb
18987 \begin_inset space ~
18988 \end_inset
18989
18990 der
18991 \begin_inset space ~
18992 \end_inset
18993
18994 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
18995  Bei einer formalen Tabelle
18996 \begin_inset Foot
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000 Formale Tabellen wurden in Abschnitt
19001 \begin_inset space ~
19002 \end_inset
19003
19004
19005 \begin_inset CommandInset ref
19006 LatexCommand ref
19007 reference "abs:Formale-Tabellen"
19008
19009 \end_inset
19010
19011  beschrieben.
19012 \end_layout
19013
19014 \end_inset
19015
19016  fügt LyX standardmäßig 0.5
19017 \begin_inset space \thinspace{}
19018 \end_inset
19019
19020 em Leerraum ein.
19021  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
19022 \begin_inset VSpace medskip
19023 \end_inset
19024
19025
19026 \begin_inset Newline newline
19027 \end_inset
19028
19029
19030 \begin_inset space \hspace*{}
19031 \length 0pt
19032 \end_inset
19033
19034
19035 \begin_inset space \hfill{}
19036 \end_inset
19037
19038
19039 \begin_inset Tabular
19040 <lyxtabular version="3" rows="3" columns="1">
19041 <features tabularvalignment="middle">
19042 <column alignment="center" valignment="top" width="0">
19043 <row>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 A
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row topspace="3mm">
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 3
19060 \begin_inset space \thinspace{}
19061 \end_inset
19062
19063 mm Leerraum oberhalb der Zeile
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 </row>
19069 <row>
19070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 C
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 </lyxtabular>
19081
19082 \end_inset
19083
19084
19085 \begin_inset space \hfill{}
19086 \end_inset
19087
19088
19089 \begin_inset space \hspace*{}
19090 \length 0pt
19091 \end_inset
19092
19093
19094 \begin_inset VSpace medskip
19095 \end_inset
19096
19097
19098 \begin_inset Newline newline
19099 \end_inset
19100
19101 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
19102 n Linien verwenden.
19103 \end_layout
19104
19105 \begin_layout Description
19106 Unterhalb
19107 \begin_inset space ~
19108 \end_inset
19109
19110 der
19111 \begin_inset space ~
19112 \end_inset
19113
19114 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
19115  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
19116 \begin_inset space \thinspace{}
19117 \end_inset
19118
19119 em Leerraum ein.
19120  Bei normalen Tabellen ist der Standardwert 2
19121 \begin_inset space \thinspace{}
19122 \end_inset
19123
19124 pt.
19125 \end_layout
19126
19127 \begin_layout Description
19128 Zwischen
19129 \begin_inset space ~
19130 \end_inset
19131
19132 den
19133 \begin_inset space ~
19134 \end_inset
19135
19136 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
19137  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
19138 \begin_inset space \thinspace{}
19139 \end_inset
19140
19141 em Leerraum ein.
19142  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
19143 \begin_inset VSpace medskip
19144 \end_inset
19145
19146
19147 \begin_inset Newline newline
19148 \end_inset
19149
19150
19151 \begin_inset space \hspace*{}
19152 \length 0pt
19153 \end_inset
19154
19155
19156 \begin_inset space \hfill{}
19157 \end_inset
19158
19159
19160 \begin_inset Tabular
19161 <lyxtabular version="3" rows="3" columns="1">
19162 <features tabularvalignment="middle">
19163 <column alignment="center" valignment="top" width="0">
19164 <row>
19165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 A
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row interlinespace="3mm">
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 \begin_inset Formula $\downarrow$
19181 \end_inset
19182
19183  3
19184 \begin_inset space \thinspace{}
19185 \end_inset
19186
19187 mm Leerraum zwischen den Zeilen 
19188 \begin_inset Formula $\downarrow$
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 <row>
19198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\uparrow$
19203 \end_inset
19204
19205  3
19206 \begin_inset space \thinspace{}
19207 \end_inset
19208
19209 mm Leerraum zwischen den Zeilen 
19210 \begin_inset Formula $\uparrow$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 </lyxtabular>
19220
19221 \end_inset
19222
19223
19224 \begin_inset space \hfill{}
19225 \end_inset
19226
19227
19228 \begin_inset space \hspace*{}
19229 \length 0pt
19230 \end_inset
19231
19232
19233 \begin_inset VSpace medskip
19234 \end_inset
19235
19236
19237 \begin_inset Newline newline
19238 \end_inset
19239
19240 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
19241 n Linien verwenden.
19242 \end_layout
19243
19244 \begin_layout Standard
19245 \begin_inset VSpace bigskip
19246 \end_inset
19247
19248 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
19249  Befehlen im LaTeX-Vorspann machen:
19250 \end_layout
19251
19252 \begin_layout Standard
19253
19254 \series bold
19255
19256 \backslash
19257 @ifundefined{extrarowheight}
19258 \begin_inset Newline newline
19259 \end_inset
19260
19261
19262 \begin_inset Phantom HPhantom
19263 status open
19264
19265 \begin_layout Plain Layout
19266
19267 \series bold
19268 \begin_inset space ~
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \end_inset
19275
19276 {
19277 \backslash
19278 usepackage{array}}{}
19279 \begin_inset Newline newline
19280 \end_inset
19281
19282
19283 \backslash
19284 setlength{
19285 \backslash
19286 extrarowheight}{Höhe}
19287 \end_layout
19288
19289 \begin_layout Standard
19290 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
19291  ausgerichtet sind.
19292  (Das Paket 
19293 \series bold
19294 array
19295 \series default
19296  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
19297  verwenden.
19298  Der Befehl 
19299 \series bold
19300
19301 \backslash
19302 @ifundefined
19303 \series default
19304  vermeidet, dass es in diesem Fall doppelt geladen wird.)
19305 \end_layout
19306
19307 \begin_layout Standard
19308 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
19309  zu nah an den Buchstaben.
19310  Das kann korrigiert werden, indem man den Befehl 
19311 \series bold
19312
19313 \backslash
19314 strut
19315 \series default
19316  als TeX-Code am Anfang einer Tabellenzeile einfügt.
19317  Tabelle
19318 \begin_inset space ~
19319 \end_inset
19320
19321
19322 \begin_inset CommandInset ref
19323 LatexCommand ref
19324 reference "tab:Vertikale-Ausrichtung-von"
19325
19326 \end_inset
19327
19328  zeigt den Effekt.
19329 \end_layout
19330
19331 \begin_layout Standard
19332 \noindent
19333 \begin_inset Float table
19334 placement h
19335 wide false
19336 sideways false
19337 status open
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Caption
19341
19342 \begin_layout Plain Layout
19343 \begin_inset CommandInset label
19344 LatexCommand label
19345 name "tab:Vertikale-Ausrichtung-von"
19346
19347 \end_inset
19348
19349 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Plain Layout
19358 \begin_inset space \hfill{}
19359 \end_inset
19360
19361
19362 \begin_inset Float table
19363 wide false
19364 sideways false
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Caption
19369
19370 \begin_layout Plain Layout
19371 Normale Tabelle.
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \begin_layout Plain Layout
19380 \noindent
19381 \align center
19382 \begin_inset Tabular
19383 <lyxtabular version="3" rows="6" columns="1">
19384 <features tabularvalignment="middle">
19385 <column alignment="left" valignment="top" width="0">
19386 <row>
19387 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 Normal, g
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \size large
19404 Groß, g
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \size larger
19417 Größer, g
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \size largest
19430 noch Größer, g
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \size huge
19443 Riesig
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \size giant
19456 Gigantisch
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 </lyxtabular>
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \begin_inset space \hfill{}
19473 \end_inset
19474
19475
19476 \begin_inset Float table
19477 wide false
19478 sideways false
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482 \begin_inset Caption
19483
19484 \begin_layout Plain Layout
19485 Tabelle bei der der Befehl 
19486 \series bold
19487
19488 \backslash
19489 strut
19490 \series default
19491  verwendet wurde.
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Plain Layout
19500 \noindent
19501 \align center
19502 \begin_inset Tabular
19503 <lyxtabular version="3" rows="6" columns="1">
19504 <features tabularvalignment="middle">
19505 <column alignment="left" valignment="top" width="0">
19506 <row>
19507 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 Normal, g
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 </row>
19517 <row>
19518 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522
19523 \size large
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 strut 
19532 \end_layout
19533
19534 \end_inset
19535
19536 Groß, g
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \size larger
19549 \begin_inset ERT
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553
19554
19555 \backslash
19556 strut 
19557 \end_layout
19558
19559 \end_inset
19560
19561 Größer, g
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 </row>
19567 <row>
19568 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \size largest
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 strut 
19582 \end_layout
19583
19584 \end_inset
19585
19586 noch Größer, g
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \size huge
19599 \begin_inset ERT
19600 status collapsed
19601
19602 \begin_layout Plain Layout
19603
19604
19605 \backslash
19606 strut 
19607 \end_layout
19608
19609 \end_inset
19610
19611 Riesig
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \size giant
19624 \begin_inset ERT
19625 status collapsed
19626
19627 \begin_layout Plain Layout
19628
19629
19630 \backslash
19631 strut 
19632 \end_layout
19633
19634 \end_inset
19635
19636 Gigantisch
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 </lyxtabular>
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650
19651
19652 \begin_inset space \hfill{}
19653 \end_inset
19654
19655
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \begin_layout Subsection
19664 Besondere Zellenausrichtung
19665 \begin_inset CommandInset label
19666 LatexCommand label
19667 name "sub:Besondere-Zellenausrichtung"
19668
19669 \end_inset
19670
19671
19672 \begin_inset Index idx
19673 status collapsed
19674
19675 \begin_layout Plain Layout
19676 Tabellen ! Zellenausrichtung
19677 \end_layout
19678
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \begin_layout Standard
19685 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
19686  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
19687 \begin_inset space ~
19688 \end_inset
19689
19690
19691 \begin_inset CommandInset ref
19692 LatexCommand ref
19693 reference "tab:Tabellenzellen-sind-auf"
19694
19695 \end_inset
19696
19697 .
19698  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
19699  dann entweder den Werkzeugleistenknopf 
19700 \begin_inset Graphics
19701         filename ../../images/tabular-feature_align-decimal.png
19702         scale 85
19703         scaleBeforeRotation
19704
19705 \end_inset
19706
19707  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
19708 \family sans
19709 Am
19710 \begin_inset space ~
19711 \end_inset
19712
19713 Dezimaltrenner
19714 \family default
19715  setzt.
19716  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
19717  frei wählen.
19718 \end_layout
19719
19720 \begin_layout Standard
19721 \begin_inset Float table
19722 placement h
19723 wide false
19724 sideways false
19725 status open
19726
19727 \begin_layout Plain Layout
19728 \begin_inset Caption
19729
19730 \begin_layout Plain Layout
19731 \begin_inset CommandInset label
19732 LatexCommand label
19733 name "tab:Tabellenzellen-sind-auf"
19734
19735 \end_inset
19736
19737 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
19738 \end_layout
19739
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \begin_layout Plain Layout
19746 \align center
19747 \begin_inset Tabular
19748 <lyxtabular version="3" rows="4" columns="1">
19749 <features booktabs="true" tabularvalignment="middle">
19750 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
19751 <row>
19752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 Überschrift
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 <row>
19763 <cell alignment="center" valignment="top" topline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 12,6
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 0,68
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 -123,0
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 </lyxtabular>
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 \begin_inset Float table
19809 placement h
19810 wide false
19811 sideways false
19812 status open
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Caption
19816
19817 \begin_layout Plain Layout
19818 \begin_inset CommandInset label
19819 LatexCommand label
19820 name "tab:Tabellenzellen-Operator"
19821
19822 \end_inset
19823
19824 Tabellenzellen sind auf den Operator ausgerichtet
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Plain Layout
19833 \align center
19834 \begin_inset Tabular
19835 <lyxtabular version="3" rows="4" columns="2">
19836 <features booktabs="true" tabularvalignment="middle">
19837 <column alignment="right" valignment="top" width="0pt">
19838 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19839 <row>
19840 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 Überschrift
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Formula $12\,+$
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 \begin_inset Formula $\,6$
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 <row>
19886 <cell alignment="center" valignment="top" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $0\,-$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\,68$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $-123\,/$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\,0$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 </lyxtabular>
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
19951  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
19952  Formeln erlaubt.
19953  In diesem Fall verwendet man die Methode von Tabelle
19954 \begin_inset space ~
19955 \end_inset
19956
19957
19958 \begin_inset CommandInset ref
19959 LatexCommand ref
19960 reference "tab:Tabellenzellen-Operator"
19961
19962 \end_inset
19963
19964 .
19965  Diese Tabelle wurde als 4×2 Tabelle erstellt.
19966  Die Überschrift ist eine zentrierte Mehrfachspalte.
19967  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
19968  und den Operator.
19969  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
19970  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
19971  um den üblichen Leerraum um einen Operator zu erhalten.
19972  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
19973  für die zweite Spalte folgendes eingefügt:
19974 \end_layout
19975
19976 \begin_layout Standard
19977
19978 \series bold
19979 @{}l
19980 \end_layout
19981
19982 \begin_layout Standard
19983 Tabelle
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "tab:Verschiedene-Ausrichtungen"
19991
19992 \end_inset
19993
19994  zeigt einige Ausrichtungen.
19995  Für die Ausrichtung der Relationen wurde ein kleiner 
19996 \family sans
19997 Leerraum
19998 \family default
19999  eingefügt; wie in der zweiten Spalte von Tabelle
20000 \begin_inset space ~
20001 \end_inset
20002
20003
20004 \begin_inset CommandInset ref
20005 LatexCommand ref
20006 reference "tab:Tabellenzellen-Operator"
20007
20008 \end_inset
20009
20010 .
20011 \end_layout
20012
20013 \begin_layout Standard
20014
20015 \color black
20016 \begin_inset Float table
20017 placement h
20018 wide false
20019 sideways false
20020 status open
20021
20022 \begin_layout Plain Layout
20023
20024 \color black
20025 \begin_inset Caption
20026
20027 \begin_layout Plain Layout
20028
20029 \color black
20030 \begin_inset CommandInset label
20031 LatexCommand label
20032 name "tab:Verschiedene-Ausrichtungen"
20033
20034 \end_inset
20035
20036
20037 \color inherit
20038 Verschiedene Ausrichtungen
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \begin_layout Plain Layout
20047 \align center
20048 \begin_inset Tabular
20049 <lyxtabular version="3" rows="4" columns="6">
20050 <features tabularvalignment="middle">
20051 <column alignment="right" valignment="top" width="0">
20052 <column alignment="left" valignment="top" width="0" special="@{}l">
20053 <column alignment="right" valignment="top" width="0">
20054 <column alignment="left" valignment="top" width="0" special="@{}l">
20055 <column alignment="right" valignment="top" width="0">
20056 <column alignment="left" valignment="top" width="0" special="@{}l">
20057 <row>
20058 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 Einheiten
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 Exponenten
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 Relationen
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 <row>
20114 <cell alignment="center" valignment="top" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 12×
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 24
20128 \begin_inset space \thinspace{}
20129 \end_inset
20130
20131 Flaschen
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $10\cdot$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $10^{\mbox{-}17}$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\Gamma(t)\propto$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\:\Upsilon(t)$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 1024×
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 768
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203 Pixel
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Formula $5.78\cdot$
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 \begin_inset Formula $10^{7}$
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $A\ne$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\: B_{\mathrm{red}}$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 32×
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 6
20272 \begin_inset space \thinspace{}
20273 \end_inset
20274
20275 cm
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 -
20285 \begin_inset Formula $33.5\cdot$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $10^{4}$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\sin(\alpha)\ge$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\:\sin(\beta)$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 </lyxtabular>
20331
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \begin_layout Subsection
20343 Angepasste Zellen-/Spaltenformate
20344 \begin_inset CommandInset label
20345 LatexCommand label
20346 name "uab:Angepasste-Zellen-/Spaltenformate"
20347
20348 \end_inset
20349
20350
20351 \begin_inset Index idx
20352 status collapsed
20353
20354 \begin_layout Plain Layout
20355 Tabellen ! Spaltenformat
20356 \end_layout
20357
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \begin_layout Standard
20364 Wenn man wie in Abschnitt
20365 \begin_inset space ~
20366 \end_inset
20367
20368
20369 \begin_inset CommandInset ref
20370 LatexCommand ref
20371 reference "sec:Berechnung-der-Tabellenbreite"
20372
20373 \end_inset
20374
20375  oder Abschnitt
20376 \begin_inset space ~
20377 \end_inset
20378
20379
20380 \begin_inset CommandInset ref
20381 LatexCommand ref
20382 reference "uab:Mehrfachspalten-Berechnungen"
20383
20384 \end_inset
20385
20386  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
20387  Tabellen sehr lästig.
20388  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
20389 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
20390  kann.
20391  Das Format wird mit dem Befehl
20392 \end_layout
20393
20394 \begin_layout Standard
20395
20396 \series bold
20397
20398 \backslash
20399 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
20400 \end_layout
20401
20402 \begin_layout Standard
20403 definiert.
20404  Der Formatname darf nur ein Buchstabe sein, aber nicht 
20405 \emph on
20406 b
20407 \emph default
20408
20409 \emph on
20410 c
20411 \emph default
20412
20413 \emph on
20414 l
20415 \emph default
20416
20417 \emph on
20418 m
20419 \emph default
20420
20421 \emph on
20422 p
20423 \emph default
20424  oder 
20425 \emph on
20426 r
20427 \emph default
20428 , weil diese vordefiniert sind.
20429  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
20430 \end_layout
20431
20432 \begin_layout Standard
20433 \begin_inset VSpace medskip
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
20441  Breite könnte das Format so aussehen:
20442 \end_layout
20443
20444 \begin_layout Standard
20445
20446 \series bold
20447
20448 \backslash
20449 newcolumntype{M}[1]{>{
20450 \backslash
20451 centering
20452 \backslash
20453 hspace{0pt}}m{#1}}
20454 \end_layout
20455
20456 \begin_layout Standard
20457 wobei 
20458 \series bold
20459
20460 \backslash
20461 hspace{0pt}
20462 \series default
20463  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
20464  Abschnitt
20465 \begin_inset space ~
20466 \end_inset
20467
20468
20469 \begin_inset CommandInset ref
20470 LatexCommand ref
20471 reference "uab:Mehrfache-Zeilen-in"
20472
20473 \end_inset
20474
20475  beschrieben.
20476  Jetzt können Sie mit
20477 \end_layout
20478
20479 \begin_layout Standard
20480
20481 \series bold
20482 M{Breite}
20483 \end_layout
20484
20485 \begin_layout Standard
20486 im 
20487 \family sans
20488 LaTeX-Argument
20489 \family default
20490  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
20491 \end_layout
20492
20493 \begin_layout Standard
20494 \begin_inset VSpace bigskip
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
20502  Format definieren:
20503 \end_layout
20504
20505 \begin_layout Standard
20506
20507 \series bold
20508
20509 \backslash
20510 newcolumntype{S}[2]{>{
20511 \backslash
20512 centering
20513 \backslash
20514 hspace{0pt}}
20515 \begin_inset Newline newline
20516 \end_inset
20517
20518
20519 \begin_inset Phantom HPhantom
20520 status open
20521
20522 \begin_layout Plain Layout
20523
20524 \series bold
20525
20526 \backslash
20527 newcolumntype
20528 \end_layout
20529
20530 \end_inset
20531
20532 m{(#1+(2
20533 \backslash
20534 tabcolsep+
20535 \backslash
20536 arrayrulewidth)*(1-#2))/#2}}
20537 \end_layout
20538
20539 \begin_layout Standard
20540 Dieses Format benutzt Gleichung
20541 \begin_inset space ~
20542 \end_inset
20543
20544
20545 \begin_inset CommandInset ref
20546 LatexCommand ref
20547 reference "eq:Wgn"
20548
20549 \end_inset
20550
20551 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
20552  breit ist.
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Jetzt können Sie im 
20557 \family sans
20558 LaTeX-Argument
20559 \family default
20560  im 
20561 \family sans
20562 Tabellen-Einstellungen
20563 \family default
20564 -Dialog folgendes einfügen:
20565 \end_layout
20566
20567 \begin_layout Standard
20568
20569 \series bold
20570 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
20571 \end_layout
20572
20573 \begin_layout Standard
20574 \begin_inset VSpace bigskip
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 Für farbige Spalten können Sie folgendes einfügen:
20582 \end_layout
20583
20584 \begin_layout Standard
20585
20586 \series bold
20587
20588 \backslash
20589 newcolumntype{K}[1]{>{
20590 \backslash
20591 columncolor{#1}
20592 \backslash
20593 hspace{0pt}}c}
20594 \end_layout
20595
20596 \begin_layout Standard
20597 Das 
20598 \begin_inset Quotes gld
20599 \end_inset
20600
20601 c
20602 \begin_inset Quotes grd
20603 \end_inset
20604
20605  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
20606  zentriert ist.
20607  Jetzt können Sie als 
20608 \family sans
20609 LaTeX-Argument
20610 \family default
20611  folgendes einfügen:
20612 \end_layout
20613
20614 \begin_layout Standard
20615
20616 \series bold
20617 K{Farbname}
20618 \end_layout
20619
20620 \begin_layout Standard
20621 \begin_inset VSpace bigskip
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Standard
20628 Für Tabelle
20629 \begin_inset space ~
20630 \end_inset
20631
20632
20633 \begin_inset CommandInset ref
20634 LatexCommand ref
20635 reference "tab:Tabelle-mit-benutzerdefinierte"
20636
20637 \end_inset
20638
20639  wurden folgende 
20640 \family sans
20641 LaTeX-Argumente
20642 \family default
20643  benutzt:
20644 \end_layout
20645
20646 \begin_layout Standard
20647
20648 \series bold
20649 M{2.5cm}
20650 \end_layout
20651
20652 \begin_layout Standard
20653 für die erste Spalte und die Mehrfachspalte,
20654 \end_layout
20655
20656 \begin_layout Standard
20657
20658 \series bold
20659 K{red}
20660 \end_layout
20661
20662 \begin_layout Standard
20663 für die letzte Spalte und
20664 \end_layout
20665
20666 \begin_layout Standard
20667
20668 \series bold
20669 S{2.5cm}{2}
20670 \end_layout
20671
20672 \begin_layout Standard
20673 für die Spalten in der zweiten Mehrfachspalte.
20674 \end_layout
20675
20676 \begin_layout Standard
20677 \begin_inset Float table
20678 placement h
20679 wide false
20680 sideways false
20681 status open
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Caption
20685
20686 \begin_layout Plain Layout
20687 \begin_inset CommandInset label
20688 LatexCommand label
20689 name "tab:Tabelle-mit-benutzerdefinierte"
20690
20691 \end_inset
20692
20693 Tabelle mit benutzerdefinierten Formaten
20694 \end_layout
20695
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \begin_layout Plain Layout
20702 \align center
20703 \begin_inset Tabular
20704 <lyxtabular version="3" rows="3" columns="4">
20705 <features tabularvalignment="middle">
20706 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20707 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20708 <column alignment="center" valignment="middle" width="0">
20709 <column alignment="center" valignment="middle" width="0" special="K{red}">
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 einsehrlangesWort
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Mehrfachspalte mit mehreren Zeilen
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 c
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 d
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 e
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 f
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 g
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 h
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 i
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 j
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 k
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 </lyxtabular>
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Subsection
20837 Liniendicke
20838 \begin_inset CommandInset label
20839 LatexCommand label
20840 name "uab:Liniendicke"
20841
20842 \end_inset
20843
20844
20845 \begin_inset Index idx
20846 status collapsed
20847
20848 \begin_layout Plain Layout
20849 Tabellen  ! Linien ! -dicke
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 Die Liniendicke für alle Linien einer Tabelle kann mit 
20859 \series bold
20860
20861 \backslash
20862 arrayrulewidth
20863 \series default
20864  eingestellt werden.
20865  Um eine Liniendicke von 1.5
20866 \begin_inset space \thinspace{}
20867 \end_inset
20868
20869 pt wie in Tabelle
20870 \begin_inset space ~
20871 \end_inset
20872
20873
20874 \begin_inset CommandInset ref
20875 LatexCommand ref
20876 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
20877
20878 \end_inset
20879
20880  zu bekommen, geben Sie den Befehl
20881 \end_layout
20882
20883 \begin_layout Standard
20884
20885 \series bold
20886
20887 \backslash
20888 setlength{
20889 \backslash
20890 arrayrulewidth}{1.5pt}
20891 \end_layout
20892
20893 \begin_layout Standard
20894 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
20895  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
20896  Mit
20897 \end_layout
20898
20899 \begin_layout Standard
20900
20901 \series bold
20902
20903 \backslash
20904 setlength{
20905 \backslash
20906 arrayrulewidth}{0.4pt}
20907 \end_layout
20908
20909 \begin_layout Standard
20910 bekommen Sie wieder die Standarddicke.
20911 \end_layout
20912
20913 \begin_layout Standard
20914 \begin_inset ERT
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918
20919
20920 \backslash
20921 setlength{
20922 \backslash
20923 arrayrulewidth}{1.5pt}
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \begin_inset Float table
20930 placement H
20931 wide false
20932 sideways false
20933 status open
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Caption
20937
20938 \begin_layout Plain Layout
20939 \begin_inset CommandInset label
20940 LatexCommand label
20941 name "tab:Tabelle-mit-1.5pt-Liniendicke"
20942
20943 \end_inset
20944
20945 Tabelle mit 1.5
20946 \begin_inset space \thinspace{}
20947 \end_inset
20948
20949 pt Liniendicke
20950 \end_layout
20951
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \begin_layout Plain Layout
20958 \align center
20959 \begin_inset Tabular
20960 <lyxtabular version="3" rows="3" columns="3">
20961 <features tabularvalignment="middle">
20962 <column alignment="center" valignment="top" width="0">
20963 <column alignment="center" valignment="top" width="0">
20964 <column alignment="center" valignment="top" width="0">
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 sd
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 sd
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 sd
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 </lyxtabular>
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060
21061
21062 \begin_inset ERT
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066
21067
21068 \backslash
21069 setlength{
21070 \backslash
21071 arrayrulewidth}{0.4pt}
21072 \end_layout
21073
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \begin_layout Standard
21080 \begin_inset VSpace bigskip
21081 \end_inset
21082
21083 Um eine Liniendicke von 1.5
21084 \begin_inset space \thinspace{}
21085 \end_inset
21086
21087 pt nur für horizontale Linien zu bekommen wie in Tabelle
21088 \begin_inset space ~
21089 \end_inset
21090
21091
21092 \begin_inset CommandInset ref
21093 LatexCommand ref
21094 reference "tab:Tabelle-mit-1.5pt-horiz"
21095
21096 \end_inset
21097
21098 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
21099  einfügen:
21100 \end_layout
21101
21102 \begin_layout Standard
21103
21104 \series bold
21105
21106 \backslash
21107 let
21108 \backslash
21109 myHline
21110 \backslash
21111 hline
21112 \begin_inset Newline newline
21113 \end_inset
21114
21115
21116 \backslash
21117 renewcommand{
21118 \backslash
21119 hline}
21120 \begin_inset Newline newline
21121 \end_inset
21122
21123  {
21124 \backslash
21125 noalign{
21126 \backslash
21127 global
21128 \backslash
21129 arrayrulewidth 1.5pt}
21130 \begin_inset Newline newline
21131 \end_inset
21132
21133  
21134 \backslash
21135 myHline
21136 \backslash
21137 noalign{
21138 \backslash
21139 global
21140 \backslash
21141 arrayrulewidth 0.4pt}}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
21146  der (Gleit\SpecialChar \-
21147 objekt-)Tabelle zurück:
21148 \end_layout
21149
21150 \begin_layout Standard
21151
21152 \series bold
21153
21154 \backslash
21155 renewcommand{
21156 \backslash
21157 hline}{
21158 \backslash
21159 myHline}
21160 \end_layout
21161
21162 \begin_layout Standard
21163 \begin_inset ERT
21164 status collapsed
21165
21166 \begin_layout Plain Layout
21167
21168
21169 \backslash
21170 let
21171 \backslash
21172 myHline
21173 \backslash
21174 hline
21175 \end_layout
21176
21177 \begin_layout Plain Layout
21178
21179
21180 \backslash
21181 renewcommand{
21182 \backslash
21183 hline}
21184 \end_layout
21185
21186 \begin_layout Plain Layout
21187
21188  {
21189 \backslash
21190 noalign{
21191 \backslash
21192 global
21193 \backslash
21194 arrayrulewidth 1.5pt}
21195 \end_layout
21196
21197 \begin_layout Plain Layout
21198
21199   
21200 \backslash
21201 myHline
21202 \backslash
21203 noalign{
21204 \backslash
21205 global
21206 \backslash
21207 arrayrulewidth 0.4pt}}
21208 \end_layout
21209
21210 \end_inset
21211
21212
21213 \begin_inset Float table
21214 placement h
21215 wide false
21216 sideways false
21217 status open
21218
21219 \begin_layout Plain Layout
21220 \begin_inset Caption
21221
21222 \begin_layout Plain Layout
21223 \begin_inset CommandInset label
21224 LatexCommand label
21225 name "tab:Tabelle-mit-1.5pt-horiz"
21226
21227 \end_inset
21228
21229 Tabelle mit 1.5
21230 \begin_inset space \thinspace{}
21231 \end_inset
21232
21233 pt dicken horizontalen Linien
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \begin_layout Plain Layout
21242 \align center
21243 \begin_inset Tabular
21244 <lyxtabular version="3" rows="3" columns="3">
21245 <features tabularvalignment="middle">
21246 <column alignment="center" valignment="top" width="0">
21247 <column alignment="center" valignment="top" width="0">
21248 <column alignment="center" valignment="top" width="0">
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 sd
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 sd
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 sd
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 </row>
21336 </lyxtabular>
21337
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344
21345
21346 \begin_inset ERT
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350
21351
21352 \backslash
21353 renewcommand{
21354 \backslash
21355 hline}{
21356 \backslash
21357 myHline}
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \begin_inset VSpace bigskip
21367 \end_inset
21368
21369 Um die Liniendicke von 1.5
21370 \begin_inset space \thinspace{}
21371 \end_inset
21372
21373 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
21374  Spaltenformat entsprechend der Beschreibung in Abschnitt
21375 \begin_inset space ~
21376 \end_inset
21377
21378
21379 \begin_inset CommandInset ref
21380 LatexCommand ref
21381 reference "uab:Angepasste-Zellen-/Spaltenformate"
21382
21383 \end_inset
21384
21385  definieren:
21386 \end_layout
21387
21388 \begin_layout Standard
21389
21390 \series bold
21391
21392 \backslash
21393 newcolumntype{V}{!{
21394 \backslash
21395 vrule width 1.5pt}}
21396 \end_layout
21397
21398 \begin_layout Standard
21399 In Tabelle
21400 \begin_inset space ~
21401 \end_inset
21402
21403
21404 \begin_inset CommandInset ref
21405 LatexCommand ref
21406 reference "tab:Tabelle-mit-1.5pt-vert"
21407
21408 \end_inset
21409
21410  wurde das 
21411 \family sans
21412 LaTe
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417
21418 {}
21419 \end_layout
21420
21421 \end_inset
21422
21423 X-Argument
21424 \family default
21425 \series bold
21426  VcV
21427 \series default
21428  für die letzte Spalte und
21429 \series bold
21430  Vc
21431 \series default
21432  für die anderen benutzt.
21433 \end_layout
21434
21435 \begin_layout Standard
21436 \begin_inset Float table
21437 placement H
21438 wide false
21439 sideways false
21440 status open
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Caption
21444
21445 \begin_layout Plain Layout
21446 \begin_inset CommandInset label
21447 LatexCommand label
21448 name "tab:Tabelle-mit-1.5pt-vert"
21449
21450 \end_inset
21451
21452 Tabelle mit 1.5
21453 \begin_inset space \thinspace{}
21454 \end_inset
21455
21456 pt dicken vertikalen Linien
21457 \end_layout
21458
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \begin_layout Plain Layout
21465 \align center
21466 \begin_inset Tabular
21467 <lyxtabular version="3" rows="3" columns="3">
21468 <features tabularvalignment="middle">
21469 <column alignment="center" valignment="top" width="0" special="Vc">
21470 <column alignment="center" valignment="top" width="0" special="Vc">
21471 <column alignment="center" valignment="top" width="0" special="VcV">
21472 <row>
21473 <cell alignment="center" valignment="top" topline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 sd
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" topline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" topline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 sd
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" topline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 sd
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 </lyxtabular>
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \begin_layout Subsection
21572 Gestrichelte Linien
21573 \begin_inset Index idx
21574 status collapsed
21575
21576 \begin_layout Plain Layout
21577 Tabellen  ! Linien ! gestrichelte 
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \begin_layout Standard
21586 \begin_inset ERT
21587 status collapsed
21588
21589 \begin_layout Plain Layout
21590
21591
21592 \backslash
21593 ifarydshln
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \begin_inset Note Note
21600 status open
21601
21602 \begin_layout Plain Layout
21603 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
21604 \series bold
21605 arydshln
21606 \series default
21607  installiert ist.
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \begin_layout Standard
21616 \begin_inset Float table
21617 placement h
21618 wide false
21619 sideways false
21620 status open
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Caption
21624
21625 \begin_layout Plain Layout
21626 \begin_inset CommandInset label
21627 LatexCommand label
21628 name "tab:Tabelle-mit-gestrichelten"
21629
21630 \end_inset
21631
21632 Tabelle mit gestrichelten Linien
21633 \end_layout
21634
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \begin_layout Plain Layout
21641 \align center
21642 \begin_inset Tabular
21643 <lyxtabular version="3" rows="5" columns="5">
21644 <features tabularvalignment="middle">
21645 <column alignment="center" valignment="top" width="0">
21646 <column alignment="center" valignment="top" width="0">
21647 <column alignment="center" valignment="top" width="0" special=":c">
21648 <column alignment="center" valignment="top" width="0">
21649 <column alignment="center" valignment="top" width="0">
21650 <row>
21651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 a
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 b
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 c
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 d
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 e
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 <row>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 f
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 g
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 h
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 i
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 j
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset ERT
21750 status collapsed
21751
21752 \begin_layout Plain Layout
21753
21754
21755 \backslash
21756 hdashline 
21757 \end_layout
21758
21759 \end_inset
21760
21761 k
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 l
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 m
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 n
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 o
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 <row>
21804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset ERT
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812
21813
21814 \backslash
21815 cdashline{4-5}
21816 \end_layout
21817
21818 \end_inset
21819
21820 p
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 q
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 r
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 s
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 </row>
21862 <row>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 t
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 u
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 v
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 w
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 x
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 </lyxtabular>
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Standard
21922 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
21923  TeX-Code benutzen.
21924  Zunächst müssen Sie das LaTeX-Paket 
21925 \series bold
21926 arydshln
21927 \series default
21928
21929 \begin_inset Index idx
21930 status collapsed
21931
21932 \begin_layout Plain Layout
21933 LaTeX-Pakete ! arydshln
21934 \end_layout
21935
21936 \end_inset
21937
21938  im LaTeX-Vorspann laden:
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 usepackage{arydshln}
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Um senkrechte Linien zu stricheln, müssen Sie im 
21951 \family sans
21952 LaTe
21953 \begin_inset ERT
21954 status collapsed
21955
21956 \begin_layout Plain Layout
21957
21958 {}
21959 \end_layout
21960
21961 \end_inset
21962
21963 X-Argument
21964 \family default
21965  des 
21966 \family sans
21967 Tabellen-Einstellungen
21968 \family default
21969 -Dialogs 
21970 \begin_inset Quotes gld
21971 \end_inset
21972
21973 :
21974 \begin_inset Quotes grd
21975 \end_inset
21976
21977 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
21978 \end_layout
21979
21980 \begin_layout Standard
21981 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
21982 \end_layout
21983
21984 \begin_layout Standard
21985
21986 \series bold
21987
21988 \backslash
21989 hdashline
21990 \end_layout
21991
21992 \begin_layout Standard
21993 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
21994 \end_layout
21995
21996 \begin_layout Standard
21997 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
21998 \end_layout
21999
22000 \begin_layout Standard
22001
22002 \series bold
22003
22004 \backslash
22005 cdashline{Anfangsspalte-Endspalte}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
22010  Wenn Sie z.
22011 \begin_inset space \thinspace{}
22012 \end_inset
22013
22014 B.
22015  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
22016  gestrichelte Linie haben, fügen Sie den Befehl
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 cdashline{2-4}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset VSpace bigskip
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 In Tabelle
22040 \begin_inset space ~
22041 \end_inset
22042
22043
22044 \begin_inset CommandInset ref
22045 LatexCommand ref
22046 reference "tab:Tabelle-mit-gestrichelten"
22047
22048 \end_inset
22049
22050  wurde in der dritten Spalte der Befehl
22051 \series bold
22052  
22053 \series default
22054
22055 \begin_inset Quotes gld
22056 \end_inset
22057
22058
22059 \series bold
22060 :c
22061 \begin_inset Quotes grd
22062 \end_inset
22063
22064
22065 \series default
22066  benutzt.
22067  Der Befehl 
22068 \series bold
22069
22070 \backslash
22071 hdashline
22072 \series default
22073  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
22074 \begin_inset Newline newline
22075 \end_inset
22076
22077  
22078 \series bold
22079
22080 \backslash
22081 cdashline{4-5} 
22082 \series default
22083 wurde in die erste Zelle der vierten Zeile eingefügt.
22084 \end_layout
22085
22086 \begin_layout Standard
22087 \begin_inset VSpace bigskip
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
22095 \begin_inset space ~
22096 \end_inset
22097
22098
22099 \begin_inset CommandInset ref
22100 LatexCommand ref
22101 reference "tab:Farbige-Tabelle-mit"
22102
22103 \end_inset
22104
22105  verdeutlicht.
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset ERT
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113
22114
22115 \backslash
22116 setlength{
22117 \backslash
22118 arrayrulewidth}{1pt}
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \begin_inset Note Note
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128 dickere Linien zur besseren Visualisierung der Linienfarbe
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Standard
22137 \begin_inset ERT
22138 status collapsed
22139
22140 \begin_layout Plain Layout
22141
22142
22143 \backslash
22144 dashgapcolor{green}
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \begin_inset Note Note
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 färbt Raum zwischen den Strichen grün
22155 \end_layout
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \begin_layout Standard
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 let
22171 \backslash
22172 myHdashline
22173 \backslash
22174 hdashline
22175 \end_layout
22176
22177 \begin_layout Plain Layout
22178
22179
22180 \backslash
22181 renewcommand{
22182 \backslash
22183 hdashline}
22184 \end_layout
22185
22186 \begin_layout Plain Layout
22187
22188  {
22189 \backslash
22190 arrayrulecolor{red}
22191 \backslash
22192 myHdashline
22193 \backslash
22194 arrayrulecolor{black}}
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \begin_inset Note Note
22201 status collapsed
22202
22203 \begin_layout Plain Layout
22204 färbt horizontale, gestrichelte Linien rot
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 let
22221 \backslash
22222 myCdashline
22223 \backslash
22224 cdashline
22225 \end_layout
22226
22227 \begin_layout Plain Layout
22228
22229
22230 \backslash
22231 renewcommand{
22232 \backslash
22233 cdashline}[1]
22234 \end_layout
22235
22236 \begin_layout Plain Layout
22237
22238  {
22239 \backslash
22240 arrayrulecolor{yellow}
22241 \backslash
22242 myCdashline{#1}
22243 \backslash
22244 arrayrulecolor{black}}
22245 \end_layout
22246
22247 \end_inset
22248
22249
22250 \begin_inset Note Note
22251 status collapsed
22252
22253 \begin_layout Plain Layout
22254 färbt partielle horizontale, gestrichelte Linien gelb
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Standard
22263 \begin_inset Float table
22264 placement h
22265 wide false
22266 sideways false
22267 status open
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Caption
22271
22272 \begin_layout Plain Layout
22273 \begin_inset CommandInset label
22274 LatexCommand label
22275 name "tab:Farbige-Tabelle-mit"
22276
22277 \end_inset
22278
22279 Farbige Tabelle mit gestrichelten Linien
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Plain Layout
22288 \align center
22289 \begin_inset Tabular
22290 <lyxtabular version="3" rows="5" columns="5">
22291 <features tabularvalignment="middle">
22292 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
22293 <column alignment="center" valignment="top" width="0pt">
22294 <column alignment="center" valignment="top" width="0pt" special=":c">
22295 <column alignment="center" valignment="top" width="0">
22296 <column alignment="center" valignment="top" width="0">
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 a
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 b
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 c
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 d
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 e
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 f
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 g
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 h
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 i
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 j
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 \begin_inset ERT
22397 status collapsed
22398
22399 \begin_layout Plain Layout
22400
22401
22402 \backslash
22403 hdashline 
22404 \end_layout
22405
22406 \end_inset
22407
22408
22409 \begin_inset ERT
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413
22414
22415 \backslash
22416 rowcolor{Gray}
22417 \end_layout
22418
22419 \end_inset
22420
22421 k
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430 l
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 m
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 n
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 o
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset ERT
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472
22473
22474 \backslash
22475 cdashline{4-5}
22476 \end_layout
22477
22478 \end_inset
22479
22480 p
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 q
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 r
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 s
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 t
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 u
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 v
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 w
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset ERT
22564 status collapsed
22565
22566 \begin_layout Plain Layout
22567
22568
22569 \backslash
22570 cellcolor{Maroon}
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \color green
22577 i
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 </lyxtabular>
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 \begin_inset ERT
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600
22601
22602 \backslash
22603 renewcommand{
22604 \backslash
22605 hdashline}{
22606 \backslash
22607 myHdashline}
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Note Note
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 zurücksetzen auf Standardwert
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 \begin_inset ERT
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630
22631
22632 \backslash
22633 renewcommand{
22634 \backslash
22635 cdashline}{
22636 \backslash
22637 myCdashline}
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \begin_inset Note Note
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647 zurücksetzen auf Standardwert
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 \begin_inset ERT
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660
22661
22662 \backslash
22663 nodashgapcolor
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \begin_inset Note Note
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673 zurücksetzen auf Standardwert
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Standard
22682 \begin_inset ERT
22683 status collapsed
22684
22685 \begin_layout Plain Layout
22686
22687
22688 \backslash
22689 setlength{
22690 \backslash
22691 arrayrulewidth}{0.4pt}
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \begin_inset Note Note
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701 zurücksetzen auf Standardwert
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
22711 \begin_inset space ~
22712 \end_inset
22713
22714
22715 \begin_inset CommandInset ref
22716 LatexCommand ref
22717 reference "abs:Farbige-Tabellen"
22718
22719 \end_inset
22720
22721  beschrieben.
22722  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
22723  beschrieben, man muss in den Befehlen nur 
22724 \series bold
22725
22726 \backslash
22727 myHlineC
22728 \series default
22729  durch 
22730 \series bold
22731
22732 \backslash
22733 myHdashline
22734 \series default
22735  und 
22736 \backslash
22737
22738 \series bold
22739 hline
22740 \series default
22741  durch 
22742 \series bold
22743
22744 \backslash
22745 hdashline
22746 \series default
22747  ersetzen; man verwendet also den Befehl
22748 \end_layout
22749
22750 \begin_layout Standard
22751
22752 \series bold
22753
22754 \backslash
22755 let
22756 \backslash
22757 myHdashline
22758 \backslash
22759 hdashline
22760 \begin_inset Newline newline
22761 \end_inset
22762
22763
22764 \backslash
22765 renewcommand{
22766 \backslash
22767 hdashline}
22768 \begin_inset Newline newline
22769 \end_inset
22770
22771
22772 \begin_inset Phantom HPhantom
22773 status open
22774
22775 \begin_layout Plain Layout
22776
22777 \series bold
22778 \begin_inset space ~
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785
22786 {
22787 \backslash
22788 arrayrulecolor{red}
22789 \backslash
22790 myHdashline
22791 \backslash
22792 arrayrulecolor{black}}
22793 \end_layout
22794
22795 \begin_layout Standard
22796 Um 
22797 \series bold
22798
22799 \backslash
22800 cdashline
22801 \series default
22802  zu färben, lautet der Befehl
22803 \end_layout
22804
22805 \begin_layout Standard
22806
22807 \series bold
22808
22809 \backslash
22810 let
22811 \backslash
22812 myCdashline
22813 \backslash
22814 cdashline
22815 \begin_inset Newline newline
22816 \end_inset
22817
22818
22819 \backslash
22820 renewcommand{
22821 \backslash
22822 cdashline}[1]
22823 \begin_inset Newline newline
22824 \end_inset
22825
22826
22827 \begin_inset Phantom HPhantom
22828 status open
22829
22830 \begin_layout Plain Layout
22831
22832 \series bold
22833 \begin_inset space ~
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840
22841 {
22842 \backslash
22843 arrayrulecolor{red}
22844 \backslash
22845 myCdashline{#1}
22846 \backslash
22847 arrayrulecolor{black}}
22848 \end_layout
22849
22850 \begin_layout Standard
22851 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
22852  als TeX-Code hinter der Tabelle einfügen:
22853 \end_layout
22854
22855 \begin_layout Standard
22856 Für 
22857 \series bold
22858
22859 \backslash
22860 hdashline
22861 \end_layout
22862
22863 \begin_layout Standard
22864
22865 \series bold
22866
22867 \backslash
22868 renewcommand{
22869 \backslash
22870 hdashline}{
22871 \backslash
22872 myHdashline}
22873 \end_layout
22874
22875 \begin_layout Standard
22876 und für 
22877 \series bold
22878
22879 \backslash
22880 cdashline
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886
22887 \backslash
22888 renewcommand{
22889 \backslash
22890 cdashline}{
22891 \backslash
22892 myCdashline}
22893 \end_layout
22894
22895 \begin_layout Standard
22896 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
22897  Befehl
22898 \end_layout
22899
22900 \begin_layout Standard
22901
22902 \series bold
22903
22904 \backslash
22905 dashgapcolor{Farbe}
22906 \end_layout
22907
22908 \begin_layout Standard
22909 als TeX-Code vor der Tabelle verwenden.
22910  Farbe ist hierbei der Name einer definierten Farbe.
22911  Der Befehl
22912 \end_layout
22913
22914 \begin_layout Standard
22915
22916 \series bold
22917
22918 \backslash
22919 nodashgapcolor
22920 \end_layout
22921
22922 \begin_layout Standard
22923 hebt die Einstellung von 
22924 \series bold
22925
22926 \backslash
22927 dashgapcolor
22928 \series default
22929  auf.
22930 \end_layout
22931
22932 \begin_layout Standard
22933 \begin_inset Note Greyedout
22934 status open
22935
22936 \begin_layout Plain Layout
22937
22938 \series bold
22939 \color none
22940 Achtung
22941 \series default
22942 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
22943  
22944 \series bold
22945 arydshln
22946 \series default
22947  an erster Stelle in der Zelle befinden.
22948  Daher ist in in Zelle 
22949 \emph on
22950 k
22951 \emph default
22952  der Tabelle
22953 \begin_inset space ~
22954 \end_inset
22955
22956
22957 \begin_inset CommandInset ref
22958 LatexCommand ref
22959 reference "tab:Farbige-Tabelle-mit"
22960
22961 \end_inset
22962
22963  der Befehl 
22964 \series bold
22965
22966 \backslash
22967 hdashline
22968 \series default
22969  vor 
22970 \series bold
22971
22972 \backslash
22973 rowcolor
22974 \series default
22975 .
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset Note Greyedout
22985 status open
22986
22987 \begin_layout Plain Layout
22988
22989 \series bold
22990 \color none
22991 Achtung:
22992 \series default
22993  Das LaTeX-Paket 
22994 \series bold
22995 arydshln
22996 \series default
22997  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
22998 \series bold
22999 colortbl
23000 \series default
23001
23002 \begin_inset Index idx
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 LaTeX-Pakete ! colortbl
23007 \end_layout
23008
23009 \end_inset
23010
23011  geladen werden.
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 else
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \begin_inset Note Note
23034 status open
23035
23036 \begin_layout Plain Layout
23037 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
23038 \series bold
23039 arydshln
23040 \series default
23041  nicht installiert ist:
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \begin_layout Standard
23050 Sie müssen das LaTeX-Paket 
23051 \series bold
23052 arydshln
23053 \series default
23054  installiert haben um den Inhalt dieses Abschnitts zu sehen.
23055 \end_layout
23056
23057 \begin_layout Standard
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062
23063
23064 \backslash
23065 fi
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
23075  von 
23076 \series bold
23077 arydshln
23078 \series default
23079
23080 \begin_inset CommandInset citation
23081 LatexCommand cite
23082 key "arydshln"
23083
23084 \end_inset
23085
23086 .
23087 \end_layout
23088
23089 \begin_layout Chapter
23090 Gleitobjekte
23091 \begin_inset CommandInset label
23092 LatexCommand label
23093 name "chap:Gleitobjekte"
23094
23095 \end_inset
23096
23097
23098 \begin_inset Index idx
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 Gleitobjekte
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Section
23111 Einleitung
23112 \begin_inset CommandInset label
23113 LatexCommand label
23114 name "abs:Gleitobjekte-Einleitung"
23115
23116 \end_inset
23117
23118
23119 \begin_inset Index idx
23120 status collapsed
23121
23122 \begin_layout Plain Layout
23123 Gleitobjekte ! Einleitung
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \begin_layout Standard
23132 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
23133  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
23134  der beste Platz ist.
23135  
23136 \family sans
23137 Fußnoten
23138 \family default
23139  und 
23140 \family sans
23141 Randnotizen
23142 \family default
23143  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
23144  wenn auf ihrer Seite schon zu viele sind.
23145 \end_layout
23146
23147 \begin_layout Standard
23148 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
23149  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
23150  um weiße Flächen und Seiten ohne Text zu vermeiden.
23151  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
23152 löst,
23153  kann im Text auf ein Gleitobjekt verwiesen werden.
23154  Gleitobjekte sind deshalb nummeriert.
23155  Querverweise werden in Abschnitt
23156 \begin_inset space ~
23157 \end_inset
23158
23159
23160 \begin_inset CommandInset ref
23161 LatexCommand ref
23162 reference "abs:Auf-Gleitobjekte-verweisen"
23163
23164 \end_inset
23165
23166  beschrieben.
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Ein Gleitobjekt wird mit 
23171 \family sans
23172 Einfügen\SpecialChar \menuseparator
23173 Gleitobjekt\SpecialChar \menuseparator
23174 Algorithmus/Abbildung/Ta\SpecialChar \-
23175 belle/Um\SpecialChar \-
23176 flos\SpecialChar \-
23177 se\SpecialChar \-
23178 nes
23179 \begin_inset space ~
23180 \end_inset
23181
23182 Gleitobjekt
23183 \family default
23184  eingefügt.
23185  Für Abbildungen oder Tabellen können Sie auch auf 
23186 \begin_inset Graphics
23187         filename ../../images/float-insert_figure.png
23188         scale 70
23189         scaleBeforeRotation
23190
23191 \end_inset
23192
23193  oder 
23194 \begin_inset Graphics
23195         filename ../../images/float-insert_table.png
23196         scale 70
23197         scaleBeforeRotation
23198
23199 \end_inset
23200
23201  klicken.
23202  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
23203  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
23204  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
23205  #:).
23206  Statt # sehen Sie die von LyX vergebene Nummer.
23207  In das schmale Feld nach der Marke können Sie den Titel schreiben.
23208  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
23209  eingefügt.
23210  In Abschnitt
23211 \begin_inset space ~
23212 \end_inset
23213
23214
23215 \begin_inset CommandInset ref
23216 LatexCommand ref
23217 reference "abs:Titel-Platzierung"
23218
23219 \end_inset
23220
23221  finden Sie mehr über die Platzierung des Titels.
23222  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
23223  auch wieder geöffnet.
23224  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
23225 \begin_inset Graphics
23226         filename clipart/GleitobjektQt4.png
23227         scale 70
23228         scaleBeforeRotation
23229
23230 \end_inset
23231
23232  – ein graues Kästchen mit roter Beschriftung.
23233 \end_layout
23234
23235 \begin_layout Standard
23236 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
23237  Gleitobjekte in einem eigenen Absatz einzufügen.
23238 \end_layout
23239
23240 \begin_layout Standard
23241 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
23242  indem Sie sie markieren und dann auf 
23243 \begin_inset Graphics
23244         filename ../../images/float-insert_figure.png
23245         scale 70
23246         scaleBeforeRotation
23247
23248 \end_inset
23249
23250  oder 
23251 \begin_inset Graphics
23252         filename ../../images/float-insert_table.png
23253         scale 70
23254         scaleBeforeRotation
23255
23256 \end_inset
23257
23258  klicken.
23259 \end_layout
23260
23261 \begin_layout Section
23262 Gleitobjekt-Typen
23263 \begin_inset Index idx
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267 Gleitobjekte ! Typen
23268 \end_layout
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \begin_layout Standard
23276 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
23277 \begin_inset space ~
23278 \end_inset
23279
23280
23281 \begin_inset CommandInset ref
23282 LatexCommand ref
23283 reference "abs:Gleitende-Abbildungen"
23284
23285 \end_inset
23286
23287  und 
23288 \begin_inset CommandInset ref
23289 LatexCommand ref
23290 reference "abs:Gleitende-Tabellen"
23291
23292 \end_inset
23293
23294  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
23295  Letztere sind in Abschnitt
23296 \begin_inset space ~
23297 \end_inset
23298
23299
23300 \begin_inset CommandInset ref
23301 LatexCommand ref
23302 reference "sec:Umflossene-Gleitobjekte"
23303
23304 \end_inset
23305
23306  beschrieben.
23307 \end_layout
23308
23309 \begin_layout Subsection
23310 Algorithmen-Gleitobjekt
23311 \begin_inset Index idx
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315 Gleitobjekte ! Algorithmen
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \begin_inset CommandInset label
23322 LatexCommand label
23323 name "uab:Gleitobjekt-Algorithmen"
23324
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \begin_layout Standard
23331 \begin_inset Float algorithm
23332 placement h
23333 wide false
23334 sideways false
23335 status open
23336
23337 \begin_layout Plain Layout
23338 \begin_inset Caption
23339
23340 \begin_layout Plain Layout
23341 \begin_inset CommandInset label
23342 LatexCommand label
23343 name "alg:Ein-Gleitobjekt-Algorithmus"
23344
23345 \end_inset
23346
23347 Ein Gleitobjekt-Algorithmus 
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout LyX-Code
23356 for I in 1..N loop
23357 \begin_inset Newline newline
23358 \end_inset
23359
23360  Sum:= Sum + A(I); /*Kommentar*/
23361 \begin_inset Newline newline
23362 \end_inset
23363
23364 end loop
23365 \begin_inset VSpace -4mm
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377 Dieser Typ wird mit 
23378 \family sans
23379 Einfügen\SpecialChar \menuseparator
23380 Gleitobjekt\SpecialChar \menuseparator
23381 Algorithmus
23382 \family default
23383  eingefügt.
23384  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
23385  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
23386 \begin_inset space ~
23387 \end_inset
23388
23389
23390 \begin_inset CommandInset ref
23391 LatexCommand ref
23392 reference "kap:Programm-Code-Listen"
23393
23394 \end_inset
23395
23396 .
23397  Eine mögliche Absatz-Umgebung hier für ist 
23398 \family sans
23399 LyX-Code
23400 \family default
23401 , beschrieben im 
23402 \emph on
23403 Benutzerhandbuch
23404 \emph default
23405 .
23406  In Algorithmus
23407 \begin_inset space ~
23408 \end_inset
23409
23410
23411 \begin_inset CommandInset ref
23412 LatexCommand ref
23413 reference "alg:Ein-Gleitobjekt-Algorithmus"
23414
23415 \end_inset
23416
23417  wurden am Ende -4
23418 \begin_inset space \thinspace{}
23419 \end_inset
23420
23421 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
23422  letzten Zeile gedruckt wird.
23423 \end_layout
23424
23425 \begin_layout Standard
23426 Die Marke 
23427 \emph on
23428 Algorithmus
23429 \emph default
23430  wird nicht automatisch in die druckbare Version übernommen, sondern das
23431  englische Wort 
23432 \emph on
23433 Algorithm
23434 \emph default
23435  verwendet.
23436  Soll
23437 \emph on
23438  Algorithmus
23439 \emph default
23440  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
23441 \end_layout
23442
23443 \begin_layout Standard
23444
23445 \series bold
23446
23447 \backslash
23448 floatname{algorithm}{Algorithmus}
23449 \end_layout
23450
23451 \begin_layout Standard
23452 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
23453  Sprache wie die LyX Menünamen haben, das Menü 
23454 \family sans
23455 Einfügen\SpecialChar \menuseparator
23456 Liste
23457 \begin_inset space \thinspace{}
23458 \end_inset
23459
23460 /
23461 \begin_inset space \thinspace{}
23462 \end_inset
23463
23464 Inhaltsverzeichnis\SpecialChar \menuseparator
23465 Algorithmenverzeichnis
23466 \family default
23467  verwendet werden.
23468  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
23469  eingefügt werden:
23470 \end_layout
23471
23472 \begin_layout Standard
23473
23474 \series bold
23475
23476 \backslash
23477 listof{algorithm}{Algorithmenverzeichnis}
23478 \end_layout
23479
23480 \begin_layout Standard
23481 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
23482  nach dem Schema 
23483 \begin_inset Quotes gld
23484 \end_inset
23485
23486 Kapitelnummer.Algorithmusnummer
23487 \begin_inset Quotes grd
23488 \end_inset
23489
23490  nummeriert.
23491  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
23492  einfügen:
23493 \end_layout
23494
23495 \begin_layout Standard
23496
23497 \series bold
23498
23499 \backslash
23500 numberwithin{algorithm}{chapter}
23501 \end_layout
23502
23503 \begin_layout Standard
23504 Um 
23505 \series bold
23506
23507 \backslash
23508 numberwithin
23509 \series default
23510  benutzen zu können, muss in den 
23511 \family sans
23512 Mathe
23513 \begin_inset space ~
23514 \end_inset
23515
23516 Optionen
23517 \family default
23518  der 
23519 \family sans
23520 Dokument-Einstellungen
23521 \family default
23522  
23523 \family sans
23524 AMS
23525 \begin_inset space ~
23526 \end_inset
23527
23528 Mathe
23529 \begin_inset space ~
23530 \end_inset
23531
23532 Paket
23533 \family default
23534
23535 \begin_inset space ~
23536 \end_inset
23537
23538
23539 \family sans
23540 verwenden
23541 \family default
23542  angekreuzt sein.
23543 \end_layout
23544
23545 \begin_layout Section
23546 Gleitobjekt-Nummerierung
23547 \begin_inset Index idx
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551 Gleitobjekte ! Nummerierung
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \begin_layout Standard
23560 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
23561  nummeriert oder nach dem Schema 
23562 \begin_inset Quotes gld
23563 \end_inset
23564
23565 Kapitelnummer.Gleitobjektnummer
23566 \begin_inset Quotes grd
23567 \end_inset
23568
23569  oder 
23570 \begin_inset Quotes gld
23571 \end_inset
23572
23573 Abschnittsnummer.Gleitobjektnummer
23574 \begin_inset Quotes grd
23575 \end_inset
23576
23577 .
23578  Das hängt von der Dokumentklasse ab.
23579 \end_layout
23580
23581 \begin_layout Standard
23582 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
23583  in den LaTeX-Vorspann einfügen:
23584 \end_layout
23585
23586 \begin_layout Standard
23587
23588 \series bold
23589
23590 \backslash
23591 renewcommand{
23592 \backslash
23593 thetable}{
23594 \backslash
23595 roman{table}}
23596 \end_layout
23597
23598 \begin_layout Standard
23599
23600 \series bold
23601
23602 \backslash
23603 thetable
23604 \series default
23605  ist der Befehl, der die Tabellennummer druckt.
23606  Für Abbildungen ist das 
23607 \series bold
23608
23609 \backslash
23610 thefigure
23611 \series default
23612 .
23613  Der Befehl 
23614 \series bold
23615
23616 \backslash
23617 roman
23618 \series default
23619  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
23620 \end_layout
23621
23622 \begin_layout Standard
23623 Um das Nummerierungsschema zum Beispiel auf 
23624 \begin_inset Quotes gld
23625 \end_inset
23626
23627 Unterabschnittsnummer.Num\SpecialChar \-
23628 mer
23629 \begin_inset Quotes grd
23630 \end_inset
23631
23632  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
23633 \end_layout
23634
23635 \begin_layout Standard
23636
23637 \series bold
23638
23639 \backslash
23640 numberwithin{table}{subsection}
23641 \end_layout
23642
23643 \begin_layout Standard
23644 Um den Befehl 
23645 \series bold
23646
23647 \backslash
23648 numberwithin
23649 \series default
23650  benutzen zu können, müssen Sie in den 
23651 \family sans
23652 Mathe
23653 \begin_inset space ~
23654 \end_inset
23655
23656 Optionen
23657 \family default
23658  der 
23659 \family sans
23660 Dokument-Einstellungen
23661 \family default
23662  
23663 \family sans
23664 AMS
23665 \begin_inset space ~
23666 \end_inset
23667
23668 Mathe
23669 \begin_inset space ~
23670 \end_inset
23671
23672 Paket
23673 \family default
23674
23675 \begin_inset space ~
23676 \end_inset
23677
23678
23679 \family sans
23680 verwenden
23681 \family default
23682  ankreuzen.
23683 \end_layout
23684
23685 \begin_layout Standard
23686 Sehen Sie sich bitte auch Abschnitt
23687 \begin_inset space ~
23688 \end_inset
23689
23690
23691 \begin_inset CommandInset ref
23692 LatexCommand ref
23693 reference "uab:Fußnoten-Nummerierung"
23694
23695 \end_inset
23696
23697  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
23698 \end_layout
23699
23700 \begin_layout Section
23701 Auf Gleitobjekte verweisen
23702 \begin_inset CommandInset label
23703 LatexCommand label
23704 name "abs:Auf-Gleitobjekte-verweisen"
23705
23706 \end_inset
23707
23708
23709 \begin_inset Index idx
23710 status collapsed
23711
23712 \begin_layout Plain Layout
23713 Gleitobjekte ! Querverweise
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \begin_inset Index idx
23720 status collapsed
23721
23722 \begin_layout Plain Layout
23723 Querverweise ! auf Gleitobjekte
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \begin_layout Standard
23732 Zunächst müssen Sie mit 
23733 \family sans
23734 Einfügen\SpecialChar \menuseparator
23735 Marke
23736 \family default
23737  oder einen Klick auf 
23738 \family sans
23739
23740 \begin_inset Info
23741 type  "icon"
23742 arg   "label-insert"
23743 \end_inset
23744
23745
23746 \family default
23747  eine Marke im Titel einfügen.
23748  Im 
23749 \family sans
23750 Marke
23751 \family default
23752 -Dialog schreiben Sie einen Text in das Feld 
23753 \family sans
23754 Marke
23755 \family default
23756  oder übernehmen den vorgeschlagenen.
23757  Die Marke sieht in LyX dann so aus:
23758 \end_layout
23759
23760 \begin_layout Standard
23761 \begin_inset Graphics
23762         filename clipart/Marke.png
23763         lyxscale 80
23764         scale 50
23765         scaleBeforeRotation
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Die Marke wird als Anker und Name für den Querverweis benutzt.
23774  Mit 
23775 \family sans
23776 Einfügen\SpecialChar \menuseparator
23777 Querverweis
23778 \family default
23779  oder einen Klick auf 
23780 \family sans
23781
23782 \begin_inset Info
23783 type  "icon"
23784 arg   "dialog-show-new-inset ref"
23785 \end_inset
23786
23787
23788 \family default
23789  können Sie dann auf die Marke verweisen.
23790  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
23791  angezeigt:
23792 \end_layout
23793
23794 \begin_layout Standard
23795 \begin_inset Graphics
23796         filename clipart/Querverweis.png
23797         lyxscale 80
23798         scale 50
23799         scaleBeforeRotation
23800
23801 \end_inset
23802
23803
23804 \begin_inset Newline newline
23805 \end_inset
23806
23807  Mehr zu Querverweisen finden Sie im 
23808 \emph on
23809 Benutzerhandbuch
23810 \emph default
23811 .
23812 \end_layout
23813
23814 \begin_layout Standard
23815 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
23816  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
23817  durch einen Zeilenumbruch getrennt werden können.
23818 \end_layout
23819
23820 \begin_layout Standard
23821 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
23822  LyX passt die Querverweise automatisch an.
23823 \end_layout
23824
23825 \begin_layout Standard
23826 Ein Klick auf den Schalter 
23827 \family sans
23828 Gehe
23829 \begin_inset space ~
23830 \end_inset
23831
23832 zur
23833 \begin_inset space ~
23834 \end_inset
23835
23836 Marke
23837 \family default
23838  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
23839  Der Text der Schaltfläche heißt jetzt 
23840 \family sans
23841 Gehe
23842 \begin_inset space ~
23843 \end_inset
23844
23845 zurück
23846 \family default
23847  und ein Klick darauf macht genau dies.
23848 \end_layout
23849
23850 \begin_layout Subsection
23851 Querverweis-Formate
23852 \begin_inset CommandInset label
23853 LatexCommand label
23854 name "uab:Querverweis-Formate"
23855
23856 \end_inset
23857
23858
23859 \begin_inset Index idx
23860 status collapsed
23861
23862 \begin_layout Plain Layout
23863 Querverweise ! Formate
23864 \end_layout
23865
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \begin_layout Standard
23872 Es gibt sechs verschiedene Querverweisstile:
23873 \end_layout
23874
23875 \begin_layout Description
23876 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
23877  
23878 \begin_inset CommandInset ref
23879 LatexCommand ref
23880 reference "abb:Zwei-Teilabbildungen"
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Description
23888 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
23889  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
23890  verwendet wird, speziell wenn der Name 
23891 \begin_inset Quotes gld
23892 \end_inset
23893
23894 Gleichung
23895 \begin_inset Quotes grd
23896 \end_inset
23897
23898  weggelassen wird: 
23899 \begin_inset CommandInset ref
23900 LatexCommand eqref
23901 reference "eq:Wgn"
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Description
23909 <Seite>: druckt die Seitennummer: Seite
23910 \begin_inset space ~
23911 \end_inset
23912
23913
23914 \begin_inset CommandInset ref
23915 LatexCommand pageref
23916 reference "abb:Zwei-Teilabbildungen"
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Description
23924 auf
23925 \begin_inset space ~
23926 \end_inset
23927
23928 Seite
23929 \begin_inset space ~
23930 \end_inset
23931
23932 <Seite>: druckt den Text 
23933 \begin_inset Quotes gld
23934 \end_inset
23935
23936 auf Seite
23937 \begin_inset Quotes grd
23938 \end_inset
23939
23940  und die Seitennummer: 
23941 \begin_inset CommandInset ref
23942 LatexCommand vpageref
23943 reference "abb:Zwei-Teilabbildungen"
23944
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \begin_layout Description
23951 <Querverweis>
23952 \begin_inset space ~
23953 \end_inset
23954
23955 auf
23956 \begin_inset space ~
23957 \end_inset
23958
23959 Seite
23960 \begin_inset space ~
23961 \end_inset
23962
23963 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
23964 \begin_inset Quotes gld
23965 \end_inset
23966
23967 auf Seite
23968 \begin_inset Quotes grd
23969 \end_inset
23970
23971 , und die Seitennummer: 
23972 \begin_inset CommandInset ref
23973 LatexCommand vref
23974 reference "abb:Zwei-Teilabbildungen"
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Description
23982 Formatierter
23983 \begin_inset space ~
23984 \end_inset
23985
23986 Querverweis: druckt ein selbst definiertes Querverweisformat
23987 \begin_inset Newline newline
23988 \end_inset
23989
23990
23991 \begin_inset Note Greyedout
23992 status open
23993
23994 \begin_layout Plain Layout
23995
23996 \series bold
23997 Bemerkung:
23998 \series default
23999  Dies ist nur möglich, wenn das LaTeX-Paket 
24000 \series bold
24001 prettyref
24002 \series default
24003  oder 
24004 \series bold
24005 refstyle
24006 \series default
24007
24008 \begin_inset Index idx
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012 LaTeX-Pakete ! prettyref
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \begin_inset Index idx
24019 status collapsed
24020
24021 \begin_layout Plain Layout
24022 LaTeX-Pakete ! refstyle
24023 \end_layout
24024
24025 \end_inset
24026
24027  installiert ist.
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \begin_inset Newline newline
24034 \end_inset
24035
24036 Sie können duch setzen der Option 
24037 \family sans
24038 Verwende refstyle (nicht prettyref) für Querverweise
24039 \family default
24040  im Menü 
24041 \family sans
24042 Dokument\SpecialChar \menuseparator
24043 Einstellungen\SpecialChar \menuseparator
24044 Dokumentklasse
24045 \family default
24046  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
24047  Das Format wird definiert, indem man den Befehl 
24048 \series bold
24049
24050 \backslash
24051 newrefformat
24052 \series default
24053  (prettyref) oder 
24054 \series bold
24055
24056 \backslash
24057 newref
24058 \series default
24059  (refstyle) in den LaTeX-Vorspann einfügt.
24060  Z.
24061 \begin_inset space \thinspace{}
24062 \end_inset
24063
24064 B.
24065  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
24066  
24067 \begin_inset Quotes eld
24068 \end_inset
24069
24070
24071 \family sans
24072 abb
24073 \family default
24074
24075 \begin_inset Quotes erd
24076 \end_inset
24077
24078 ) mit dem Befehle
24079 \begin_inset Newline newline
24080 \end_inset
24081
24082
24083 \series bold
24084
24085 \backslash
24086 newref{abb}{refcmd={Bild auf Seite 
24087 \backslash
24088 pageref{#1}}}
24089 \series default
24090
24091 \begin_inset Newline newline
24092 \end_inset
24093
24094 geändert werden.
24095  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
24096 en verwiesen, 
24097 \begin_inset CommandInset citation
24098 LatexCommand cite
24099 key "prettyref,refstyle"
24100
24101 \end_inset
24102
24103 .
24104 \end_layout
24105
24106 \begin_layout Description
24107 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
24108 \begin_inset CommandInset ref
24109 LatexCommand nameref
24110 reference "abb:Zwei-Teilabbildungen"
24111
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118
24119 \family sans
24120 <Seite>
24121 \family default
24122  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
24123  vorherigen, der selben oder der nächsten Seite befindet.
24124  Stattdessen wird z.
24125 \begin_inset space \thinspace{}
24126 \end_inset
24127
24128 B.
24129  der Text 
24130 \begin_inset Quotes gld
24131 \end_inset
24132
24133
24134 \family sans
24135 auf dieser Seite
24136 \family default
24137
24138 \begin_inset Quotes grd
24139 \end_inset
24140
24141  gedruckt.
24142  Der Stil 
24143 \family sans
24144 <Querverweis>
24145 \begin_inset space ~
24146 \end_inset
24147
24148 auf
24149 \begin_inset space ~
24150 \end_inset
24151
24152 Seite
24153 \begin_inset space ~
24154 \end_inset
24155
24156 <Seite>
24157 \family default
24158  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
24159  Seite ist.
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
24164  automatisch von LaTeX berechnet.
24165  Die Stile können im Feld 
24166 \family sans
24167 Format
24168 \family default
24169  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
24170  einen Querverweis klicken.
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset Note Greyedout
24175 status open
24176
24177 \begin_layout Plain Layout
24178
24179 \series bold
24180 Bemerkung:
24181 \series default
24182  Es wird empfohlen, das LaTeX-Paket 
24183 \series bold
24184 refstyle
24185 \series default
24186
24187 \begin_inset Index idx
24188 status collapsed
24189
24190 \begin_layout Plain Layout
24191 LaTeX-Pakete ! refstyle
24192 \end_layout
24193
24194 \end_inset
24195
24196  zu verwenden, da 
24197 \series bold
24198 prettyref
24199 \series default
24200
24201 \begin_inset Index idx
24202 status collapsed
24203
24204 \begin_layout Plain Layout
24205 LaTeX-Pakete ! prettyref
24206 \end_layout
24207
24208 \end_inset
24209
24210  nicht alle möglichen LyX Marken-Kürzel
24211 \begin_inset Foot
24212 status collapsed
24213
24214 \begin_layout Plain Layout
24215  
24216 \begin_inset Quotes gld
24217 \end_inset
24218
24219 abb:
24220 \begin_inset Quotes grd
24221 \end_inset
24222
24223  ist z.
24224 \begin_inset space \thinspace{}
24225 \end_inset
24226
24227 B.
24228  LyXs Kürzel für Marken in Bildbeschriftungen.
24229 \end_layout
24230
24231 \end_inset
24232
24233  kennt und auch nicht internationalisiert ist.
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Subsection
24242 Automatische Querverweisnamen
24243 \begin_inset Index idx
24244 status collapsed
24245
24246 \begin_layout Plain Layout
24247 Querverweise ! Automatische Namen 
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Standard
24256 Das LaTeX-Paket 
24257 \series bold
24258 hyperref
24259 \series default
24260
24261 \begin_inset Index idx
24262 status collapsed
24263
24264 \begin_layout Plain Layout
24265 LaTeX-Pakete ! hyperref
24266 \end_layout
24267
24268 \end_inset
24269
24270 , das in den
24271 \family sans
24272  PDF-Eigenschaften
24273 \family default
24274  im 
24275 \family sans
24276 Dokument-Einstellungen
24277 \family default
24278  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
24279  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
24280  wie 
24281 \emph on
24282 Abschnitt
24283 \emph default
24284 ).
24285  Sie müssen damit z.
24286 \begin_inset space \thinspace{}
24287 \end_inset
24288
24289 B.
24290  nicht mehr den Namen 
24291 \begin_inset Quotes gld
24292 \end_inset
24293
24294 Abbildung
24295 \begin_inset Quotes grd
24296 \end_inset
24297
24298  vor jeden Querverweis auf eine Abbildung schreiben.
24299  Um diese Funktion benutzen zu können, aktivieren Sie 
24300 \series bold
24301 hyperref
24302 \series default
24303  und fügen diese Zeile in den LaTeX-Vorspann ein:
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \series bold
24309
24310 \backslash
24311 AtBeginDocument{
24312 \backslash
24313 renewcommand{
24314 \backslash
24315 ref}[1]{
24316 \backslash
24317 mbox{
24318 \backslash
24319 autoref{#1}}}}
24320 \end_layout
24321
24322 \begin_layout Standard
24323 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
24324 \begin_inset space \thinspace{}
24325 \end_inset
24326
24327 B.
24328  statt 
24329 \begin_inset Quotes gld
24330 \end_inset
24331
24332 Abschnitt
24333 \begin_inset Quotes grd
24334 \end_inset
24335
24336  den Namen 
24337 \begin_inset Quotes gld
24338 \end_inset
24339
24340 Kap.
24341 \begin_inset space \thinspace{}
24342 \end_inset
24343
24344
24345 \begin_inset Quotes grd
24346 \end_inset
24347
24348 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
24349 \end_layout
24350
24351 \begin_layout Standard
24352
24353 \series bold
24354
24355 \backslash
24356 addto
24357 \backslash
24358 extrasngerman{
24359 \backslash
24360 renewcommand{
24361 \backslash
24362 sectionautorefname}
24363 \begin_inset Newline newline
24364 \end_inset
24365
24366
24367 \begin_inset Phantom HPhantom
24368 status open
24369
24370 \begin_layout Plain Layout
24371
24372 \series bold
24373 \begin_inset space ~
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380
24381 {Kap.
24382 \backslash
24383 negthinspace}}
24384 \end_layout
24385
24386 \begin_layout Standard
24387 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
24388 \begin_inset Newline newline
24389 \end_inset
24390
24391
24392 \series bold
24393
24394 \backslash
24395 extrasngerman
24396 \series default
24397  durch 
24398 \series bold
24399
24400 \backslash
24401 extras***
24402 \series default
24403 , wobei *** der Name der verwendeten Sprache ist.
24404 \end_layout
24405
24406 \begin_layout Standard
24407 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
24408  z.
24409 \begin_inset space \thinspace{}
24410 \end_inset
24411
24412 B.
24413  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
24414 \end_layout
24415
24416 \begin_layout Standard
24417
24418 \series bold
24419
24420 \backslash
24421 addto
24422 \backslash
24423 extrasngerman{
24424 \backslash
24425 renewcommand*{
24426 \backslash
24427 equationautorefname}[1]{}}
24428 \end_layout
24429
24430 \begin_layout Standard
24431 Mehr über dieses Thema finden Sie in der 
24432 \series bold
24433 hyperref
24434 \series default
24435 -Dokumentation 
24436 \begin_inset CommandInset citation
24437 LatexCommand cite
24438 key "hyperref"
24439
24440 \end_inset
24441
24442 .
24443 \end_layout
24444
24445 \begin_layout Standard
24446 \begin_inset Note Greyedout
24447 status open
24448
24449 \begin_layout Plain Layout
24450
24451 \series bold
24452 Bemerkung:
24453 \series default
24454  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
24455  als Querverweisstil 
24456 \family sans
24457 Formatierter
24458 \begin_inset space ~
24459 \end_inset
24460
24461 Querverweis
24462 \family default
24463  benutzen, wie in Abschnitt
24464 \begin_inset space ~
24465 \end_inset
24466
24467
24468 \begin_inset CommandInset ref
24469 LatexCommand ref
24470 reference "uab:Querverweis-Formate"
24471
24472 \end_inset
24473
24474  beschrieben.
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Das 
24484 \emph on
24485 Mathe
24486 \emph default
24487  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
24488 \end_layout
24489
24490 \begin_layout Subsection
24491 Querverweis-Position
24492 \begin_inset CommandInset label
24493 LatexCommand label
24494 name "uab:Querverweis-Position"
24495
24496 \end_inset
24497
24498
24499 \begin_inset Index idx
24500 status collapsed
24501
24502 \begin_layout Plain Layout
24503 Querverweise !  Position
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \begin_layout Standard
24512 Wenn Sie 
24513 \series bold
24514 hyperref
24515 \series default
24516
24517 \begin_inset Index idx
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521 LaTeX-Pakete ! hyperref
24522 \end_layout
24523
24524 \end_inset
24525
24526  in den
24527 \family sans
24528  PDF-Eigenschaften
24529 \family default
24530  im 
24531 \family sans
24532 Dokument-Einstellungen
24533 \family default
24534  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
24535  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
24536  und Sie werden das Bild ohne Scrollen nicht sehen.
24537  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
24538  ist.
24539  Wenn Sie das  LaTeX-Paket 
24540 \series bold
24541 hypcap
24542 \series default
24543
24544 \begin_inset Index idx
24545 status collapsed
24546
24547 \begin_layout Plain Layout
24548 LaTeX-Pakete ! hypcap
24549 \end_layout
24550
24551 \end_inset
24552
24553 , das Teil des LaTeX-Pakets 
24554 \series bold
24555 oberdiek
24556 \series default
24557
24558 \begin_inset Index idx
24559 status collapsed
24560
24561 \begin_layout Plain Layout
24562 LaTeX-Pakete ! oberdiek
24563 \end_layout
24564
24565 \end_inset
24566
24567  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
24568  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
24569 \series bold
24570 hypcap
24571 \series default
24572  zunächst in den LaTeX-Vorspann laden:
24573 \end_layout
24574
24575 \begin_layout Standard
24576
24577 \series bold
24578
24579 \backslash
24580 usepackage[figure]{hypcap}
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Sie können 
24585 \series bold
24586 hypcap
24587 \series default
24588  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
24589  nicht empfohlen.
24590  Weitere Informationen finden Sie im
24591 \series bold
24592  hypcap
24593 \series default
24594 -Handbuch 
24595 \begin_inset CommandInset citation
24596 LatexCommand cite
24597 key "hypcap"
24598
24599 \end_inset
24600
24601 .
24602 \end_layout
24603
24604 \begin_layout Standard
24605 \begin_inset Note Greyedout
24606 status open
24607
24608 \begin_layout Plain Layout
24609
24610 \series bold
24611 Bemerkung:
24612 \series default
24613  
24614 \series bold
24615 hypcap
24616 \series medium
24617  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Section
24626 Gleitobjekt-Platzierung
24627 \begin_inset CommandInset label
24628 LatexCommand label
24629 name "abs:Gleitobjekt-Platzierung"
24630
24631 \end_inset
24632
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Gleitobjekte ! Platzierung
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \begin_layout Standard
24647 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
24648 \family sans
24649 Einstellungen 
24650 \family default
24651 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
24652 ng ändern können.
24653 \begin_inset Newline newline
24654 \end_inset
24655
24656 Die Option 
24657 \family sans
24658 Spalten
24659 \begin_inset space ~
24660 \end_inset
24661
24662 überspannen
24663 \family default
24664  ist nur bei zweispaltigen Dokumenten sinnvoll.
24665  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
24666 \begin_inset Newline newline
24667 \end_inset
24668
24669 Die Option 
24670 \family sans
24671 Seitwärts
24672 \begin_inset space ~
24673 \end_inset
24674
24675 drehen
24676 \family default
24677  ist in Abschnitt 
24678 \begin_inset CommandInset ref
24679 LatexCommand ref
24680 reference "abs:Gedrehte-Gleitobjekte"
24681
24682 \end_inset
24683
24684  beschrieben.
24685 \end_layout
24686
24687 \begin_layout Standard
24688 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
24689  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
24690  Sie die Option 
24691 \family sans
24692 Standard-Platzierung
24693 \begin_inset space ~
24694 \end_inset
24695
24696 verwenden
24697 \family default
24698  nicht verwenden:
24699 \end_layout
24700
24701 \begin_layout Description
24702 Hier
24703 \begin_inset space ~
24704 \end_inset
24705
24706 wenn
24707 \begin_inset space ~
24708 \end_inset
24709
24710 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
24711 \end_layout
24712
24713 \begin_layout Description
24714 Anfang
24715 \begin_inset space ~
24716 \end_inset
24717
24718 der
24719 \begin_inset space ~
24720 \end_inset
24721
24722 Seite
24723 \family sans
24724  
24725 \family default
24726 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
24727  Gleitobjekte, die maximal 70
24728 \begin_inset space \thinspace{}
24729 \end_inset
24730
24731 % einer Seite benötigen, dürfen oben platziert werden.
24732  Dies kann durch die Variable 
24733 \series bold
24734
24735 \backslash
24736 topfraction
24737 \series default
24738  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
24739 \end_layout
24740
24741 \begin_deeper
24742 \begin_layout Standard
24743
24744 \series bold
24745
24746 \backslash
24747 renewcommand{
24748 \backslash
24749 topfraction}{0.9}
24750 \family typewriter
24751 \series default
24752  
24753 \end_layout
24754
24755 \end_deeper
24756 \begin_layout Description
24757 Ende
24758 \begin_inset space ~
24759 \end_inset
24760
24761 der
24762 \begin_inset space ~
24763 \end_inset
24764
24765 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
24766  Gleitobjekte, die maximal 30
24767 \begin_inset space \thinspace{}
24768 \end_inset
24769
24770 % einer Seite benötigen, dürfen unten platziert werden.
24771  Dies kann durch die Variable 
24772 \series bold
24773
24774 \backslash
24775 bottomfraction
24776 \series default
24777  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
24778 \end_layout
24779
24780 \begin_deeper
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 renewcommand{
24787 \backslash
24788 bottomfraction}{0.5}
24789 \end_layout
24790
24791 \begin_layout Standard
24792 die oftmals zu kleine untere Grenze auf 50
24793 \begin_inset space \thinspace{}
24794 \end_inset
24795
24796 %.
24797 \end_layout
24798
24799 \end_deeper
24800 \begin_layout Description
24801 Seite
24802 \begin_inset space ~
24803 \end_inset
24804
24805 mit
24806 \begin_inset space ~
24807 \end_inset
24808
24809 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
24810  Nur wenn mehr als 50
24811 \begin_inset space \thinspace{}
24812 \end_inset
24813
24814 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
24815  Gleitobjekte bereitgestellt.
24816  Dies kann durch die Variable 
24817 \series bold
24818
24819 \backslash
24820 floatpagefraction 
24821 \series default
24822 im LaTeX-Vorspann überschrieben werden.
24823 \end_layout
24824
24825 \begin_layout Standard
24826 Die Reihenfolge der obigen Optionen wird 
24827 \emph on
24828 immer
24829 \emph default
24830  von LaTeX verwendet.
24831  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
24832  versuchen 
24833 \family sans
24834 Hier
24835 \begin_inset space \space{}
24836 \end_inset
24837
24838 wenn
24839 \begin_inset space \space{}
24840 \end_inset
24841
24842 möglich
24843 \family default
24844 , dann 
24845 \family sans
24846 Anfang
24847 \begin_inset space ~
24848 \end_inset
24849
24850 der
24851 \begin_inset space ~
24852 \end_inset
24853
24854 Seite
24855 \family default
24856  und dann die anderen Optionen anzuwenden.
24857  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
24858  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
24859  Reihenfolge.
24860  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
24861 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Die Option 
24866 \family sans
24867 Hier,
24868 \begin_inset space ~
24869 \end_inset
24870
24871 auf
24872 \begin_inset space ~
24873 \end_inset
24874
24875 jeden
24876 \begin_inset space ~
24877 \end_inset
24878
24879 Fall
24880 \family default
24881  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
24882  fast druckreif ist.
24883  Denn mit der Option kann das Objekt nicht mehr 
24884 \emph on
24885 gleiten
24886 \emph default
24887 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
24888  oftmals zerstört.
24889 \end_layout
24890
24891 \begin_layout Standard
24892 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
24893  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
24894 \begin_inset VSpace bigskip
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
24902 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
24903  das Gleitobjekt sei Teil des vorherigen Abschnitts.
24904  Das kann mit dem LaTeX-Befehl
24905 \series bold
24906  
24907 \backslash
24908 suppressfloats
24909 \series default
24910  verhindert werden.
24911  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
24912  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
24913  gesetzt wird.
24914  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
24915 \end_layout
24916
24917 \begin_layout Standard
24918
24919 \series bold
24920
24921 \backslash
24922 let
24923 \backslash
24924 meinAbschnitt
24925 \backslash
24926 section
24927 \begin_inset Newline newline
24928 \end_inset
24929
24930
24931 \backslash
24932 renewcommand{
24933 \backslash
24934 section}{
24935 \backslash
24936 suppressfloats[t]
24937 \backslash
24938 meinAbschnitt}
24939 \end_layout
24940
24941 \begin_layout Standard
24942 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
24943  Unterabschnitten festlegen.
24944  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
24945  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
24946 \end_layout
24947
24948 \begin_layout Standard
24949 Es gibt auch noch das LaTeX-Paket 
24950 \series bold
24951 flafter
24952 \series default
24953
24954 \begin_inset Index idx
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958 LaTeX-Pakete ! flafter
24959 \end_layout
24960
24961 \end_inset
24962
24963  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
24964  gedruckt wird.
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset VSpace bigskip
24969 \end_inset
24970
24971 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
24972  Dafür gibt es das LaTeX-Paket 
24973 \series bold
24974 endfloat
24975 \series default
24976
24977 \begin_inset Index idx
24978 status collapsed
24979
24980 \begin_layout Plain Layout
24981 LaTeX-Pakete ! endfloat
24982 \end_layout
24983
24984 \end_inset
24985
24986 .
24987  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
24988  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
24989  
24990 \family sans
24991
24992 \begin_inset Quotes gld
24993 \end_inset
24994
24995 [Abbildung
24996 \begin_inset space ~
24997 \end_inset
24998
24999 3.2 ist ungefähr hier.]
25000 \family default
25001
25002 \begin_inset Quotes grd
25003 \end_inset
25004
25005  finden.
25006  Das 
25007 \series bold
25008 endfloat
25009 \series default
25010 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 usepackage[Optionen]{endfloat}
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
25023  Tabellen-Abschnitte, die Sie in der 
25024 \series bold
25025 endfloat
25026 \series default
25027 -Dokumentation 
25028 \begin_inset CommandInset citation
25029 LatexCommand cite
25030 key "endfloat"
25031
25032 \end_inset
25033
25034  nachlesen können.
25035 \begin_inset Newline newline
25036 \end_inset
25037
25038
25039 \begin_inset Note Greyedout
25040 status open
25041
25042 \begin_layout Plain Layout
25043
25044 \series bold
25045 Bemerkung
25046 \begin_inset space ~
25047 \end_inset
25048
25049 1: endfloat
25050 \series default
25051  übersetzt den Hinweistext nicht automatisch.
25052  Abschnitt
25053 \begin_inset space ~
25054 \end_inset
25055
25056 4 in 
25057 \begin_inset CommandInset citation
25058 LatexCommand cite
25059 key "endfloat"
25060
25061 \end_inset
25062
25063  beschreibt, wie es geht.
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Standard
25072 \begin_inset Note Greyedout
25073 status open
25074
25075 \begin_layout Plain Layout
25076
25077 \series bold
25078 Bemerkung
25079 \begin_inset space ~
25080 \end_inset
25081
25082 2: 
25083 \series default
25084 Die aktuelle Version von 
25085 \series bold
25086 endfloat
25087 \series default
25088  hat einen Fehler, wenn die Überschrift ein 
25089 \begin_inset Quotes gld
25090 \end_inset
25091
25092 ß
25093 \begin_inset Quotes grd
25094 \end_inset
25095
25096  enthält.
25097  Sie müssen stattdessen den Befehl 
25098 \series bold
25099
25100 \backslash
25101 ss
25102 \series default
25103  als TeX-Code benutzen.
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset VSpace bigskip
25113 \end_inset
25114
25115 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
25116  wie 
25117 \begin_inset CommandInset citation
25118 LatexCommand cite
25119 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25120
25121 \end_inset
25122
25123 .
25124 \end_layout
25125
25126 \begin_layout Section
25127 Gedrehte Gleitobjekte
25128 \begin_inset CommandInset label
25129 LatexCommand label
25130 name "abs:Gedrehte-Gleitobjekte"
25131
25132 \end_inset
25133
25134
25135 \begin_inset Index idx
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 Gleitobjekte ! drehen
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
25149 t drehen.
25150  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
25151  und die Option 
25152 \family sans
25153 Seitwärts
25154 \begin_inset space ~
25155 \end_inset
25156
25157 drehen
25158 \family default
25159  wählen.
25160 \end_layout
25161
25162 \begin_layout Standard
25163 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
25164  sie ein mehrspaltiges Dokument haben) gedruckt.
25165  Sie können mehrere Spalten überspannen, wenn die Option 
25166 \family sans
25167 Spalten
25168 \begin_inset space ~
25169 \end_inset
25170
25171 überspannen
25172 \family default
25173  in den Gleitobjekt Einstellungen gewählt ist.
25174  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
25175  werden können.
25176  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
25177  Option 
25178 \series bold
25179 figuresleft
25180 \series default
25181  oder 
25182 \series bold
25183 figuresright
25184 \series default
25185  zu den Dokumentklassen-Optionen hinzu.
25186 \end_layout
25187
25188 \begin_layout Standard
25189 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
25190  Tabelle
25191 \begin_inset space ~
25192 \end_inset
25193
25194
25195 \begin_inset CommandInset ref
25196 LatexCommand ref
25197 reference "tab:Gedrehte-Tabelle"
25198
25199 \end_inset
25200
25201  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \begin_inset Note Greyedout
25206 status open
25207
25208 \begin_layout Plain Layout
25209
25210 \series bold
25211 Bemerkung:
25212 \series default
25213  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Standard
25222 \begin_inset Float table
25223 wide false
25224 sideways true
25225 status open
25226
25227 \begin_layout Plain Layout
25228 \begin_inset Caption
25229
25230 \begin_layout Plain Layout
25231 \begin_inset CommandInset label
25232 LatexCommand label
25233 name "tab:Gedrehte-Tabelle"
25234
25235 \end_inset
25236
25237 Gedrehte Tabelle
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Plain Layout
25246 \align center
25247 \begin_inset Tabular
25248 <lyxtabular version="3" rows="1" columns="5">
25249 <features tabularvalignment="middle">
25250 <column alignment="center" valignment="top" width="0">
25251 <column alignment="center" valignment="top" width="0">
25252 <column alignment="center" valignment="top" width="0">
25253 <column alignment="center" valignment="top" width="0">
25254 <column alignment="center" valignment="top" width="0">
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 Test
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 b
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278 c
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 d
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 e
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 </row>
25302 </lyxtabular>
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \begin_layout Section
25315 Untergleitobjekte
25316 \begin_inset Index idx
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320 Gleitobjekte ! Untergleitobjekte
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 Untergleitobjekte werden z.
25330 \begin_inset space \thinspace{}
25331 \end_inset
25332
25333 B.
25334  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
25335  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
25336  eingefügt wird.
25337  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
25338  in Tabelle
25339 \begin_inset space ~
25340 \end_inset
25341
25342
25343 \begin_inset CommandInset ref
25344 LatexCommand ref
25345 reference "tab:Untertabellen-nebeneinander"
25346
25347 \end_inset
25348
25349  und 
25350 \begin_inset CommandInset ref
25351 LatexCommand ref
25352 reference "tab:Untertabellen-übereinander"
25353
25354 \end_inset
25355
25356 .
25357 \end_layout
25358
25359 \begin_layout Standard
25360 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
25361 \begin_inset space ~
25362 \end_inset
25363
25364
25365 \begin_inset CommandInset ref
25366 LatexCommand ref
25367 reference "tab:Untertabelle-a"
25368
25369 \end_inset
25370
25371  und 
25372 \begin_inset CommandInset ref
25373 LatexCommand ref
25374 reference "tab:Untertabelle-b"
25375
25376 \end_inset
25377
25378  sind Untertabellen von Tabelle
25379 \begin_inset space ~
25380 \end_inset
25381
25382
25383 \begin_inset CommandInset ref
25384 LatexCommand ref
25385 reference "tab:Untertabellen-nebeneinander"
25386
25387 \end_inset
25388
25389 .
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset Float table
25394 wide false
25395 sideways false
25396 status open
25397
25398 \begin_layout Plain Layout
25399 \begin_inset Caption
25400
25401 \begin_layout Plain Layout
25402 \begin_inset CommandInset label
25403 LatexCommand label
25404 name "tab:Untertabellen-nebeneinander"
25405
25406 \end_inset
25407
25408 Zwei Untertabellen nebeneinander.
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Plain Layout
25417 \align center
25418 \begin_inset space \hfill{}
25419 \end_inset
25420
25421
25422 \begin_inset Float table
25423 wide false
25424 sideways false
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 \begin_inset Caption
25429
25430 \begin_layout Plain Layout
25431 \begin_inset CommandInset label
25432 LatexCommand label
25433 name "tab:Untertabelle-a"
25434
25435 \end_inset
25436
25437 Dies ist Untertabelle a.
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Plain Layout
25446 \align center
25447 \begin_inset Tabular
25448 <lyxtabular version="3" rows="1" columns="5">
25449 <features tabularvalignment="middle">
25450 <column alignment="center" valignment="top" width="0">
25451 <column alignment="center" valignment="top" width="0">
25452 <column alignment="center" valignment="top" width="0">
25453 <column alignment="center" valignment="top" width="0">
25454 <column alignment="center" valignment="top" width="0">
25455 <row>
25456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 Test
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 b
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 c
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 d
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 e
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 </row>
25502 </lyxtabular>
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \begin_inset space \hfill{}
25513 \end_inset
25514
25515
25516 \begin_inset Float table
25517 wide false
25518 sideways false
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522 \begin_inset Caption
25523
25524 \begin_layout Plain Layout
25525 \begin_inset CommandInset label
25526 LatexCommand label
25527 name "tab:Untertabelle-b"
25528
25529 \end_inset
25530
25531 Dies ist Untertabelle b.
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Plain Layout
25540 \align center
25541 \begin_inset Tabular
25542 <lyxtabular version="3" rows="1" columns="5">
25543 <features tabularvalignment="middle">
25544 <column alignment="center" valignment="top" width="0">
25545 <column alignment="center" valignment="top" width="0">
25546 <column alignment="center" valignment="top" width="0">
25547 <column alignment="center" valignment="top" width="0">
25548 <column alignment="center" valignment="top" width="0">
25549 <row>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 e
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 d
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 c
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581 b
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 Test
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 </row>
25596 </lyxtabular>
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \begin_inset space \hfill{}
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Standard
25618 \begin_inset Float table
25619 wide false
25620 sideways false
25621 status open
25622
25623 \begin_layout Plain Layout
25624 \begin_inset Caption
25625
25626 \begin_layout Plain Layout
25627 \begin_inset CommandInset label
25628 LatexCommand label
25629 name "tab:Untertabellen-übereinander"
25630
25631 \end_inset
25632
25633 Zwei Untertabellen übereinander.
25634  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Plain Layout
25643 \align center
25644 \begin_inset Float table
25645 wide false
25646 sideways false
25647 status collapsed
25648
25649 \begin_layout Plain Layout
25650 \begin_inset Caption
25651
25652 \begin_layout Plain Layout
25653
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Plain Layout
25662 \align center
25663 \begin_inset Tabular
25664 <lyxtabular version="3" rows="1" columns="4">
25665 <features tabularvalignment="middle">
25666 <column alignment="center" valignment="top" width="0">
25667 <column alignment="center" valignment="top" width="0">
25668 <column alignment="center" valignment="top" width="0">
25669 <column alignment="center" valignment="top" width="0">
25670 <row>
25671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675 Test
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 Test
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 Test
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 Test
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 </lyxtabular>
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \begin_layout Plain Layout
25721 \align center
25722 \begin_inset Float table
25723 wide false
25724 sideways false
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728 \begin_inset Caption
25729
25730 \begin_layout Plain Layout
25731
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Plain Layout
25740 \align center
25741 \begin_inset Tabular
25742 <lyxtabular version="3" rows="1" columns="5">
25743 <features tabularvalignment="middle">
25744 <column alignment="center" valignment="top" width="0">
25745 <column alignment="center" valignment="top" width="0">
25746 <column alignment="center" valignment="top" width="0">
25747 <column alignment="center" valignment="top" width="0">
25748 <column alignment="center" valignment="top" width="0">
25749 <row>
25750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 a
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763 b
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772 c
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 d
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 e
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 </lyxtabular>
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Section
25814 Gleitobjekte nebeneinander
25815 \begin_inset Index idx
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Gleitobjekte ! nebeneinander
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
25829 \begin_inset space ~
25830 \end_inset
25831
25832
25833 \begin_inset CommandInset ref
25834 LatexCommand ref
25835 reference "abb:Gleitobjekt-links"
25836
25837 \end_inset
25838
25839  und 
25840 \begin_inset CommandInset ref
25841 LatexCommand ref
25842 reference "abb:Gleitobjekt-rechts"
25843
25844 \end_inset
25845
25846  wird nur 
25847 \emph on
25848 ein
25849 \emph default
25850  Gleitobjekt verwendet.
25851  In dieses werden zwei Minipage Boxen eingefügt.
25852 \begin_inset Foot
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856 Minipages sind in Abschnitt
25857 \begin_inset space ~
25858 \end_inset
25859
25860
25861 \begin_inset CommandInset ref
25862 LatexCommand ref
25863 reference "abs:Minipage"
25864
25865 \end_inset
25866
25867  erklärt.
25868 \end_layout
25869
25870 \end_inset
25871
25872  Die Breite wird für jede Minipage auf 45
25873 \begin_inset space \thinspace{}
25874 \end_inset
25875
25876 -50
25877 \begin_inset space \thinspace{}
25878 \end_inset
25879
25880 Spalten% und die Box Ausrichtung auf 
25881 \family sans
25882 Unten
25883 \family default
25884  gesetzt.
25885  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
25886  Gleitobjekt.
25887  Der einzige Unterschied ist, dass die Bildeinheit 
25888 \family sans
25889 Spaltenbreite
25890 \begin_inset space ~
25891 \end_inset
25892
25893 %
25894 \family default
25895  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
25896 \end_layout
25897
25898 \begin_layout Standard
25899 \begin_inset Float figure
25900 wide false
25901 sideways false
25902 status open
25903
25904 \begin_layout Plain Layout
25905 \begin_inset Box Frameless
25906 position "b"
25907 hor_pos "c"
25908 has_inner_box 1
25909 inner_pos "t"
25910 use_parbox 0
25911 use_makebox 0
25912 width "45col%"
25913 special "none"
25914 height "1in"
25915 height_special "totalheight"
25916 status open
25917
25918 \begin_layout Plain Layout
25919 \align center
25920 \begin_inset Graphics
25921         filename ../clipart/mobius.eps
25922         lyxscale 50
25923         width 100col%
25924         scaleBeforeRotation
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Plain Layout
25932 \begin_inset Caption
25933
25934 \begin_layout Plain Layout
25935 \begin_inset CommandInset label
25936 LatexCommand label
25937 name "abb:Gleitobjekt-links"
25938
25939 \end_inset
25940
25941 Gleitobjekt auf der linken Seite.
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \begin_inset space \hfill{}
25953 \end_inset
25954
25955
25956 \begin_inset Box Frameless
25957 position "b"
25958 hor_pos "c"
25959 has_inner_box 1
25960 inner_pos "t"
25961 use_parbox 0
25962 use_makebox 0
25963 width "45col%"
25964 special "none"
25965 height "1in"
25966 height_special "totalheight"
25967 status open
25968
25969 \begin_layout Plain Layout
25970 \align center
25971 \begin_inset Graphics
25972         filename ../clipart/platypus.eps
25973         lyxscale 50
25974         width 100col%
25975         scaleBeforeRotation
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Caption
25984
25985 \begin_layout Plain Layout
25986 \begin_inset CommandInset label
25987 LatexCommand label
25988 name "abb:Gleitobjekt-rechts"
25989
25990 \end_inset
25991
25992 Gleitobjekt auf der rechten Seite.
25993 \end_layout
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \begin_layout Section
26011 Beschriftungs-Formatierung
26012 \begin_inset CommandInset label
26013 LatexCommand label
26014 name "abs:Titel-Formatierung"
26015
26016 \end_inset
26017
26018
26019 \begin_inset Index idx
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023 Gleitobjekte ! Beschriftung ! Formatierung
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032
26033 \family sans
26034 Legende
26035 \family default
26036  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
26037  In LyX sehen Titel so aus:  
26038 \family sans
26039
26040 \begin_inset Quotes gld
26041 \end_inset
26042
26043 Abbildung xyz:
26044 \family default
26045
26046 \begin_inset Quotes grd
26047 \end_inset
26048
26049 , gefolgt vom Beschriftungstext, wobei 
26050 \family sans
26051 xyz
26052 \family default
26053  die von LyX vergebene Nummer ist.
26054  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
26055  gedruckt.
26056  Dies ist nicht immer brauchbar.
26057 \end_layout
26058
26059 \begin_layout Standard
26060 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
26061  
26062 \series bold
26063 caption
26064 \series default
26065
26066 \begin_inset Index idx
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 LaTeX-Pakete ! caption
26071 \end_layout
26072
26073 \end_inset
26074
26075  in den LaTeX-Vorspann laden:
26076 \end_layout
26077
26078 \begin_layout Standard
26079
26080 \series bold
26081
26082 \backslash
26083 usepackage[Format-Definition]{caption}
26084 \end_layout
26085
26086 \begin_layout Standard
26087 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
26088  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
26089 \end_layout
26090
26091 \begin_layout Standard
26092
26093 \series bold
26094
26095 \backslash
26096 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26097 \end_layout
26098
26099 \begin_layout Standard
26100 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
26101  definieren.
26102  Dazu laden Sie das 
26103 \series bold
26104 caption
26105 \series default
26106 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
26107  dem Befehl
26108 \end_layout
26109
26110 \begin_layout Standard
26111
26112 \series bold
26113
26114 \backslash
26115 captionsetup[Gleitobjekt-Typ]{Format-Definition}
26116 \end_layout
26117
26118 \begin_layout Standard
26119 Für Abbildung
26120 \begin_inset space ~
26121 \end_inset
26122
26123
26124 \begin_inset CommandInset ref
26125 LatexCommand ref
26126 reference "abb:Langer-Abb-Titel"
26127
26128 \end_inset
26129
26130  und Tabelle
26131 \begin_inset space ~
26132 \end_inset
26133
26134
26135 \begin_inset CommandInset ref
26136 LatexCommand ref
26137 reference "tab:Langer-Tab-Titel"
26138
26139 \end_inset
26140
26141  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
26142  werden:
26143 \end_layout
26144
26145 \begin_layout Standard
26146
26147 \series bold
26148
26149 \backslash
26150 usepackage[tableposition=top]{caption}
26151 \begin_inset Newline newline
26152 \end_inset
26153
26154
26155 \backslash
26156 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26157 \begin_inset Newline newline
26158 \end_inset
26159
26160
26161 \begin_inset Phantom HPhantom
26162 status open
26163
26164 \begin_layout Plain Layout
26165
26166 \series bold
26167
26168 \backslash
26169 captionsetup[figure]{
26170 \end_layout
26171
26172 \end_inset
26173
26174 labelsep=period}
26175 \begin_inset Newline newline
26176 \end_inset
26177
26178
26179 \backslash
26180 captionsetup[table]{labelfont={bf,sf}}
26181 \end_layout
26182
26183 \begin_layout Standard
26184 \begin_inset Note Greyedout
26185 status open
26186
26187 \begin_layout Plain Layout
26188
26189 \series bold
26190 Bemerkung:
26191 \series default
26192  Die Option 
26193 \series bold
26194 tableposition=top
26195 \series default
26196  hat keine Auswirkung, wenn eine 
26197 \series bold
26198 KOMA-Script
26199 \series default
26200
26201 \begin_inset Index idx
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 LaTeX-Pakete ! KOMA-Script
26206 \end_layout
26207
26208 \end_inset
26209
26210 -Dokumentklasse verwendet wird.
26211  Hier muss die Option 
26212 \series bold
26213 captions=tableheading
26214 \series default
26215  benutzt werden.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Standard
26224 Weitere Informationen über das Paket
26225 \series bold
26226  caption
26227 \series default
26228  finden Sie in seiner Dokumentation 
26229 \begin_inset CommandInset citation
26230 LatexCommand cite
26231 key "caption"
26232
26233 \end_inset
26234
26235 .
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Wenn Sie den Namen von 
26240 \begin_inset Quotes gld
26241 \end_inset
26242
26243 Abbildung
26244 \begin_inset Quotes grd
26245 \end_inset
26246
26247  auf 
26248 \begin_inset Quotes gld
26249 \end_inset
26250
26251 Bild
26252 \begin_inset Quotes grd
26253 \end_inset
26254
26255  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
26256 \end_layout
26257
26258 \begin_layout Standard
26259
26260 \series bold
26261
26262 \backslash
26263 renewcommand{
26264 \backslash
26265 fnum@figure}{Bild~
26266 \backslash
26267 thefigure}
26268 \end_layout
26269
26270 \begin_layout Standard
26271 wobei 
26272 \series bold
26273
26274 \backslash
26275 thefigure
26276 \series default
26277  die Bildnummer einsetzt und
26278 \series bold
26279  ~
26280 \series default
26281  ein geschütztes Leerzeichen ist.
26282 \end_layout
26283
26284 \begin_layout Standard
26285 \begin_inset VSpace bigskip
26286 \end_inset
26287
26288 Wenn Sie eine 
26289 \series bold
26290 KOMA-Script
26291 \series default
26292
26293 \begin_inset Index idx
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297 LaTeX-Pakete ! KOMA-Script
26298 \end_layout
26299
26300 \end_inset
26301
26302 -Dokumentklasse (
26303 \family sans
26304 article (KOMA-Script)
26305 \family default
26306
26307 \family sans
26308 book (KOMA-Script)
26309 \family default
26310
26311 \family sans
26312 letter (KOMA-Script)
26313 \family default
26314  oder 
26315 \family sans
26316 report (KOMA-Script)
26317 \family default
26318 ) benutzen, können Sie anstatt des 
26319 \series bold
26320 caption
26321 \series default
26322 -Paketes den eingebauten Befehl 
26323 \series bold
26324
26325 \backslash
26326 setkomafont
26327 \series default
26328  von 
26329 \series bold
26330 KOMA-Script
26331 \series default
26332  benutzen.
26333  Der Befehl
26334 \end_layout
26335
26336 \begin_layout Standard
26337
26338 \series bold
26339
26340 \backslash
26341 setkomafont{captionlabel}{
26342 \backslash
26343 bfseries}
26344 \end_layout
26345
26346 \begin_layout Standard
26347 im LaTeX-Vorspann druckt den Namen fett.
26348 \end_layout
26349
26350 \begin_layout Standard
26351 Weitere Informationen über 
26352 \series bold
26353
26354 \backslash
26355 setkomafont
26356 \series default
26357  finden Sie in der 
26358 \series bold
26359 KOMA-Script
26360 \series default
26361 -Do\SpecialChar \-
26362 ku\SpecialChar \-
26363 men\SpecialChar \-
26364 ta\SpecialChar \-
26365 tion 
26366 \begin_inset CommandInset citation
26367 LatexCommand cite
26368 key "KOMA-Script"
26369
26370 \end_inset
26371
26372 .
26373 \end_layout
26374
26375 \begin_layout Standard
26376 \begin_inset ERT
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380
26381
26382 \backslash
26383 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26384 }
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \begin_inset Note Note
26391 status open
26392
26393 \begin_layout Plain Layout
26394 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset Float figure
26404 placement !p
26405 wide false
26406 sideways false
26407 status open
26408
26409 \begin_layout Plain Layout
26410 \align center
26411 \begin_inset Graphics
26412         filename ../clipart/mobius.eps
26413         lyxscale 50
26414         scale 50
26415         scaleBeforeRotation
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Plain Layout
26423 \begin_inset Caption
26424
26425 \begin_layout Plain Layout
26426 \begin_inset CommandInset label
26427 LatexCommand label
26428 name "abb:Langer-Abb-Titel"
26429
26430 \end_inset
26431
26432 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26433  ist, um das andere Beschriftungsformat zu zeigen.
26434  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
26435 \begin_inset Argument
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26440  ist.
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \begin_layout Standard
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464
26465 \backslash
26466 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26467 on}
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \begin_layout Standard
26476 \begin_inset Float table
26477 placement !p
26478 wide false
26479 sideways false
26480 status open
26481
26482 \begin_layout Plain Layout
26483 \begin_inset Caption
26484
26485 \begin_layout Plain Layout
26486 \begin_inset CommandInset label
26487 LatexCommand label
26488 name "tab:Langer-Tab-Titel"
26489
26490 \end_inset
26491
26492 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26493  ist, um das andere Beschriftungsformat zu zeigen.
26494  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
26495  benutzt.
26496 \begin_inset Argument
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26501  ist.
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \begin_layout Plain Layout
26515 \align center
26516 \begin_inset Tabular
26517 <lyxtabular version="3" rows="1" columns="5">
26518 <features tabularvalignment="middle">
26519 <column alignment="center" valignment="top" width="0">
26520 <column alignment="center" valignment="top" width="0">
26521 <column alignment="center" valignment="top" width="0">
26522 <column alignment="center" valignment="top" width="0">
26523 <column alignment="center" valignment="top" width="0">
26524 <row>
26525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 a
26530 \end_layout
26531
26532 \end_inset
26533 </cell>
26534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Plain Layout
26538 b
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547 c
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 d
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565 e
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 </lyxtabular>
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Section
26584 Beschriftungs-Platzierung
26585 \begin_inset CommandInset label
26586 LatexCommand label
26587 name "abs:Titel-Platzierung"
26588
26589 \end_inset
26590
26591
26592 \begin_inset Index idx
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596 Gleitobjekte ! Beschriftung ! Platzierung
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Standard
26605 Normalerweise werden die Beschriftungen wie folgt platziert:
26606 \end_layout
26607
26608 \begin_layout Description
26609 Abbildung: darunter
26610 \end_layout
26611
26612 \begin_layout Description
26613 Tabelle: darüber
26614 \end_layout
26615
26616 \begin_layout Standard
26617 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
26618  Das heißt wenn Sie eine der Dokument-Klassen 
26619 \family sans
26620 article
26621 \family default
26622
26623 \family sans
26624 book
26625 \family default
26626
26627 \family sans
26628 letter
26629 \family default
26630  oder 
26631 \family sans
26632 report
26633 \family default
26634  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
26635  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
26636 \series bold
26637 caption
26638 \series default
26639  im LaTeX-Vorspann folgendes schreiben:
26640 \begin_inset Foot
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644 In Abschnitt
26645 \begin_inset space ~
26646 \end_inset
26647
26648
26649 \begin_inset CommandInset ref
26650 LatexCommand ref
26651 reference "abs:Titel-Formatierung"
26652
26653 \end_inset
26654
26655  steht mehr über das Paket 
26656 \series bold
26657 caption
26658 \series default
26659 .
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Standard
26668
26669 \series bold
26670 tableposition=top
26671 \end_layout
26672
26673 \begin_layout Standard
26674 Wenn Sie eine 
26675 \series bold
26676 KOMA-Script
26677 \series default
26678
26679 \begin_inset Index idx
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683 LaTeX-Pakete ! KOMA-Script
26684 \end_layout
26685
26686 \end_inset
26687
26688 -Dokumentklasse (
26689 \family sans
26690 article (KOMA-Script)
26691 \family default
26692
26693 \family sans
26694 book (KOMA-Script)
26695 \family default
26696
26697 \family sans
26698 letter (KOMA-Script)
26699 \family default
26700  oder 
26701 \family sans
26702 report (KOMA-Script)
26703 \family default
26704 ) benutzen, können Sie alternativ zum 
26705 \series bold
26706 caption
26707 \series default
26708 -Paket die Option 
26709 \series bold
26710 captions=tableheading
26711 \series default
26712  benutzen.
26713 \end_layout
26714
26715 \begin_layout Standard
26716 \begin_inset VSpace bigskip
26717 \end_inset
26718
26719 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
26720  Das bewirkt das LaTeX-Paket 
26721 \series bold
26722 sidecap
26723 \series default
26724
26725 \begin_inset Index idx
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 LaTeX-Pakete ! sidecap
26730 \end_layout
26731
26732 \end_inset
26733
26734 , das so in den LaTeX-Vorspann geladen wird:
26735 \end_layout
26736
26737 \begin_layout Standard
26738
26739 \series bold
26740
26741 \backslash
26742 usepackage[Option]{sidecap}
26743 \end_layout
26744
26745 \begin_layout Standard
26746 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
26747  Mit 
26748 \series bold
26749 innercaption
26750 \series default
26751  wird die Beschriftung innen gedruckt.
26752  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
26753  
26754 \series bold
26755 rightcaption
26756 \series default
26757  oder 
26758 \series bold
26759 leftcaption
26760 \series default
26761 .
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset ERT
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769
26770
26771 \backslash
26772 ifsidecap
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \begin_inset Note Note
26779 status open
26780
26781 \begin_layout Plain Layout
26782 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26783 \series bold
26784 sidecap
26785 \series default
26786  installiert ist.
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
26796  in den LaTeX-Vorspann schreiben:
26797 \end_layout
26798
26799 \begin_layout Standard
26800 \noindent
26801 \begin_inset CommandInset line
26802 LatexCommand rule
26803 offset "0.5ex"
26804 width "100line%"
26805 height "1pt"
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Standard
26813
26814 \series bold
26815
26816 \backslash
26817 newcommand{
26818 \backslash
26819 TabBesBeg}[1][1.0]{%
26820 \begin_inset Newline newline
26821 \end_inset
26822
26823
26824 \begin_inset Phantom HPhantom
26825 status open
26826
26827 \begin_layout Plain Layout
26828 \begin_inset space ~
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \backslash
26838 let
26839 \backslash
26840 MyTable
26841 \backslash
26842 table
26843 \begin_inset Newline newline
26844 \end_inset
26845
26846
26847 \begin_inset Phantom HPhantom
26848 status open
26849
26850 \begin_layout Plain Layout
26851
26852 \series medium
26853 \begin_inset space ~
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \backslash
26863 let
26864 \backslash
26865 MyEndtable
26866 \backslash
26867 endtable
26868 \begin_inset Newline newline
26869 \end_inset
26870
26871
26872 \begin_inset Phantom HPhantom
26873 status open
26874
26875 \begin_layout Plain Layout
26876
26877 \series medium
26878 \begin_inset space ~
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \backslash
26888 renewenvironment{table}[1]{
26889 \backslash
26890 begin{SCtable}[#1]##1}{
26891 \backslash
26892 end{SCtable}}}
26893 \end_layout
26894
26895 \begin_layout Standard
26896
26897 \series bold
26898
26899 \backslash
26900 newcommand{
26901 \backslash
26902 TabBesEnd}{%
26903 \begin_inset Newline newline
26904 \end_inset
26905
26906
26907 \begin_inset Phantom HPhantom
26908 status open
26909
26910 \begin_layout Plain Layout
26911 \begin_inset space ~
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \backslash
26921 let
26922 \backslash
26923 table
26924 \backslash
26925 MyTable
26926 \begin_inset Newline newline
26927 \end_inset
26928
26929
26930 \begin_inset Phantom HPhantom
26931 status open
26932
26933 \begin_layout Plain Layout
26934 \begin_inset space ~
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \backslash
26944 let
26945 \backslash
26946 endtable
26947 \backslash
26948 MyEndtable
26949 \end_layout
26950
26951 \begin_layout Standard
26952
26953 \series bold
26954
26955 \backslash
26956 newcommand{
26957 \backslash
26958 FigBesBeg}[1][1.0]{%
26959 \begin_inset Newline newline
26960 \end_inset
26961
26962
26963 \begin_inset Phantom HPhantom
26964 status open
26965
26966 \begin_layout Plain Layout
26967 \begin_inset space ~
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \backslash
26977 let
26978 \backslash
26979 MyFigure
26980 \backslash
26981 figure
26982 \begin_inset Newline newline
26983 \end_inset
26984
26985
26986 \begin_inset Phantom HPhantom
26987 status open
26988
26989 \begin_layout Plain Layout
26990 \begin_inset space ~
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \backslash
27000 let
27001 \backslash
27002 MyEndfigure
27003 \backslash
27004 endfigure
27005 \begin_inset Newline newline
27006 \end_inset
27007
27008
27009 \begin_inset Phantom HPhantom
27010 status open
27011
27012 \begin_layout Plain Layout
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \backslash
27023 renewenvironment{figure}[1]{
27024 \backslash
27025 begin{SCfigure}[#1]##1}{
27026 \backslash
27027 end{SCfigure}}}
27028 \end_layout
27029
27030 \begin_layout Standard
27031
27032 \series bold
27033
27034 \backslash
27035 newcommand{
27036 \backslash
27037 FigBesEnd}{%
27038 \begin_inset Newline newline
27039 \end_inset
27040
27041
27042 \begin_inset Phantom HPhantom
27043 status open
27044
27045 \begin_layout Plain Layout
27046 \begin_inset space ~
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \backslash
27056 let
27057 \backslash
27058 figure
27059 \backslash
27060 MyFigure
27061 \begin_inset Newline newline
27062 \end_inset
27063
27064
27065 \begin_inset Phantom HPhantom
27066 status open
27067
27068 \begin_layout Plain Layout
27069 \begin_inset space ~
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \backslash
27079 let
27080 \backslash
27081 endfigure
27082 \backslash
27083 MyEndfigure}
27084 \end_layout
27085
27086 \begin_layout Standard
27087 \noindent
27088 \begin_inset CommandInset line
27089 LatexCommand rule
27090 offset "0.5ex"
27091 width "100line%"
27092 height "1pt"
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \begin_layout Standard
27100 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
27101 ungen seitlich gedruckt werden.
27102  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
27103 \end_layout
27104
27105 \begin_layout Standard
27106
27107 \series bold
27108
27109 \backslash
27110 FigBesBeg
27111 \end_layout
27112
27113 \begin_layout Standard
27114 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
27115 \end_layout
27116
27117 \begin_layout Standard
27118
27119 \series bold
27120
27121 \backslash
27122 FigBesEnd
27123 \end_layout
27124
27125 \begin_layout Standard
27126 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
27127  zurückkehren wollen.
27128 \end_layout
27129
27130 \begin_layout Standard
27131 Bei Gleitobjekt-Tabellen heißen die Befehle
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 TabBesBeg
27140 \series default
27141  und 
27142 \series bold
27143
27144 \backslash
27145 TabBesEnd
27146 \series default
27147 .
27148 \end_layout
27149
27150 \begin_layout Standard
27151 Abbildung
27152 \begin_inset space ~
27153 \end_inset
27154
27155
27156 \begin_inset CommandInset ref
27157 LatexCommand ref
27158 reference "abb:Beschriftung-neben"
27159
27160 \end_inset
27161
27162  und Tabelle
27163 \begin_inset space ~
27164 \end_inset
27165
27166
27167 \begin_inset CommandInset ref
27168 LatexCommand ref
27169 reference "tab:Beschriftung-neben"
27170
27171 \end_inset
27172
27173  sind Beispiele für seitliche Beschriftungen.
27174 \end_layout
27175
27176 \begin_layout Standard
27177 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
27178  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
27179  der Abbildung.
27180  Das kann man mit dem Befehl
27181 \end_layout
27182
27183 \begin_layout Standard
27184
27185 \series bold
27186
27187 \backslash
27188 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
27189 \end_layout
27190
27191 \begin_layout Standard
27192 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
27193  Der Gleitobjekt-Typ ist entweder 
27194 \family sans
27195 figure
27196 \family default
27197  oder 
27198 \family sans
27199 table
27200 \family default
27201 , die
27202 \family sans
27203  
27204 \family default
27205 Platzierung ist 
27206 \family typewriter
27207 t
27208 \family default
27209  für oben, 
27210 \family typewriter
27211 c
27212 \family default
27213  für zentriert oder 
27214 \family typewriter
27215 b
27216 \family default
27217  für unten.
27218  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
27219  lautet der Befehl
27220 \end_layout
27221
27222 \begin_layout Standard
27223
27224 \series bold
27225
27226 \backslash
27227 sidecaptionvpos{figure}{c}
27228 \end_layout
27229
27230 \begin_layout Standard
27231 Das wurde in Abbildung
27232 \begin_inset space ~
27233 \end_inset
27234
27235
27236 \begin_inset CommandInset ref
27237 LatexCommand ref
27238 reference "abb:cap-beside-fig-2"
27239
27240 \end_inset
27241
27242  benutzt.
27243 \end_layout
27244
27245 \begin_layout Standard
27246 \begin_inset VSpace medskip
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \begin_layout Standard
27253 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
27254  Für schmale Bilder/Tabellen, wie in Tabelle
27255 \begin_inset space ~
27256 \end_inset
27257
27258
27259 \begin_inset CommandInset ref
27260 LatexCommand ref
27261 reference "tab:Beschriftung-neben"
27262
27263 \end_inset
27264
27265 , führt dies zu zu schmalen Beschriftungen.
27266  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
27267  Breite des Bildes/der Tabelle multipliziert wird.
27268  Das Ergebnis ist die Beschriftungsbreite.
27269  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
27270  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
27271  Der 
27272 \emph on
27273 Faktor
27274 \emph default
27275  kann entweder als optionales Argument für 
27276 \series bold
27277
27278 \backslash
27279 FigBesBeg
27280 \series default
27281  angegeben werden:
27282 \end_layout
27283
27284 \begin_layout Standard
27285
27286 \series bold
27287
27288 \backslash
27289 FigBesBeg[Faktor]
27290 \end_layout
27291
27292 \begin_layout Standard
27293 oder indem man in der Definition von 
27294 \series bold
27295
27296 \backslash
27297 FigBesBeg
27298 \series default
27299  die 
27300 \series bold
27301 1.0
27302 \series default
27303  mit einem anderen Wert ersetzt.
27304  Bei letzterem ist der angegebene Faktor der Standard wenn 
27305 \series bold
27306
27307 \backslash
27308 FigBesBeg
27309 \series default
27310  ohne Argument verwendet wird.
27311  Für Tabelle
27312 \begin_inset space ~
27313 \end_inset
27314
27315
27316 \begin_inset CommandInset ref
27317 LatexCommand ref
27318 reference "tab:Beschriftung-neben-breiter"
27319
27320 \end_inset
27321
27322  und Abbildung
27323 \begin_inset space ~
27324 \end_inset
27325
27326
27327 \begin_inset CommandInset ref
27328 LatexCommand ref
27329 reference "abb:cap-beside-fig-2"
27330
27331 \end_inset
27332
27333  wurde der Faktor 5 verwendet.
27334 \end_layout
27335
27336 \begin_layout Standard
27337 \begin_inset Note Greyedout
27338 status open
27339
27340 \begin_layout Plain Layout
27341
27342 \series bold
27343 Achtung:
27344 \series default
27345  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
27346 erungsoption 
27347 \family sans
27348 Hier,
27349 \begin_inset space ~
27350 \end_inset
27351
27352 auf
27353 \begin_inset space ~
27354 \end_inset
27355
27356 jeden
27357 \begin_inset space ~
27358 \end_inset
27359
27360 Fall
27361 \family default
27362  nicht verwendet werden werden, da diese von 
27363 \series bold
27364 sidecap
27365 \series default
27366  nicht unterstützt wird.
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \begin_inset VSpace medskip
27376 \end_inset
27377
27378 Weitere Informationen über das Paket
27379 \series bold
27380  sidecap
27381 \series default
27382  finden Sie in seiner Dokumentation 
27383 \begin_inset CommandInset citation
27384 LatexCommand cite
27385 key "sidecap"
27386
27387 \end_inset
27388
27389 .
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset Note Greyedout
27394 status open
27395
27396 \begin_layout Plain Layout
27397
27398 \series bold
27399 Bemerkung:
27400 \series default
27401  Das LaTeX-Paket 
27402 \series bold
27403 hypcap
27404 \series default
27405 ,
27406 \begin_inset Index idx
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 LaTeX-Pakete ! hypcap
27411 \end_layout
27412
27413 \end_inset
27414
27415  das in Abschnitt
27416 \begin_inset space ~
27417 \end_inset
27418
27419
27420 \begin_inset CommandInset ref
27421 LatexCommand ref
27422 reference "uab:Querverweis-Position"
27423
27424 \end_inset
27425
27426  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
27427  Beschriftungen.
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440
27441
27442 \backslash
27443 FigBesBeg 
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset Float figure
27453 wide false
27454 sideways false
27455 status open
27456
27457 \begin_layout Plain Layout
27458 \begin_inset Graphics
27459         filename ../clipart/escher-lsd.eps
27460         scale 75
27461         scaleBeforeRotation
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Plain Layout
27469 \begin_inset Caption
27470
27471 \begin_layout Plain Layout
27472 \begin_inset CommandInset label
27473 LatexCommand label
27474 name "abb:Beschriftung-neben"
27475
27476 \end_inset
27477
27478 Dies ist eine Beschriftung neben einer Abbildung.
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 FigBesEnd
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 \begin_inset ERT
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512
27513
27514 \backslash
27515 TabBesBeg 
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Standard
27524 \begin_inset Float table
27525 wide false
27526 sideways false
27527 status open
27528
27529 \begin_layout Plain Layout
27530 \begin_inset Caption
27531
27532 \begin_layout Plain Layout
27533 \begin_inset CommandInset label
27534 LatexCommand label
27535 name "tab:Beschriftung-neben"
27536
27537 \end_inset
27538
27539 Dies ist eine Beschriftung neben einer Tabelle.
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548 \begin_inset Tabular
27549 <lyxtabular version="3" rows="4" columns="5">
27550 <features tabularvalignment="middle">
27551 <column alignment="center" valignment="top" width="0">
27552 <column alignment="center" valignment="top" width="0">
27553 <column alignment="center" valignment="top" width="0">
27554 <column alignment="center" valignment="top" width="0">
27555 <column alignment="center" valignment="top" width="0">
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 a
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 b
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 c
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 <row>
27604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608
27609 \end_layout
27610
27611 \end_inset
27612 </cell>
27613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27614 \begin_inset Text
27615
27616 \begin_layout Plain Layout
27617 d
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 e
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 </row>
27650 <row>
27651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27652 \begin_inset Text
27653
27654 \begin_layout Plain Layout
27655 f
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673 g
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682
27683 \end_layout
27684
27685 \end_inset
27686 </cell>
27687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27688 \begin_inset Text
27689
27690 \begin_layout Plain Layout
27691 h
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 </row>
27697 <row>
27698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Plain Layout
27702
27703 \end_layout
27704
27705 \end_inset
27706 </cell>
27707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 i
27712 \end_layout
27713
27714 \end_inset
27715 </cell>
27716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27717 \begin_inset Text
27718
27719 \begin_layout Plain Layout
27720
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 j
27730 \end_layout
27731
27732 \end_inset
27733 </cell>
27734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 </row>
27744 </lyxtabular>
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset ERT
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761
27762
27763 \backslash
27764 TabBesEnd
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \begin_inset ERT
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777
27778
27779 \backslash
27780 FigBesBeg[5] 
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \begin_layout Standard
27789 \begin_inset ERT
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793
27794
27795 \backslash
27796 sidecaptionvpos{figure}{c}
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \begin_inset Float figure
27803 wide false
27804 sideways false
27805 status open
27806
27807 \begin_layout Plain Layout
27808 \begin_inset Graphics
27809         filename ../clipart/escher-lsd.eps
27810         scale 75
27811         scaleBeforeRotation
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Plain Layout
27819 \begin_inset Caption
27820
27821 \begin_layout Plain Layout
27822 \begin_inset CommandInset label
27823 LatexCommand label
27824 name "abb:cap-beside-fig-2"
27825
27826 \end_inset
27827
27828 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 FigBesEnd
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset ERT
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862
27863
27864 \backslash
27865 TabBesBeg[5]
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 \begin_inset Float table
27875 wide false
27876 sideways false
27877 status open
27878
27879 \begin_layout Plain Layout
27880 \begin_inset Caption
27881
27882 \begin_layout Plain Layout
27883 \begin_inset CommandInset label
27884 LatexCommand label
27885 name "tab:Beschriftung-neben-breiter"
27886
27887 \end_inset
27888
27889 Diese Beschriftung ist breiter als die in Tabelle
27890 \begin_inset space ~
27891 \end_inset
27892
27893
27894 \begin_inset CommandInset ref
27895 LatexCommand ref
27896 reference "tab:Beschriftung-neben"
27897
27898 \end_inset
27899
27900 .
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Plain Layout
27909 \begin_inset Tabular
27910 <lyxtabular version="3" rows="4" columns="5">
27911 <features tabularvalignment="middle">
27912 <column alignment="center" valignment="top" width="0">
27913 <column alignment="center" valignment="top" width="0">
27914 <column alignment="center" valignment="top" width="0">
27915 <column alignment="center" valignment="top" width="0">
27916 <column alignment="center" valignment="top" width="0">
27917 <row>
27918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922 a
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 b
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Plain Layout
27949
27950 \end_layout
27951
27952 \end_inset
27953 </cell>
27954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 c
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 </row>
27964 <row>
27965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 d
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 e
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 </row>
28011 <row>
28012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28013 \begin_inset Text
28014
28015 \begin_layout Plain Layout
28016 f
28017 \end_layout
28018
28019 \end_inset
28020 </cell>
28021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025
28026 \end_layout
28027
28028 \end_inset
28029 </cell>
28030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28031 \begin_inset Text
28032
28033 \begin_layout Plain Layout
28034 g
28035 \end_layout
28036
28037 \end_inset
28038 </cell>
28039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28040 \begin_inset Text
28041
28042 \begin_layout Plain Layout
28043
28044 \end_layout
28045
28046 \end_inset
28047 </cell>
28048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28049 \begin_inset Text
28050
28051 \begin_layout Plain Layout
28052 h
28053 \end_layout
28054
28055 \end_inset
28056 </cell>
28057 </row>
28058 <row>
28059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28060 \begin_inset Text
28061
28062 \begin_layout Plain Layout
28063
28064 \end_layout
28065
28066 \end_inset
28067 </cell>
28068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28069 \begin_inset Text
28070
28071 \begin_layout Plain Layout
28072 i
28073 \end_layout
28074
28075 \end_inset
28076 </cell>
28077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28078 \begin_inset Text
28079
28080 \begin_layout Plain Layout
28081
28082 \end_layout
28083
28084 \end_inset
28085 </cell>
28086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28087 \begin_inset Text
28088
28089 \begin_layout Plain Layout
28090 j
28091 \end_layout
28092
28093 \end_inset
28094 </cell>
28095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28096 \begin_inset Text
28097
28098 \begin_layout Plain Layout
28099
28100 \end_layout
28101
28102 \end_inset
28103 </cell>
28104 </row>
28105 </lyxtabular>
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \begin_layout Standard
28118 \begin_inset ERT
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122
28123
28124 \backslash
28125 TabBesEnd
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 \begin_inset ERT
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138
28139
28140 \backslash
28141 else
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \begin_inset Note Note
28148 status open
28149
28150 \begin_layout Plain Layout
28151 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
28152 \series bold
28153 sidecap
28154 \series default
28155  nicht installiert ist:
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Standard
28164 Das LaTeX-Paket 
28165 \series bold
28166 sidecap
28167 \series default
28168  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
28169 \end_layout
28170
28171 \begin_layout Standard
28172 \begin_inset ERT
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176
28177
28178 \backslash
28179 fi
28180 \end_layout
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Section
28188 Gleitobjekt-Verzeichnisse
28189 \begin_inset Index idx
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 Gleitobjekte ! Verzeichnisse
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
28203  Sie können mit den Untermenüs von 
28204 \family sans
28205 Einfügen\SpecialChar \menuseparator
28206 Liste
28207 \begin_inset space ~
28208 \end_inset
28209
28210 /
28211 \begin_inset space ~
28212 \end_inset
28213
28214 Inhaltsverzeichnis
28215 \family default
28216  eingefügt werden.
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
28221  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
28222 \end_layout
28223
28224 \begin_layout Standard
28225 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
28226  und ein Tabellen-Verzeichnis.
28227 \end_layout
28228
28229 \begin_layout Chapter
28230 Notizen
28231 \end_layout
28232
28233 \begin_layout Section
28234 LyX-Notizen
28235 \begin_inset Index idx
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 Notizen ! LyX-Notizen
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 Notizen werden mit einem Klick auf 
28249 \family sans
28250
28251 \begin_inset Info
28252 type  "icon"
28253 arg   "note-insert"
28254 \end_inset
28255
28256
28257 \family default
28258  oder 
28259 \family sans
28260 Einfügen\SpecialChar \menuseparator
28261 Notiz
28262 \family default
28263  eingefügt.
28264  Es gibt drei Arten:
28265 \end_layout
28266
28267 \begin_layout Description
28268 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
28269  Eine 
28270 \family sans
28271 LyX-Notiz
28272 \family default
28273  sieht so aus:
28274 \begin_inset Newline newline
28275 \end_inset
28276
28277
28278 \begin_inset Newline newline
28279 \end_inset
28280
28281
28282 \begin_inset Graphics
28283         filename clipart/LyXNotizQt4.png
28284         display false
28285         scale 60
28286         scaleBeforeRotation
28287
28288 \end_inset
28289
28290  
28291 \begin_inset Note Note
28292 status open
28293
28294 \begin_layout Plain Layout
28295 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Description
28304 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
28305  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
28306 \family sans
28307 Datei\SpecialChar \menuseparator
28308 Ex\SpecialChar \-
28309 por\SpecialChar \-
28310 tie\SpecialChar \-
28311 ren\SpecialChar \menuseparator
28312 LaTe
28313 \begin_inset ERT
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317
28318 {}
28319 \end_layout
28320
28321 \end_inset
28322
28323 X (pdflatex) / (normal)
28324 \family default
28325 .
28326  Ein Kommentar sieht so aus:
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Newline newline
28332 \end_inset
28333
28334
28335 \begin_inset Graphics
28336         filename clipart/KommentarQt4.png
28337         display false
28338         scale 60
28339         scaleBeforeRotation
28340
28341 \end_inset
28342
28343  
28344 \begin_inset Note Comment
28345 status open
28346
28347 \begin_layout Plain Layout
28348 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Description
28357 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
28358 \begin_inset Newline newline
28359 \end_inset
28360
28361
28362 \begin_inset Newline newline
28363 \end_inset
28364
28365
28366 \begin_inset Graphics
28367         filename clipart/GrauschriftNotizQt4.png
28368         display false
28369         scale 60
28370         scaleBeforeRotation
28371
28372 \end_inset
28373
28374
28375 \begin_inset Newline newline
28376 \end_inset
28377
28378
28379 \begin_inset ERT
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383
28384
28385 \backslash
28386 renewenvironment{lyxgreyedout}
28387 \end_layout
28388
28389 \begin_layout Plain Layout
28390
28391 {
28392 \backslash
28393 textcolor[gray]{0.4}
28394 \backslash
28395 bgroup}{
28396 \backslash
28397 egroup}
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \begin_inset Note Greyedout
28404 status open
28405
28406 \begin_layout Plain Layout
28407 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
28408 \begin_inset Foot
28409 status open
28410
28411 \begin_layout Plain Layout
28412 Dies ist eine Fußnote in einer Grauschrift-Notiz.
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \end_inset
28421
28422
28423 \begin_inset ERT
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427
28428
28429 \backslash
28430 renewenvironment{lyxgreyedout}
28431 \end_layout
28432
28433 \begin_layout Plain Layout
28434
28435 {
28436 \backslash
28437 textcolor{blue}
28438 \backslash
28439 bgroup}{
28440 \backslash
28441 egroup}
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \begin_inset Note Note
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
28452  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
28453  
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \begin_inset Newline newline
28460 \end_inset
28461
28462
28463 \begin_inset Newline newline
28464 \end_inset
28465
28466 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
28467  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \begin_inset VSpace bigskip
28472 \end_inset
28473
28474 Wenn Sie auf den Werkzeugleistenknopf 
28475 \family sans
28476
28477 \begin_inset Info
28478 type  "icon"
28479 arg   "note-insert"
28480 \end_inset
28481
28482
28483 \family default
28484  klicken, wird zunächst eine 
28485 \family sans
28486 LyX-Notiz
28487 \family default
28488  eingefügt.
28489  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
28490  Notiz-Typen auswählen.
28491  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
28492  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
28493  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
28494  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
28495  am Ende der Notiz ist.
28496 \end_layout
28497
28498 \begin_layout Standard
28499 \begin_inset VSpace bigskip
28500 \end_inset
28501
28502 Die Textfarbe von Grauschrift-Boxen kann im Menü 
28503 \family sans
28504 Dokument\SpecialChar \menuseparator
28505 Einstellungen\SpecialChar \menuseparator
28506 Farben
28507 \family default
28508  geändert werden.
28509 \end_layout
28510
28511 \begin_layout Section
28512 Fußnoten
28513 \begin_inset CommandInset label
28514 LatexCommand label
28515 name "abs:Fußnoten"
28516
28517 \end_inset
28518
28519
28520 \begin_inset Index idx
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524 Notizen ! Fußnoten
28525 \end_layout
28526
28527 \end_inset
28528
28529
28530 \begin_inset Index idx
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Fußnoten
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Fußnoten werden über den Werkzeugleistenknopf 
28544 \family sans
28545
28546 \begin_inset Info
28547 type  "icon"
28548 arg   "footnote-insert"
28549 \end_inset
28550
28551
28552 \family default
28553  oder das Menü 
28554 \family sans
28555 Einfügen\SpecialChar \menuseparator
28556 Fußnote
28557 \family default
28558  eingefügt.
28559  Man sieht dann diese Fußnotenbox: 
28560 \begin_inset Graphics
28561         filename clipart/FussnoteQt4.png
28562         scale 80
28563         scaleBeforeRotation
28564
28565 \end_inset
28566
28567  in die der Fußnotentext eingegeben wird.
28568  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
28569  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
28570  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
28571 \family sans
28572 Backspace
28573 \family default
28574  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
28575 \family sans
28576 Entf
28577 \family default
28578  wenn der Cursor am Ende der Fußnote ist.
28579 \end_layout
28580
28581 \begin_layout Standard
28582 Hier ist eine Beispielfußnote:
28583 \color black
28584
28585 \begin_inset Foot
28586 status open
28587
28588 \begin_layout Plain Layout
28589 \begin_inset CommandInset label
28590 LatexCommand label
28591 name "fuss:Fußnoten-Beispiel"
28592
28593 \end_inset
28594
28595 Dies ist eine Fußnote.
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \color inherit
28602
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 newcounter{MyRepeatFoot}
28611 \end_layout
28612
28613 \begin_layout Plain Layout
28614
28615
28616 \backslash
28617 setcounter{MyRepeatFoot}{
28618 \backslash
28619 thefootnote}
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \begin_layout Standard
28628 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
28629  wurde, eine hochgestellte Zahl.
28630  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
28631  hochgestellt dem Text vorangeht.
28632  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
28633  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
28634  werden.
28635 \end_layout
28636
28637 \begin_layout Standard
28638 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
28639  der Fußnote eine Marke eingefügt wurde.
28640  Dies ist ein Querverweis auf Fußnote
28641 \begin_inset space ~
28642 \end_inset
28643
28644
28645 \begin_inset CommandInset ref
28646 LatexCommand ref
28647 reference "fuss:Fußnoten-Beispiel"
28648
28649 \end_inset
28650
28651 .
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \begin_inset VSpace defskip
28656 \end_inset
28657
28658 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
28659  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
28660  wird der Befehl 
28661 \series bold
28662
28663 \backslash
28664 footnotemark{}
28665 \series default
28666  als TeX-Code eingefügt.
28667  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
28668 \series bold
28669
28670 \backslash
28671 footnotetext
28672 \series default
28673  nach der Tabelle eingegeben.
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
28678 \end_layout
28679
28680 \begin_layout Standard
28681
28682 \series bold
28683
28684 \backslash
28685 footnotetext{
28686 \series default
28687 Gedruckte Tabellenfußnote.
28688 \series bold
28689 }
28690 \end_layout
28691
28692 \begin_layout Standard
28693 \begin_inset Tabular
28694 <lyxtabular version="3" rows="2" columns="1">
28695 <features tabularvalignment="middle">
28696 <column alignment="center" valignment="top" width="0">
28697 <row>
28698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28699 \begin_inset Text
28700
28701 \begin_layout Plain Layout
28702 Dies ist ein Beispieltext.
28703 \begin_inset Foot
28704 status open
28705
28706 \begin_layout Plain Layout
28707 Diese Fußnote wird nicht gedruckt!
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \end_inset
28716 </cell>
28717 </row>
28718 <row>
28719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Plain Layout
28723 Dies ist ein Beispieltext.
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729
28730 \backslash
28731 footnotemark{}
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 </row>
28742 </lyxtabular>
28743
28744 \end_inset
28745
28746
28747 \begin_inset ERT
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751
28752
28753 \backslash
28754 footnotetext{
28755 \end_layout
28756
28757 \end_inset
28758
28759 Gedruckte Tabellenfußnote.
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765 }
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Fußnoten in langen Tabellen sind in Abschnitt
28775 \begin_inset space ~
28776 \end_inset
28777
28778
28779 \begin_inset CommandInset ref
28780 LatexCommand ref
28781 reference "uab:Fußnoten-in-langen"
28782
28783 \end_inset
28784
28785  beschrieben.
28786 \end_layout
28787
28788 \begin_layout Standard
28789 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
28790  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
28791  innerhalb einer Seite ist.
28792  (Mehr über Minipages ist in Abschnitt
28793 \begin_inset space ~
28794 \end_inset
28795
28796
28797 \begin_inset CommandInset ref
28798 LatexCommand ref
28799 reference "abs:Minipage"
28800
28801 \end_inset
28802
28803  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
28804  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
28805  Methode mit 
28806 \series bold
28807
28808 \backslash
28809 footnotemark{}
28810 \series default
28811  und 
28812 \series bold
28813
28814 \backslash
28815 footnotetext
28816 \series default
28817 .
28818 \end_layout
28819
28820 \begin_layout Standard
28821 \begin_inset Box Frameless
28822 position "t"
28823 hor_pos "c"
28824 has_inner_box 1
28825 inner_pos "t"
28826 use_parbox 0
28827 use_makebox 0
28828 width "100col%"
28829 special "none"
28830 height "1in"
28831 height_special "totalheight"
28832 status open
28833
28834 \begin_layout Plain Layout
28835 Dies ist ein Beispieltext.in einer Minipage.
28836 \begin_inset Foot
28837 status open
28838
28839 \begin_layout Plain Layout
28840 Fußnote in einer Minipage.
28841 \end_layout
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \begin_layout Plain Layout
28849 Dies ist ein Beispieltext.
28850  in einer Minipage.
28851 \begin_inset ERT
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 footnotemark{}
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Standard
28872 \begin_inset ERT
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876
28877
28878 \backslash
28879 footnotetext{
28880 \end_layout
28881
28882 \end_inset
28883
28884 Fußnote außerhalb der Minipage.
28885 \begin_inset ERT
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889
28890 }
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 \begin_inset VSpace defskip
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
28907  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
28908 \series bold
28909
28910 \backslash
28911 footnotemark[Nummer]
28912 \series default
28913 .
28914 \begin_inset Newline newline
28915 \end_inset
28916
28917 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
28918  sie speichern, nachdem Sie die Fußnote eingefügt haben.
28919  Hinter Fußnote
28920 \begin_inset space ~
28921 \end_inset
28922
28923
28924 \begin_inset CommandInset ref
28925 LatexCommand ref
28926 reference "fuss:Fußnoten-Beispiel"
28927
28928 \end_inset
28929
28930  wurde das mit folgenden TeX-Code-Befehlen gemacht:
28931 \end_layout
28932
28933 \begin_layout Standard
28934
28935 \series bold
28936
28937 \backslash
28938 newcounter{MyRepeatFoot}
28939 \begin_inset Newline newline
28940 \end_inset
28941
28942
28943 \backslash
28944 setcounter{MyRepeatFoot}{
28945 \backslash
28946 thefootnote}
28947 \end_layout
28948
28949 \begin_layout Standard
28950 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
28951 \end_layout
28952
28953 \begin_layout Standard
28954
28955 \series bold
28956
28957 \backslash
28958 footnotemark[
28959 \backslash
28960 theMyRepeatFoot]
28961 \end_layout
28962
28963 \begin_layout Standard
28964 Hier ist eine wiederholte Fußnote:
28965 \begin_inset ERT
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969
28970
28971 \backslash
28972 footnotemark[
28973 \backslash
28974 theMyRepeatFoot]
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
28984  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 footnotemark[
28993 \backslash
28994 thefootnote]
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Hier ist eine weitere wiederholte Fußnote:
28999 \begin_inset ERT
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003
29004
29005 \backslash
29006 footnotemark[
29007 \backslash
29008 thefootnote]
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Subsection
29017 Fußnoten-Nummerierung
29018 \begin_inset CommandInset label
29019 LatexCommand label
29020 name "uab:Fußnoten-Nummerierung"
29021
29022 \end_inset
29023
29024
29025 \begin_inset Index idx
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Fußnoten ! Nummerierung
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 Um Fußnoten nach jedem Abschnitt
29039 \family roman
29040  auf 1 zurückzusetzen, 
29041 \family default
29042 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29043 \end_layout
29044
29045 \begin_layout Standard
29046
29047 \series bold
29048
29049 \backslash
29050 @addtoreset{footnote}{section}
29051 \end_layout
29052
29053 \begin_layout Standard
29054 \begin_inset VSpace bigskip
29055 \end_inset
29056
29057 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
29058  Zahlen:
29059 \end_layout
29060
29061 \begin_layout Standard
29062
29063 \series bold
29064
29065 \backslash
29066 renewcommand{
29067 \backslash
29068 thefootnote}{
29069 \backslash
29070 roman{footnote}}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset ERT
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 renewcommand{
29082 \backslash
29083 thefootnote}{
29084 \backslash
29085 roman{footnote}}
29086 \end_layout
29087
29088 \end_inset
29089
29090  Hier ist ein Beispiel für solch eine Fußnote:
29091 \begin_inset Foot
29092 status open
29093
29094 \begin_layout Plain Layout
29095 Dies ist eine Fußnote mit kleinen römischen Zahlen
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
29105  in obigem Befehl 
29106 \series bold
29107
29108 \backslash
29109 roman
29110 \series default
29111  durch 
29112 \series bold
29113
29114 \backslash
29115 Roman
29116 \series default
29117 .
29118  Um Fußnoten mit großen oder kleinen Buchstaben zu 
29119 \begin_inset Quotes gld
29120 \end_inset
29121
29122 nummerieren
29123 \begin_inset Quotes grd
29124 \end_inset
29125
29126 , verwenden Sie die Befehle 
29127 \series bold
29128
29129 \backslash
29130 Alph
29131 \series default
29132  oder 
29133 \series bold
29134
29135 \backslash
29136 alph
29137 \series default
29138 .
29139  Für die 
29140 \begin_inset Quotes gld
29141 \end_inset
29142
29143 Nummerierung
29144 \begin_inset Quotes grd
29145 \end_inset
29146
29147  mit Symbolen steht der Befehl 
29148 \series bold
29149
29150 \backslash
29151 fnsymbol
29152 \series default
29153  zur Verfügung.
29154 \end_layout
29155
29156 \begin_layout Standard
29157 \begin_inset Note Greyedout
29158 status open
29159
29160 \begin_layout Plain Layout
29161
29162 \series bold
29163 Bemerkung 1:
29164 \series default
29165  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
29166  
29167 \emph on
29168 ein
29169 \emph default
29170  Buchstabe verwendet wird.
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \begin_inset Newline newline
29177 \end_inset
29178
29179
29180 \begin_inset Note Greyedout
29181 status open
29182
29183 \begin_layout Plain Layout
29184
29185 \series bold
29186 Bemerkung 2:
29187 \series default
29188  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \begin_layout Standard
29197 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
29198 \series bold
29199
29200 \backslash
29201 arabic
29202 \series default
29203  anstelle von 
29204 \series bold
29205
29206 \backslash
29207 roman
29208 \series default
29209  in obigem Befehl.
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 renewcommand{
29218 \backslash
29219 thefootnote}{
29220 \backslash
29221 arabic{footnote}}
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset VSpace bigskip
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Wenn Sie wollen, dass Fußnoten nach dem Schema 
29238 \begin_inset Quotes gld
29239 \end_inset
29240
29241 Kapitel.Fußnote
29242 \begin_inset Quotes grd
29243 \end_inset
29244
29245  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29246 \end_layout
29247
29248 \begin_layout Standard
29249
29250 \series bold
29251
29252 \backslash
29253 numberwithin{footnote}{chapter}
29254 \end_layout
29255
29256 \begin_layout Standard
29257 Um 
29258 \series bold
29259
29260 \backslash
29261 numberwithin
29262 \series default
29263  benutzen zu können, muss in den 
29264 \family sans
29265 Mathe
29266 \begin_inset space ~
29267 \end_inset
29268
29269 Optionen
29270 \family default
29271  der 
29272 \family sans
29273 Dokument-Einstellungen
29274 \family default
29275  
29276 \family sans
29277 AMS
29278 \begin_inset space ~
29279 \end_inset
29280
29281 Mathe
29282 \begin_inset space ~
29283 \end_inset
29284
29285 Paket
29286 \family default
29287
29288 \begin_inset space ~
29289 \end_inset
29290
29291
29292 \family sans
29293 verwenden
29294 \family default
29295  angekreuzt sein.
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 numberwithin{footnote}{chapter}
29304 \end_layout
29305
29306 \end_inset
29307
29308  Hier ist ein Beispiel für solch eine Fußnote.
29309 \series bold
29310
29311 \begin_inset Foot
29312 status open
29313
29314 \begin_layout Plain Layout
29315 Dies ist eine Fußnote nach dem Schema 
29316 \begin_inset Quotes gld
29317 \end_inset
29318
29319 Kapitel.Fußnote
29320 \begin_inset Quotes grd
29321 \end_inset
29322
29323 .
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \series default
29330
29331 \begin_inset ERT
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335
29336
29337 \backslash
29338 renewcommand{
29339 \backslash
29340 thefootnote}{
29341 \backslash
29342 arabic{footnote}}
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset Note Greyedout
29352 status open
29353
29354 \begin_layout Plain Layout
29355
29356 \series bold
29357 Bemerkung:
29358 \series default
29359  
29360 \series bold
29361
29362 \backslash
29363 numberwithin
29364 \series default
29365  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
29366  werden überschrieben.
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 Um also z.
29376 \begin_inset space \thinspace{}
29377 \end_inset
29378
29379 B.
29380  das Schema 
29381 \begin_inset Quotes gld
29382 \end_inset
29383
29384 Kapitel.
29385 \backslash
29386 Roman{footnote}
29387 \begin_inset Quotes grd
29388 \end_inset
29389
29390  zu erhalten, muss dieser Befehl anstelle von 
29391 \series bold
29392
29393 \backslash
29394 numberwithin
29395 \series default
29396  verwendet werden:
29397 \end_layout
29398
29399 \begin_layout Standard
29400
29401 \series bold
29402
29403 \backslash
29404 renewcommand{
29405 \backslash
29406 thefootnote}{
29407 \backslash
29408 thechapter.
29409 \backslash
29410 Roman{footnote}}
29411 \end_layout
29412
29413 \begin_layout Subsection
29414 Fußnoten-Platzierung
29415 \begin_inset Index idx
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419 Fußnoten ! Platzierung
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \begin_layout Standard
29428 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
29429  ohne Zwischenraum am Ende der Seite gedruckt.
29430  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
29431  LaTeX-Vorspann 1.5
29432 \begin_inset space \thinspace{}
29433 \end_inset
29434
29435 mm Zwischenraum einfügen:
29436 \end_layout
29437
29438 \begin_layout Standard
29439
29440 \series bold
29441
29442 \backslash
29443 let
29444 \backslash
29445 myFoot
29446 \backslash
29447 footnote
29448 \begin_inset Newline newline
29449 \end_inset
29450
29451
29452 \backslash
29453 renewcommand{
29454 \backslash
29455 footnote}[1]{
29456 \backslash
29457 myFoot{#1
29458 \backslash
29459 vspace{1.5mm}}}
29460 \end_layout
29461
29462 \begin_layout Standard
29463 \begin_inset VSpace bigskip
29464 \end_inset
29465
29466 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
29467  Spalte gedruckt, Abbildung
29468 \begin_inset space ~
29469 \end_inset
29470
29471
29472 \begin_inset CommandInset ref
29473 LatexCommand ref
29474 reference "abb:Standard-Fußnoten-Platzierung-in"
29475
29476 \end_inset
29477
29478 .
29479  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
29480  in Abbildung
29481 \begin_inset space ~
29482 \end_inset
29483
29484
29485 \begin_inset CommandInset ref
29486 LatexCommand ref
29487 reference "abb:Fußnoten-Platzierung-in-einem"
29488
29489 \end_inset
29490
29491 , müssen Sie das LaTeX-Paket 
29492 \series bold
29493 ftnright
29494 \series default
29495
29496 \begin_inset Index idx
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 LaTeX-Pakete ! ftnright
29501 \end_layout
29502
29503 \end_inset
29504
29505  mit folgendem Befehl im LaTeX-Vorspann einfügen:
29506 \end_layout
29507
29508 \begin_layout Standard
29509
29510 \series bold
29511
29512 \backslash
29513 usepackage{ftnright}
29514 \end_layout
29515
29516 \begin_layout Standard
29517 \begin_inset Float figure
29518 placement !h
29519 wide false
29520 sideways false
29521 status open
29522
29523 \begin_layout Plain Layout
29524 \begin_inset ERT
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528
29529
29530 \backslash
29531 framebox{
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \begin_inset Graphics
29538         filename ../clipart/without_fntright.pdf
29539         width 100col%
29540         scaleBeforeRotation
29541
29542 \end_inset
29543
29544
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550 }
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Plain Layout
29559 \begin_inset Caption
29560
29561 \begin_layout Plain Layout
29562 \begin_inset CommandInset label
29563 LatexCommand label
29564 name "abb:Standard-Fußnoten-Platzierung-in"
29565
29566 \end_inset
29567
29568 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
29569 \begin_inset Argument
29570 status open
29571
29572 \begin_layout Plain Layout
29573 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \begin_inset Float figure
29593 placement !h
29594 wide false
29595 sideways false
29596 status open
29597
29598 \begin_layout Plain Layout
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 framebox{
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Graphics
29613         filename ../clipart/with_fntright.pdf
29614         width 100col%
29615         scaleBeforeRotation
29616
29617 \end_inset
29618
29619
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625 }
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Plain Layout
29634 \begin_inset Caption
29635
29636 \begin_layout Plain Layout
29637 \begin_inset CommandInset label
29638 LatexCommand label
29639 name "abb:Fußnoten-Platzierung-in-einem"
29640
29641 \end_inset
29642
29643 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
29644  
29645 \series bold
29646 ftnright
29647 \series default
29648 .
29649 \begin_inset Argument
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 Fußnoten-Platzierung mit 
29654 \family typewriter
29655 ftnright
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 \begin_inset VSpace bigskip
29675 \end_inset
29676
29677 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
29678  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
29679 \begin_inset space ~
29680 \end_inset
29681
29682
29683 \begin_inset CommandInset ref
29684 LatexCommand ref
29685 reference "abb:endnotes"
29686
29687 \end_inset
29688
29689  gedruckt.
29690  Man nennt sie dann 
29691 \begin_inset Quotes gld
29692 \end_inset
29693
29694 Endnoten
29695 \begin_inset Quotes grd
29696 \end_inset
29697
29698 .
29699 \begin_inset Index idx
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Endnoten
29704 \end_layout
29705
29706 \end_inset
29707
29708  Um das zu erreichen, laden Sie im Menü 
29709 \family sans
29710 Dokument\SpecialChar \menuseparator
29711 Einstellungen\SpecialChar \menuseparator
29712 Module 
29713 \family default
29714 das Modul 
29715 \family sans
29716 Fußnote
29717 \begin_inset space ~
29718 \end_inset
29719
29720 als
29721 \begin_inset space ~
29722 \end_inset
29723
29724 Endnote
29725 \family default
29726 .
29727  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
29728 \end_layout
29729
29730 \begin_layout Standard
29731
29732 \series bold
29733
29734 \backslash
29735 theendnotes
29736 \end_layout
29737
29738 \begin_layout Standard
29739 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
29740 \end_layout
29741
29742 \begin_layout Standard
29743 \begin_inset Float figure
29744 wide false
29745 sideways false
29746 status open
29747
29748 \begin_layout Plain Layout
29749 \align center
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755
29756 \backslash
29757 framebox{
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \begin_inset Graphics
29764         filename ../clipart/endnotes.pdf
29765         scaleBeforeRotation
29766
29767 \end_inset
29768
29769
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775 }
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \begin_layout Plain Layout
29784 \begin_inset Caption
29785
29786 \begin_layout Plain Layout
29787 \begin_inset CommandInset label
29788 LatexCommand label
29789 name "abb:endnotes"
29790
29791 \end_inset
29792
29793
29794 \series bold
29795 endnotes
29796 \series default
29797  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
29798  gedruckt.
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 \begin_inset VSpace medskip
29813 \end_inset
29814
29815 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
29816 ache übersetzt.
29817  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
29818 \begin_inset Quotes gld
29819 \end_inset
29820
29821 Notes
29822 \begin_inset Quotes grd
29823 \end_inset
29824
29825  in 
29826 \begin_inset Quotes gld
29827 \end_inset
29828
29829 Anmerkungen
29830 \begin_inset Quotes grd
29831 \end_inset
29832
29833 :
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 renewcommand{
29842 \backslash
29843 notesname}{Anmerkungen}
29844 \end_layout
29845
29846 \begin_layout Standard
29847 \begin_inset VSpace medskip
29848 \end_inset
29849
29850 Wenn Sie in den Befehlen von Abschnitt
29851 \begin_inset space ~
29852 \end_inset
29853
29854
29855 \begin_inset CommandInset ref
29856 LatexCommand ref
29857 reference "uab:Fußnoten-Nummerierung"
29858
29859 \end_inset
29860
29861  
29862 \series bold
29863
29864 \backslash
29865 thefootnote
29866 \series default
29867  durch 
29868 \series bold
29869
29870 \backslash
29871 theendnote
29872 \series default
29873  ersetzen, können Sie die Nummerierung von Endnoten ändern.
29874  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
29875 \series bold
29876
29877 \backslash
29878 @addtoreset
29879 \series default
29880  wie in Abschnitt
29881 \begin_inset space \space{}
29882 \end_inset
29883
29884
29885 \begin_inset CommandInset ref
29886 LatexCommand ref
29887 reference "uab:Fußnoten-Nummerierung"
29888
29889 \end_inset
29890
29891  beschrieben und ersetzen 
29892 \series bold
29893 footnote
29894 \series default
29895  durch 
29896 \series bold
29897 endnote
29898 \series default
29899 .
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Für Endnoten gibt es den Befehl 
29904 \series bold
29905
29906 \backslash
29907 endnotemark[Nummer]
29908 \series default
29909  analog zum Befehl 
29910 \series bold
29911
29912 \backslash
29913 footnotemark
29914 \series default
29915  der in Abschnitt
29916 \begin_inset space ~
29917 \end_inset
29918
29919
29920 \begin_inset CommandInset ref
29921 LatexCommand ref
29922 reference "abs:Fußnoten"
29923
29924 \end_inset
29925
29926  beschrieben ist.
29927 \end_layout
29928
29929 \begin_layout Standard
29930 \begin_inset VSpace bigskip
29931 \end_inset
29932
29933 Mit dem LaTeX-Paket 
29934 \series bold
29935 footmisc
29936 \series default
29937
29938 \begin_inset Index idx
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942 LaTeX-Pakete ! footmisc
29943 \end_layout
29944
29945 \end_inset
29946
29947  (
29948 \begin_inset CommandInset citation
29949 LatexCommand cite
29950 key "footmisc"
29951
29952 \end_inset
29953
29954 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 In LaTeX-Büchern, 
29959 \begin_inset CommandInset citation
29960 LatexCommand cite
29961 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
29962
29963 \end_inset
29964
29965 , finden Sie weiteres zu Fußnoten.
29966  Wenn Sie eine 
29967 \series bold
29968 KOMA-Script
29969 \series default
29970
29971 \begin_inset Index idx
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975 LaTeX-Pakete ! KOMA-Script
29976 \end_layout
29977
29978 \end_inset
29979
29980  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
29981 zifische Befehle anpassen, siehe 
29982 \begin_inset CommandInset citation
29983 LatexCommand cite
29984 key "KOMA-Script"
29985
29986 \end_inset
29987
29988 .
29989 \end_layout
29990
29991 \begin_layout Section
29992 Randnotizen
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Randnotizen
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \begin_inset Index idx
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007 Notizen ! Randnotizen
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Standard
30016 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
30017  Sie fügen sie mit einem Klick auf den Schalter 
30018 \family sans
30019
30020 \begin_inset Info
30021 type  "icon"
30022 arg   "marginalnote-insert"
30023 \end_inset
30024
30025
30026 \family default
30027  oder über 
30028 \family sans
30029 Einfügen\SpecialChar \menuseparator
30030 Randnotiz
30031 \family default
30032  ein.
30033  Ein graues Kästchen mit der Aufschrift 
30034 \begin_inset Quotes gld
30035 \end_inset
30036
30037 Rand
30038 \begin_inset Quotes grd
30039 \end_inset
30040
30041  erscheint
30042 \family roman
30043 \series medium
30044 , und dort, wo der Cursor steht, können Sie Text eingeben.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Hier am Rand sehen Sie eine Randnotiz.
30049  
30050 \begin_inset Marginal
30051 status open
30052
30053 \begin_layout Plain Layout
30054 Dies ist eine Randnotiz.
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
30064  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
30065  Seiten und rechts auf den ungeraden.
30066  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
30067  wird und umgekehrt.
30068  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
30069  wurde.
30070 \end_layout
30071
30072 \begin_layout Standard
30073 \begin_inset VSpace bigskip
30074 \end_inset
30075
30076 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
30077 \end_layout
30078
30079 \begin_layout Standard
30080
30081 \series bold
30082
30083 \backslash
30084 reversemarginpar
30085 \end_layout
30086
30087 \begin_layout Standard
30088 als TeX-Code vor einer Randnotiz ein.
30089  Das gilt dann für alle folgenden Randnotizen.
30090  
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096
30097 \backslash
30098 reversemarginpar 
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset Marginal
30105 status open
30106
30107 \begin_layout Plain Layout
30108 Hier ist ein Beispiel im inneren Rand.
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset Newline newline
30115 \end_inset
30116
30117
30118 \begin_inset Note Greyedout
30119 status open
30120
30121 \begin_layout Plain Layout
30122  
30123 \series bold
30124 Achtung:
30125 \series default
30126  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 normalmarginpar
30144 \end_layout
30145
30146 \begin_layout Standard
30147 als TeX-Code ein.
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153
30154 \backslash
30155 normalmarginpar 
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \end_layout
30162
30163 \begin_layout Standard
30164 \begin_inset Note Greyedout
30165 status open
30166
30167 \begin_layout Plain Layout
30168
30169 \series bold
30170 Achtung:
30171 \series default
30172  Der Befehl wird missachtet, wenn er im selben Absatz wie 
30173 \series bold
30174
30175 \backslash
30176 reversemarginpar
30177 \series default
30178  verwendet wird.
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \begin_layout Standard
30187 \begin_inset VSpace bigskip
30188 \end_inset
30189
30190
30191 \begin_inset Marginal
30192 status open
30193
30194 \begin_layout Plain Layout
30195
30196 \family roman
30197 \series medium
30198 EinSehrLangesWort am Anfang, das umgebrochen wird.
30199 \end_layout
30200
30201 \end_inset
30202
30203  Ähnlich wie in Abschnitt
30204 \begin_inset space ~
30205 \end_inset
30206
30207
30208 \begin_inset CommandInset ref
30209 LatexCommand ref
30210 reference "uab:Mehrfache-Zeilen-in"
30211
30212 \end_inset
30213
30214  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
30215  Wort der Randnotiz sind.
30216  Um das zu vermeiden, fügen sie 0
30217 \begin_inset space \thinspace{}
30218 \end_inset
30219
30220 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
30221 \begin_inset Marginal
30222 status open
30223
30224 \begin_layout Plain Layout
30225 \begin_inset space \hspace{}
30226 \length 0pt
30227 \end_inset
30228
30229
30230 \family roman
30231 \series medium
30232 EinSehrLangesWort am Anfang, das umgebrochen wird.
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset VSpace bigskip
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Standard
30248 \begin_inset Note Greyedout
30249 status open
30250
30251 \begin_layout Plain Layout
30252
30253 \series bold
30254 Bemerkung:
30255 \series default
30256  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
30257  verwendet werden.
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Standard
30266 \begin_inset VSpace bigskip
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 ifmarginnote
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \begin_inset Note Note
30287 status open
30288
30289 \begin_layout Plain Layout
30290 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
30291 \series bold
30292 marginnote
30293 \series default
30294  installiert ist.
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
30304 \series bold
30305 marginnote
30306 \series default
30307
30308 \begin_inset Index idx
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312 LaTeX-Pakete ! marginnote
30313 \end_layout
30314
30315 \end_inset
30316
30317  verwendet wird.
30318  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
30319  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
30320  des Pakets 
30321 \series bold
30322 marginnote
30323 \series default
30324  für Randnotizen verwendet wird:
30325 \end_layout
30326
30327 \begin_layout Standard
30328
30329 \series bold
30330
30331 \backslash
30332 usepackage{marginnote}
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336
30337 \backslash
30338 let
30339 \backslash
30340 marginpar
30341 \backslash
30342 marginnote
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Dies wird auch in diesem Dokument verwendet, denn 
30347 \series bold
30348 marginnote
30349 \series default
30350  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
30351  für Randnotizen angeben.
30352  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
30353 n zu dicht beieinander sind.
30354  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
30355  Schema
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361 [Versatz]
30362 \end_layout
30363
30364 \begin_layout Standard
30365 angegeben.
30366  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
30367 \begin_inset space ~
30368 \end_inset
30369
30370
30371 \begin_inset CommandInset ref
30372 LatexCommand ref
30373 reference "tab:Maßeinheiten"
30374
30375 \end_inset
30376
30377  aufgelistet sind.
30378  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
30379  nach unten.
30380  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
30381 \begin_inset space \thinspace{}
30382 \end_inset
30383
30384 cm mit dem TeX-Code-Befehl  
30385 \begin_inset Quotes gld
30386 \end_inset
30387
30388
30389 \series bold
30390 [-1.5cm]
30391 \series default
30392
30393 \begin_inset Quotes grd
30394 \end_inset
30395
30396  nach oben versetzt.
30397 \begin_inset Marginal
30398 status open
30399
30400 \begin_layout Plain Layout
30401 Diese Randnotiz ist 1.5
30402 \begin_inset space \thinspace{}
30403 \end_inset
30404
30405 cm von ihrer Originalposition nach oben versetzt.
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416 [-1.5cm]
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Standard
30425 \begin_inset VSpace medskip
30426 \end_inset
30427
30428 Mit 
30429 \series bold
30430 marginnote
30431 \series default
30432  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
30433  Zum Beispiel setzen die Befehle
30434 \end_layout
30435
30436 \begin_layout Standard
30437
30438 \series bold
30439
30440 \backslash
30441 renewcommand*{
30442 \backslash
30443 raggedleftmarginnote}{
30444 \backslash
30445 centering}
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449
30450 \backslash
30451 renewcommand*{
30452 \backslash
30453 raggedrightmarginnote}{
30454 \backslash
30455 centering}
30456 \end_layout
30457
30458 \begin_layout Standard
30459 die Ausrichtung auf zentriert.
30460  
30461 \series bold
30462
30463 \backslash
30464 raggedleftmarginnote
30465 \series default
30466  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
30467  
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 renewcommand*{
30476 \backslash
30477 raggedleftmarginnote}{
30478 \backslash
30479 centering}
30480 \end_layout
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 renewcommand*{
30487 \backslash
30488 raggedrightmarginnote}{
30489 \backslash
30490 centering}
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Marginal
30497 status open
30498
30499 \begin_layout Plain Layout
30500 Der Text dieser Randnotiz ist zentriert ausgerichtet.
30501 \end_layout
30502
30503 \end_inset
30504
30505  Die Voreinstellung ist
30506 \end_layout
30507
30508 \begin_layout Standard
30509
30510 \series bold
30511
30512 \backslash
30513 renewcommand*{
30514 \backslash
30515 raggedleftmarginnote}{
30516 \backslash
30517 raggedleft}
30518 \begin_inset Newline newline
30519 \end_inset
30520
30521
30522 \backslash
30523 renewcommand*{
30524 \backslash
30525 raggedrightmarginnote}{
30526 \backslash
30527 raggedright}
30528 \series default
30529
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 renewcommand*{
30538 \backslash
30539 raggedleftmarginnote}{
30540 \backslash
30541 raggedleft}
30542 \end_layout
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 renewcommand*{
30549 \backslash
30550 raggedrightmarginnote}{
30551 \backslash
30552 raggedright}
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \begin_layout Standard
30561 \begin_inset VSpace medskip
30562 \end_inset
30563
30564 Für weitere Fähigkeiten des Pakets 
30565 \series bold
30566 marginnote
30567 \series default
30568  sei auf dessen Dokumentation verwiesen 
30569 \begin_inset CommandInset citation
30570 LatexCommand cite
30571 key "marginnote"
30572
30573 \end_inset
30574
30575 .
30576 \end_layout
30577
30578 \begin_layout Standard
30579 \begin_inset VSpace bigskip
30580 \end_inset
30581
30582 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
30583  geändert werden.
30584  Um z.
30585 \begin_inset space \thinspace{}
30586 \end_inset
30587
30588 B.
30589  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
30590  und fettgedruckten Text 
30591 \begin_inset Quotes eld
30592 \end_inset
30593
30594
30595 \family sans
30596 \series bold
30597 \bar under
30598 Achtung!
30599 \family default
30600 \series default
30601 \bar default
30602
30603 \begin_inset Quotes erd
30604 \end_inset
30605
30606  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
30607 \end_layout
30608
30609 \begin_layout Standard
30610
30611 \series bold
30612
30613 \backslash
30614 let
30615 \backslash
30616 myMarginpar
30617 \backslash
30618 marginpar
30619 \begin_inset Newline newline
30620 \end_inset
30621
30622
30623 \backslash
30624 renewcommand{
30625 \backslash
30626 marginpar}[1]{
30627 \backslash
30628 myMarginpar{%
30629 \begin_inset Newline newline
30630 \end_inset
30631
30632
30633 \begin_inset Phantom HPhantom
30634 status open
30635
30636 \begin_layout Plain Layout
30637
30638 \series bold
30639 \begin_inset space ~
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \backslash
30649 hspace{0pt}
30650 \backslash
30651 textsf{
30652 \backslash
30653 textbf{
30654 \backslash
30655 underbar{Achtung!}}}%
30656 \begin_inset Newline newline
30657 \end_inset
30658
30659
30660 \begin_inset Phantom HPhantom
30661 status open
30662
30663 \begin_layout Plain Layout
30664
30665 \series bold
30666 \begin_inset space ~
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \backslash
30676 vspace{1.5mm}
30677 \backslash
30678
30679 \backslash
30680 #1}}
30681 \end_layout
30682
30683 \begin_layout Standard
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 let
30692 \backslash
30693 myMarginpar
30694 \backslash
30695 marginpar
30696 \end_layout
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 renewcommand{
30703 \backslash
30704 marginpar}[1]{
30705 \backslash
30706 myMarginpar{%
30707 \end_layout
30708
30709 \begin_layout Plain Layout
30710
30711    
30712 \backslash
30713 textsf{
30714 \backslash
30715 textbf{
30716 \backslash
30717 underbar{Achtung!}}}%
30718 \end_layout
30719
30720 \begin_layout Plain Layout
30721
30722    
30723 \backslash
30724 vspace{1.5mm}
30725 \backslash
30726
30727 \backslash
30728 #1}}
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \begin_inset Marginal
30735 status open
30736
30737 \begin_layout Plain Layout
30738 Dies ist eine Randnotiz mit einer definierten Überschrift.
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749 [-1.5cm]
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760
30761 \backslash
30762 renewcommand{
30763 \backslash
30764 marginpar}[1]{
30765 \backslash
30766 myMarginpar{#1}}
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \begin_inset Note Note
30773 status open
30774
30775 \begin_layout Plain Layout
30776 Das Format wurde nur für dieses Beispiel geändert.
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790
30791 \backslash
30792 else
30793 \end_layout
30794
30795 \end_inset
30796
30797
30798 \begin_inset Note Note
30799 status open
30800
30801 \begin_layout Plain Layout
30802 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
30803 \series bold
30804 marginnote
30805 \series default
30806  nicht installiert ist:
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \begin_layout Standard
30815 Das LaTeX-Paket 
30816 \series bold
30817 marginnote
30818 \series default
30819  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
30820 \end_layout
30821
30822 \begin_layout Standard
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 fi
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Chapter
30839 Boxen
30840 \end_layout
30841
30842 \begin_layout Section
30843 Einleitung
30844 \begin_inset Index idx
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848 Boxen ! Einleitung
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Standard
30857 Boxen werden benutzt, um einen Textblock zu formatieren.
30858  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
30859  siehe Abschnitt
30860 \begin_inset space ~
30861 \end_inset
30862
30863
30864 \begin_inset CommandInset ref
30865 LatexCommand ref
30866 reference "abs:Minipage"
30867
30868 \end_inset
30869
30870 , um Text zu umrahmen, siehe Abschnitt
30871 \begin_inset space ~
30872 \end_inset
30873
30874
30875 \begin_inset CommandInset ref
30876 LatexCommand ref
30877 reference "uab:Verzierung"
30878
30879 \end_inset
30880
30881 , um Silbentrennung zu verhindern, siehe Abschnitt
30882 \begin_inset space ~
30883 \end_inset
30884
30885
30886 \begin_inset CommandInset ref
30887 LatexCommand ref
30888 reference "abs:Silbentrennung-unterbinden"
30889
30890 \end_inset
30891
30892 , um Text senkrecht auszurichten, siehe Abschnitt
30893 \begin_inset space ~
30894 \end_inset
30895
30896
30897 \begin_inset CommandInset ref
30898 LatexCommand ref
30899 reference "uab:Vertikale-Ausrichtung"
30900
30901 \end_inset
30902
30903  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
30904 \begin_inset space ~
30905 \end_inset
30906
30907
30908 \begin_inset CommandInset ref
30909 LatexCommand ref
30910 reference "abs:Farbige-Boxen"
30911
30912 \end_inset
30913
30914 .
30915 \end_layout
30916
30917 \begin_layout Standard
30918 Boxen werden mit 
30919 \family sans
30920 Einfügen\SpecialChar \menuseparator
30921 Box
30922 \family default
30923  oder dem Schalter 
30924 \family sans
30925
30926 \begin_inset Info
30927 type  "icon"
30928 arg   "box-insert Frameless"
30929 \end_inset
30930
30931
30932 \family default
30933  eingefügt.
30934  Ein graues Kästchen mit der Aufschrift 
30935 \begin_inset Quotes gld
30936 \end_inset
30937
30938 Box (Minipage)
30939 \begin_inset Quotes grd
30940 \end_inset
30941
30942  erscheint: 
30943 \begin_inset Graphics
30944         filename clipart/StandardBoxQt4.png
30945         scale 85
30946         scaleBeforeRotation
30947
30948 \end_inset
30949
30950  Mit einem Rechts\SpecialChar \-
30951 klick auf das graue Kästchen und der Auswahl von 
30952 \family sans
30953 Einstellungen
30954 \family default
30955  kann der Typ spezifiziert werden.
30956  Das Dialogfenster bietet bei 
30957 \family sans
30958 Innere
30959 \begin_inset space ~
30960 \end_inset
30961
30962 Box
30963 \family default
30964  die Typen 
30965 \family sans
30966 Makebox
30967 \family default
30968
30969 \family sans
30970 Parbox
30971 \family default
30972  und 
30973 \family sans
30974 Minipage
30975 \family default
30976  an.
30977  
30978 \family sans
30979 Minipage
30980 \family default
30981  ist die Standard-Einstellung für neue Boxen und in Abschnitt
30982 \begin_inset space ~
30983 \end_inset
30984
30985
30986 \begin_inset CommandInset ref
30987 LatexCommand ref
30988 reference "abs:Minipage"
30989
30990 \end_inset
30991
30992  beschrieben, 
30993 \family sans
30994 Parbox
30995 \family default
30996  in Abschnitt
30997 \begin_inset space ~
30998 \end_inset
30999
31000
31001 \begin_inset CommandInset ref
31002 LatexCommand ref
31003 reference "abs:Parbox"
31004
31005 \end_inset
31006
31007  und 
31008 \family sans
31009 Makebox
31010 \family default
31011  in 
31012 \begin_inset CommandInset ref
31013 LatexCommand ref
31014 reference "abs:Silbentrennung-unterbinden"
31015
31016 \end_inset
31017
31018 .
31019 \end_layout
31020
31021 \begin_layout Standard
31022 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
31023  wie auf Gleitobjekte und Fußnoten.
31024 \end_layout
31025
31026 \begin_layout Standard
31027 \begin_inset Note Greyedout
31028 status open
31029
31030 \begin_layout Plain Layout
31031
31032 \series bold
31033 Bemerkung
31034 \begin_inset space ~
31035 \end_inset
31036
31037 1:
31038 \series default
31039  Boxen dürfen in 
31040 \family sans
31041 List-
31042 \family default
31043  oder 
31044 \family sans
31045 Beschreibung-
31046 \family default
31047 Umgebungen nicht verwendet werden.
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset Note Greyedout
31057 status open
31058
31059 \begin_layout Plain Layout
31060
31061 \series bold
31062 Bemerkung
31063 \begin_inset space ~
31064 \end_inset
31065
31066 2:
31067 \series default
31068  Boxen ohne 
31069 \family sans
31070 Innere
31071 \begin_inset space ~
31072 \end_inset
31073
31074 Box
31075 \family default
31076  und ohne Rahmen werden in Abschnitt
31077 \begin_inset space ~
31078 \end_inset
31079
31080
31081 \begin_inset CommandInset ref
31082 LatexCommand ref
31083 reference "abs:Silbentrennung-unterbinden"
31084
31085 \end_inset
31086
31087  beschrieben.
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Section
31096 Das Box-Einstellungen-Fenster
31097 \begin_inset CommandInset label
31098 LatexCommand label
31099 name "abs:Box-Dialog"
31100
31101 \end_inset
31102
31103
31104 \begin_inset Index idx
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 Boxen ! Box-Dialog-Fenster
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Subsection
31117 Box-Größe
31118 \begin_inset Index idx
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122 Boxen ! Größe
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 Im 
31132 \family sans
31133 Box-Einstellungen
31134 \family default
31135 -Fenster können Sie die Größe der Box mit 
31136 \family sans
31137 Breite
31138 \family default
31139  und 
31140 \family sans
31141 Höhe 
31142 \family default
31143 festlegen.
31144  Die verfügbaren Einheiten werden in Tabelle
31145 \begin_inset space ~
31146 \end_inset
31147
31148
31149 \begin_inset CommandInset ref
31150 LatexCommand ref
31151 reference "tab:Maßeinheiten"
31152
31153 \end_inset
31154
31155  aufgelistet.
31156  Das Feld
31157 \family sans
31158  Höhe
31159 \family default
31160  bietet die folgenden zusätzlichen Größen:
31161 \end_layout
31162
31163 \begin_layout Description
31164 Tiefe Dies ist die reine Text-
31165 \begin_inset Quotes gld
31166 \end_inset
31167
31168 Höhe
31169 \begin_inset Quotes grd
31170 \end_inset
31171
31172 .
31173  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
31174 \begin_inset Newline newline
31175 \end_inset
31176
31177
31178 \begin_inset Newline newline
31179 \end_inset
31180
31181
31182 \begin_inset Newline newline
31183 \end_inset
31184
31185
31186 \begin_inset Box Boxed
31187 position "c"
31188 hor_pos "c"
31189 has_inner_box 1
31190 inner_pos "c"
31191 use_parbox 0
31192 use_makebox 0
31193 width "12col%"
31194 special "none"
31195 height "1in"
31196 height_special "depth"
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200 \align center
31201 Box-Höhe = 1
31202 \begin_inset space \thinspace{}
31203 \end_inset
31204
31205 Tiefe
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \begin_inset Newline newline
31212 \end_inset
31213
31214
31215 \begin_inset Newline newline
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Description
31222 Höhe Dies ist die Texthöhe innerhalb der Box.
31223  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
31224  Texthöhe setzen: 
31225 \begin_inset Box Boxed
31226 position "c"
31227 hor_pos "c"
31228 has_inner_box 1
31229 inner_pos "c"
31230 use_parbox 0
31231 use_makebox 0
31232 width "20col%"
31233 special "none"
31234 height "2in"
31235 height_special "height"
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 \align center
31240 Boxhöhe = 2
31241 \begin_inset space \thinspace{}
31242 \end_inset
31243
31244 Höhe
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Description
31253 Gesamthöhe Dies ist Höhe
31254 \begin_inset space \thinspace{}
31255 \end_inset
31256
31257 +
31258 \begin_inset space \thinspace{}
31259 \end_inset
31260
31261 Tiefe: 
31262 \begin_inset Box Boxed
31263 position "c"
31264 hor_pos "c"
31265 has_inner_box 1
31266 inner_pos "c"
31267 use_parbox 0
31268 use_makebox 0
31269 width "20col%"
31270 special "none"
31271 height "1in"
31272 height_special "totalheight"
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 \align center
31277 Boxhöhe = 1
31278 \begin_inset space \thinspace{}
31279 \end_inset
31280
31281 Gesamthöhe
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Description
31290 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
31291 \begin_inset Box Boxed
31292 position "c"
31293 hor_pos "c"
31294 has_inner_box 1
31295 inner_pos "c"
31296 use_parbox 0
31297 use_makebox 0
31298 width "12col%"
31299 special "none"
31300 height "1in"
31301 height_special "width"
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 \align center
31306 Boxhöhe = 1
31307 \begin_inset space \thinspace{}
31308 \end_inset
31309
31310 Breite
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \begin_layout Subsection
31319 Ausrichtung
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Boxen ! Ausrichtung
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Wenn Sie eine 
31334 \family sans
31335 Innere
31336 \begin_inset space ~
31337 \end_inset
31338
31339 Box
31340 \family default
31341  gewählt haben, kann die Box mit folgenden Werten für 
31342 \family sans
31343 Box
31344 \family default
31345  senkrecht ausgerichtet werden:
31346 \end_layout
31347
31348 \begin_layout Description
31349 Oben Dies ist ein Beispieltext.
31350  
31351 \begin_inset Box Boxed
31352 position "t"
31353 hor_pos "c"
31354 has_inner_box 1
31355 inner_pos "c"
31356 use_parbox 0
31357 use_makebox 0
31358 width "20col%"
31359 special "none"
31360 height "1in"
31361 height_special "totalheight"
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365 \align center
31366 Die Ober\SpecialChar \-
31367 kante der Box ist in der Zeile.
31368 \end_layout
31369
31370 \end_inset
31371
31372  Dies ist ein Beispieltext.
31373 \end_layout
31374
31375 \begin_layout Description
31376 Mitte Dies ist ein Beispieltext.
31377  
31378 \begin_inset Box Boxed
31379 position "c"
31380 hor_pos "c"
31381 has_inner_box 1
31382 inner_pos "c"
31383 use_parbox 0
31384 use_makebox 0
31385 width "20col%"
31386 special "none"
31387 height "1in"
31388 height_special "totalheight"
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392 \align center
31393 Die Mitte der Box ist in der Zeile.
31394 \end_layout
31395
31396 \end_inset
31397
31398  Dies ist ein Beispieltext.
31399 \end_layout
31400
31401 \begin_layout Description
31402 Unten Dies ist ein Beispieltext.
31403  
31404 \begin_inset Box Boxed
31405 position "b"
31406 hor_pos "c"
31407 has_inner_box 1
31408 inner_pos "c"
31409 use_parbox 0
31410 use_makebox 0
31411 width "20col%"
31412 special "none"
31413 height "1in"
31414 height_special "totalheight"
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418 \align center
31419 Die Unter\SpecialChar \-
31420 kante der Box ist in der Zeile.
31421 \end_layout
31422
31423 \end_inset
31424
31425  Dies ist ein Beispieltext.
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset Note Greyedout
31430 status open
31431
31432 \begin_layout Plain Layout
31433
31434 \series bold
31435 Bemerkung:
31436 \series default
31437  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
31438  Boxen in einer Zeile sind und eine Box z.
31439 \begin_inset space \thinspace{}
31440 \end_inset
31441
31442 B.
31443  schattiert ist, die andere aber nicht.
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Eine Box kann mit dem Dialog 
31453 \family sans
31454 Absatz-Einstellungen
31455 \family default
31456  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
31457 \end_layout
31458
31459 \begin_layout Standard
31460 \begin_inset VSpace bigskip
31461 \end_inset
31462
31463 Wenn Sie eine 
31464 \family sans
31465 Innere
31466 \begin_inset space ~
31467 \end_inset
31468
31469 Box
31470 \family default
31471  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
31472 \family sans
31473 Inhalt
31474 \family default
31475  senkrecht ausgerichtet werden:
31476 \end_layout
31477
31478 \begin_layout Description
31479 Oben Dies ist ein Beispieltext.
31480  
31481 \begin_inset Box Boxed
31482 position "c"
31483 hor_pos "c"
31484 has_inner_box 1
31485 inner_pos "t"
31486 use_parbox 0
31487 use_makebox 0
31488 width "20col%"
31489 special "none"
31490 height "1.5in"
31491 height_special "totalheight"
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 \align center
31496 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
31497 \end_layout
31498
31499 \end_inset
31500
31501  Dies ist ein Beispieltext.
31502 \end_layout
31503
31504 \begin_layout Description
31505 Mitte Dies ist ein Beispieltext.
31506  
31507 \begin_inset Box Boxed
31508 position "c"
31509 hor_pos "c"
31510 has_inner_box 1
31511 inner_pos "c"
31512 use_parbox 0
31513 use_makebox 0
31514 width "20col%"
31515 special "none"
31516 height "1.5in"
31517 height_special "totalheight"
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 \align center
31522 Der Boxinhalt ist zentriert ausgerichtet.
31523 \end_layout
31524
31525 \end_inset
31526
31527  Dies ist ein Beispieltext.
31528 \end_layout
31529
31530 \begin_layout Description
31531 Unten Dies ist ein Beispieltext.
31532  
31533 \begin_inset Box Boxed
31534 position "c"
31535 hor_pos "c"
31536 has_inner_box 1
31537 inner_pos "b"
31538 use_parbox 0
31539 use_makebox 0
31540 width "20col%"
31541 special "none"
31542 height "1.5in"
31543 height_special "totalheight"
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547 \align center
31548 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
31549 \end_layout
31550
31551 \end_inset
31552
31553  Dies ist ein Beispieltext.
31554 \end_layout
31555
31556 \begin_layout Description
31557 Dehnen Dies ist ein Beispieltext.
31558  
31559 \begin_inset Box Boxed
31560 position "c"
31561 hor_pos "c"
31562 has_inner_box 1
31563 inner_pos "s"
31564 use_parbox 0
31565 use_makebox 0
31566 width "20col%"
31567 special "none"
31568 height "1in"
31569 height_special "totalheight"
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 \align center
31574 Der Boxinhalt
31575 \end_layout
31576
31577 \begin_layout Plain Layout
31578 \align center
31579 ist über die
31580 \end_layout
31581
31582 \begin_layout Plain Layout
31583 \align center
31584 Boxhöhe
31585 \end_layout
31586
31587 \begin_layout Plain Layout
31588 \align center
31589 gleichmäßig verteilt.
31590 \end_layout
31591
31592 \end_inset
31593
31594  Dies ist ein Beispieltext.
31595 \end_layout
31596
31597 \begin_layout Standard
31598 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
31599  besteht.
31600  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
31601 \end_layout
31602
31603 \begin_layout Standard
31604 Ein Boxinhalt kann mit dem Dialog 
31605 \family sans
31606 Absatz-Einstellungen
31607 \family default
31608  waagerecht ausgerichtet werden, wenn Sie eine
31609 \family sans
31610  Innere
31611 \begin_inset space ~
31612 \end_inset
31613
31614 Box
31615 \family default
31616  gewählt haben.
31617 \end_layout
31618
31619 \begin_layout Standard
31620 \align center
31621 \begin_inset Box Boxed
31622 position "c"
31623 hor_pos "c"
31624 has_inner_box 1
31625 inner_pos "s"
31626 use_parbox 0
31627 use_makebox 0
31628 width "30col%"
31629 special "none"
31630 height "1.25in"
31631 height_special "totalheight"
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 \align left
31636 Hier ist jede Zeile
31637 \end_layout
31638
31639 \begin_layout Plain Layout
31640 \align center
31641 anders
31642 \end_layout
31643
31644 \begin_layout Plain Layout
31645 \align right
31646 ausgerichtet.
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Standard
31655 Wenn Sie keine
31656 \family sans
31657  Innere
31658 \begin_inset space ~
31659 \end_inset
31660
31661 Box
31662 \family default
31663  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
31664 \family sans
31665 Box-Einstellungen-
31666 \family default
31667 Dialog ausrichten
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \align center
31672 \begin_inset Box Boxed
31673 position "c"
31674 hor_pos "s"
31675 has_inner_box 0
31676 inner_pos "s"
31677 use_parbox 0
31678 use_makebox 0
31679 width "90col%"
31680 special "none"
31681 height "1.25in"
31682 height_special "totalheight"
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 Dieser Boxinhalt wurde horizontal gedehnt.
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \begin_layout Subsection
31695 Verzierung
31696 \begin_inset CommandInset label
31697 LatexCommand label
31698 name "uab:Verzierung"
31699
31700 \end_inset
31701
31702
31703 \begin_inset Index idx
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707 Boxen ! Verzierung
31708 \end_layout
31709
31710 \end_inset
31711
31712
31713 \end_layout
31714
31715 \begin_layout Standard
31716 Im 
31717 \family sans
31718 Box-Einstellungen-
31719 \family default
31720 Dialog können Sie mit der 
31721 \family sans
31722 Verzierung
31723 \family default
31724  den Typ der Box auswählen:
31725 \end_layout
31726
31727 \begin_layout Description
31728 Kein
31729 \begin_inset space ~
31730 \end_inset
31731
31732 Rahmen Nichts wird gezeichnet.
31733 \end_layout
31734
31735 \begin_layout Description
31736 Einfacher
31737 \begin_inset space ~
31738 \end_inset
31739
31740 rechteckiger
31741 \begin_inset space ~
31742 \end_inset
31743
31744 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
31745  Die Rahmendicke wird durch 
31746 \series bold
31747
31748 \backslash
31749 fboxrule
31750 \series default
31751  festgelegt.
31752  
31753 \begin_inset Box Boxed
31754 position "c"
31755 hor_pos "c"
31756 has_inner_box 1
31757 inner_pos "c"
31758 use_parbox 0
31759 use_makebox 0
31760 width "21col%"
31761 special "none"
31762 height "1in"
31763 height_special "totalheight"
31764 status collapsed
31765
31766 \begin_layout Plain Layout
31767
31768 \series medium
31769 Rechteckige
31770 \begin_inset space ~
31771 \end_inset
31772
31773 Box
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Description
31782 erlaube
31783 \begin_inset space ~
31784 \end_inset
31785
31786 Seitenumbrüche 
31787 \end_layout
31788
31789 \begin_layout Description
31790 Ovaler
31791 \begin_inset space ~
31792 \end_inset
31793
31794 Rahmen,
31795 \begin_inset space ~
31796 \end_inset
31797
31798 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
31799  Die Rahmendicke ist 0.4
31800 \begin_inset space \thinspace{}
31801 \end_inset
31802
31803 pt.
31804  
31805 \begin_inset Box ovalbox
31806 position "c"
31807 hor_pos "c"
31808 has_inner_box 1
31809 inner_pos "c"
31810 use_parbox 0
31811 use_makebox 0
31812 width "20col%"
31813 special "none"
31814 height "1in"
31815 height_special "totalheight"
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819 Ovale
31820 \begin_inset space ~
31821 \end_inset
31822
31823 Box,
31824 \begin_inset space ~
31825 \end_inset
31826
31827 dünn
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Description
31836 Ovaler
31837 \begin_inset space ~
31838 \end_inset
31839
31840 Rahmen,
31841 \begin_inset space ~
31842 \end_inset
31843
31844 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
31845  Die Rahmendicke ist 0.8
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 pt.
31850  
31851 \begin_inset Box Ovalbox
31852 position "c"
31853 hor_pos "c"
31854 has_inner_box 1
31855 inner_pos "c"
31856 use_parbox 0
31857 use_makebox 0
31858 width "20col%"
31859 special "none"
31860 height "1in"
31861 height_special "totalheight"
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865 Ovale
31866 \begin_inset space ~
31867 \end_inset
31868
31869 Box,
31870 \begin_inset space ~
31871 \end_inset
31872
31873 dick
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Description
31882 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
31883  Die Rahmendicke wird durch 
31884 \series bold
31885
31886 \backslash
31887 fboxrule
31888 \series default
31889  festgelegt, der Schatten ist 4
31890 \begin_inset space \thinspace{}
31891 \end_inset
31892
31893 pt breit.
31894 \begin_inset Newline newline
31895 \end_inset
31896
31897
31898 \begin_inset Box Shadowbox
31899 position "c"
31900 hor_pos "c"
31901 has_inner_box 1
31902 inner_pos "c"
31903 use_parbox 0
31904 use_makebox 0
31905 width "20col%"
31906 special "none"
31907 height "1in"
31908 height_special "totalheight"
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912 Schattierte
31913 \begin_inset space ~
31914 \end_inset
31915
31916 Box
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Description
31925 Schattierter
31926 \begin_inset space ~
31927 \end_inset
31928
31929 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
31930  Im Gegensatz zu farbigen Boxen
31931 \begin_inset Foot
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 siehe Abschnitt
31936 \begin_inset space ~
31937 \end_inset
31938
31939
31940 \begin_inset CommandInset ref
31941 LatexCommand ref
31942 reference "abs:Farbige-Boxen"
31943
31944 \end_inset
31945
31946
31947 \end_layout
31948
31949 \end_inset
31950
31951  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
31952  die Box ist ein Absatz für sich.
31953  
31954 \begin_inset Box Shaded
31955 position "t"
31956 hor_pos "c"
31957 has_inner_box 0
31958 inner_pos "t"
31959 use_parbox 0
31960 use_makebox 0
31961 width "50col%"
31962 special "none"
31963 height "1in"
31964 height_special "totalheight"
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968 Schattierter Hintergrund Box
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Description
31977 Doppelter
31978 \begin_inset space ~
31979 \end_inset
31980
31981 rechteckiger
31982 \begin_inset space ~
31983 \end_inset
31984
31985 Rahmen zeichnet einen doppelten Rahmen um die Box.
31986  Der innere Rahmen ist 0.75
31987 \begin_inset space \thinspace{}
31988 \end_inset
31989
31990
31991 \series bold
31992
31993 \backslash
31994 fboxrule
31995 \series default
31996  breit, der äußere 1.5
31997 \begin_inset space \thinspace{}
31998 \end_inset
31999
32000
32001 \series bold
32002
32003 \backslash
32004 fboxrule
32005 \series default
32006 , der Zwischenraum 1.5
32007 \begin_inset space \thinspace{}
32008 \end_inset
32009
32010
32011 \series bold
32012
32013 \backslash
32014 fboxrule
32015 \series default
32016
32017 \begin_inset space \thinspace{}
32018 \end_inset
32019
32020 +
32021 \begin_inset space \thinspace{}
32022 \end_inset
32023
32024 0.5
32025 \begin_inset space \thinspace{}
32026 \end_inset
32027
32028 pt.
32029  
32030 \begin_inset Box Doublebox
32031 position "c"
32032 hor_pos "c"
32033 has_inner_box 1
32034 inner_pos "c"
32035 use_parbox 0
32036 use_makebox 0
32037 width "20col%"
32038 special "none"
32039 height "1in"
32040 height_special "totalheight"
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044 Doppelt
32045 \begin_inset space ~
32046 \end_inset
32047
32048 gerahmte
32049 \begin_inset space ~
32050 \end_inset
32051
32052 Box
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset VSpace bigskip
32062 \end_inset
32063
32064 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
32065  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
32066 \series bold
32067 fancybox
32068 \series default
32069
32070 \begin_inset Index idx
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074 LaTeX-Pakete ! fancybox
32075 \end_layout
32076
32077 \end_inset
32078
32079  installiert sein.
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset VSpace bigskip
32084 \end_inset
32085
32086 Wenn Sie die Verzierung 
32087 \family sans
32088 Einfacher rechteckiger Rahmen
32089 \family default
32090  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
32091  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
32092  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
32093  für sich ist und 
32094 \series bold
32095
32096 \backslash
32097 fboxrule
32098 \series default
32099  und 
32100 \series bold
32101
32102 \backslash
32103 fboxsep
32104 \series default
32105  keinen Einfluss auf diesen Box Typ haben.
32106  Die Rahmendicke wird durch 
32107 \series bold
32108
32109 \backslash
32110 FrameRule
32111 \series default
32112  festgelegt.
32113  
32114 \begin_inset Box Framed
32115 position "t"
32116 hor_pos "c"
32117 has_inner_box 0
32118 inner_pos "t"
32119 use_parbox 0
32120 use_makebox 0
32121 width "100col%"
32122 special "none"
32123 height "1in"
32124 height_special "totalheight"
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 Box erlaubt Seitenumbruch
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Section
32137 Box-Anpassung
32138 \begin_inset Index idx
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142 Boxen ! Anpassung
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \begin_layout Standard
32151 Der Standardwert für 
32152 \series bold
32153
32154 \backslash
32155 fboxrule
32156 \series default
32157  ist 0.4
32158 \begin_inset space \thinspace{}
32159 \end_inset
32160
32161 pt.
32162  Mit dem folgenden TeX-Code-Befehl kann er auf 2
32163 \begin_inset space \thinspace{}
32164 \end_inset
32165
32166 pt gesetzt werden:
32167 \end_layout
32168
32169 \begin_layout Standard
32170
32171 \series bold
32172
32173 \backslash
32174 setlength{
32175 \backslash
32176 fboxrule}{2pt}
32177 \end_layout
32178
32179 \begin_layout Standard
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185
32186 \backslash
32187 setlength{
32188 \backslash
32189 fboxrule}{2pt}
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \begin_inset Box Boxed
32196 position "c"
32197 hor_pos "c"
32198 has_inner_box 1
32199 inner_pos "c"
32200 use_parbox 0
32201 use_makebox 0
32202 width "30col%"
32203 special "none"
32204 height "1in"
32205 height_special "totalheight"
32206 status open
32207
32208 \begin_layout Plain Layout
32209 \align center
32210 Rechteckige Box mit einer Rahmenbreite von 2
32211 \begin_inset space \thinspace{}
32212 \end_inset
32213
32214 pt
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 setlength{
32228 \backslash
32229 fboxrule}{0.4pt}
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \begin_inset VSpace bigskip
32236 \end_inset
32237
32238
32239 \end_layout
32240
32241 \begin_layout Standard
32242 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
32243 \begin_inset space \thinspace{}
32244 \end_inset
32245
32246 pt.
32247  Sie können das ändern, indem Sie den Wert von 
32248 \series bold
32249
32250 \backslash
32251 fboxsep
32252 \series default
32253  mit einem TeX-Code-Befehl ändern:
32254 \end_layout
32255
32256 \begin_layout Standard
32257
32258 \series bold
32259
32260 \backslash
32261 setlength{
32262 \backslash
32263 fboxsep}{10pt}
32264 \end_layout
32265
32266 \begin_layout Standard
32267 setzt den Wert auf 10
32268 \begin_inset space \thinspace{}
32269 \end_inset
32270
32271 pt, wie in der folgenden Box:
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset ERT
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279
32280
32281 \backslash
32282 setlength{
32283 \backslash
32284 fboxsep}{10pt}
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \begin_inset Box Boxed
32291 position "c"
32292 hor_pos "c"
32293 has_inner_box 1
32294 inner_pos "c"
32295 use_parbox 0
32296 use_makebox 0
32297 width "25col%"
32298 special "none"
32299 height "1in"
32300 height_special "totalheight"
32301 status open
32302
32303 \begin_layout Plain Layout
32304 \align center
32305 Rechteckige Box mit 
32306 \series bold
32307
32308 \backslash
32309 fboxsep
32310 \series default
32311
32312 \begin_inset space \thinspace{}
32313 \end_inset
32314
32315 =
32316 \begin_inset space \thinspace{}
32317 \end_inset
32318
32319 10
32320 \begin_inset space \thinspace{}
32321 \end_inset
32322
32323 pt
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334
32335 \backslash
32336 setlength{
32337 \backslash
32338 fboxsep}{3pt}
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \noindent
32348 \begin_inset VSpace bigskip
32349 \end_inset
32350
32351 Der Durchmesser der abgerundeten Ecken kann mit 
32352 \series bold
32353
32354 \backslash
32355 cornersize
32356 \series default
32357  gesetzt werden.
32358  Der TeX-Code-Befehl
32359 \end_layout
32360
32361 \begin_layout Standard
32362
32363 \series bold
32364
32365 \backslash
32366 cornersize*{1cm}
32367 \end_layout
32368
32369 \begin_layout Standard
32370 setzt den Durchmesser auf 1
32371 \begin_inset space \thinspace{}
32372 \end_inset
32373
32374 cm.
32375  Der TeX-Code-Befehl
32376 \end_layout
32377
32378 \begin_layout Standard
32379
32380 \series bold
32381
32382 \backslash
32383 cornersize{num}
32384 \end_layout
32385
32386 \begin_layout Standard
32387 setzt den Durchmesser auf 
32388 \family sans
32389 num
32390 \begin_inset space \thinspace{}
32391 \end_inset
32392
32393 ×
32394 \begin_inset space \thinspace{}
32395 \end_inset
32396
32397 Minimum(Breite der Box, Höhe der Box)
32398 \family default
32399 .
32400  Der Standardwert ist 
32401 \series bold
32402
32403 \backslash
32404 cornersize{0.5}
32405 \series default
32406 .
32407 \end_layout
32408
32409 \begin_layout Standard
32410 \begin_inset ERT
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414
32415
32416 \backslash
32417 cornersize*{1.5cm}
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \begin_inset Box Ovalbox
32424 position "c"
32425 hor_pos "c"
32426 has_inner_box 1
32427 inner_pos "c"
32428 use_parbox 0
32429 use_makebox 0
32430 width "30col%"
32431 special "none"
32432 height "1in"
32433 height_special "totalheight"
32434 status open
32435
32436 \begin_layout Plain Layout
32437 \align center
32438 Ovale Box, dicker Rand, mit 
32439 \series bold
32440
32441 \backslash
32442 cornersize
32443 \series default
32444
32445 \begin_inset space \thinspace{}
32446 \end_inset
32447
32448 =
32449 \begin_inset space \thinspace{}
32450 \end_inset
32451
32452 1.5
32453 \begin_inset space \thinspace{}
32454 \end_inset
32455
32456 cm
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467
32468 \backslash
32469 cornersize{0.5}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset VSpace bigskip
32479 \end_inset
32480
32481 Die Breite des Schattens wird mit 
32482 \series bold
32483
32484 \backslash
32485 shadowsize
32486 \series default
32487  festgelegt.
32488  Mit dem TeX-Code-Befehl
32489 \end_layout
32490
32491 \begin_layout Standard
32492
32493 \series bold
32494
32495 \backslash
32496 setlength{
32497 \backslash
32498 shadowsize}{2pt}
32499 \end_layout
32500
32501 \begin_layout Standard
32502 wird er für die folgende Box auf 2
32503 \begin_inset space \thinspace{}
32504 \end_inset
32505
32506 pt festgelegt.
32507 \end_layout
32508
32509 \begin_layout Standard
32510 \begin_inset ERT
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514
32515
32516 \backslash
32517 setlength{
32518 \backslash
32519 shadowsize}{2pt}
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \begin_inset Box Shadowbox
32526 position "c"
32527 hor_pos "c"
32528 has_inner_box 1
32529 inner_pos "c"
32530 use_parbox 0
32531 use_makebox 0
32532 width "25col%"
32533 special "none"
32534 height "1in"
32535 height_special "totalheight"
32536 status open
32537
32538 \begin_layout Plain Layout
32539 \align center
32540 Schattierte Box mit 
32541 \series bold
32542
32543 \backslash
32544 shadowsize
32545 \series default
32546
32547 \begin_inset space \thinspace{}
32548 \end_inset
32549
32550 =
32551 \begin_inset space \thinspace{}
32552 \end_inset
32553
32554 2
32555 \begin_inset space \thinspace{}
32556 \end_inset
32557
32558 pt
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \begin_inset ERT
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568
32569
32570 \backslash
32571 setlength{
32572 \backslash
32573 shadowsize}{4pt}
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 \begin_inset VSpace bigskip
32583 \end_inset
32584
32585 Der Standardwert für 
32586 \series bold
32587
32588 \backslash
32589 FrameRule
32590 \series default
32591  ist 0.4
32592 \begin_inset space \thinspace{}
32593 \end_inset
32594
32595 pt.
32596  Der Standard-Abstand zwischen Rahmen und Text ist 9
32597 \begin_inset space \thinspace{}
32598 \end_inset
32599
32600 pt und kann mit dem Wert für 
32601 \series bold
32602
32603 \backslash
32604 FrameSep
32605 \series default
32606  geändert werden.
32607  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
32608  TeX-Code Befehlen geändert:
32609 \end_layout
32610
32611 \begin_layout Standard
32612
32613 \series bold
32614
32615 \backslash
32616 setlength{
32617 \backslash
32618 FrameRule}{5pt}
32619 \begin_inset Newline newline
32620 \end_inset
32621
32622
32623 \backslash
32624 setlength{
32625 \backslash
32626 FrameSep}{0.5cm}
32627 \end_layout
32628
32629 \begin_layout Standard
32630 \begin_inset ERT
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634
32635
32636 \backslash
32637 setlength{
32638 \backslash
32639 FrameRule}{5pt}
32640 \end_layout
32641
32642 \begin_layout Plain Layout
32643
32644
32645 \backslash
32646 setlength{
32647 \backslash
32648 FrameSep}{0.5cm}
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \begin_inset Box Framed
32655 position "t"
32656 hor_pos "c"
32657 has_inner_box 0
32658 inner_pos "t"
32659 use_parbox 0
32660 use_makebox 0
32661 width "100col%"
32662 special "none"
32663 height "1in"
32664 height_special "totalheight"
32665 status open
32666
32667 \begin_layout Plain Layout
32668 Dies ist Text in einer 
32669 \family sans
32670 Seitenumbruch erlaubt
32671 \family default
32672  Box.
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683
32684 \backslash
32685 setlength{
32686 \backslash
32687 FrameRule}{0.4pt}
32688 \end_layout
32689
32690 \begin_layout Plain Layout
32691
32692
32693 \backslash
32694 setlength{
32695 \backslash
32696 FrameSep}{9pt}
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset VSpace bigskip
32706 \end_inset
32707
32708 Für Boxen mit 
32709 \family sans
32710 schattiertem Hintergrund
32711 \family default
32712  beträgt der Abstand zwischen Rand und Text 3
32713 \begin_inset space \thinspace{}
32714 \end_inset
32715
32716 pt und kann mit 
32717 \series bold
32718
32719 \backslash
32720 fboxsep
32721 \series default
32722  geändert werden.
32723  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
32724  
32725 \series bold
32726
32727 \backslash
32728 definecolor{shadecolor}
32729 \series default
32730  oder global über das Menü 
32731 \family sans
32732 Werkzeuge\SpecialChar \menuseparator
32733 Einstellungen\SpecialChar \menuseparator
32734 Farben\SpecialChar \menuseparator
32735 Schattierte
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Box
32740 \family default
32741  geändert werden.
32742  Das Schema des 
32743 \series bold
32744
32745 \backslash
32746 definecolor
32747 \series default
32748  Befehls ist  in Abschnitt
32749 \begin_inset space ~
32750 \end_inset
32751
32752
32753 \begin_inset CommandInset ref
32754 LatexCommand ref
32755 reference "abs:Farbige-Tabellen"
32756
32757 \end_inset
32758
32759  erklärt.
32760 \begin_inset Foot
32761 status collapsed
32762
32763 \begin_layout Plain Layout
32764 Beachten Sie, dass 
32765 \series bold
32766
32767 \backslash
32768 definecolor
32769 \series default
32770  das LaTeX-Paket 
32771 \series bold
32772 color
32773 \series default
32774  im LaTeX-Vorspann benötigt, siehe Abschnitt
32775 \begin_inset space ~
32776 \end_inset
32777
32778
32779 \begin_inset CommandInset ref
32780 LatexCommand ref
32781 reference "abs:Farbige-Boxen"
32782
32783 \end_inset
32784
32785 .
32786 \end_layout
32787
32788 \end_inset
32789
32790  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
32791 \end_layout
32792
32793 \begin_layout Standard
32794
32795 \series bold
32796
32797 \backslash
32798 setlength{
32799 \backslash
32800 fboxsep}{0.5cm}
32801 \begin_inset Newline newline
32802 \end_inset
32803
32804
32805 \backslash
32806 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32807 \end_layout
32808
32809 \begin_layout Standard
32810 \begin_inset ERT
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814
32815
32816 \backslash
32817 setlength{
32818 \backslash
32819 fboxsep}{0.5cm}
32820 \end_layout
32821
32822 \begin_layout Plain Layout
32823
32824
32825 \backslash
32826 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32827 \end_layout
32828
32829 \end_inset
32830
32831
32832 \begin_inset Box Shaded
32833 position "t"
32834 hor_pos "c"
32835 has_inner_box 0
32836 inner_pos "t"
32837 use_parbox 0
32838 use_makebox 0
32839 width "100col%"
32840 special "none"
32841 height "1in"
32842 height_special "totalheight"
32843 status open
32844
32845 \begin_layout Plain Layout
32846
32847 \color yellow
32848 Dies ist gelber Text in einer 
32849 \family sans
32850 schattierten Hintergrund
32851 \begin_inset space ~
32852 \end_inset
32853
32854
32855 \family default
32856 Box auf dunkelgrünem Hintergrund.
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \begin_inset ERT
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866
32867
32868 \backslash
32869 setlength{
32870 \backslash
32871 fboxsep}{3pt}
32872 \end_layout
32873
32874 \begin_layout Plain Layout
32875
32876
32877 \backslash
32878 definecolor{shadecolor}{rgb}{1,0,0}
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset VSpace bigskip
32888 \end_inset
32889
32890 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
32891  der sie ändert.
32892 \end_layout
32893
32894 \begin_layout Section
32895 Minipage
32896 \begin_inset CommandInset label
32897 LatexCommand label
32898 name "abs:Minipage"
32899
32900 \end_inset
32901
32902
32903 \begin_inset Index idx
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 Boxen ! Minipage
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \begin_layout Standard
32916 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
32917  deshalb unter anderem eigene Fußnoten haben.
32918 \end_layout
32919
32920 \begin_layout Standard
32921 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
32922 \end_layout
32923
32924 \begin_layout Standard
32925 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
32926  Ihre Breite ist 45 Spaltenbreite
32927 \begin_inset space ~
32928 \end_inset
32929
32930 %, und sie sind durch einen 
32931 \family sans
32932 HFill
32933 \family default
32934  getrennt (
32935 \family sans
32936 Einfügen\SpecialChar \menuseparator
32937 Formatierung\SpecialChar \menuseparator
32938 Horizontaler
32939 \begin_inset space \space{}
32940 \end_inset
32941
32942 Abstand\SpecialChar \menuseparator
32943 Abstand\SpecialChar \menuseparator
32944 Variabler
32945 \begin_inset space ~
32946 \end_inset
32947
32948 horiz.
32949 \begin_inset space ~
32950 \end_inset
32951
32952 Abstand
32953 \family default
32954 ).
32955 \begin_inset Newpage newpage
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 \noindent
32963 \begin_inset Box Frameless
32964 position "t"
32965 hor_pos "c"
32966 has_inner_box 1
32967 inner_pos "c"
32968 use_parbox 0
32969 use_makebox 0
32970 width "45col%"
32971 special "none"
32972 height "1in"
32973 height_special "totalheight"
32974 status open
32975
32976 \begin_layout Plain Layout
32977 Dies ist ein deutscher Text.
32978  Dies ist ein deutscher Text.
32979  Dies ist ein deutscher Text.
32980  Dies ist ein deutscher Text.
32981  Dies ist ein deutscher Text.
32982  Dies ist ein deutscher Text.
32983  Dies ist ein deutscher Text.
32984  Dies ist ein deutscher Text.
32985  Dies ist ein deutscher Text.
32986  Dies ist ein deutscher Text.
32987  Dies ist ein deutscher Text.
32988  Dies ist ein deutscher Text.
32989  Dies ist ein deutscher Text
32990 \begin_inset Foot
32991 status open
32992
32993 \begin_layout Plain Layout
32994 Dies ist eine deutsche Fußnote.
32995 \end_layout
32996
32997 \end_inset
32998
32999 .
33000  Dies ist ein deutscher Text.
33001  Dies ist ein deutscher Text.
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \begin_inset space \hfill{}
33008 \end_inset
33009
33010
33011 \begin_inset Box Frameless
33012 position "t"
33013 hor_pos "c"
33014 has_inner_box 1
33015 inner_pos "c"
33016 use_parbox 0
33017 use_makebox 0
33018 width "45col%"
33019 special "none"
33020 height "1in"
33021 height_special "totalheight"
33022 status open
33023
33024 \begin_layout Plain Layout
33025
33026 \lang english
33027 This is an English Text.
33028  This is an English Text.
33029  This is an English Text.
33030  This is an English Text.
33031  This is an English Text.
33032  This is an English Text.
33033  This is an English Text.
33034  This is an English Text.
33035  This is an English Text.
33036  This is an English Text.
33037  This is an English Text.
33038  This is an English Text.
33039  This is an English Text.
33040  This is an English Text.
33041  This is an English Text.
33042  This is an English Text.
33043 \begin_inset Foot
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047
33048 \lang english
33049 This is an English footnote.
33050 \end_layout
33051
33052 \end_inset
33053
33054  This is an English Text.
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \begin_layout Standard
33063 \begin_inset VSpace bigskip
33064 \end_inset
33065
33066 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
33067  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
33068  Absätze nicht eingerückt werden, obwohl Sie das in 
33069 \family sans
33070 Dokument
33071 \family default
33072 \SpecialChar \menuseparator
33073
33074 \family sans
33075 Einstellun\SpecialChar \-
33076 gen\SpecialChar \menuseparator
33077 Textformat
33078 \family default
33079  festgelegt haben.
33080  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
33081  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
33082 \series bold
33083
33084 \backslash
33085 hspace*{1em}
33086 \series default
33087 .
33088 \end_layout
33089
33090 \begin_layout Standard
33091 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
33092  zu verpassen, siehe Abschnitt
33093 \begin_inset space ~
33094 \end_inset
33095
33096
33097 \begin_inset CommandInset ref
33098 LatexCommand ref
33099 reference "uab:Farbe-für-Absätze"
33100
33101 \end_inset
33102
33103 .
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset Note Greyedout
33108 status open
33109
33110 \begin_layout Plain Layout
33111
33112 \series bold
33113 Bemerkung:
33114 \series default
33115  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
33116  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Section
33125 Parbox
33126 \begin_inset CommandInset label
33127 LatexCommand label
33128 name "abs:Parbox"
33129
33130 \end_inset
33131
33132
33133 \begin_inset Index idx
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 Boxen ! Parbox
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 Parbox ist eine Abkürzung für 
33147 \begin_inset Quotes gld
33148 \end_inset
33149
33150 paragraph box
33151 \begin_inset Quotes grd
33152 \end_inset
33153
33154 , was Absatzbox bedeutet.
33155  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
33156  in Parboxen nicht ausgegeben werden:
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \align center
33161 \begin_inset Box Frameless
33162 position "t"
33163 hor_pos "c"
33164 has_inner_box 1
33165 inner_pos "t"
33166 use_parbox 1
33167 use_makebox 0
33168 width "33col%"
33169 special "none"
33170 height "1in"
33171 height_special "totalheight"
33172 status open
33173
33174 \begin_layout Plain Layout
33175 Dies ist Text in einer Parbox.
33176  Dies ist Text in einer Parbox.
33177 \end_layout
33178
33179 \begin_layout Plain Layout
33180 Diese Fußnote wird nicht gedruckt:
33181 \begin_inset Foot
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Section
33199 Boxen für Worte und Buchstaben
33200 \begin_inset Index idx
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204 Boxen ! für Buchstaben
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Subsection
33213 Silbentrennung unterbinden
33214 \begin_inset CommandInset label
33215 LatexCommand label
33216 name "abs:Silbentrennung-unterbinden"
33217
33218 \end_inset
33219
33220
33221 \begin_inset Index idx
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225 Boxen ! zur Vermeidung von Silbentrennung
33226 \end_layout
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 Sie können den Boxtyp 
33235 \family sans
33236 Makebox
33237 \family default
33238  benutzen, um Silbentrennungen zu unterbinden.
33239 \begin_inset Newline newline
33240 \end_inset
33241
33242 Hier ist ein Beispiel: 
33243 \end_layout
33244
33245 \begin_layout Standard
33246 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
33247 \begin_inset Quotes gld
33248 \end_inset
33249
33250 einsehrsehrsehrlangeswort
33251 \begin_inset Quotes grd
33252 \end_inset
33253
33254 .
33255 \end_layout
33256
33257 \begin_layout Standard
33258 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
33259  Innere
33260 \begin_inset space ~
33261 \end_inset
33262
33263 Box auf Makebox und deren Breite auf 1
33264 \begin_inset space \thinspace{}
33265 \end_inset
33266
33267 Width.
33268 \end_layout
33269
33270 \begin_layout Standard
33271 Hier ist das Ergebnis:
33272 \end_layout
33273
33274 \begin_layout Standard
33275 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33276 \begin_inset Box Frameless
33277 position "t"
33278 hor_pos "c"
33279 has_inner_box 1
33280 inner_pos "t"
33281 use_parbox 0
33282 use_makebox 1
33283 width "1in"
33284 special "width"
33285 height "1in"
33286 height_special "totalheight"
33287 status open
33288
33289 \begin_layout Plain Layout
33290 \begin_inset Quotes gld
33291 \end_inset
33292
33293 einsehrsehrsehrlangeswort
33294 \begin_inset Quotes grd
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \end_inset
33301
33302 .
33303 \end_layout
33304
33305 \begin_layout Standard
33306 Alternativ dazu kann man auch den Befehl 
33307 \begin_inset Quotes gld
33308 \end_inset
33309
33310
33311 \series bold
33312
33313 \backslash
33314 -
33315 \series default
33316
33317 \begin_inset Quotes grd
33318 \end_inset
33319
33320  als TeX-Code direkt vor das Wort setzen:
33321 \end_layout
33322
33323 \begin_layout Standard
33324 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33325 \begin_inset Quotes gld
33326 \end_inset
33327
33328
33329 \begin_inset ERT
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333
33334
33335 \backslash
33336 -
33337 \end_layout
33338
33339 \end_inset
33340
33341 einsehrsehrsehrlangeswort
33342 \begin_inset Quotes grd
33343 \end_inset
33344
33345 .
33346 \end_layout
33347
33348 \begin_layout Standard
33349 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
33350  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
33351 \family sans
33352 Strg-Eingabe
33353 \family default
33354 ) einfügen: 
33355 \end_layout
33356
33357 \begin_layout Standard
33358 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \begin_inset Box Frameless
33364 position "t"
33365 hor_pos "c"
33366 has_inner_box 1
33367 inner_pos "t"
33368 use_parbox 0
33369 use_makebox 1
33370 width "1in"
33371 special "width"
33372 height "1in"
33373 height_special "totalheight"
33374 status open
33375
33376 \begin_layout Plain Layout
33377 \begin_inset Quotes gld
33378 \end_inset
33379
33380 einsehrsehrsehrlangeswort
33381 \begin_inset Quotes grd
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \end_inset
33388
33389 .
33390 \end_layout
33391
33392 \begin_layout Subsection
33393 Vertikale Ausrichtung
33394 \begin_inset CommandInset label
33395 LatexCommand label
33396 name "uab:Vertikale-Ausrichtung"
33397
33398 \end_inset
33399
33400
33401 \begin_inset Index idx
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 Boxen ! für Vertikale Ausrichtung
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \begin_inset Index idx
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 Boxen ! raisebox
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Standard
33424 Mit dem LaTeX-Befehl 
33425 \series bold
33426
33427 \backslash
33428 raisebox
33429 \series default
33430  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
33431 n Textes ausrichten.
33432  
33433 \series bold
33434
33435 \backslash
33436 raisebox
33437 \series default
33438  wird folgendermaßen benutzt:
33439 \end_layout
33440
33441 \begin_layout Standard
33442
33443 \series bold
33444
33445 \backslash
33446 raisebox{Verschiebung}[oben][unten]{Text}
33447 \end_layout
33448
33449 \begin_layout Standard
33450 Positive Werte für Verschiebung
33451 \series bold
33452  
33453 \series default
33454 verschieben die Box nach oben, negative nach unten.
33455  Die beiden optionalen Parameter 
33456 \family typewriter
33457 oben
33458 \family default
33459  und 
33460 \family typewriter
33461 unten
33462 \family default
33463  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
33464  hinausgeht, wenn sie nicht verschoben ist.
33465 \end_layout
33466
33467 \begin_layout Standard
33468 Um zum Beispiel das Wort 
33469 \begin_inset Quotes gld
33470 \end_inset
33471
33472 provokant
33473 \begin_inset Quotes grd
33474 \end_inset
33475
33476  mit seinem 
33477 \begin_inset Quotes gld
33478 \end_inset
33479
33480 niedrigsten
33481 \begin_inset Quotes grd
33482 \end_inset
33483
33484  Buchstaben 
33485 \begin_inset Quotes gld
33486 \end_inset
33487
33488 p
33489 \begin_inset Quotes grd
33490 \end_inset
33491
33492  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
33493 \end_layout
33494
33495 \begin_layout Standard
33496
33497 \series bold
33498
33499 \backslash
33500 raisebox{
33501 \backslash
33502 depth}{
33503 \end_layout
33504
33505 \begin_layout Standard
33506 vor dem Wort einfügen und 
33507 \begin_inset Quotes gld
33508 \end_inset
33509
33510
33511 \series bold
33512 }
33513 \series default
33514
33515 \begin_inset Quotes grd
33516 \end_inset
33517
33518  als TeX-Code dahinter:
33519 \end_layout
33520
33521 \begin_layout Standard
33522 Dies ist eine Zeile, in der das Wort 
33523 \begin_inset ERT
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527
33528
33529 \backslash
33530 raisebox{
33531 \backslash
33532 depth}{
33533 \end_layout
33534
33535 \end_inset
33536
33537
33538 \begin_inset Quotes gld
33539 \end_inset
33540
33541 provokant
33542 \begin_inset Quotes grd
33543 \end_inset
33544
33545
33546 \begin_inset ERT
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550
33551 }
33552 \end_layout
33553
33554 \end_inset
33555
33556  nach oben verschoben wurde.
33557 \end_layout
33558
33559 \begin_layout Standard
33560 \begin_inset VSpace bigskip
33561 \end_inset
33562
33563 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
33564  gedehnt:
33565 \end_layout
33566
33567 \begin_layout Standard
33568 Dies ist eine Zeile, in der das Wort 
33569 \begin_inset ERT
33570 status collapsed
33571
33572 \begin_layout Plain Layout
33573
33574
33575 \backslash
33576 raisebox{-
33577 \backslash
33578 depth}{
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \begin_inset Quotes gld
33585 \end_inset
33586
33587 provokant
33588 \begin_inset Quotes grd
33589 \end_inset
33590
33591
33592 \begin_inset ERT
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596
33597 }
33598 \end_layout
33599
33600 \end_inset
33601
33602  nach unten verschoben wurde.
33603 \end_layout
33604
33605 \begin_layout Standard
33606 Dies ist eine Zeile, in der das Wort 
33607 \begin_inset ERT
33608 status collapsed
33609
33610 \begin_layout Plain Layout
33611
33612
33613 \backslash
33614 raisebox{0.5cm}{
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \begin_inset Quotes gld
33621 \end_inset
33622
33623 testen
33624 \begin_inset Quotes grd
33625 \end_inset
33626
33627
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633 }
33634 \end_layout
33635
33636 \end_inset
33637
33638  um 0.5
33639 \begin_inset space \thinspace{}
33640 \end_inset
33641
33642 cm nach oben verschoben wurde.
33643 \end_layout
33644
33645 \begin_layout Standard
33646 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
33647 \end_layout
33648
33649 \begin_layout Standard
33650
33651 \series bold
33652
33653 \backslash
33654 raisebox{-
33655 \backslash
33656 depth}[0pt]{
33657 \end_layout
33658
33659 \begin_layout Standard
33660 Dies ist eine Zeile, in der das Wort 
33661 \begin_inset ERT
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665
33666
33667 \backslash
33668 raisebox{-
33669 \backslash
33670 depth}[0pt]{
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \begin_inset Quotes gld
33677 \end_inset
33678
33679 provokant
33680 \begin_inset Quotes grd
33681 \end_inset
33682
33683
33684 \begin_inset ERT
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688
33689 }
33690 \end_layout
33691
33692 \end_inset
33693
33694  nach unten verschoben wurde.
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Dies ist eine Zeile, in der das Wort 
33699 \begin_inset ERT
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703
33704
33705 \backslash
33706 raisebox{0.5cm}[0pt]{
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \begin_inset Quotes gld
33713 \end_inset
33714
33715 testen
33716 \begin_inset Quotes grd
33717 \end_inset
33718
33719
33720 \begin_inset ERT
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724
33725 }
33726 \end_layout
33727
33728 \end_inset
33729
33730  um 0.5
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 cm nach oben verschoben wurde.
33735  Jetzt überschneiden sich die verschobenen Worte.
33736 \end_layout
33737
33738 \begin_layout Section
33739 Farbige Boxen
33740 \begin_inset CommandInset label
33741 LatexCommand label
33742 name "abs:Farbige-Boxen"
33743
33744 \end_inset
33745
33746
33747 \begin_inset Index idx
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751 Boxen ! farbige
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Subsection
33760 Text-Hintergrundfarbe
33761 \begin_inset Index idx
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 Farbe ! für Text-Hintergrund
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
33775  so genannten 
33776 \begin_inset Quotes gld
33777 \end_inset
33778
33779 colorbox
33780 \begin_inset Quotes grd
33781 \end_inset
33782
33783  stehen.
33784  Dafür muss das LaTeX-Paket 
33785 \series bold
33786 color
33787 \series default
33788
33789 \begin_inset Index idx
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793 LaTeX-Pakete ! color
33794 \end_layout
33795
33796 \end_inset
33797
33798  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
33799 \end_layout
33800
33801 \begin_layout Standard
33802
33803 \series bold
33804
33805 \backslash
33806 @ifundefined{textcolor}
33807 \begin_inset Newline newline
33808 \end_inset
33809
33810
33811 \begin_inset Phantom HPhantom
33812 status open
33813
33814 \begin_layout Plain Layout
33815
33816 \series bold
33817 \begin_inset space ~
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \end_inset
33824
33825 {
33826 \backslash
33827 usepackage{color}}{}
33828 \end_layout
33829
33830 \begin_layout Standard
33831 Wenn Sie Text einfärben, lädt LyX das Paket 
33832 \series bold
33833 color
33834 \series default
33835  automatisch.
33836 \begin_inset Foot
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Der Befehl 
33841 \series bold
33842
33843 \backslash
33844 @ifundefined
33845 \series default
33846  vermeidet, dass es in diesem Fall doppelt geladen wird.
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \begin_layout Standard
33855 \begin_inset VSpace medskip
33856 \end_inset
33857
33858 Colorboxen werden mit dem Befehl 
33859 \series bold
33860
33861 \backslash
33862 colorbox
33863 \series default
33864  erzeugt:
33865 \end_layout
33866
33867 \begin_layout Standard
33868
33869 \series bold
33870
33871 \backslash
33872 colorbox{Farbe}{Boxinhalt}
33873 \end_layout
33874
33875 \begin_layout Standard
33876 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
33877  Boxen sein.
33878 \end_layout
33879
33880 \begin_layout Standard
33881 Die folgenden Farben sind vordefiniert:
33882 \family sans
33883  schwarz
33884 \family default
33885
33886 \family sans
33887 wei
33888 \family default
33889 ß, 
33890 \family sans
33891 rot
33892 \family default
33893 \series bold
33894 ,
33895 \series default
33896  
33897 \family sans
33898 grün
33899 \family default
33900
33901 \family sans
33902 blau
33903 \family default
33904
33905 \family sans
33906 türkis
33907 \family default
33908
33909 \family sans
33910 purpurrot
33911 \family default
33912  und 
33913 \family sans
33914 gelb
33915 \family default
33916 .
33917 \end_layout
33918
33919 \begin_layout Standard
33920 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
33921 \begin_inset space ~
33922 \end_inset
33923
33924
33925 \begin_inset CommandInset ref
33926 LatexCommand ref
33927 reference "abs:Farbige-Tabellen"
33928
33929 \end_inset
33930
33931  beschrieben.
33932 \end_layout
33933
33934 \begin_layout Standard
33935 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
33936  den TeX-Code-Befehl
33937 \end_layout
33938
33939 \begin_layout Standard
33940
33941 \series bold
33942
33943 \backslash
33944 colorbox{red}{
33945 \end_layout
33946
33947 \begin_layout Standard
33948 vor dem Wort ein.
33949  Hinter dem Wort fügen Sie 
33950 \series bold
33951
33952 \begin_inset Quotes gld
33953 \end_inset
33954
33955 }
33956 \series default
33957
33958 \begin_inset Quotes grd
33959 \end_inset
33960
33961  als TeX-Code ein.
33962  Hier ist das Ergebnis:
33963 \end_layout
33964
33965 \begin_layout Standard
33966 In dieser Zeile hat 
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972
33973 \backslash
33974 colorbox{red}{
33975 \end_layout
33976
33977 \end_inset
33978
33979 Achtung!
33980 \begin_inset ERT
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984
33985 }
33986 \end_layout
33987
33988 \end_inset
33989
33990  einen roten Hintergrund.
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset VSpace bigskip
33995 \end_inset
33996
33997 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
33998  
33999 \series bold
34000
34001 \backslash
34002 fcolorbox
34003 \series default
34004  verwenden:
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34013 \end_layout
34014
34015 \begin_layout Standard
34016
34017 \series bold
34018
34019 \backslash
34020 fcolorbox
34021 \series default
34022  ist eine Erweiterung von 
34023 \series bold
34024
34025 \backslash
34026 colorbox
34027 \series default
34028 .
34029  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
34030  
34031 \series bold
34032
34033 \backslash
34034 fboxrule
34035 \series default
34036  und 
34037 \series bold
34038
34039 \backslash
34040 fboxsep
34041 \series default
34042  gesteuert werden, wie in Abschnitt
34043 \begin_inset space ~
34044 \end_inset
34045
34046
34047 \begin_inset CommandInset ref
34048 LatexCommand ref
34049 reference "uab:Verzierung"
34050
34051 \end_inset
34052
34053  beschrieben.
34054 \end_layout
34055
34056 \begin_layout Standard
34057 Für das folgende Beispiel wurde der Befehl
34058 \end_layout
34059
34060 \begin_layout Standard
34061
34062 \series bold
34063
34064 \backslash
34065 fcolorbox{cyan}{magenta}{
34066 \end_layout
34067
34068 \begin_layout Standard
34069 benutzt.
34070  Hier wurden die Rahmendicke und der Abstand auf 1
34071 \begin_inset space \thinspace{}
34072 \end_inset
34073
34074 mm gesetzt:
34075 \begin_inset Newline newline
34076 \end_inset
34077
34078
34079 \begin_inset ERT
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083
34084
34085 \backslash
34086 fboxrule 1mm 
34087 \backslash
34088 fboxsep 1mm
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset ERT
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098
34099
34100 \backslash
34101 fcolorbox{cyan}{green}{
34102 \end_layout
34103
34104 \end_inset
34105
34106 Dies ist Text in einer farbigen, gerahmten Box.
34107 \begin_inset ERT
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111
34112 }
34113 \end_layout
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 \begin_inset VSpace bigskip
34122 \end_inset
34123
34124 Natürlich gibt es auch farbigen Text in einer Colorbox:
34125 \begin_inset Newline newline
34126 \end_inset
34127
34128
34129 \begin_inset ERT
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133
34134
34135 \backslash
34136 fcolorbox{cyan}{green}{
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \color yellow
34143 Dies ist farbiger Text in einer farbigen, gerahmten Box.
34144 \color none
34145
34146 \begin_inset ERT
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150
34151 }
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 fboxrule 0.4pt 
34165 \backslash
34166 fboxsep 3pt
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \begin_layout Standard
34175 \begin_inset VSpace bigskip
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Standard
34182 \begin_inset Note Greyedout
34183 status open
34184
34185 \begin_layout Plain Layout
34186 \noindent
34187
34188 \series bold
34189 Bemerkung:
34190 \series default
34191  Text in Colorboxen kann nicht umgebrochen werden.
34192  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
34193  wie im folgenden beschrieben.
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Subsection
34202 Farbe für Absätze
34203 \begin_inset CommandInset label
34204 LatexCommand label
34205 name "uab:Farbe-für-Absätze"
34206
34207 \end_inset
34208
34209
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Farbe ! für Absätze
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Standard
34223 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
34224  den Text in eine Minipage stellen.
34225  Vor der Minipage fügen Sie den TeX-Code-Befehl
34226 \end_layout
34227
34228 \begin_layout Standard
34229
34230 \series bold
34231
34232 \backslash
34233 colorbox{color}{
34234 \end_layout
34235
34236 \begin_layout Standard
34237 ein.
34238  Hinter der Minipage fügen Sie 
34239 \series bold
34240
34241 \begin_inset Quotes gld
34242 \end_inset
34243
34244 }
34245 \series default
34246
34247 \begin_inset Quotes grd
34248 \end_inset
34249
34250  als TeX-Code ein.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 \begin_inset ERT
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258
34259
34260 \backslash
34261 colorbox{hellgrau}{
34262 \end_layout
34263
34264 \end_inset
34265
34266
34267 \begin_inset Box Frameless
34268 position "t"
34269 hor_pos "c"
34270 has_inner_box 1
34271 inner_pos "t"
34272 use_parbox 0
34273 use_makebox 0
34274 width "100col%"
34275 special "none"
34276 height "1in"
34277 height_special "totalheight"
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 Dies ist Text mit einer Hintergrundfarbe.
34282  Dies ist Text mit einer Hintergrundfarbe.
34283 \end_layout
34284
34285 \begin_layout Plain Layout
34286 Der Text kann Fußnoten
34287 \begin_inset Foot
34288 status open
34289
34290 \begin_layout Plain Layout
34291 Eine weitere Fußnote
34292 \end_layout
34293
34294 \end_inset
34295
34296  und Tabellen und Abbildungen enthalten.
34297 \end_layout
34298
34299 \begin_layout Plain Layout
34300 \align center
34301 \begin_inset Tabular
34302 <lyxtabular version="3" rows="3" columns="3">
34303 <features tabularvalignment="middle">
34304 <column alignment="center" valignment="top" width="0">
34305 <column alignment="center" valignment="top" width="0">
34306 <column alignment="center" valignment="top" width="0">
34307 <row>
34308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 a
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321 !
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330 3
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 <
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 b2
34351 \begin_inset Quotes erd
34352 \end_inset
34353
34354 |
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Plain Layout
34363 >
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 </row>
34369 <row>
34370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374 1
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 §
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392 c
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 </row>
34398 </lyxtabular>
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \begin_inset ERT
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412
34413 }
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Section
34422 Rotierte und skalierte Boxen
34423 \end_layout
34424
34425 \begin_layout Standard
34426 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
34427 \series bold
34428 graphicx
34429 \series default
34430
34431 \begin_inset Index idx
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 LaTeX-Pakete ! graphicx
34436 \end_layout
34437
34438 \end_inset
34439
34440  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34441 \end_layout
34442
34443 \begin_layout Standard
34444
34445 \series bold
34446
34447 \backslash
34448 @ifundefined{rotatebox}
34449 \begin_inset Newline newline
34450 \end_inset
34451
34452
34453 \begin_inset Phantom HPhantom
34454 status open
34455
34456 \begin_layout Plain Layout
34457
34458 \series bold
34459 \begin_inset space ~
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \end_inset
34466
34467 {
34468 \backslash
34469 usepackage{graphicx}}{}
34470 \end_layout
34471
34472 \begin_layout Standard
34473 \begin_inset Note Greyedout
34474 status open
34475
34476 \begin_layout Plain Layout
34477
34478 \series bold
34479 Bemerkung:
34480 \series default
34481  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
34482  darstellen.
34483  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
34484 \end_layout
34485
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Standard
34492 \begin_inset Note Greyedout
34493 status open
34494
34495 \begin_layout Plain Layout
34496
34497 \series bold
34498 Bemerkung:
34499 \series default
34500  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Subsection
34509 Rotierte Boxen
34510 \begin_inset Index idx
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 Boxen ! rotierte
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \begin_inset Index idx
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 Rotiertes Material
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \begin_inset Index idx
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534 Abbildungen ! rotierte
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \begin_inset Index idx
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544 Tabellen ! rotierte
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Um Text zu drehen, verwendet man den Befehl 
34554 \series bold
34555
34556 \backslash
34557 rotatebox
34558 \series default
34559  im TeX-Code nach folgendem Schema:
34560 \end_layout
34561
34562 \begin_layout Standard
34563
34564 \series bold
34565
34566 \backslash
34567 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
34568 \end_layout
34569
34570 \begin_layout Standard
34571 Der Drehpunkt wird mit 
34572 \series bold
34573 origin=Position
34574 \series default
34575  angegeben.
34576  Folgende Positionen sind möglich: 
34577 \emph on
34578 c
34579 \emph default
34580  (mittig), 
34581 \emph on
34582 l
34583 \emph default
34584  (links), 
34585 \emph on
34586 r
34587 \emph default
34588  (rechts), 
34589 \emph on
34590 b
34591 \emph default
34592  (unten), 
34593 \emph on
34594 t
34595 \emph default
34596  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
34597  Z.
34598 \begin_inset space \thinspace{}
34599 \end_inset
34600
34601 B.
34602  bedeutet 
34603 \emph on
34604 lt
34605 \emph default
34606 , dass sich der Drehpunkt links oben befindet.
34607  Wird kein Drehpunkt angegeben, wird die Position 
34608 \emph on
34609 l
34610 \emph default
34611  verwendet.
34612  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
34613  Gedreht wird gegen den Uhrzeigersinn.
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Im folgenden Beispiel wurde vor dem Text der Befehl 
34618 \series bold
34619
34620 \backslash
34621 rotatebox[origin=c]{60}{
34622 \series default
34623  im TeX-Modus eingegeben.
34624  Nach dem Text wurde die schließende Klammer 
34625 \series bold
34626 }
34627 \series default
34628  wiederum im TeX-Modus eingegeben.
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Dies ist eine Zeile 
34633 \begin_inset ERT
34634 status collapsed
34635
34636 \begin_layout Plain Layout
34637
34638
34639 \backslash
34640 rotatebox[origin=c]{60}{
34641 \end_layout
34642
34643 \end_inset
34644
34645 mit rotiertem
34646 \begin_inset ERT
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650
34651 }
34652 \end_layout
34653
34654 \end_inset
34655
34656  Text.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
34661 \end_layout
34662
34663 \begin_layout Standard
34664 Dies ist eine Zeile 
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670
34671 \backslash
34672 rotatebox[origin=r]{-60}{
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \begin_inset Box Doublebox
34679 position "c"
34680 hor_pos "c"
34681 has_inner_box 0
34682 inner_pos "c"
34683 use_parbox 0
34684 use_makebox 0
34685 width "1in"
34686 special "width"
34687 height "1in"
34688 height_special "totalheight"
34689 status collapsed
34690
34691 \begin_layout Plain Layout
34692 mit rotiertem
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \begin_inset ERT
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702
34703 }
34704 \end_layout
34705
34706 \end_inset
34707
34708  umrandeten Text 
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714
34715 \backslash
34716 rotatebox[origin=lb]{60}{
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34723 \end_inset
34724
34725
34726 \begin_inset ERT
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730
34731 }
34732 \end_layout
34733
34734 \end_inset
34735
34736  und einer Formel.
34737 \end_layout
34738
34739 \begin_layout Standard
34740 Oder ein Bild oder Tabelle:
34741 \end_layout
34742
34743 \begin_layout Standard
34744 Dies ist eine Zeile 
34745 \begin_inset ERT
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750
34751 \backslash
34752 rotatebox[origin=lb]{90}{
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \begin_inset Graphics
34759         filename ../clipart/platypus.eps
34760         lyxscale 50
34761         width 25col%
34762
34763 \end_inset
34764
34765
34766 \begin_inset ERT
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770
34771 }
34772 \end_layout
34773
34774 \end_inset
34775
34776  mit einem rotierten Bild 
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782
34783 \backslash
34784 rotatebox[origin=l]{-90}{
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \begin_inset Tabular
34791 <lyxtabular version="3" rows="2" columns="2">
34792 <features tabularvalignment="middle">
34793 <column alignment="center" valignment="top" width="0">
34794 <column alignment="center" valignment="top" width="0">
34795 <row>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 q
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 w
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 </row>
34815 <row>
34816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34817 \begin_inset Text
34818
34819 \begin_layout Plain Layout
34820 e
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829 r
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 </row>
34835 </lyxtabular>
34836
34837 \end_inset
34838
34839
34840 \begin_inset ERT
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845 }
34846 \end_layout
34847
34848 \end_inset
34849
34850  und Tabelle.
34851 \end_layout
34852
34853 \begin_layout Subsection
34854 Skalierte Boxen
34855 \begin_inset Index idx
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Boxen ! skalierte
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \begin_inset Index idx
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 Skaliertes Material
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \begin_inset Index idx
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879 Abbildungen ! skalierte
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \begin_inset Index idx
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889 Tabellen ! skalierte
34890 \end_layout
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \begin_layout Standard
34898 Um Text zu skalieren, kann man die Befehle 
34899 \series bold
34900
34901 \backslash
34902 scalebox
34903 \series default
34904  und 
34905 \series bold
34906
34907 \backslash
34908 resizebox
34909 \series default
34910  im TeX-Modus verwenden.
34911 \end_layout
34912
34913 \begin_layout Standard
34914
34915 \series bold
34916
34917 \backslash
34918 scalebox
34919 \series default
34920  wird nach folgendem Schema verwendet:
34921 \end_layout
34922
34923 \begin_layout Standard
34924
34925 \series bold
34926
34927 \backslash
34928 scalebox{horizontal}[vertikal]{Boxinhalt}
34929 \end_layout
34930
34931 \begin_layout Standard
34932 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
34933  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
34934  verwendet.
34935 \end_layout
34936
34937 \begin_layout Standard
34938 Z.
34939 \begin_inset space \thinspace{}
34940 \end_inset
34941
34942 B.
34943  ergibt der Befehl 
34944 \series bold
34945
34946 \backslash
34947 scalebox{2}{Hallo}
34948 \series default
34949  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
34950 \begin_inset ERT
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954
34955
34956 \backslash
34957 scalebox{2}{
34958 \end_layout
34959
34960 \end_inset
34961
34962 Hallo
34963 \begin_inset ERT
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967
34968 }
34969 \end_layout
34970
34971 \end_inset
34972
34973 .
34974 \end_layout
34975
34976 \begin_layout Standard
34977
34978 \series bold
34979
34980 \backslash
34981 scalebox{2}[1]{Hallo}
34982 \series default
34983  verzerrt hingegen das 
34984 \begin_inset ERT
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989
34990 \backslash
34991 scalebox{2}[1]{
34992 \end_layout
34993
34994 \end_inset
34995
34996 Hallo
34997 \begin_inset ERT
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001
35002 }
35003 \end_layout
35004
35005 \end_inset
35006
35007 .
35008 \end_layout
35009
35010 \begin_layout Standard
35011 Die Skalierungsfaktoren dürfen auch negativ sein.
35012  In diesem Fall wird der Boxinhalt gespiegelt.
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Daher lässt sich mit dem Befehl 
35017 \series bold
35018
35019 \backslash
35020 scalebox{-1}[1]{Hallo}
35021 \series default
35022  Spiegelschrift erstellen: 
35023 \begin_inset ERT
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027
35028
35029 \backslash
35030 scalebox{-1}[1]{
35031 \end_layout
35032
35033 \end_inset
35034
35035 Hallo
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041 }
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050
35051 \series bold
35052
35053 \backslash
35054 scalebox{1}[-1]{Hallo}
35055 \series default
35056  spiegelt das 
35057 \begin_inset ERT
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061
35062
35063 \backslash
35064 scalebox{1}[-1]{
35065 \end_layout
35066
35067 \end_inset
35068
35069 Hallo
35070 \begin_inset ERT
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074
35075 }
35076 \end_layout
35077
35078 \end_inset
35079
35080  an der Grundlinie.
35081 \end_layout
35082
35083 \begin_layout Standard
35084 Zu 
35085 \series bold
35086
35087 \backslash
35088 scalebox{-1}[1]{Boxinhalt}
35089 \series default
35090  gibt es den äquivalenten Befehl
35091 \begin_inset Newline newline
35092 \end_inset
35093
35094
35095 \series bold
35096
35097 \backslash
35098 reflectbox{Boxinhalt}
35099 \series default
35100 .
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset VSpace bigskip
35105 \end_inset
35106
35107
35108 \series bold
35109
35110 \backslash
35111 resizebox
35112 \series default
35113  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35114  skalieren.
35115  Das Befehlsschema ist folgendes:
35116 \end_layout
35117
35118 \begin_layout Standard
35119
35120 \series bold
35121
35122 \backslash
35123 resizebox{Breite}{Höhe}{Boxinhalt}
35124 \end_layout
35125
35126 \begin_layout Standard
35127 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35128 \series bold
35129 !
35130 \series default
35131  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35132  wird.
35133 \end_layout
35134
35135 \begin_layout Standard
35136 Der Befehl 
35137 \series bold
35138
35139 \backslash
35140 resizebox{2cm}{1cm}{Hallo}
35141 \series default
35142  ergibt: 
35143 \begin_inset ERT
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147
35148
35149 \backslash
35150 resizebox{2cm}{1cm}{
35151 \end_layout
35152
35153 \end_inset
35154
35155 Hallo
35156 \begin_inset ERT
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160
35161 }
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Newline newline
35168 \end_inset
35169
35170 Der Befehl 
35171 \series bold
35172
35173 \backslash
35174 resizebox{2cm}{!}{Hallo}
35175 \series default
35176  ergibt: 
35177 \begin_inset ERT
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181
35182
35183 \backslash
35184 resizebox{2cm}{!}{
35185 \end_layout
35186
35187 \end_inset
35188
35189 Hallo
35190 \begin_inset ERT
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194
35195 }
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset VSpace bigskip
35205 \end_inset
35206
35207
35208 \begin_inset Note Greyedout
35209 status open
35210
35211 \begin_layout Plain Layout
35212
35213 \series bold
35214 Bemerkung:
35215 \series default
35216  Wurde in Argumenten von 
35217 \series bold
35218
35219 \backslash
35220 scalebox
35221 \series default
35222  oder 
35223 \series bold
35224
35225 \backslash
35226 resizebox
35227 \series default
35228  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
35229  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
35230  werden.
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 \begin_inset VSpace bigskip
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \begin_layout Standard
35246 Alle Boxen können beliebig miteinander kombiniert werden.
35247  So ergibt z.
35248 \begin_inset space \thinspace{}
35249 \end_inset
35250
35251 B.
35252  der Befehl
35253 \begin_inset Newline newline
35254 \end_inset
35255
35256
35257 \series bold
35258
35259 \backslash
35260 rotatebox[origin=c]{-45}{
35261 \backslash
35262 resizebox{2cm}{!}{
35263 \backslash
35264 reflectbox{Hallo}}}
35265 \series default
35266 :
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \align center
35271 \begin_inset ERT
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276
35277 \backslash
35278 rotatebox[origin=c]{-45}{
35279 \backslash
35280 resizebox{2cm}{!}{
35281 \backslash
35282 reflectbox{
35283 \end_layout
35284
35285 \end_inset
35286
35287 Hallo
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293 }}}
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Standard
35302 \noindent
35303 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
35304 \end_layout
35305
35306 \begin_layout Standard
35307 \align center
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313
35314 \backslash
35315 rotatebox[origin=c]{-30}{
35316 \backslash
35317 resizebox{2cm}{!}{
35318 \backslash
35319 reflectbox{
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \begin_inset Graphics
35326         filename ../clipart/platypus.eps
35327         lyxscale 50
35328         width 25col%
35329
35330 \end_inset
35331
35332
35333 \begin_inset ERT
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337
35338 }}}
35339 \end_layout
35340
35341 \end_inset
35342
35343
35344 \begin_inset ERT
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349
35350 \backslash
35351 rotatebox[origin=c]{-45}{
35352 \backslash
35353 resizebox{2cm}{!}{
35354 \backslash
35355 reflectbox{
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \begin_inset Tabular
35362 <lyxtabular version="3" rows="2" columns="2">
35363 <features tabularvalignment="middle">
35364 <column alignment="center" valignment="top" width="0">
35365 <column alignment="center" valignment="top" width="0">
35366 <row>
35367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371 q
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35377 \begin_inset Text
35378
35379 \begin_layout Plain Layout
35380 w
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 </row>
35386 <row>
35387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391 e
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35397 \begin_inset Text
35398
35399 \begin_layout Plain Layout
35400 r
35401 \end_layout
35402
35403 \end_inset
35404 </cell>
35405 </row>
35406 </lyxtabular>
35407
35408 \end_inset
35409
35410
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416 }}}
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \begin_inset ERT
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426
35427
35428 \backslash
35429 rotatebox[origin=c]{-45}{
35430 \backslash
35431 resizebox{2cm}{!}{
35432 \backslash
35433 reflectbox{
35434 \end_layout
35435
35436 \end_inset
35437
35438
35439 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35440 \end_inset
35441
35442
35443 \begin_inset ERT
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447
35448 }}}
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Standard
35457 Hat man den globalen Formelstil 
35458 \series bold
35459 fleqn
35460 \series default
35461
35462 \begin_inset Foot
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466 Wenn 
35467 \begin_inset Quotes gld
35468 \end_inset
35469
35470 fleqn
35471 \begin_inset Quotes grd
35472 \end_inset
35473
35474  zu den Dokumentklassen-Optionen hinzugefügt wurde.
35475 \end_layout
35476
35477 \end_inset
35478
35479  gewählt, kann man auch abgesetzte Formeln skalieren.
35480 \end_layout
35481
35482 \begin_layout Chapter
35483 Umflossene Objekte
35484 \begin_inset Index idx
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488 Umflossene Objekte
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Section
35497 Umflossene Gleitobjekte
35498 \begin_inset CommandInset label
35499 LatexCommand label
35500 name "sec:Umflossene-Gleitobjekte"
35501
35502 \end_inset
35503
35504
35505 \begin_inset Index idx
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509 Gleitobjekte ! umflossene
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Umflossene Objekte ! Gleitobjekte
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
35529  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
35530  den die Abbildung bzw.
35531 \begin_inset space ~
35532 \end_inset
35533
35534 Tabelle übrig lässt.
35535  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
35536  Sie werden über das Menü
35537 \family sans
35538  Einfügen\SpecialChar \menuseparator
35539 Gleitobjekt\SpecialChar \menuseparator
35540 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
35541 objekt
35542 \family default
35543  eingefügt, wenn das LaTeX-Paket 
35544 \series bold
35545 wrapfig
35546 \series default
35547
35548 \begin_inset Index idx
35549 status collapsed
35550
35551 \begin_layout Plain Layout
35552 LaTeX-Pakete ! wrapfig
35553 \begin_inset ERT
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557
35558
35559 \backslash
35560 vspace{4mm}
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \end_inset
35569
35570  installiert ist.
35571 \begin_inset Foot
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
35576 \emph on
35577 LaTeX-Konfiguration
35578 \emph default
35579  beschrieben.
35580 \end_layout
35581
35582 \end_inset
35583
35584  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
35585  Box des Gleitobjekts geändert werden.
35586  
35587 \begin_inset Wrap figure
35588 lines 0
35589 placement l
35590 overhang 1cm
35591 width "40col%"
35592 status open
35593
35594 \begin_layout Plain Layout
35595 \begin_inset Graphics
35596         filename ../clipart/mobius.eps
35597         width 40col%
35598         scaleBeforeRotation
35599         rotateOrigin center
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Plain Layout
35607 \begin_inset Caption
35608
35609 \begin_layout Plain Layout
35610 \begin_inset CommandInset label
35611 LatexCommand label
35612 name "abb:Dies-ist-eine"
35613
35614 \end_inset
35615
35616 Dies ist eine umflossene Gleitobjekt-Abbildung
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \end_inset
35625
35626  Obligatorische Einstellungen sind die 
35627 \family sans
35628 Breite
35629 \family default
35630  und 
35631 \family sans
35632 Platzierung
35633 \family default
35634  des Gleitobjekts.
35635  Optional sind der 
35636 \family sans
35637 Überhang 
35638 \family default
35639 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
35640 \begin_inset space \thinspace{}
35641 \end_inset
35642
35643 /
35644 \begin_inset space \thinspace{}
35645 \end_inset
35646
35647 der Seite ragt und die 
35648 \family sans
35649 benötigten Zeilen
35650 \family default
35651 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
35652  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
35653  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
35654  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
35655  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
35656  zu lassen.
35657  Abbildung
35658 \begin_inset space ~
35659 \end_inset
35660
35661
35662 \begin_inset CommandInset ref
35663 LatexCommand ref
35664 reference "abb:Dies-ist-eine"
35665
35666 \end_inset
35667
35668  ist zum Beispiel ein umflossenes Bild, das 40
35669 \begin_inset space \thinspace{}
35670 \end_inset
35671
35672 % der Spaltenbreite einnimmt, 1
35673 \begin_inset space \thinspace{}
35674 \end_inset
35675
35676 cm in den Rand ragt und links gesetzt wurde.
35677 \end_layout
35678
35679 \begin_layout Standard
35680 \begin_inset Note Greyedout
35681 status open
35682
35683 \begin_layout Plain Layout
35684
35685 \series bold
35686 Bemerkung:
35687 \series default
35688  Umflossene Objekte sind fragil! Wenn die Abbildung z.
35689 \begin_inset space \thinspace{}
35690 \end_inset
35691
35692 B.
35693  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
35694  oder über anderen Text gedruckt wird.
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \begin_layout Standard
35703 Allgemein gilt für umflossene Gleitobjekte:
35704 \end_layout
35705
35706 \begin_layout Itemize
35707 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
35708  fortgesetzt werden.
35709  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
35710  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
35711 \end_layout
35712
35713 \begin_layout Itemize
35714 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
35715  werden oder darin.
35716 \end_layout
35717
35718 \begin_layout Itemize
35719 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
35720  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
35721 \end_layout
35722
35723 \begin_layout Itemize
35724 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
35725 \end_layout
35726
35727 \begin_layout Itemize
35728 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
35729 \begin_inset space \thinspace{}
35730 \end_inset
35731
35732
35733 \begin_inset CommandInset ref
35734 LatexCommand ref
35735 reference "chap:Gleitobjekte"
35736
35737 \end_inset
35738
35739  beschrieben.
35740 \end_layout
35741
35742 \begin_layout Section
35743 Umflossene Fixe Objekte
35744 \begin_inset Index idx
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748 Umflossene Objekte ! Fixe Objekte
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Standard
35757 Die in Abschnitt
35758 \begin_inset space ~
35759 \end_inset
35760
35761
35762 \begin_inset CommandInset ref
35763 LatexCommand ref
35764 reference "sec:Umflossene-Gleitobjekte"
35765
35766 \end_inset
35767
35768  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
35769 \end_layout
35770
35771 \begin_layout Standard
35772 \noindent
35773 \align center
35774 \begin_inset Tabular
35775 <lyxtabular version="3" rows="2" columns="2">
35776 <features tabularvalignment="middle">
35777 <column alignment="center" valignment="top" width="0">
35778 <column alignment="center" valignment="top" width="0">
35779 <row>
35780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35781 \begin_inset Text
35782
35783 \begin_layout Plain Layout
35784 \begin_inset Graphics
35785         filename ../../images/dialog-show-new-inset_graphics.png
35786         scale 70
35787         scaleBeforeRotation
35788
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35797 \begin_inset Text
35798
35799 \begin_layout Plain Layout
35800 Text
35801 \end_layout
35802
35803 \end_inset
35804 </cell>
35805 </row>
35806 <row>
35807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35808 \begin_inset Text
35809
35810 \begin_layout Plain Layout
35811 Text
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820 Text
35821 \end_layout
35822
35823 \end_inset
35824 </cell>
35825 </row>
35826 </lyxtabular>
35827
35828 \end_inset
35829
35830  oder 
35831 \begin_inset Tabular
35832 <lyxtabular version="3" rows="2" columns="2">
35833 <features tabularvalignment="middle">
35834 <column alignment="center" valignment="top" width="0">
35835 <column alignment="center" valignment="top" width="0">
35836 <row>
35837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841 Text
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850 \begin_inset Graphics
35851         filename ../../images/dialog-show-new-inset_graphics.png
35852         scale 70
35853         scaleBeforeRotation
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 </row>
35863 <row>
35864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35865 \begin_inset Text
35866
35867 \begin_layout Plain Layout
35868 Text
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877 Text
35878 \end_layout
35879
35880 \end_inset
35881 </cell>
35882 </row>
35883 </lyxtabular>
35884
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
35892  wurde, um z.
35893 \begin_inset space \thinspace{}
35894 \end_inset
35895
35896 B.
35897  solche Positionen zu erhalten:
35898 \begin_inset VSpace defskip
35899 \end_inset
35900
35901
35902 \end_layout
35903
35904 \begin_layout Standard
35905 \noindent
35906 \align center
35907 \begin_inset Tabular
35908 <lyxtabular version="3" rows="2" columns="2">
35909 <features tabularvalignment="middle">
35910 <column alignment="center" valignment="top" width="0">
35911 <column alignment="center" valignment="top" width="0">
35912 <row>
35913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 Text
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35923 \begin_inset Text
35924
35925 \begin_layout Plain Layout
35926 Text
35927 \end_layout
35928
35929 \end_inset
35930 </cell>
35931 </row>
35932 <row>
35933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35934 \begin_inset Text
35935
35936 \begin_layout Plain Layout
35937 \begin_inset Graphics
35938         filename ../../images/dialog-show-new-inset_graphics.png
35939         scale 70
35940         scaleBeforeRotation
35941
35942 \end_inset
35943
35944
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35950 \begin_inset Text
35951
35952 \begin_layout Plain Layout
35953 Text
35954 \end_layout
35955
35956 \end_inset
35957 </cell>
35958 </row>
35959 </lyxtabular>
35960
35961 \end_inset
35962
35963  
35964 \begin_inset Tabular
35965 <lyxtabular version="3" rows="2" columns="2">
35966 <features tabularvalignment="middle">
35967 <column alignment="center" valignment="top" width="0">
35968 <column alignment="center" valignment="top" width="0">
35969 <row>
35970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35971 \begin_inset Text
35972
35973 \begin_layout Plain Layout
35974 Text
35975 \end_layout
35976
35977 \end_inset
35978 </cell>
35979 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983 Text
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 </row>
35989 <row>
35990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994 Text
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 \begin_inset Graphics
36004         filename ../../images/dialog-show-new-inset_graphics.png
36005         scale 70
36006         scaleBeforeRotation
36007
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 </row>
36016 </lyxtabular>
36017
36018 \end_inset
36019
36020  
36021 \begin_inset Tabular
36022 <lyxtabular version="3" rows="2" columns="3">
36023 <features tabularvalignment="middle">
36024 <column alignment="center" valignment="top" width="0">
36025 <column alignment="center" valignment="top" width="0">
36026 <column alignment="center" valignment="top" width="0">
36027 <row>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032 Text
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 <cell alignment="center" valignment="top" topline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 \begin_inset Graphics
36042         filename ../../images/dialog-show-new-inset_graphics.png
36043         scale 70
36044         scaleBeforeRotation
36045
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \end_inset
36052 </cell>
36053 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36054 \begin_inset Text
36055
36056 \begin_layout Plain Layout
36057 Text
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 </row>
36063 <row>
36064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36065 \begin_inset Text
36066
36067 \begin_layout Plain Layout
36068 Text
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36074 \begin_inset Text
36075
36076 \begin_layout Plain Layout
36077 Text
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 Text
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 </row>
36092 </lyxtabular>
36093
36094 \end_inset
36095
36096  
36097 \begin_inset Tabular
36098 <lyxtabular version="3" rows="2" columns="3">
36099 <features tabularvalignment="middle">
36100 <column alignment="center" valignment="top" width="0">
36101 <column alignment="center" valignment="top" width="0">
36102 <column alignment="center" valignment="top" width="0">
36103 <row>
36104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36105 \begin_inset Text
36106
36107 \begin_layout Plain Layout
36108 Text
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 <cell alignment="center" valignment="top" topline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Plain Layout
36117 Text
36118 \end_layout
36119
36120 \end_inset
36121 </cell>
36122 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36123 \begin_inset Text
36124
36125 \begin_layout Plain Layout
36126 Text
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 </row>
36132 <row>
36133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 Text
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146 \begin_inset Graphics
36147         filename ../../images/dialog-show-new-inset_graphics.png
36148         scale 70
36149         scaleBeforeRotation
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36159 \begin_inset Text
36160
36161 \begin_layout Plain Layout
36162 Text
36163 \end_layout
36164
36165 \end_inset
36166 </cell>
36167 </row>
36168 </lyxtabular>
36169
36170 \end_inset
36171
36172
36173 \end_layout
36174
36175 \begin_layout Standard
36176 \noindent
36177 \align center
36178 \begin_inset Tabular
36179 <lyxtabular version="3" rows="3" columns="2">
36180 <features tabularvalignment="middle">
36181 <column alignment="center" valignment="top" width="0">
36182 <column alignment="center" valignment="top" width="0">
36183 <row>
36184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36185 \begin_inset Text
36186
36187 \begin_layout Plain Layout
36188 Text
36189 \end_layout
36190
36191 \end_inset
36192 </cell>
36193 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Plain Layout
36197 Text
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 </row>
36203 <row>
36204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Plain Layout
36208 \begin_inset Graphics
36209         filename ../../images/dialog-show-new-inset_graphics.png
36210         scale 70
36211         scaleBeforeRotation
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224 Text
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 <row>
36231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 Text
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244 Text
36245 \end_layout
36246
36247 \end_inset
36248 </cell>
36249 </row>
36250 </lyxtabular>
36251
36252 \end_inset
36253
36254  
36255 \begin_inset Tabular
36256 <lyxtabular version="3" rows="3" columns="3">
36257 <features tabularvalignment="middle">
36258 <column alignment="center" valignment="top" width="0">
36259 <column alignment="center" valignment="top" width="0">
36260 <column alignment="center" valignment="top" width="0">
36261 <row>
36262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36263 \begin_inset Text
36264
36265 \begin_layout Plain Layout
36266 Text
36267 \end_layout
36268
36269 \end_inset
36270 </cell>
36271 <cell alignment="center" valignment="top" topline="true" usebox="none">
36272 \begin_inset Text
36273
36274 \begin_layout Plain Layout
36275 Text
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284 Text
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 </row>
36290 <row>
36291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295 Text
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 <cell alignment="center" valignment="top" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 \begin_inset Graphics
36305         filename ../../images/dialog-show-new-inset_graphics.png
36306         scale 70
36307         scaleBeforeRotation
36308
36309 \end_inset
36310
36311
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 Text
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row>
36327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331 Text
36332 \end_layout
36333
36334 \end_inset
36335 </cell>
36336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340 Text
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 Text
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 </row>
36355 </lyxtabular>
36356
36357 \end_inset
36358
36359  
36360 \begin_inset Tabular
36361 <lyxtabular version="3" rows="3" columns="2">
36362 <features tabularvalignment="middle">
36363 <column alignment="center" valignment="top" width="0">
36364 <column alignment="center" valignment="top" width="0">
36365 <row>
36366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36367 \begin_inset Text
36368
36369 \begin_layout Plain Layout
36370 Text
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379 Text
36380 \end_layout
36381
36382 \end_inset
36383 </cell>
36384 </row>
36385 <row>
36386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Plain Layout
36390 Text
36391 \end_layout
36392
36393 \end_inset
36394 </cell>
36395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36396 \begin_inset Text
36397
36398 \begin_layout Plain Layout
36399 \begin_inset Graphics
36400         filename ../../images/dialog-show-new-inset_graphics.png
36401         scale 70
36402         scaleBeforeRotation
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 </row>
36412 <row>
36413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Plain Layout
36417 Text
36418 \end_layout
36419
36420 \end_inset
36421 </cell>
36422 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36423 \begin_inset Text
36424
36425 \begin_layout Plain Layout
36426 Text
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 </row>
36432 </lyxtabular>
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Standard
36440 \noindent
36441 kann man das LaTeX-Paket 
36442 \series bold
36443 picinpar
36444 \series default
36445
36446 \begin_inset Index idx
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450 LaTeX-Pakete ! picinpar
36451 \end_layout
36452
36453 \end_inset
36454
36455  benutzen.
36456  Hier ist ein Beispiel:
36457 \end_layout
36458
36459 \begin_layout Standard
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 ifpicinpar
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \begin_inset Note Note
36474 status open
36475
36476 \begin_layout Plain Layout
36477 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
36478 \series bold
36479 picinpar
36480 \series default
36481  installiert ist.
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset ERT
36491 status collapsed
36492
36493 \begin_layout Plain Layout
36494
36495
36496 \backslash
36497 begin{window}[2,c,{
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \begin_inset Graphics
36504         filename ../clipart/mobius.eps
36505         lyxscale 60
36506         width 40col%
36507         scaleBeforeRotation
36508         rotateOrigin center
36509
36510 \end_inset
36511
36512
36513 \begin_inset ERT
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517
36518 },]
36519 \end_layout
36520
36521 \begin_layout Plain Layout
36522
36523 {}
36524 \end_layout
36525
36526 \end_inset
36527
36528
36529 \size small
36530 \lang english
36531 It was in the spring of the year 1894 that all London was interested, and
36532  the fashionable world dismayed, by the murder of the Honourable Ronald
36533  Adair under most unusual and inexplicable circumstances.
36534  The public has already learned those particulars of the crime which
36535 \size default
36536
36537 \begin_inset ERT
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541
36542
36543 \backslash
36544 footnotemark{}
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \size small
36551  came out in the police investigation, but a good deal was suppressed upon
36552  that occasion, since the case for the prosecution was so overwhelmingly
36553  strong that it was not necessary to bring forward all the facts.
36554  Only now, at the end of nearly ten years, am I allowed to supply those
36555  missing links which make up the whole of that remarkable chain.
36556 \size default
36557 \lang ngerman
36558
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564
36565 \backslash
36566 end{window}
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Standard
36575 \begin_inset ERT
36576 status collapsed
36577
36578 \begin_layout Plain Layout
36579
36580
36581 \backslash
36582 footnotetext{
36583 \end_layout
36584
36585 \end_inset
36586
36587 Fußnote des Absatzes mit fixem Objekt.
36588 \begin_inset ERT
36589 status collapsed
36590
36591 \begin_layout Plain Layout
36592
36593 }
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Standard
36602 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
36603  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
36604  vertikale Position im Text bestimmen kann.
36605  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
36606  beschriftet werden.
36607 \end_layout
36608
36609 \begin_layout Standard
36610 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
36611  Befehl
36612 \end_layout
36613
36614 \begin_layout Standard
36615
36616 \series bold
36617
36618 \backslash
36619 begin{window}[2,c,{
36620 \end_layout
36621
36622 \begin_layout Standard
36623 als TeX-Code einfügt.
36624  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
36625  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
36626  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
36627  Danach fügt man das Objekt ein.
36628  In diesem Beispiel wurde ein Bild der Breite von 40
36629 \begin_inset space \thinspace{}
36630 \end_inset
36631
36632 % der Textspaltenbreite eingefügt.
36633  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
36634  Nach dem Objekt fügt man den Befehl
36635 \end_layout
36636
36637 \begin_layout Standard
36638
36639 \series bold
36640 },Beschreibungstext]
36641 \begin_inset Newline newline
36642 \end_inset
36643
36644 {}
36645 \end_layout
36646
36647 \begin_layout Standard
36648 ein.
36649  Man beachte dass das 
36650 \begin_inset Quotes gld
36651 \end_inset
36652
36653
36654 \series bold
36655 {}
36656 \series default
36657
36658 \begin_inset Quotes grd
36659 \end_inset
36660
36661  in der zweiten Zeile steht.
36662  Der Beschreibungstext ist optional.
36663  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
36664  das Objekt befinden, also direkt nach dem 
36665 \series bold
36666 {}
36667 \series default
36668  beginnen.
36669  Am Ende des Absatzes fügt man folgenden Befehl ein:
36670 \end_layout
36671
36672 \begin_layout Standard
36673
36674 \series bold
36675
36676 \backslash
36677 end{window}
36678 \end_layout
36679
36680 \begin_layout Standard
36681 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
36682  man muss stattdessen den Befehl 
36683 \series bold
36684
36685 \backslash
36686 footnotemark
36687 \series default
36688  verwenden.
36689  Außerhalb des Absatzes den Befehl 
36690 \series bold
36691
36692 \backslash
36693 footnotetext
36694 \series default
36695 , wie es in Abschnitt
36696 \begin_inset space ~
36697 \end_inset
36698
36699
36700 \begin_inset CommandInset ref
36701 LatexCommand ref
36702 reference "abs:Fußnoten"
36703
36704 \end_inset
36705
36706  beschrieben ist.
36707 \end_layout
36708
36709 \begin_layout Standard
36710 \begin_inset ERT
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714
36715
36716 \backslash
36717 else
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \begin_inset Note Note
36724 status open
36725
36726 \begin_layout Plain Layout
36727 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
36728 \series bold
36729 picinpar
36730 \series default
36731  nicht installiert ist:
36732 \end_layout
36733
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Standard
36740 Das LaTeX-Paket 
36741 \series bold
36742 picinpar
36743 \series default
36744  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
36745 \end_layout
36746
36747 \begin_layout Standard
36748 \begin_inset ERT
36749 status collapsed
36750
36751 \begin_layout Plain Layout
36752
36753
36754 \backslash
36755 fi
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Section
36764 Initiale
36765 \begin_inset Index idx
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769 Initiale
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \begin_inset Index idx
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779 Umflossene Objekte ! Initiale
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \begin_layout Standard
36788 Für Initialen muss das LaTeX-Paket 
36789 \series bold
36790 lettrine
36791 \series default
36792
36793 \begin_inset Index idx
36794 status collapsed
36795
36796 \begin_layout Plain Layout
36797 LaTeX-Pakete ! lettrine
36798 \end_layout
36799
36800 \end_inset
36801
36802  installiert sein und das Modul 
36803 \family sans
36804 Initialen
36805 \family default
36806  im Dokument verwendet werden (Menü 
36807 \family sans
36808 Dokument\SpecialChar \menuseparator
36809 Einstellungen\SpecialChar \menuseparator
36810 Module
36811 \family default
36812 ).
36813  Um eine Initiale einzufügen, verwendet man den Stil 
36814 \family sans
36815 Initiale
36816 \family default
36817 .
36818  Dieser Stil hat ein obligatorisches und ein optionales Argument.
36819  Das obligatorische Argument wird über das Menü 
36820 \family sans
36821 Einfügen\SpecialChar \menuseparator
36822 Kurztitel
36823 \family default
36824  eingefügt und enthält den Buchstaben, der die Initiale bildet.
36825  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
36826  vor dem obligatorischen ein.
36827  Dieses enthält Parameter um die Initiale zu modifizieren.
36828  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
36829  von 
36830 \series bold
36831 lettrine
36832 \series default
36833
36834 \begin_inset CommandInset citation
36835 LatexCommand cite
36836 key "lettrine"
36837
36838 \end_inset
36839
36840 .
36841  Der Stil selbst enthält den Text, der die Initiale umgibt.
36842  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
36843  Initiale ist, in 
36844 \shape smallcaps
36845 Kapitälchen
36846 \shape default
36847  gedruckt wird.
36848  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
36849  schließende geschweifte Klammer '
36850 \series bold
36851 }
36852 \series default
36853 ' als TeX-Code ein.
36854  Am Ende des Stils muss eine öffnende geschweifte Klammer '
36855 \series bold
36856 {
36857 \series default
36858 ' als TeX-Code stehen.
36859 \end_layout
36860
36861 \begin_layout Standard
36862 \begin_inset Newpage newpage
36863 \end_inset
36864
36865
36866 \end_layout
36867
36868 \begin_layout Standard
36869 Hier sind einige Beispiele:
36870 \end_layout
36871
36872 \begin_layout Standard
36873 \begin_inset ERT
36874 status collapsed
36875
36876 \begin_layout Plain Layout
36877
36878
36879 \backslash
36880 iflettrine
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \begin_inset Note Note
36887 status open
36888
36889 \begin_layout Plain Layout
36890 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
36891 \series bold
36892 lettrine
36893 \series default
36894  installiert ist.
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Enumerate
36903 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
36904
36905 \begin_inset Formula $\mathfrak{Fraktur}$
36906 \end_inset
36907
36908 :
36909 \end_layout
36910
36911 \begin_deeper
36912 \begin_layout Initial
36913 \begin_inset Argument
36914 status open
36915
36916 \begin_layout Plain Layout
36917 \begin_inset Formula $\mathfrak{I}$
36918 \end_inset
36919
36920
36921 \end_layout
36922
36923 \end_inset
36924
36925 t
36926 \begin_inset ERT
36927 status collapsed
36928
36929 \begin_layout Plain Layout
36930
36931 }
36932 \end_layout
36933
36934 \end_inset
36935
36936  
36937 \lang english
36938 was in the spring of the year 1894 that all London was interested, and the
36939  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36940  under most unusual and inexplicable circumstances.
36941  The public has already learned those particulars of the crime which came
36942  out in the police investigation, but a good deal was suppressed upon that
36943  occasion, since the case for the prosecution was so overwhelmingly strong
36944  that it was not necessary to bring forward all the facts.
36945 \lang ngerman
36946
36947 \begin_inset ERT
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951
36952 {
36953 \end_layout
36954
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \end_deeper
36961 \begin_layout Enumerate
36962 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
36963  besteht und kein Text ist in 
36964 \shape smallcaps
36965 Kapitälchen
36966 \shape default
36967 :
36968 \end_layout
36969
36970 \begin_deeper
36971 \begin_layout Initial
36972 \begin_inset Argument
36973 status open
36974
36975 \begin_layout Plain Layout
36976 lines=1
36977 \end_layout
36978
36979 \end_inset
36980
36981
36982 \begin_inset Argument
36983 status open
36984
36985 \begin_layout Plain Layout
36986 It
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset ERT
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996
36997 }
36998 \end_layout
36999
37000 \end_inset
37001
37002  
37003 \lang english
37004 was in the spring of the year 1894 that all London was interested, and the
37005  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37006  under most unusual and inexplicable circumstances.
37007  The public has already learned those particulars of the crime which came
37008  out in the police investigation, but a good deal was suppressed upon that
37009  occasion, since the case for the prosecution was so overwhelmingly strong
37010  that it was not necessary to bring forward all the facts.
37011 \lang ngerman
37012
37013 \begin_inset ERT
37014 status collapsed
37015
37016 \begin_layout Plain Layout
37017
37018 {
37019 \end_layout
37020
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \end_deeper
37027 \begin_layout Enumerate
37028 Magenta, hängende Initiale über 3
37029 \begin_inset space ~
37030 \end_inset
37031
37032 Zeilen in der Mathe-Schrift
37033 \begin_inset Newline newline
37034 \end_inset
37035
37036  
37037 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37038 \end_inset
37039
37040 , der Text 
37041 \begin_inset Quotes gld
37042 \end_inset
37043
37044
37045 \lang english
37046 was in the spring
37047 \lang ngerman
37048
37049 \begin_inset Quotes erd
37050 \end_inset
37051
37052  ist in 
37053 \shape smallcaps
37054 Kapitälchen
37055 \shape default
37056 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37057 \begin_inset Newline newline
37058 \end_inset
37059
37060
37061 \series bold
37062
37063 \backslash
37064 renewcommand{
37065 \backslash
37066 LettrineFontHook}{
37067 \backslash
37068 color{Farbe}}
37069 \series default
37070
37071 \begin_inset Newline newline
37072 \end_inset
37073
37074 wobei 
37075 \emph on
37076 Farbe
37077 \emph default
37078  
37079 \begin_inset Quotes gld
37080 \end_inset
37081
37082 red
37083 \begin_inset Quotes erd
37084 \end_inset
37085
37086
37087 \begin_inset Quotes gld
37088 \end_inset
37089
37090 blue
37091 \begin_inset Quotes erd
37092 \end_inset
37093
37094
37095 \begin_inset Quotes gld
37096 \end_inset
37097
37098 green
37099 \begin_inset Quotes erd
37100 \end_inset
37101
37102
37103 \begin_inset Quotes gld
37104 \end_inset
37105
37106 yellow
37107 \begin_inset Quotes erd
37108 \end_inset
37109
37110
37111 \begin_inset Quotes gld
37112 \end_inset
37113
37114 cyan
37115 \begin_inset Quotes erd
37116 \end_inset
37117
37118
37119 \begin_inset Quotes gld
37120 \end_inset
37121
37122 magenta
37123 \begin_inset Quotes erd
37124 \end_inset
37125
37126
37127 \begin_inset Quotes gld
37128 \end_inset
37129
37130 black
37131 \begin_inset Quotes erd
37132 \end_inset
37133
37134  oder 
37135 \begin_inset Quotes gld
37136 \end_inset
37137
37138 white
37139 \begin_inset Quotes erd
37140 \end_inset
37141
37142  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
37143 \begin_inset Newline newline
37144 \end_inset
37145
37146
37147 \series bold
37148
37149 \backslash
37150 @ifundefined{textcolor}
37151 \begin_inset Newline newline
37152 \end_inset
37153
37154
37155 \begin_inset space ~
37156 \end_inset
37157
37158 {
37159 \backslash
37160 usepackage{color}}{}
37161 \end_layout
37162
37163 \begin_deeper
37164 \begin_layout Standard
37165 \begin_inset ERT
37166 status collapsed
37167
37168 \begin_layout Plain Layout
37169
37170
37171 \backslash
37172 renewcommand{
37173 \backslash
37174 LettrineFontHook}{
37175 \backslash
37176 color{magenta}}
37177 \end_layout
37178
37179 \end_inset
37180
37181
37182 \begin_inset Note Note
37183 status open
37184
37185 \begin_layout Plain Layout
37186 macht die Initiale magenta
37187 \end_layout
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \begin_layout Initial
37195 \begin_inset Argument
37196 status open
37197
37198 \begin_layout Plain Layout
37199 lines=3, lhang=0.33, loversize=0.25
37200 \end_layout
37201
37202 \end_inset
37203
37204
37205 \begin_inset Argument
37206 status open
37207
37208 \begin_layout Plain Layout
37209 \begin_inset Formula $\mathcal{I}$
37210 \end_inset
37211
37212
37213 \end_layout
37214
37215 \end_inset
37216
37217
37218 \lang english
37219 t was in the spring
37220 \lang ngerman
37221
37222 \begin_inset ERT
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226
37227 }
37228 \end_layout
37229
37230 \end_inset
37231
37232  
37233 \lang english
37234 of the year 1894 that all London was interested, and the fashionable world
37235  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37236  and inexplicable circumstances.
37237  The public has already learned those particulars of the crime which came
37238  out in the police investigation, but a good deal was suppressed upon that
37239  occasion, since the case for the prosecution was so overwhelmingly strong
37240  that it was not necessary to bring forward all the facts.
37241 \family sans
37242 \lang ngerman
37243
37244 \begin_inset ERT
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248
37249 {
37250 \end_layout
37251
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \end_deeper
37258 \begin_layout Standard
37259 \begin_inset ERT
37260 status collapsed
37261
37262 \begin_layout Plain Layout
37263
37264
37265 \backslash
37266 else
37267 \end_layout
37268
37269 \end_inset
37270
37271
37272 \begin_inset Note Note
37273 status open
37274
37275 \begin_layout Plain Layout
37276 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37277 \series bold
37278 lettrine
37279 \series default
37280  nicht installiert ist:
37281 \end_layout
37282
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \begin_layout Standard
37289 Das LaTeX-Paket 
37290 \series bold
37291 lettrine
37292 \series default
37293  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \begin_inset ERT
37298 status collapsed
37299
37300 \begin_layout Plain Layout
37301
37302
37303 \backslash
37304 fi
37305 \end_layout
37306
37307 \end_inset
37308
37309
37310 \end_layout
37311
37312 \begin_layout Chapter
37313 Externe Dateien
37314 \begin_inset Index idx
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318 Dateien ! externe
37319 \end_layout
37320
37321 \end_inset
37322
37323
37324 \end_layout
37325
37326 \begin_layout Standard
37327 Mit 
37328 \family sans
37329 Einfügen\SpecialChar \menuseparator
37330 Datei
37331 \family default
37332  können Sie fremdes Material in Ihr Dokument einsetzen.
37333  Das kann folgendes sein:
37334 \end_layout
37335
37336 \begin_layout Description
37337 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
37338  eingefügt.
37339 \end_layout
37340
37341 \begin_layout Description
37342 Einfacher
37343 \begin_inset space ~
37344 \end_inset
37345
37346 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
37347  eingefügt.
37348 \end_layout
37349
37350 \begin_layout Description
37351 Einfacher
37352 \begin_inset space ~
37353 \end_inset
37354
37355 Text,
37356 \begin_inset space ~
37357 \end_inset
37358
37359 Zeilen
37360 \begin_inset space ~
37361 \end_inset
37362
37363 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
37364  Leerzeilen trennen die Absätze.
37365 \end_layout
37366
37367 \begin_layout Description
37368 Externes
37369 \begin_inset space ~
37370 \end_inset
37371
37372 Material Dateien in verschiedenen Formaten.
37373 \end_layout
37374
37375 \begin_layout Description
37376 Unterdokument LyX- oder LaTeX-Dokumente.
37377 \end_layout
37378
37379 \begin_layout Section
37380 Externes Material
37381 \begin_inset Index idx
37382 status collapsed
37383
37384 \begin_layout Plain Layout
37385 Externes Material
37386 \end_layout
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Standard
37394 Mit 
37395 \family sans
37396 Einfügen\SpecialChar \menuseparator
37397 Datei\SpecialChar \menuseparator
37398  Externes Material
37399 \family default
37400  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
37401  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
37402  weil LyX sich darum kümmert.
37403  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
37404  eingefügt werden können.
37405  Wenn die Grafikvorschau in den LyX-Einstellungen unter
37406 \family sans
37407  Aussehen
37408 \begin_inset space ~
37409 \end_inset
37410
37411 &
37412 \begin_inset space ~
37413 \end_inset
37414
37415 Handhabung\SpecialChar \menuseparator
37416 Grafik
37417 \family default
37418 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
37419 \end_layout
37420
37421 \begin_layout Standard
37422 Zur Zeit können Sie folgende Dateitypen (
37423 \family sans
37424 Vorlagen
37425 \family default
37426 ) benutzen:
37427 \end_layout
37428
37429 \begin_layout Description
37430 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
37431 \series bold
37432
37433 \begin_inset CommandInset href
37434 LatexCommand href
37435 name "XBoard"
37436 target "http://de.wikipedia.org/wiki/XBoard"
37437
37438 \end_inset
37439
37440
37441 \series default
37442  erzeugt wurden.
37443 \end_layout
37444
37445 \begin_layout Description
37446 Datum fügt ein Datum mit dem Format 
37447 \emph on
37448 Tag-Monat-Jahr
37449 \emph default
37450  ein.
37451  Hier ist ein Beispiel: 
37452 \begin_inset External
37453         template Date
37454         filename .
37455
37456 \end_inset
37457
37458
37459 \begin_inset space ~
37460 \end_inset
37461
37462
37463 \begin_inset Note Note
37464 status open
37465
37466 \begin_layout Plain Layout
37467
37468 \lang english
37469 Remove the protected space when bug 4398 is fixed!
37470 \end_layout
37471
37472 \end_inset
37473
37474
37475 \begin_inset Newline newline
37476 \end_inset
37477
37478 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
37479  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
37480  Menü 
37481 \family sans
37482 Einfügen\SpecialChar \menuseparator
37483 Datum
37484 \family default
37485  und mit dem LaTeX-Befehl 
37486 \series bold
37487
37488 \backslash
37489 today
37490 \series default
37491 .
37492  Die verschiedenen Methoden werden in Tabelle
37493 \begin_inset space ~
37494 \end_inset
37495
37496
37497 \begin_inset CommandInset ref
37498 LatexCommand ref
37499 reference "tab:Vergleich-der-Datums-Eingaben"
37500
37501 \end_inset
37502
37503  verglichen.
37504 \end_layout
37505
37506 \begin_layout Description
37507 Dia unterstützt Diagramme, die mit dem Programm 
37508 \series bold
37509
37510 \begin_inset CommandInset href
37511 LatexCommand href
37512 name "Dia"
37513 target "http://de.wikipedia.org/wiki/Dia_(Software)"
37514
37515 \end_inset
37516
37517
37518 \series default
37519  erzeugt wurden.
37520 \end_layout
37521
37522 \begin_layout Description
37523 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
37524 \series bold
37525
37526 \begin_inset CommandInset href
37527 LatexCommand href
37528 name "Gnumeric"
37529 target "http://de.wikipedia.org/wiki/Gnumeric"
37530
37531 \end_inset
37532
37533
37534 \series default
37535
37536 \begin_inset CommandInset href
37537 LatexCommand href
37538 name "OpenDocument"
37539 target "http://de.wikipedia.org/wiki/OpenDocument"
37540
37541 \end_inset
37542
37543
37544 \begin_inset CommandInset href
37545 LatexCommand href
37546 name "Microsoft Office XML"
37547 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37548
37549 \end_inset
37550
37551  und 
37552 \begin_inset CommandInset href
37553 LatexCommand href
37554 name "Office Open XML"
37555 target "http://de.wikipedia.org/wiki/Office_Open_XML"
37556
37557 \end_inset
37558
37559  einfügen.
37560  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
37561 \family typewriter
37562 ssconvert
37563 \family default
37564  gefunden haben.
37565  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
37566  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
37567  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
37568 \emph on
37569 spreadsheet.lyx
37570 \emph default
37571 .
37572 \end_layout
37573
37574 \begin_layout Description
37575 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
37576  dem Notensatzprogramm 
37577 \series bold
37578
37579 \begin_inset CommandInset href
37580 LatexCommand href
37581 name "LilyPond"
37582 target "http://de.wikipedia.org/wiki/LilyPond"
37583
37584 \end_inset
37585
37586
37587 \series default
37588  gesetzt werden.
37589  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
37590  
37591 \emph on
37592 lilypond.lyx
37593 \emph default
37594 .
37595 \end_layout
37596
37597 \begin_layout Description
37598 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
37599  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
37600  
37601 \series bold
37602 pages
37603 \series default
37604  im Feld 
37605 \family sans
37606 Option
37607 \family default
37608  in der Karteikarte 
37609 \family sans
37610 LaTeX- und LyX-Optionen
37611 \family default
37612 .
37613  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
37614  (man gibt als Option 
37615 \series bold
37616 pages={3,5,6,8}
37617 \series default
37618  an), Seitenbereiche (
37619 \series bold
37620 pages={4-9}
37621 \series default
37622 ) oder eine Kombination davon enthält.
37623  Um leere Seiten einzufügen, verwendet man {}.
37624  Z.
37625 \begin_inset space \thinspace{}
37626 \end_inset
37627
37628 B.
37629  fügt 
37630 \series bold
37631 pages={3,{},8-11,15}
37632 \series default
37633  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
37634  Seitenbereiche werden mit der Syntax 
37635 \emph on
37636 Start
37637 \emph default
37638 -
37639 \emph on
37640 Stop
37641 \emph default
37642  angegeben.
37643  Dies wählt alle Seiten von 
37644 \emph on
37645 Start
37646 \emph default
37647  bis 
37648 \emph on
37649 Stop
37650 \emph default
37651  aus.
37652  Wird 
37653 \emph on
37654 Start
37655 \emph default
37656  weggelassen, wird stattdessen die erste Seite verwendet; wird 
37657 \emph on
37658 Stop
37659 \emph default
37660  weggelassen, wird stattdessen die letzte Seite verwendet.
37661  Die letzte Seite kann außerdem mit dem Schlagwort 
37662 \series bold
37663 last
37664 \series default
37665  ausgewählt werden.
37666  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
37667 \series bold
37668 pages=-
37669 \series default
37670  fügt also alle Seiten des Dokuments ein und 
37671 \series bold
37672 pages=last-1
37673 \series default
37674  fügt alle Seiten in umgekehrter Reihenfolge ein.
37675  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
37676  eingefügt.
37677 \begin_inset Newline newline
37678 \end_inset
37679
37680 Die Option 
37681 \series bold
37682 noautoscale
37683 \series default
37684  fügt die Seiten in ihrer Originalgröße ein.
37685  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
37686  dass sie die komplette Breite Ihres Dokuments einnehmen.
37687  In der Karteikarte 
37688 \family sans
37689 Größe und Drehung
37690 \family default
37691  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
37692  werden.
37693  Wird eine andere Breite als 100
37694 \begin_inset space \thinspace{}
37695 \end_inset
37696
37697 Größe% verwendet, wird die Option 
37698 \series bold
37699 noautoscale
37700 \series default
37701  überschrieben.
37702  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
37703  des LaTeX-Pakets 
37704 \series bold
37705 pdfpages
37706 \series default
37707  
37708 \begin_inset CommandInset citation
37709 LatexCommand cite
37710 key "pdfpages"
37711
37712 \end_inset
37713
37714 .
37715 \begin_inset Index idx
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 LaTeX-Pakete ! pdfpages
37720 \end_layout
37721
37722 \end_inset
37723
37724
37725 \begin_inset Newline newline
37726 \end_inset
37727
37728 Um diese Vorlage in einer 
37729 \family sans
37730 Beamer
37731 \family default
37732 -Präsentation zu verwenden, muss zuerst eine 
37733 \family sans
37734 BeendeRahmen
37735 \family default
37736  Umgebung eingefügt werden.
37737  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
37738 \series bold
37739
37740 \backslash
37741 setbeamertemplate{background canvas}{}
37742 \series default
37743 .
37744  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
37745  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
37746  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
37747  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
37748  sicher, dass die Ausrichtung 
37749 \family sans
37750 Standard
37751 \family default
37752  für den Absatz verwendet wird, der die Vorlage enthält.
37753 \begin_inset Newline newline
37754 \end_inset
37755
37756 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
37757 \begin_inset External
37758         template PDFPages
37759         filename ../clipart/Abstract.pdf
37760         extra LaTeX "pages=-"
37761         rotateAngle -5
37762         rotateOrigin bottomleft
37763         width 50col%
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Description
37771 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
37772  Die Bilddateien können im Dialogfenster 
37773 \family sans
37774 Externes
37775 \begin_inset space ~
37776 \end_inset
37777
37778 Material
37779 \family default
37780  genauso behandelt werden wie die mit dem normalen 
37781 \family sans
37782 Grafik
37783 \family default
37784 -Dialog eingefügten, siehe Abschnitt
37785 \begin_inset space ~
37786 \end_inset
37787
37788
37789 \begin_inset CommandInset ref
37790 LatexCommand ref
37791 reference "abs:Grafik-Dialog"
37792
37793 \end_inset
37794
37795 .
37796  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
37797  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
37798  Hier ist ein eingefügtes Rasterbild: 
37799 \begin_inset External
37800         template RasterImage
37801         filename ../clipart/ToolbarEnvBox.png
37802
37803 \end_inset
37804
37805
37806 \end_layout
37807
37808 \begin_layout Description
37809 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
37810 \series bold
37811
37812 \begin_inset CommandInset href
37813 LatexCommand href
37814 name "Xfig"
37815 target "http://de.wikipedia.org/wiki/Xfig"
37816
37817 \end_inset
37818
37819
37820 \series default
37821  erzeugt wurden.
37822 \end_layout
37823
37824 \begin_layout Standard
37825 \begin_inset Float table
37826 placement !h
37827 wide false
37828 sideways false
37829 status open
37830
37831 \begin_layout Plain Layout
37832 \begin_inset Caption
37833
37834 \begin_layout Plain Layout
37835 \begin_inset CommandInset label
37836 LatexCommand label
37837 name "tab:Vergleich-der-Datums-Eingaben"
37838
37839 \end_inset
37840
37841 Vergleich der Datums-Eingaben
37842 \end_layout
37843
37844 \end_inset
37845
37846
37847 \end_layout
37848
37849 \begin_layout Plain Layout
37850 \align center
37851 \begin_inset Tabular
37852 <lyxtabular version="3" rows="4" columns="4">
37853 <features tabularvalignment="middle">
37854 <column alignment="center" valignment="top" width="0">
37855 <column alignment="center" valignment="top" width="0">
37856 <column alignment="center" valignment="top" width="0">
37857 <column alignment="center" valignment="top" width="0">
37858 <row>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 Dokumentformat
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \family sans
37874 Externes Material\SpecialChar \menuseparator
37875 Datum
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884
37885 \family sans
37886 Einfügen\SpecialChar \menuseparator
37887 Datum
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896 Befehl 
37897 \series bold
37898
37899 \backslash
37900 today
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 </row>
37906 <row>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911 LyX
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37917 \begin_inset Text
37918
37919 \begin_layout Plain Layout
37920 als Box
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 als Datum
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938 als TeX-Code
37939 \end_layout
37940
37941 \end_inset
37942 </cell>
37943 </row>
37944 <row>
37945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 LaTeX
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37955 \begin_inset Text
37956
37957 \begin_layout Plain Layout
37958 als Datum
37959 \end_layout
37960
37961 \end_inset
37962 </cell>
37963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37964 \begin_inset Text
37965
37966 \begin_layout Plain Layout
37967 als Datum
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 als Befehl
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 </row>
37982 <row>
37983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987 DVI, PDF, PS
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996 als Datum
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38002 \begin_inset Text
38003
38004 \begin_layout Plain Layout
38005 als Datum
38006 \end_layout
38007
38008 \end_inset
38009 </cell>
38010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014 als Datum
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 </row>
38020 </lyxtabular>
38021
38022 \end_inset
38023
38024
38025 \end_layout
38026
38027 \end_inset
38028
38029
38030 \end_layout
38031
38032 \begin_layout Standard
38033 Wenn Sie im Dialogfenster
38034 \family sans
38035  Externes
38036 \begin_inset space ~
38037 \end_inset
38038
38039 Material 
38040 \family default
38041 in der Karteikarte
38042 \family sans
38043  Datei
38044 \family default
38045  die Option 
38046 \family sans
38047 Entwurf
38048 \family default
38049  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38050 \begin_inset Newline newline
38051 \end_inset
38052
38053 LyX kann externes Material entweder als Box wie hier: 
38054 \begin_inset Graphics
38055         filename clipart/ExternesMaterialQt4.png
38056         scale 85
38057         scaleBeforeRotation
38058
38059 \end_inset
38060
38061  oder als Bild darstellen.
38062  Das hängt davon ab, ob Sie im Dialog
38063 \family sans
38064  
38065 \family default
38066 in der Karteikarte 
38067 \family sans
38068 LaTeX- und LyX-Optionen
38069 \family default
38070  die Option 
38071 \family sans
38072 In
38073 \begin_inset space ~
38074 \end_inset
38075
38076 LyX
38077 \begin_inset space ~
38078 \end_inset
38079
38080 anzeigen
38081 \family default
38082  gewählt haben oder nicht.
38083 \end_layout
38084
38085 \begin_layout Standard
38086 Im LyX-Handbuch 
38087 \family sans
38088 \emph on
38089 Anpassung
38090 \family default
38091 \emph default
38092  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38093 \end_layout
38094
38095 \begin_layout Section
38096 Unterdokumente
38097 \begin_inset CommandInset label
38098 LatexCommand label
38099 name "abs:Unterdokumente"
38100
38101 \end_inset
38102
38103
38104 \begin_inset Index idx
38105 status collapsed
38106
38107 \begin_layout Plain Layout
38108 Unterdokument
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \begin_layout Standard
38117 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38118  oder Abschnitten bestehen.
38119  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38120  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38121  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38122  z.
38123 \begin_inset space \thinspace{}
38124 \end_inset
38125
38126 B.
38127  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
38128 \end_layout
38129
38130 \begin_layout Standard
38131 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38132  müssen, geben Sie im Unterdokument im Menü
38133 \family sans
38134  Dokument\SpecialChar \menuseparator
38135 Einstellungen\SpecialChar \menuseparator
38136 Dokumentklasse
38137 \family default
38138  das Hauptdokument an.
38139  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
38140  bearbeiten.
38141 \end_layout
38142
38143 \begin_layout Standard
38144 Unterdokumente werden in LyX als Box angezeigt: 
38145 \begin_inset Graphics
38146         filename clipart/UnterdokumentQt4.png
38147         scale 85
38148         scaleBeforeRotation
38149
38150 \end_inset
38151
38152  Sie werden über
38153 \family sans
38154  Einfügen\SpecialChar \menuseparator
38155 Datei\SpecialChar \menuseparator
38156 Unterdokument
38157 \family default
38158  eingebunden, was das Dialogfenster
38159 \family sans
38160  Unterdokument
38161 \family default
38162  öffnet.
38163  Für 
38164 \family sans
38165 die Art
38166 \begin_inset space ~
38167 \end_inset
38168
38169 der
38170 \begin_inset space ~
38171 \end_inset
38172
38173 Einbindung
38174 \family default
38175  gibt es dort vier Möglichkeiten:
38176 \end_layout
38177
38178 \begin_layout Description
38179 Include Sie können LyX- und LaTeX-Dokumente einbinden.
38180  Wenn Sie im Dialogfenster
38181 \family sans
38182  Unterdokument
38183 \family default
38184  auf 
38185 \family sans
38186 Bearbeiten
38187 \family default
38188  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38189  und Sie können es editieren.
38190 \begin_inset Newline newline
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \begin_layout Standard
38197 Hier wird ein Unterdokument
38198 \family sans
38199  
38200 \family default
38201 per 
38202 \family sans
38203 Include
38204 \family default
38205  eingebunden: 
38206 \begin_inset CommandInset include
38207 LatexCommand include
38208 filename "DummyDocument1.lyx"
38209
38210 \end_inset
38211
38212 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38213  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38214  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38215 s.
38216  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38217 \begin_inset space ~
38218 \end_inset
38219
38220
38221 \begin_inset CommandInset ref
38222 LatexCommand ref
38223 reference "uab:Externer-Unterabschnitt-1"
38224
38225 \end_inset
38226
38227 .
38228 \end_layout
38229
38230 \begin_layout Standard
38231 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38232  wird benutzt.
38233  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38234  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38235  Unterdokumente, die per 
38236 \family sans
38237 Include
38238 \family default
38239  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38240  und enden mit einem Seitenumbruch.
38241 \end_layout
38242
38243 \begin_layout Standard
38244 \begin_inset Note Greyedout
38245 status open
38246
38247 \begin_layout Plain Layout
38248
38249 \series bold
38250 Bemerkung:
38251 \series default
38252  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
38253  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
38254  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
38255  Ergebnissen führen wird.
38256 \end_layout
38257
38258 \end_inset
38259
38260
38261 \end_layout
38262
38263 \begin_layout Description
38264 Input Diese Methode ist 
38265 \family sans
38266 Include
38267 \family default
38268  sehr ähnlich mit folgenden Unterschieden:
38269 \end_layout
38270
38271 \begin_deeper
38272 \begin_layout Itemize
38273 Unterdokumente, die per 
38274 \family sans
38275 Input
38276 \family default
38277  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
38278  Seite und enden NICHT mit einem Seitenumbruch.
38279 \end_layout
38280
38281 \begin_layout Itemize
38282 Unterdokumente, die per 
38283 \family sans
38284 Input
38285 \family default
38286  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
38287 \family sans
38288  Unterdokument Vorschau
38289 \begin_inset space ~
38290 \end_inset
38291
38292 anzeigen
38293 \family default
38294  angekreuzt wurde und in den LyX-Einstellungen unter
38295 \family sans
38296  Aussehen
38297 \begin_inset space ~
38298 \end_inset
38299
38300 &
38301 \begin_inset space ~
38302 \end_inset
38303
38304 Handhabung\SpecialChar \menuseparator
38305 Grafik\SpecialChar \menuseparator
38306 Sofortige
38307 \begin_inset space ~
38308 \end_inset
38309
38310 Vorschau
38311 \family default
38312  auf 
38313 \family sans
38314 An
38315 \family default
38316  gesetzt wurde.
38317  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
38318  aus.
38319 \end_layout
38320
38321 \begin_layout Itemize
38322 Unterdokumente, die per 
38323 \family sans
38324 Input
38325 \family default
38326  eingebunden werden, können nicht über das Menü 
38327 \family sans
38328 Dokument\SpecialChar \menuseparator
38329 Einstellungen\SpecialChar \menuseparator
38330 Unterdokumente
38331 \family default
38332  unterdrückt werden.
38333 \end_layout
38334
38335 \end_deeper
38336 \begin_layout Standard
38337 Hier ist ein Unterdokument, das mit
38338 \family sans
38339  Input
38340 \family default
38341  eingebunden wurde: 
38342 \begin_inset CommandInset include
38343 LatexCommand input
38344 filename "DummyDocument2.lyx"
38345
38346 \end_inset
38347
38348 .
38349 \end_layout
38350
38351 \begin_layout Description
38352 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
38353   In der Druckvorschau wird für den Text der Stil 
38354 \family typewriter
38355 Schreibmaschine
38356 \family default
38357  verwendet.
38358  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
38359  Wenn Sie im Dialogfenster
38360 \family sans
38361  Unterdokument Leerzeichen
38362 \begin_inset space ~
38363 \end_inset
38364
38365 bei
38366 \begin_inset space ~
38367 \end_inset
38368
38369 der
38370 \begin_inset space ~
38371 \end_inset
38372
38373 Ausgabe
38374 \begin_inset space ~
38375 \end_inset
38376
38377 kennzeichnen 
38378 \family default
38379 ankreuzen, wird in der Druckvorschau das Zeichen 
38380 \begin_inset Quotes gld
38381 \end_inset
38382
38383
38384 \begin_inset ERT
38385 status collapsed
38386
38387 \begin_layout Plain Layout
38388
38389
38390 \backslash
38391 textvisiblespace 
38392 \end_layout
38393
38394 \end_inset
38395
38396
38397 \begin_inset Quotes grd
38398 \end_inset
38399
38400  für jedes Leerzeichen eingefügt.
38401 \begin_inset Newline newline
38402 \end_inset
38403
38404 Im Gegensatz zu 
38405 \family sans
38406 Einfügen\SpecialChar \menuseparator
38407 Datei\SpecialChar \menuseparator
38408 Einfacher
38409 \begin_inset space ~
38410 \end_inset
38411
38412 Text
38413 \family default
38414  wird bei 
38415 \family sans
38416 Unformatiert
38417 \family default
38418  der Dateiinhalt in LyX nicht dargestellt.
38419 \end_layout
38420
38421 \begin_layout Standard
38422 Hier ist ein Unterdokument, das mit
38423 \family sans
38424  Unformatiert
38425 \family default
38426  eingebunden wurde: 
38427 \begin_inset CommandInset include
38428 LatexCommand verbatiminput
38429 filename "DummyTextDocument.txt"
38430
38431 \end_inset
38432
38433
38434 \begin_inset VSpace bigskip
38435 \end_inset
38436
38437 Hier ist ein Unterdokument, das mit
38438 \family sans
38439  Unformatiert
38440 \family default
38441  eingebunden wurde und
38442 \family sans
38443  Leerzeichen
38444 \begin_inset space ~
38445 \end_inset
38446
38447 bei
38448 \begin_inset space ~
38449 \end_inset
38450
38451 der
38452 \begin_inset space ~
38453 \end_inset
38454
38455 Ausgabe
38456 \begin_inset space ~
38457 \end_inset
38458
38459 kennzeichnen
38460 \family default
38461  angekreuzt hat: 
38462 \begin_inset CommandInset include
38463 LatexCommand verbatiminput*
38464 filename "DummyTextDocument.txt"
38465
38466 \end_inset
38467
38468
38469 \end_layout
38470
38471 \begin_layout Standard
38472 \begin_inset VSpace bigskip
38473 \end_inset
38474
38475
38476 \end_layout
38477
38478 \begin_layout Standard
38479 \begin_inset Note Greyedout
38480 status open
38481
38482 \begin_layout Plain Layout
38483
38484 \series bold
38485 Bemerkung:
38486 \series default
38487  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
38488  
38489 \family sans
38490 Unformatiert
38491 \family default
38492  eingebunden werden, am Zeilenende nicht umgebrochen.
38493 \end_layout
38494
38495 \end_inset
38496
38497
38498 \end_layout
38499
38500 \begin_layout Description
38501 Listing Dieser Typ wird in Kapitel
38502 \begin_inset space ~
38503 \end_inset
38504
38505
38506 \begin_inset CommandInset ref
38507 LatexCommand ref
38508 reference "kap:Programm-Code-Listen"
38509
38510 \end_inset
38511
38512  beschrieben.
38513 \end_layout
38514
38515 \begin_layout Standard
38516 \begin_inset Note Greyedout
38517 status open
38518
38519 \begin_layout Plain Layout
38520
38521 \series bold
38522 Bemerkung:
38523 \series default
38524  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
38525  das zu LaTeX-Problemen führen.
38526 \end_layout
38527
38528 \end_inset
38529
38530
38531 \end_layout
38532
38533 \begin_layout Standard
38534 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
38535  wollen, z.
38536 \begin_inset space \thinspace{}
38537 \end_inset
38538
38539 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
38540  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
38541  Dies geschieht über das Menü 
38542 \family sans
38543 Dokument\SpecialChar \menuseparator
38544 Einstellungen\SpecialChar \menuseparator
38545 Unterdokumente
38546 \family default
38547 .
38548  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
38549  in die Spalte 
38550 \family sans
38551 In Ausgabe einbinden
38552 \family default
38553  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
38554  für Unterdokumente möglich ist, die per 
38555 \family sans
38556 Input
38557 \family default
38558  eingebunden wurden).
38559  Wenn die Option 
38560 \family sans
38561 Zähler und Querverweise wahren
38562 \family default
38563  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
38564 \begin_inset space ~
38565 \end_inset
38566
38567 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
38568  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
38569  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
38570  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
38571  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
38572  sind, wählen sie die Option nicht.
38573 \end_layout
38574
38575 \begin_layout Standard
38576 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
38577 \begin_inset Foot
38578 status collapsed
38579
38580 \begin_layout Plain Layout
38581 Zweige sind im Kapitel 
38582 \emph on
38583 Zweige
38584 \emph default
38585  des LyX 
38586 \emph on
38587 Benutzerhandbuchs
38588 \emph default
38589  erklärt.
38590 \end_layout
38591
38592 \end_inset
38593
38594  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
38595  Dateien in der Ausgabe erscheinen.
38596  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
38597  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
38598  werden.
38599 \end_layout
38600
38601 \begin_layout Chapter
38602 Programm-Code-Listen
38603 \begin_inset CommandInset label
38604 LatexCommand label
38605 name "kap:Programm-Code-Listen"
38606
38607 \end_inset
38608
38609
38610 \begin_inset Index idx
38611 status collapsed
38612
38613 \begin_layout Plain Layout
38614 Listen
38615 \end_layout
38616
38617 \end_inset
38618
38619
38620 \begin_inset Index idx
38621 status collapsed
38622
38623 \begin_layout Plain Layout
38624 Programm-Code
38625 \end_layout
38626
38627 \end_inset
38628
38629
38630 \end_layout
38631
38632 \begin_layout Standard
38633 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
38634 \family sans
38635 Einfügen\SpecialChar \menuseparator
38636 Pro\SpecialChar \-
38637 grammlisting
38638 \family default
38639  verwenden.
38640  Das LaTeX-Paket 
38641 \series bold
38642 listings
38643 \series default
38644
38645 \begin_inset Index idx
38646 status collapsed
38647
38648 \begin_layout Plain Layout
38649 LaTeX-Pakete ! listings
38650 \end_layout
38651
38652 \end_inset
38653
38654  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
38655 \end_layout
38656
38657 \begin_layout Standard
38658 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
38659 rmat der Programm-Code-Liste festlegen.
38660 \end_layout
38661
38662 \begin_layout Standard
38663 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
38664  Die Platzierungsoption 
38665 \family sans
38666 Eingebettetes
38667 \begin_inset space ~
38668 \end_inset
38669
38670 Listing
38671 \family default
38672  druckt das Listing in der Zeile wie hier: 
38673 \begin_inset listings
38674 lstparams "language={C++}"
38675 inline true
38676 status open
38677
38678 \begin_layout Plain Layout
38679
38680 int a=5;
38681 \end_layout
38682
38683 \end_inset
38684
38685
38686 \begin_inset Newline newline
38687 \end_inset
38688
38689 Die Option 
38690 \family sans
38691 Gleitobjekt
38692 \family default
38693  erzeugt ein Listing-Gleitobjekt, dessen 
38694 \family sans
38695 Platzierung 
38696 \family default
38697 Sie mit 
38698 \family sans
38699 h
38700 \family default
38701
38702 \family sans
38703 t
38704 \family default
38705
38706 \family sans
38707 b
38708 \family default
38709  und 
38710 \family sans
38711 p
38712 \family default
38713 , analog zu den in Abschnitt
38714 \begin_inset space ~
38715 \end_inset
38716
38717
38718 \begin_inset CommandInset ref
38719 LatexCommand ref
38720 reference "abs:Gleitobjekt-Platzierung"
38721
38722 \end_inset
38723
38724  beschriebenen Platzierungsoptionen festlegen können.
38725  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
38726  hintereinander angegeben, z.
38727 \begin_inset space \thinspace{}
38728 \end_inset
38729
38730 B.
38731  
38732 \begin_inset Quotes gld
38733 \end_inset
38734
38735
38736 \family sans
38737 htbp
38738 \family default
38739
38740 \begin_inset Quotes grd
38741 \end_inset
38742
38743 .
38744  Die Option 
38745 \begin_inset Quotes gld
38746 \end_inset
38747
38748 h
38749 \begin_inset Quotes grd
38750 \end_inset
38751
38752  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
38753  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
38754 \end_layout
38755
38756 \begin_layout Standard
38757 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
38758  zu verweisen: Listing
38759 \begin_inset space ~
38760 \end_inset
38761
38762
38763 \begin_inset CommandInset ref
38764 LatexCommand ref
38765 reference "lst:Gleitendes-Programm-Listing"
38766
38767 \end_inset
38768
38769 .
38770 \end_layout
38771
38772 \begin_layout Standard
38773 \begin_inset listings
38774 lstparams "language=Python"
38775 inline false
38776 status open
38777
38778 \begin_layout Plain Layout
38779
38780 \begin_inset Caption
38781
38782 \begin_layout Plain Layout
38783 \begin_inset CommandInset label
38784 LatexCommand label
38785 name "lst:Gleitendes-Programm-Listing"
38786
38787 \end_inset
38788
38789 Gleitendes Programm-Listing
38790 \end_layout
38791
38792 \end_inset
38793
38794 # Gleitendes Programm-Listing
38795 \end_layout
38796
38797 \begin_layout Plain Layout
38798
38799 def func(param):
38800 \end_layout
38801
38802 \begin_layout Plain Layout
38803
38804     'Dies ist eine Python-Funktion'
38805 \end_layout
38806
38807 \begin_layout Plain Layout
38808
38809     pass
38810 \end_layout
38811
38812 \end_inset
38813
38814
38815 \end_layout
38816
38817 \begin_layout Standard
38818 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
38819  der Sprache erkannt und besonders gedruckt, wie 
38820 \emph on
38821 #
38822 \emph default
38823
38824 \emph on
38825 def
38826 \emph default
38827  und 
38828 \emph on
38829 pass
38830 \emph default
38831  in Listing
38832 \begin_inset space ~
38833 \end_inset
38834
38835
38836 \begin_inset CommandInset ref
38837 LatexCommand ref
38838 reference "lst:Gleitendes-Programm-Listing"
38839
38840 \end_inset
38841
38842 .
38843 \end_layout
38844
38845 \begin_layout Standard
38846 \begin_inset Note Greyedout
38847 status open
38848
38849 \begin_layout Plain Layout
38850
38851 \series bold
38852 Bemerkung:
38853 \series default
38854  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
38855 \family typewriter
38856 Schreib\SpecialChar \-
38857 maschine
38858 \family default
38859  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
38860 h keine fett gedruckten Buchstaben.
38861  Wählen Sie in diesem Fall eine andere Schrift im Menü 
38862 \family sans
38863 Dokument\SpecialChar \menuseparator
38864 Einstellungen\SpecialChar \menuseparator
38865 Schriften
38866 \family default
38867 .
38868  (Die Schriften 
38869 \emph on
38870 LuxiMono, BeraMono
38871 \emph default
38872  und 
38873 \emph on
38874 Courier
38875 \emph default
38876  enthalten fett gedruckte Buchstaben.)
38877 \end_layout
38878
38879 \end_inset
38880
38881
38882 \end_layout
38883
38884 \begin_layout Standard
38885 Im Abschnitt 
38886 \family sans
38887 Zeilennummerierung
38888 \family default
38889  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
38890 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
38891  jede wievielte Zeile nummeriert werden soll und die 
38892 \family sans
38893 Schriftgröße
38894 \family default
38895  der Nummerierung.
38896 \end_layout
38897
38898 \begin_layout Standard
38899 Im Abschnitt 
38900 \family sans
38901 Bereich
38902 \family default
38903  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
38904  Im Abschnitt 
38905 \family sans
38906 Stil
38907 \family default
38908  legen Sie fest, wie die Liste ausgedruckt werden soll.
38909  Die Option 
38910 \family sans
38911 Erweiterte
38912 \begin_inset space ~
38913 \end_inset
38914
38915 Zeichentabelle
38916 \family default
38917  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
38918 \end_layout
38919
38920 \begin_layout Standard
38921 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
38922 \begin_inset Quotes gld
38923 \end_inset
38924
38925 3
38926 \begin_inset Quotes grd
38927 \end_inset
38928
38929 , Sprache 
38930 \begin_inset Quotes gld
38931 \end_inset
38932
38933 Python
38934 \begin_inset Quotes grd
38935 \end_inset
38936
38937 , Optionen 
38938 \begin_inset Quotes gld
38939 \end_inset
38940
38941 Erweiterte Zeichentabelle
38942 \begin_inset Quotes grd
38943 \end_inset
38944
38945  und 
38946 \begin_inset Quotes gld
38947 \end_inset
38948
38949 Leerzeichen als Symbol
38950 \begin_inset Quotes grd
38951 \end_inset
38952
38953  und Bereich Zeilen 3
38954 \begin_inset space \thinspace{}
38955 \end_inset
38956
38957 -
38958 \begin_inset space \thinspace{}
38959 \end_inset
38960
38961 8:
38962 \end_layout
38963
38964 \begin_layout Standard
38965 \begin_inset listings
38966 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
38967 inline false
38968 status open
38969
38970 \begin_layout Plain Layout
38971
38972 def func(param):
38973 \end_layout
38974
38975 \begin_layout Plain Layout
38976
38977     'Dies ist eine Python-Funktion'
38978 \end_layout
38979
38980 \begin_layout Plain Layout
38981
38982     pass
38983 \end_layout
38984
38985 \begin_layout Plain Layout
38986
38987 def func(param):
38988 \end_layout
38989
38990 \begin_layout Plain Layout
38991
38992 'Sonderzeichen: Tschüß'
38993 \end_layout
38994
38995 \begin_layout Plain Layout
38996
38997 pass
38998 \end_layout
38999
39000 \begin_layout Plain Layout
39001
39002 def func(param):
39003 \end_layout
39004
39005 \begin_layout Plain Layout
39006
39007 'Dies ist eine Python-Funktion'
39008 \end_layout
39009
39010 \begin_layout Plain Layout
39011
39012 pass
39013 \end_layout
39014
39015 \end_inset
39016
39017
39018 \end_layout
39019
39020 \begin_layout Standard
39021 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39022 \family sans
39023 Tabulatorgröße
39024 \family default
39025  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39026 \end_layout
39027
39028 \begin_layout Standard
39029 \noindent
39030 \begin_inset Note Greyedout
39031 status open
39032
39033 \begin_layout Plain Layout
39034
39035 \series bold
39036 Bemerkung:
39037 \series default
39038  Wegen eines Fehlers im 
39039 \series bold
39040 listings
39041 \series default
39042 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39043  verschoben.
39044  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39045  Listing nummeriert werden.
39046 \end_layout
39047
39048 \end_inset
39049
39050
39051 \end_layout
39052
39053 \begin_layout Standard
39054 \begin_inset VSpace bigskip
39055 \end_inset
39056
39057
39058 \end_layout
39059
39060 \begin_layout Standard
39061 \noindent
39062 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39063  Das machen Sie mit
39064 \family sans
39065  Einfügen\SpecialChar \menuseparator
39066 Datei\SpecialChar \menuseparator
39067 Unterdokument
39068 \family default
39069  und der 
39070 \family sans
39071 Art
39072 \begin_inset space ~
39073 \end_inset
39074
39075 der
39076 \begin_inset space ~
39077 \end_inset
39078
39079 Einbindung
39080 \family default
39081  
39082 \family sans
39083 Listing
39084 \family default
39085 .
39086 \begin_inset Foot
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39091 \begin_inset space ~
39092 \end_inset
39093
39094
39095 \begin_inset CommandInset ref
39096 LatexCommand ref
39097 reference "abs:Unterdokumente"
39098
39099 \end_inset
39100
39101  beschrieben.
39102 \end_layout
39103
39104 \end_inset
39105
39106  Im Dialogfenster
39107 \family sans
39108  Unterdokument
39109 \family default
39110  können Sie die Listing-Parameter unter 
39111 \family sans
39112 Weitere
39113 \begin_inset space ~
39114 \end_inset
39115
39116 Parameter
39117 \family default
39118  eingeben.
39119  Wenn Sie dort ein Fragezeichen 
39120 \begin_inset Quotes gld
39121 \end_inset
39122
39123 ?
39124 \begin_inset Quotes grd
39125 \end_inset
39126
39127  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39128 det.
39129 \end_layout
39130
39131 \begin_layout Standard
39132 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39133  Text ins Feld 
39134 \family sans
39135 Marke
39136 \family default
39137 , auf die dann wie üblich verwiesen werden kann.
39138 \end_layout
39139
39140 \begin_layout Standard
39141 Listing
39142 \begin_inset space ~
39143 \end_inset
39144
39145
39146 \begin_inset CommandInset ref
39147 LatexCommand ref
39148 reference "lst:Datei-Listing"
39149
39150 \end_inset
39151
39152  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39153 \begin_inset space \thinspace{}
39154 \end_inset
39155
39156 -
39157 \begin_inset space \thinspace{}
39158 \end_inset
39159
39160 15 gedruckt werden.
39161 \end_layout
39162
39163 \begin_layout Standard
39164 \begin_inset CommandInset include
39165 LatexCommand lstinputlisting
39166 filename "EmbeddedObjects.lyx"
39167 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39168
39169 \end_inset
39170
39171
39172 \end_layout
39173
39174 \begin_layout Standard
39175 \begin_inset VSpace bigskip
39176 \end_inset
39177
39178
39179 \end_layout
39180
39181 \begin_layout Standard
39182 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39183 \end_layout
39184
39185 \begin_layout Enumerate
39186 Öffnen Sie die Listings-Einstellungen und fügen
39187 \begin_inset Newline newline
39188 \end_inset
39189
39190
39191 \family sans
39192 mathescape=true
39193 \family default
39194
39195 \begin_inset Newline newline
39196 \end_inset
39197
39198 in das Feld des Tabs 
39199 \family sans
39200 Erweitert
39201 \family default
39202  ein
39203 \end_layout
39204
39205 \begin_layout Enumerate
39206 Erstellen Sie eine Formel außerhalb des Listings
39207 \end_layout
39208
39209 \begin_layout Enumerate
39210 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39211 blage (Tastenkürzel 
39212 \family sans
39213 Ctrl+C
39214 \family default
39215 )
39216 \end_layout
39217
39218 \begin_layout Enumerate
39219 Schreiben sie 
39220 \begin_inset Quotes gld
39221 \end_inset
39222
39223
39224 \family sans
39225 $$
39226 \family default
39227
39228 \begin_inset Quotes grd
39229 \end_inset
39230
39231  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
39232 hen (Tastenkürzel 
39233 \family sans
39234 Ctrl+V
39235 \family default
39236 )
39237 \end_layout
39238
39239 \begin_layout Standard
39240 \begin_inset listings
39241 lstparams "language=Python,mathescape=true"
39242 inline false
39243 status open
39244
39245 \begin_layout Plain Layout
39246
39247 \begin_inset Caption
39248
39249 \begin_layout Plain Layout
39250 Programm-Listing mit einer Formel
39251 \end_layout
39252
39253 \end_inset
39254
39255 # Beispiel-Programm-Listing
39256 \end_layout
39257
39258 \begin_layout Plain Layout
39259
39260 def func(param):
39261 \end_layout
39262
39263 \begin_layout Plain Layout
39264
39265     # $
39266 \backslash
39267 prod_{n=1}^{
39268 \backslash
39269 infty}
39270 \backslash
39271 ,
39272 \backslash
39273 frac{1}{x^{2}}$
39274 \end_layout
39275
39276 \begin_layout Plain Layout
39277
39278     pass
39279 \end_layout
39280
39281 \end_inset
39282
39283
39284 \end_layout
39285
39286 \begin_layout Standard
39287 \begin_inset VSpace bigskip
39288 \end_inset
39289
39290
39291 \end_layout
39292
39293 \begin_layout Standard
39294 \noindent
39295 Dokumentweite Listing-Eigenschaften können im Dialog 
39296 \family sans
39297 Dokument\SpecialChar \menuseparator
39298 Einstellungen\SpecialChar \menuseparator
39299 Listing
39300 \family default
39301  festgelegt werden.
39302  Dort bekommt man durch Eingabe eines Fragezeichens 
39303 \begin_inset Quotes gld
39304 \end_inset
39305
39306 ?
39307 \begin_inset Quotes grd
39308 \end_inset
39309
39310  eine Liste aller möglichen Parameter.
39311 \end_layout
39312
39313 \begin_layout Standard
39314 Weitere Informationen über das 
39315 \series bold
39316 listings
39317 \series default
39318 -Paket finden Sie in 
39319 \begin_inset CommandInset citation
39320 LatexCommand cite
39321 key "listings"
39322
39323 \end_inset
39324
39325 .
39326 \end_layout
39327
39328 \begin_layout Chapter
39329 \start_of_appendix
39330 In LyX verfügbare Maßeinheiten
39331 \begin_inset CommandInset label
39332 LatexCommand label
39333 name "kap:In-LyX-verfügbare"
39334
39335 \end_inset
39336
39337
39338 \begin_inset Index idx
39339 status collapsed
39340
39341 \begin_layout Plain Layout
39342 Einheiten
39343 \end_layout
39344
39345 \end_inset
39346
39347
39348 \end_layout
39349
39350 \begin_layout Standard
39351 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
39352  Tabelle
39353 \begin_inset space ~
39354 \end_inset
39355
39356
39357 \begin_inset CommandInset ref
39358 LatexCommand ref
39359 reference "tab:Maßeinheiten"
39360
39361 \end_inset
39362
39363  alle in LyX verfügbaren Maßeinheiten.
39364 \end_layout
39365
39366 \begin_layout Standard
39367 \begin_inset Float table
39368 placement h
39369 wide false
39370 sideways false
39371 status open
39372
39373 \begin_layout Plain Layout
39374 \begin_inset Caption
39375
39376 \begin_layout Plain Layout
39377 \begin_inset CommandInset label
39378 LatexCommand label
39379 name "tab:Maßeinheiten"
39380
39381 \end_inset
39382
39383 Maßeinheiten
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \end_layout
39390
39391 \begin_layout Plain Layout
39392 \begin_inset VSpace medskip
39393 \end_inset
39394
39395
39396 \end_layout
39397
39398 \begin_layout Plain Layout
39399 \align center
39400 \begin_inset Tabular
39401 <lyxtabular version="3" rows="20" columns="2">
39402 <features tabularvalignment="middle">
39403 <column alignment="center" valignment="top" width="0">
39404 <column alignment="center" valignment="top" width="0">
39405 <row>
39406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410
39411 \series bold
39412 Maßeinheit
39413 \end_layout
39414
39415 \end_inset
39416 </cell>
39417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39418 \begin_inset Text
39419
39420 \begin_layout Plain Layout
39421
39422 \series bold
39423 Name/Beschreibung
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 </row>
39429 <row>
39430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 mm
39435 \end_layout
39436
39437 \end_inset
39438 </cell>
39439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39440 \begin_inset Text
39441
39442 \begin_layout Plain Layout
39443 Millimeter
39444 \end_layout
39445
39446 \end_inset
39447 </cell>
39448 </row>
39449 <row>
39450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39451 \begin_inset Text
39452
39453 \begin_layout Plain Layout
39454 cm
39455 \end_layout
39456
39457 \end_inset
39458 </cell>
39459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 Zentimeter
39464 \end_layout
39465
39466 \end_inset
39467 </cell>
39468 </row>
39469 <row>
39470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39471 \begin_inset Text
39472
39473 \begin_layout Plain Layout
39474 in
39475 \end_layout
39476
39477 \end_inset
39478 </cell>
39479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39480 \begin_inset Text
39481
39482 \begin_layout Plain Layout
39483 Zoll (1
39484 \begin_inset space \thinspace{}
39485 \end_inset
39486
39487 in = 2.54
39488 \begin_inset space \thinspace{}
39489 \end_inset
39490
39491 cm
39492 \end_layout
39493
39494 \end_inset
39495 </cell>
39496 </row>
39497 <row>
39498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39499 \begin_inset Text
39500
39501 \begin_layout Plain Layout
39502 pt
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 Punkt (72.27
39512 \begin_inset space \thinspace{}
39513 \end_inset
39514
39515 pt = 1
39516 \begin_inset space \thinspace{}
39517 \end_inset
39518
39519 in)
39520 \end_layout
39521
39522 \end_inset
39523 </cell>
39524 </row>
39525 <row>
39526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39527 \begin_inset Text
39528
39529 \begin_layout Plain Layout
39530 pc
39531 \end_layout
39532
39533 \end_inset
39534 </cell>
39535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39536 \begin_inset Text
39537
39538 \begin_layout Plain Layout
39539 Pica (1
39540 \begin_inset space \thinspace{}
39541 \end_inset
39542
39543 pc = 12
39544 \begin_inset space \thinspace{}
39545 \end_inset
39546
39547 pt)
39548 \end_layout
39549
39550 \end_inset
39551 </cell>
39552 </row>
39553 <row>
39554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39555 \begin_inset Text
39556
39557 \begin_layout Plain Layout
39558 sp
39559 \end_layout
39560
39561 \end_inset
39562 </cell>
39563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39564 \begin_inset Text
39565
39566 \begin_layout Plain Layout
39567 skalierter Punkt (65536
39568 \begin_inset space \thinspace{}
39569 \end_inset
39570
39571 sp = 1
39572 \begin_inset space \thinspace{}
39573 \end_inset
39574
39575 pt)
39576 \end_layout
39577
39578 \end_inset
39579 </cell>
39580 </row>
39581 <row>
39582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39583 \begin_inset Text
39584
39585 \begin_layout Plain Layout
39586 bp
39587 \end_layout
39588
39589 \end_inset
39590 </cell>
39591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595 großer Punkt (72
39596 \begin_inset space \thinspace{}
39597 \end_inset
39598
39599 bp = 1
39600 \begin_inset space \thinspace{}
39601 \end_inset
39602
39603 in)
39604 \end_layout
39605
39606 \end_inset
39607 </cell>
39608 </row>
39609 <row>
39610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39611 \begin_inset Text
39612
39613 \begin_layout Plain Layout
39614 dd
39615 \end_layout
39616
39617 \end_inset
39618 </cell>
39619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39620 \begin_inset Text
39621
39622 \begin_layout Plain Layout
39623 Didot (1
39624 \begin_inset space \thinspace{}
39625 \end_inset
39626
39627 dd 
39628 \begin_inset Formula $\approx$
39629 \end_inset
39630
39631  0,376
39632 \begin_inset space \thinspace{}
39633 \end_inset
39634
39635 mm)
39636 \end_layout
39637
39638 \end_inset
39639 </cell>
39640 </row>
39641 <row>
39642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39643 \begin_inset Text
39644
39645 \begin_layout Plain Layout
39646 cc
39647 \end_layout
39648
39649 \end_inset
39650 </cell>
39651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39652 \begin_inset Text
39653
39654 \begin_layout Plain Layout
39655 Cicero (1
39656 \begin_inset space \thinspace{}
39657 \end_inset
39658
39659 cc = 12
39660 \begin_inset space \thinspace{}
39661 \end_inset
39662
39663 dd)
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 </row>
39669 <row>
39670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39671 \begin_inset Text
39672
39673 \begin_layout Plain Layout
39674 Skalierung%
39675 \end_layout
39676
39677 \end_inset
39678 </cell>
39679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39680 \begin_inset Text
39681
39682 \begin_layout Plain Layout
39683 % der originalen Bildbreite
39684 \end_layout
39685
39686 \end_inset
39687 </cell>
39688 </row>
39689 <row>
39690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39691 \begin_inset Text
39692
39693 \begin_layout Plain Layout
39694 Textbreite %
39695 \end_layout
39696
39697 \end_inset
39698 </cell>
39699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39700 \begin_inset Text
39701
39702 \begin_layout Plain Layout
39703 % der Textbreite
39704 \end_layout
39705
39706 \end_inset
39707 </cell>
39708 </row>
39709 <row>
39710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39711 \begin_inset Text
39712
39713 \begin_layout Plain Layout
39714 Spaltenbreite %
39715 \end_layout
39716
39717 \end_inset
39718 </cell>
39719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39720 \begin_inset Text
39721
39722 \begin_layout Plain Layout
39723 % der Spaltenbreite
39724 \end_layout
39725
39726 \end_inset
39727 </cell>
39728 </row>
39729 <row>
39730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39731 \begin_inset Text
39732
39733 \begin_layout Plain Layout
39734 Seitenbreite %
39735 \end_layout
39736
39737 \end_inset
39738 </cell>
39739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39740 \begin_inset Text
39741
39742 \begin_layout Plain Layout
39743 % der Seitenbreite
39744 \end_layout
39745
39746 \end_inset
39747 </cell>
39748 </row>
39749 <row>
39750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39751 \begin_inset Text
39752
39753 \begin_layout Plain Layout
39754 Zeilenbreite %
39755 \end_layout
39756
39757 \end_inset
39758 </cell>
39759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39760 \begin_inset Text
39761
39762 \begin_layout Plain Layout
39763 % der Zeilenbreite
39764 \end_layout
39765
39766 \end_inset
39767 </cell>
39768 </row>
39769 <row>
39770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39771 \begin_inset Text
39772
39773 \begin_layout Plain Layout
39774 Texthöhe %
39775 \end_layout
39776
39777 \end_inset
39778 </cell>
39779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39780 \begin_inset Text
39781
39782 \begin_layout Plain Layout
39783 % der Texthöhe
39784 \end_layout
39785
39786 \end_inset
39787 </cell>
39788 </row>
39789 <row>
39790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39791 \begin_inset Text
39792
39793 \begin_layout Plain Layout
39794 Seitenhöhe %
39795 \end_layout
39796
39797 \end_inset
39798 </cell>
39799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39800 \begin_inset Text
39801
39802 \begin_layout Plain Layout
39803 % der Seitenhöhe
39804 \end_layout
39805
39806 \end_inset
39807 </cell>
39808 </row>
39809 <row>
39810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39811 \begin_inset Text
39812
39813 \begin_layout Plain Layout
39814 ex
39815 \end_layout
39816
39817 \end_inset
39818 </cell>
39819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39820 \begin_inset Text
39821
39822 \begin_layout Plain Layout
39823 Die Höhe des Buchstabens 
39824 \emph on
39825 x
39826 \emph default
39827  im aktiven Zeichensatz
39828 \end_layout
39829
39830 \end_inset
39831 </cell>
39832 </row>
39833 <row>
39834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 em
39839 \end_layout
39840
39841 \end_inset
39842 </cell>
39843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39844 \begin_inset Text
39845
39846 \begin_layout Plain Layout
39847 Die Breite des Buchstabens 
39848 \emph on
39849 M
39850 \emph default
39851  im aktiven Zeichensatz
39852 \end_layout
39853
39854 \end_inset
39855 </cell>
39856 </row>
39857 <row>
39858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39859 \begin_inset Text
39860
39861 \begin_layout Plain Layout
39862 mu
39863 \end_layout
39864
39865 \end_inset
39866 </cell>
39867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39868 \begin_inset Text
39869
39870 \begin_layout Plain Layout
39871 mathematische  Maßeinheit
39872 \series bold
39873  
39874 \series default
39875 (1
39876 \begin_inset space \thinspace{}
39877 \end_inset
39878
39879 mu = 1/18
39880 \begin_inset space \thinspace{}
39881 \end_inset
39882
39883 em)
39884 \end_layout
39885
39886 \end_inset
39887 </cell>
39888 </row>
39889 </lyxtabular>
39890
39891 \end_inset
39892
39893
39894 \end_layout
39895
39896 \end_inset
39897
39898
39899 \end_layout
39900
39901 \begin_layout Chapter
39902 Ausgabedatei-Formate mit Grafiken
39903 \begin_inset CommandInset label
39904 LatexCommand label
39905 name "kap:Ausgabedatei-Formate"
39906
39907 \end_inset
39908
39909
39910 \end_layout
39911
39912 \begin_layout Section
39913 DVI
39914 \begin_inset Index idx
39915 status collapsed
39916
39917 \begin_layout Plain Layout
39918 Dateiformat! DVI
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset Index idx
39925 status collapsed
39926
39927 \begin_layout Plain Layout
39928 DVI
39929 \end_layout
39930
39931 \end_inset
39932
39933
39934 \end_layout
39935
39936 \begin_layout Standard
39937 Dieser Dateityp hat die Erweiterung 
39938 \begin_inset Quotes gld
39939 \end_inset
39940
39941
39942 \family typewriter
39943 .dvi
39944 \family default
39945
39946 \begin_inset Quotes grd
39947 \end_inset
39948
39949  und wird 
39950 \begin_inset Quotes gld
39951 \end_inset
39952
39953 device independent
39954 \begin_inset Quotes grd
39955 \end_inset
39956
39957  genannt, weil er vollkommen portierbar ist.
39958  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
39959  dvi-Betrachter installiert hat.
39960  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
39961 ate wie PostScript benutzt.
39962 \end_layout
39963
39964 \begin_layout Standard
39965 \begin_inset Note Greyedout
39966 status open
39967
39968 \begin_layout Plain Layout
39969
39970 \series bold
39971 Bemerkung:
39972 \series default
39973  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
39974 \end_layout
39975
39976 \end_inset
39977
39978
39979 \end_layout
39980
39981 \begin_layout Standard
39982 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
39983  auf einen anderen Computer kopieren.
39984  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
39985  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
39986  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
39987 \family typewriter
39988  
39989 \family default
39990 blättern.
39991
39992 \family typewriter
39993  
39994 \family default
39995 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
39996  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
39997  
39998 \end_layout
39999
40000 \begin_layout Standard
40001 Sie können Ihr Dokument als DVI über das Menü 
40002 \family sans
40003 Datei\SpecialChar \menuseparator
40004 Exportieren\SpecialChar \menuseparator
40005 DVI
40006 \family default
40007  exportieren.
40008  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40009 \family sans
40010 Ansicht
40011 \family default
40012  anschauen.
40013 \end_layout
40014
40015 \begin_layout Section
40016 PostScript
40017 \begin_inset CommandInset label
40018 LatexCommand label
40019 name "abs:PostScript"
40020
40021 \end_inset
40022
40023
40024 \begin_inset Index idx
40025 status collapsed
40026
40027 \begin_layout Plain Layout
40028 Dateiformat  ! PostScript
40029 \end_layout
40030
40031 \end_inset
40032
40033
40034 \begin_inset Index idx
40035 status collapsed
40036
40037 \begin_layout Plain Layout
40038 PostScript
40039 \end_layout
40040
40041 \end_inset
40042
40043
40044 \end_layout
40045
40046 \begin_layout Standard
40047 Dieser Dateityp hat die Erweiterung 
40048 \begin_inset Quotes gld
40049 \end_inset
40050
40051
40052 \family typewriter
40053 .ps
40054 \family default
40055
40056 \begin_inset Quotes grd
40057 \end_inset
40058
40059 .
40060  PostScript wurde von der Firma
40061 \family typewriter
40062  Adobe
40063 \family default
40064  als Druckersprache entwickelt.
40065  Die Datei enthält deshalb Druckbefehle.
40066  PostScript kann als 
40067 \begin_inset Quotes gld
40068 \end_inset
40069
40070 Programmiersprache
40071 \begin_inset Quotes grd
40072 \end_inset
40073
40074  angesehen werden.
40075  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40076 \begin_inset Foot
40077 status collapsed
40078
40079 \begin_layout Plain Layout
40080 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40081  von
40082 \series bold
40083  PSTricks
40084 \series default
40085  
40086 \begin_inset CommandInset citation
40087 LatexCommand cite
40088 key "pstricks"
40089
40090 \end_inset
40091
40092  oder 
40093 \begin_inset CommandInset citation
40094 LatexCommand cite
40095 key "latex-praxisbuch"
40096
40097 \end_inset
40098
40099  ansehen.
40100 \end_layout
40101
40102 \end_inset
40103
40104 .
40105  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
40106 \end_layout
40107
40108 \begin_layout Standard
40109 PostScript kann nur Bilder im Format EPS
40110 \begin_inset Index idx
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114 EPS
40115 \end_layout
40116
40117 \end_inset
40118
40119  (Encapsulated PostScript, Datei-Er\SpecialChar \-
40120 wei\SpecialChar \-
40121 ter\SpecialChar \-
40122 ung 
40123 \begin_inset Quotes gld
40124 \end_inset
40125
40126
40127 \family typewriter
40128 .eps
40129 \family default
40130
40131 \begin_inset Quotes grd
40132 \end_inset
40133
40134 ) enthalten.
40135  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
40136  intern nach EPS konvertieren.
40137  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
40138  verlangsamen.
40139  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
40140  konvertieren und direkt als EPS einfügen.
40141 \end_layout
40142
40143 \begin_layout Standard
40144 Sie können Ihr Dokument als PostScript über das Menü 
40145 \family sans
40146 Datei\SpecialChar \menuseparator
40147 Exportieren\SpecialChar \menuseparator
40148 Post\SpecialChar \-
40149 Script
40150 \family default
40151  exportieren.
40152  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
40153 \family sans
40154 Ansicht
40155 \family default
40156  oder den Werkzeugleistenknopf 
40157 \begin_inset Graphics
40158         filename ../../images/buffer-view_ps.png
40159         scale 70
40160         scaleBeforeRotation
40161
40162 \end_inset
40163
40164  anschauen.
40165 \end_layout
40166
40167 \begin_layout Section
40168 PDF
40169 \begin_inset Index idx
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173 Dateiformat! PDF
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \begin_inset Index idx
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183 PDF
40184 \end_layout
40185
40186 \end_inset
40187
40188
40189 \end_layout
40190
40191 \begin_layout Standard
40192 Dieser Dateityp hat die Erweiterung 
40193 \begin_inset Quotes gld
40194 \end_inset
40195
40196
40197 \family typewriter
40198 .pdf
40199 \family default
40200
40201 \begin_inset Quotes grd
40202 \end_inset
40203
40204 .
40205  Das
40206 \emph on
40207  
40208 \emph default
40209
40210 \begin_inset Quotes gld
40211 \end_inset
40212
40213 Portable Document Format
40214 \begin_inset Quotes grd
40215 \end_inset
40216
40217  (PDF) wurde auch von der Firma 
40218 \family typewriter
40219 Adobe
40220 \family default
40221  als Derivat von PostScript entwickelt.
40222  Es ist komprimierter und benutzt weniger Befehle als PostScript.
40223  Wie der Begriff 
40224 \begin_inset Quotes gld
40225 \end_inset
40226
40227 portable
40228 \begin_inset Quotes grd
40229 \end_inset
40230
40231  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
40232  werden, und der Ausdruck sieht immer gleich aus.
40233 \end_layout
40234
40235 \begin_layout Standard
40236 PDF kann Bilder im eigenen PDF-Format, im Format 
40237 \begin_inset Quotes gld
40238 \end_inset
40239
40240 Joint Photographic Experts Group
40241 \begin_inset Quotes grd
40242 \end_inset
40243
40244  (JPEG
40245 \begin_inset Index idx
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249 JPG, JPEG
40250 \end_layout
40251
40252 \end_inset
40253
40254 , Datei-Erweiterung 
40255 \begin_inset Quotes gld
40256 \end_inset
40257
40258
40259 \family typewriter
40260 .jpg
40261 \family default
40262
40263 \begin_inset Quotes grd
40264 \end_inset
40265
40266  oder 
40267 \begin_inset Quotes gld
40268 \end_inset
40269
40270
40271 \family typewriter
40272 .jpeg
40273 \family default
40274
40275 \begin_inset Quotes grd
40276 \end_inset
40277
40278 ) und im Format 
40279 \begin_inset Quotes gld
40280 \end_inset
40281
40282 Portable Network Graphics
40283 \begin_inset Quotes grd
40284 \end_inset
40285
40286  (PNG
40287 \begin_inset Index idx
40288 status collapsed
40289
40290 \begin_layout Plain Layout
40291 PNG
40292 \end_layout
40293
40294 \end_inset
40295
40296 , Datei-Erweiterung 
40297 \begin_inset Quotes gld
40298 \end_inset
40299
40300
40301 \family typewriter
40302 .png
40303 \family default
40304
40305 \begin_inset Quotes grd
40306 \end_inset
40307
40308 ) enthalten.
40309  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
40310  Sie konvertieren wird.
40311  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
40312  wird, eines der drei erwähnten Bildformate zu benutzen.
40313 \end_layout
40314
40315 \begin_layout Standard
40316 PDF-Dateien können Sie über 
40317 \family sans
40318 Datei\SpecialChar \menuseparator
40319 Exportieren
40320 \family default
40321  auf drei Arten erzeugen:
40322 \end_layout
40323
40324 \begin_layout Description
40325 PDF
40326 \begin_inset space ~
40327 \end_inset
40328
40329 (ps2pdf) benutzt das Programm
40330 \family typewriter
40331  ps2pdf
40332 \family default
40333 , das eine PDF-Datei aus einer Post\SpecialChar \-
40334 Script®-Version Ihres Dokument erstellt.
40335  Die PostScript-Version wird mit dem Programm 
40336 \family typewriter
40337 dvips
40338 \family default
40339  aus einer DVI-Version erstellt.
40340  Es werden also drei Konvertierungen verwendet.
40341 \end_layout
40342
40343 \begin_layout Description
40344 PDF
40345 \begin_inset space ~
40346 \end_inset
40347
40348 (dvipdfm) benutzt das Programm 
40349 \family typewriter
40350 dvipdfm
40351 \family default
40352 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
40353  PDF konvertiert.
40354 \end_layout
40355
40356 \begin_layout Description
40357 PDF
40358 \begin_inset space ~
40359 \end_inset
40360
40361 (pdflatex) benutzt das Programm
40362 \family typewriter
40363  pdftex
40364 \family default
40365 , das Ihr Dokument direkt nach PDF konvertiert.
40366 \end_layout
40367
40368 \begin_layout Standard
40369
40370 \family sans
40371 PDF
40372 \begin_inset space ~
40373 \end_inset
40374
40375 (pdflatex)
40376 \family default
40377  wird empfohlen, weil
40378 \family typewriter
40379  pdftex
40380 \family default
40381  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
40382  ohne Probleme arbeitet.
40383  Das Programm 
40384 \family typewriter
40385 dvi\SpecialChar \-
40386 pdfm
40387 \family default
40388  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
40389 \end_layout
40390
40391 \begin_layout Standard
40392 Sie können Ihr Dokument als PDF über das Menü 
40393 \family sans
40394 Datei\SpecialChar \menuseparator
40395 Exportieren\SpecialChar \menuseparator
40396 PDF
40397 \family default
40398  exportieren.
40399  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
40400 \family sans
40401 Ansicht
40402 \family default
40403  oder den Werkzeugleistenknopf 
40404 \begin_inset Graphics
40405         filename ../../images/buffer-view_pdf2.png
40406         scale 70
40407         scaleBeforeRotation
40408
40409 \end_inset
40410
40411  anschauen 
40412 \family sans
40413 (
40414 \family default
40415 der 
40416 \family sans
40417 PDF
40418 \begin_inset space ~
40419 \end_inset
40420
40421 (pdflatex)
40422 \family default
40423  verwendet).
40424 \end_layout
40425
40426 \begin_layout Chapter
40427 Liste der dvips-Farbnamen
40428 \begin_inset CommandInset label
40429 LatexCommand label
40430 name "chap:Liste-der-dvips-Farbnamen"
40431
40432 \end_inset
40433
40434
40435 \end_layout
40436
40437 \begin_layout Standard
40438 \begin_inset Tabular
40439 <lyxtabular version="3" rows="17" columns="4">
40440 <features tabularvalignment="middle">
40441 <column alignment="left" valignment="top" width="0pt">
40442 <column alignment="left" valignment="top" width="0pt">
40443 <column alignment="left" valignment="top" width="0pt">
40444 <column alignment="left" valignment="top" width="0pt">
40445 <row>
40446 <cell alignment="left" valignment="top" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 \begin_inset ERT
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454
40455
40456 \backslash
40457 fcolorbox{black}{
40458 \end_layout
40459
40460 \end_inset
40461
40462 white
40463 \begin_inset ERT
40464 status collapsed
40465
40466 \begin_layout Plain Layout
40467
40468 }{
40469 \end_layout
40470
40471 \end_inset
40472
40473 Farbe
40474 \begin_inset ERT
40475 status collapsed
40476
40477 \begin_layout Plain Layout
40478
40479 }
40480 \end_layout
40481
40482 \end_inset
40483
40484  Farbname
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 <cell alignment="left" valignment="top" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 \begin_inset ERT
40494 status collapsed
40495
40496 \begin_layout Plain Layout
40497
40498
40499 \backslash
40500 fcolorbox{black}{
40501 \end_layout
40502
40503 \end_inset
40504
40505 white
40506 \begin_inset ERT
40507 status collapsed
40508
40509 \begin_layout Plain Layout
40510
40511 }{
40512 \end_layout
40513
40514 \end_inset
40515
40516 Farbe
40517 \begin_inset ERT
40518 status collapsed
40519
40520 \begin_layout Plain Layout
40521
40522 }
40523 \end_layout
40524
40525 \end_inset
40526
40527  Farbname
40528 \end_layout
40529
40530 \end_inset
40531 </cell>
40532 <cell alignment="left" valignment="top" usebox="none">
40533 \begin_inset Text
40534
40535 \begin_layout Plain Layout
40536 \begin_inset ERT
40537 status collapsed
40538
40539 \begin_layout Plain Layout
40540
40541
40542 \backslash
40543 fcolorbox{black}{
40544 \end_layout
40545
40546 \end_inset
40547
40548 white
40549 \begin_inset ERT
40550 status collapsed
40551
40552 \begin_layout Plain Layout
40553
40554 }{
40555 \end_layout
40556
40557 \end_inset
40558
40559 Farbe
40560 \begin_inset ERT
40561 status collapsed
40562
40563 \begin_layout Plain Layout
40564
40565 }
40566 \end_layout
40567
40568 \end_inset
40569
40570  Farbname
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 <cell alignment="left" valignment="top" usebox="none">
40576 \begin_inset Text
40577
40578 \begin_layout Plain Layout
40579 \begin_inset ERT
40580 status collapsed
40581
40582 \begin_layout Plain Layout
40583
40584
40585 \backslash
40586 fcolorbox{black}{
40587 \end_layout
40588
40589 \end_inset
40590
40591 white
40592 \begin_inset ERT
40593 status collapsed
40594
40595 \begin_layout Plain Layout
40596
40597 }{
40598 \end_layout
40599
40600 \end_inset
40601
40602 Farbe
40603 \begin_inset ERT
40604 status collapsed
40605
40606 \begin_layout Plain Layout
40607
40608 }
40609 \end_layout
40610
40611 \end_inset
40612
40613  Farbname
40614 \end_layout
40615
40616 \end_inset
40617 </cell>
40618 </row>
40619 <row>
40620 <cell alignment="center" valignment="top" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 \begin_inset ERT
40625 status collapsed
40626
40627 \begin_layout Plain Layout
40628
40629
40630 \backslash
40631 fcolorbox{black}{
40632 \end_layout
40633
40634 \end_inset
40635
40636 Apricot
40637 \begin_inset ERT
40638 status collapsed
40639
40640 \begin_layout Plain Layout
40641
40642 }{
40643 \end_layout
40644
40645 \end_inset
40646
40647
40648 \begin_inset Phantom Phantom
40649 status open
40650
40651 \begin_layout Plain Layout
40652 W
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }
40664 \end_layout
40665
40666 \end_inset
40667
40668  Apricot
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 <cell alignment="center" valignment="top" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 \begin_inset ERT
40678 status collapsed
40679
40680 \begin_layout Plain Layout
40681
40682
40683 \backslash
40684 fcolorbox{black}{
40685 \end_layout
40686
40687 \end_inset
40688
40689 Aquamarine
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695 }{
40696 \end_layout
40697
40698 \end_inset
40699
40700
40701 \begin_inset Phantom Phantom
40702 status open
40703
40704 \begin_layout Plain Layout
40705 W
40706 \end_layout
40707
40708 \end_inset
40709
40710
40711 \begin_inset ERT
40712 status collapsed
40713
40714 \begin_layout Plain Layout
40715
40716 }
40717 \end_layout
40718
40719 \end_inset
40720
40721  Aquamarine
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 <cell alignment="center" valignment="top" usebox="none">
40727 \begin_inset Text
40728
40729 \begin_layout Plain Layout
40730 \begin_inset ERT
40731 status collapsed
40732
40733 \begin_layout Plain Layout
40734
40735
40736 \backslash
40737 fcolorbox{black}{
40738 \end_layout
40739
40740 \end_inset
40741
40742 Bittersweet
40743 \begin_inset ERT
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747
40748 }{
40749 \end_layout
40750
40751 \end_inset
40752
40753
40754 \begin_inset Phantom Phantom
40755 status open
40756
40757 \begin_layout Plain Layout
40758 W
40759 \end_layout
40760
40761 \end_inset
40762
40763
40764 \begin_inset ERT
40765 status collapsed
40766
40767 \begin_layout Plain Layout
40768
40769 }
40770 \end_layout
40771
40772 \end_inset
40773
40774  Bittersweet
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 <cell alignment="center" valignment="top" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 \begin_inset ERT
40784 status collapsed
40785
40786 \begin_layout Plain Layout
40787
40788
40789 \backslash
40790 fcolorbox{black}{
40791 \end_layout
40792
40793 \end_inset
40794
40795 BlueGreen
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801 }{
40802 \end_layout
40803
40804 \end_inset
40805
40806
40807 \begin_inset Phantom Phantom
40808 status open
40809
40810 \begin_layout Plain Layout
40811 W
40812 \end_layout
40813
40814 \end_inset
40815
40816
40817 \begin_inset ERT
40818 status collapsed
40819
40820 \begin_layout Plain Layout
40821
40822 }
40823 \end_layout
40824
40825 \end_inset
40826
40827  BlueGreen
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 </row>
40833 <row>
40834 <cell alignment="left" valignment="top" usebox="none">
40835 \begin_inset Text
40836
40837 \begin_layout Plain Layout
40838 \begin_inset ERT
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842
40843
40844 \backslash
40845 fcolorbox{black}{
40846 \end_layout
40847
40848 \end_inset
40849
40850 BlueViolet
40851 \begin_inset ERT
40852 status collapsed
40853
40854 \begin_layout Plain Layout
40855
40856 }{
40857 \end_layout
40858
40859 \end_inset
40860
40861
40862 \begin_inset Phantom Phantom
40863 status open
40864
40865 \begin_layout Plain Layout
40866 W
40867 \end_layout
40868
40869 \end_inset
40870
40871
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }
40878 \end_layout
40879
40880 \end_inset
40881
40882  BlueViolet
40883 \end_layout
40884
40885 \end_inset
40886 </cell>
40887 <cell alignment="left" valignment="top" usebox="none">
40888 \begin_inset Text
40889
40890 \begin_layout Plain Layout
40891 \begin_inset ERT
40892 status collapsed
40893
40894 \begin_layout Plain Layout
40895
40896
40897 \backslash
40898 fcolorbox{black}{
40899 \end_layout
40900
40901 \end_inset
40902
40903 BrickRed
40904 \begin_inset ERT
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908
40909 }{
40910 \end_layout
40911
40912 \end_inset
40913
40914
40915 \begin_inset Phantom Phantom
40916 status open
40917
40918 \begin_layout Plain Layout
40919 W
40920 \end_layout
40921
40922 \end_inset
40923
40924
40925 \begin_inset ERT
40926 status collapsed
40927
40928 \begin_layout Plain Layout
40929
40930 }
40931 \end_layout
40932
40933 \end_inset
40934
40935  BrickRed
40936 \end_layout
40937
40938 \end_inset
40939 </cell>
40940 <cell alignment="left" valignment="top" usebox="none">
40941 \begin_inset Text
40942
40943 \begin_layout Plain Layout
40944 \begin_inset ERT
40945 status collapsed
40946
40947 \begin_layout Plain Layout
40948
40949
40950 \backslash
40951 fcolorbox{black}{
40952 \end_layout
40953
40954 \end_inset
40955
40956 Brown
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 }{
40963 \end_layout
40964
40965 \end_inset
40966
40967
40968 \begin_inset Phantom Phantom
40969 status open
40970
40971 \begin_layout Plain Layout
40972 W
40973 \end_layout
40974
40975 \end_inset
40976
40977
40978 \begin_inset ERT
40979 status collapsed
40980
40981 \begin_layout Plain Layout
40982
40983 }
40984 \end_layout
40985
40986 \end_inset
40987
40988  Brown
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="left" valignment="top" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 \begin_inset ERT
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001
41002
41003 \backslash
41004 fcolorbox{black}{
41005 \end_layout
41006
41007 \end_inset
41008
41009 BurntOrange
41010 \begin_inset ERT
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014
41015 }{
41016 \end_layout
41017
41018 \end_inset
41019
41020
41021 \begin_inset Phantom Phantom
41022 status open
41023
41024 \begin_layout Plain Layout
41025 W
41026 \end_layout
41027
41028 \end_inset
41029
41030
41031 \begin_inset ERT
41032 status collapsed
41033
41034 \begin_layout Plain Layout
41035
41036 }
41037 \end_layout
41038
41039 \end_inset
41040
41041  BurntOrange
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 </row>
41047 <row>
41048 <cell alignment="left" valignment="top" usebox="none">
41049 \begin_inset Text
41050
41051 \begin_layout Plain Layout
41052 \begin_inset ERT
41053 status collapsed
41054
41055 \begin_layout Plain Layout
41056
41057
41058 \backslash
41059 fcolorbox{black}{
41060 \end_layout
41061
41062 \end_inset
41063
41064 CadetBlue
41065 \begin_inset ERT
41066 status collapsed
41067
41068 \begin_layout Plain Layout
41069
41070 }{
41071 \end_layout
41072
41073 \end_inset
41074
41075
41076 \begin_inset Phantom Phantom
41077 status open
41078
41079 \begin_layout Plain Layout
41080 W
41081 \end_layout
41082
41083 \end_inset
41084
41085
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091 }
41092 \end_layout
41093
41094 \end_inset
41095
41096  CadetBlue
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="left" valignment="top" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 \begin_inset ERT
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109
41110
41111 \backslash
41112 fcolorbox{black}{
41113 \end_layout
41114
41115 \end_inset
41116
41117 CarnationPink
41118 \begin_inset ERT
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122
41123 }{
41124 \end_layout
41125
41126 \end_inset
41127
41128
41129 \begin_inset Phantom Phantom
41130 status open
41131
41132 \begin_layout Plain Layout
41133 W
41134 \end_layout
41135
41136 \end_inset
41137
41138
41139 \begin_inset ERT
41140 status collapsed
41141
41142 \begin_layout Plain Layout
41143
41144 }
41145 \end_layout
41146
41147 \end_inset
41148
41149  CarnationPink
41150 \end_layout
41151
41152 \end_inset
41153 </cell>
41154 <cell alignment="left" valignment="top" usebox="none">
41155 \begin_inset Text
41156
41157 \begin_layout Plain Layout
41158 \begin_inset ERT
41159 status collapsed
41160
41161 \begin_layout Plain Layout
41162
41163
41164 \backslash
41165 fcolorbox{black}{
41166 \end_layout
41167
41168 \end_inset
41169
41170 Cerulean
41171 \begin_inset ERT
41172 status collapsed
41173
41174 \begin_layout Plain Layout
41175
41176 }{
41177 \end_layout
41178
41179 \end_inset
41180
41181
41182 \begin_inset Phantom Phantom
41183 status open
41184
41185 \begin_layout Plain Layout
41186 W
41187 \end_layout
41188
41189 \end_inset
41190
41191
41192 \begin_inset ERT
41193 status collapsed
41194
41195 \begin_layout Plain Layout
41196
41197 }
41198 \end_layout
41199
41200 \end_inset
41201
41202  Cerulean
41203 \end_layout
41204
41205 \end_inset
41206 </cell>
41207 <cell alignment="left" valignment="top" usebox="none">
41208 \begin_inset Text
41209
41210 \begin_layout Plain Layout
41211 \begin_inset ERT
41212 status collapsed
41213
41214 \begin_layout Plain Layout
41215
41216
41217 \backslash
41218 fcolorbox{black}{
41219 \end_layout
41220
41221 \end_inset
41222
41223 CornflowerBlue
41224 \begin_inset ERT
41225 status collapsed
41226
41227 \begin_layout Plain Layout
41228
41229 }{
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \begin_inset Phantom Phantom
41236 status open
41237
41238 \begin_layout Plain Layout
41239 W
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \begin_inset ERT
41246 status collapsed
41247
41248 \begin_layout Plain Layout
41249
41250 }
41251 \end_layout
41252
41253 \end_inset
41254
41255  CornflowerBlue
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 </row>
41261 <row>
41262 <cell alignment="left" valignment="top" usebox="none">
41263 \begin_inset Text
41264
41265 \begin_layout Plain Layout
41266 \begin_inset ERT
41267 status collapsed
41268
41269 \begin_layout Plain Layout
41270
41271
41272 \backslash
41273 fcolorbox{black}{
41274 \end_layout
41275
41276 \end_inset
41277
41278 Dandelion
41279 \begin_inset ERT
41280 status collapsed
41281
41282 \begin_layout Plain Layout
41283
41284 }{
41285 \end_layout
41286
41287 \end_inset
41288
41289
41290 \begin_inset Phantom Phantom
41291 status open
41292
41293 \begin_layout Plain Layout
41294 W
41295 \end_layout
41296
41297 \end_inset
41298
41299
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305 }
41306 \end_layout
41307
41308 \end_inset
41309
41310  Dandelion
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
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 DarkOrchid
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337 }{
41338 \end_layout
41339
41340 \end_inset
41341
41342
41343 \begin_inset Phantom Phantom
41344 status open
41345
41346 \begin_layout Plain Layout
41347 W
41348 \end_layout
41349
41350 \end_inset
41351
41352
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358 }
41359 \end_layout
41360
41361 \end_inset
41362
41363  DarkOrchid
41364 \end_layout
41365
41366 \end_inset
41367 </cell>
41368 <cell alignment="left" valignment="top" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377
41378 \backslash
41379 fcolorbox{black}{
41380 \end_layout
41381
41382 \end_inset
41383
41384 Emerald
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }{
41391 \end_layout
41392
41393 \end_inset
41394
41395
41396 \begin_inset Phantom Phantom
41397 status open
41398
41399 \begin_layout Plain Layout
41400 W
41401 \end_layout
41402
41403 \end_inset
41404
41405
41406 \begin_inset ERT
41407 status collapsed
41408
41409 \begin_layout Plain Layout
41410
41411 }
41412 \end_layout
41413
41414 \end_inset
41415
41416  Emerald
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 <cell alignment="left" valignment="top" usebox="none">
41422 \begin_inset Text
41423
41424 \begin_layout Plain Layout
41425 \begin_inset ERT
41426 status collapsed
41427
41428 \begin_layout Plain Layout
41429
41430
41431 \backslash
41432 fcolorbox{black}{
41433 \end_layout
41434
41435 \end_inset
41436
41437 ForestGreen
41438 \begin_inset ERT
41439 status collapsed
41440
41441 \begin_layout Plain Layout
41442
41443 }{
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \begin_inset Phantom Phantom
41450 status open
41451
41452 \begin_layout Plain Layout
41453 W
41454 \end_layout
41455
41456 \end_inset
41457
41458
41459 \begin_inset ERT
41460 status collapsed
41461
41462 \begin_layout Plain Layout
41463
41464 }
41465 \end_layout
41466
41467 \end_inset
41468
41469  ForestGreen
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 </row>
41475 <row>
41476 <cell alignment="left" valignment="top" usebox="none">
41477 \begin_inset Text
41478
41479 \begin_layout Plain Layout
41480 \begin_inset ERT
41481 status collapsed
41482
41483 \begin_layout Plain Layout
41484
41485
41486 \backslash
41487 fcolorbox{black}{
41488 \end_layout
41489
41490 \end_inset
41491
41492 Fuchsia
41493 \begin_inset ERT
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497
41498 }{
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \begin_inset Phantom Phantom
41505 status open
41506
41507 \begin_layout Plain Layout
41508 W
41509 \end_layout
41510
41511 \end_inset
41512
41513
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519 }
41520 \end_layout
41521
41522 \end_inset
41523
41524  Fuchsia
41525 \end_layout
41526
41527 \end_inset
41528 </cell>
41529 <cell alignment="left" valignment="top" usebox="none">
41530 \begin_inset Text
41531
41532 \begin_layout Plain Layout
41533 \begin_inset ERT
41534 status collapsed
41535
41536 \begin_layout Plain Layout
41537
41538
41539 \backslash
41540 fcolorbox{black}{
41541 \end_layout
41542
41543 \end_inset
41544
41545 Goldenrod
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551 }{
41552 \end_layout
41553
41554 \end_inset
41555
41556
41557 \begin_inset Phantom Phantom
41558 status open
41559
41560 \begin_layout Plain Layout
41561 W
41562 \end_layout
41563
41564 \end_inset
41565
41566
41567 \begin_inset ERT
41568 status collapsed
41569
41570 \begin_layout Plain Layout
41571
41572 }
41573 \end_layout
41574
41575 \end_inset
41576
41577  Goldenrod
41578 \end_layout
41579
41580 \end_inset
41581 </cell>
41582 <cell alignment="left" valignment="top" usebox="none">
41583 \begin_inset Text
41584
41585 \begin_layout Plain Layout
41586 \begin_inset ERT
41587 status collapsed
41588
41589 \begin_layout Plain Layout
41590
41591
41592 \backslash
41593 fcolorbox{black}{
41594 \end_layout
41595
41596 \end_inset
41597
41598 Gray
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604 }{
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset Phantom Phantom
41611 status open
41612
41613 \begin_layout Plain Layout
41614 W
41615 \end_layout
41616
41617 \end_inset
41618
41619
41620 \begin_inset ERT
41621 status collapsed
41622
41623 \begin_layout Plain Layout
41624
41625 }
41626 \end_layout
41627
41628 \end_inset
41629
41630  Gray
41631 \end_layout
41632
41633 \end_inset
41634 </cell>
41635 <cell alignment="left" valignment="top" usebox="none">
41636 \begin_inset Text
41637
41638 \begin_layout Plain Layout
41639 \begin_inset ERT
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643
41644
41645 \backslash
41646 fcolorbox{black}{
41647 \end_layout
41648
41649 \end_inset
41650
41651 GreenYellow
41652 \begin_inset ERT
41653 status collapsed
41654
41655 \begin_layout Plain Layout
41656
41657 }{
41658 \end_layout
41659
41660 \end_inset
41661
41662
41663 \begin_inset Phantom Phantom
41664 status open
41665
41666 \begin_layout Plain Layout
41667 W
41668 \end_layout
41669
41670 \end_inset
41671
41672
41673 \begin_inset ERT
41674 status collapsed
41675
41676 \begin_layout Plain Layout
41677
41678 }
41679 \end_layout
41680
41681 \end_inset
41682
41683  GreenYellow
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 </row>
41689 <row>
41690 <cell alignment="center" valignment="top" usebox="none">
41691 \begin_inset Text
41692
41693 \begin_layout Plain Layout
41694 \begin_inset ERT
41695 status collapsed
41696
41697 \begin_layout Plain Layout
41698
41699
41700 \backslash
41701 fcolorbox{black}{
41702 \end_layout
41703
41704 \end_inset
41705
41706 JungleGreen
41707 \begin_inset ERT
41708 status collapsed
41709
41710 \begin_layout Plain Layout
41711
41712 }{
41713 \end_layout
41714
41715 \end_inset
41716
41717
41718 \begin_inset Phantom Phantom
41719 status open
41720
41721 \begin_layout Plain Layout
41722 W
41723 \end_layout
41724
41725 \end_inset
41726
41727
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733 }
41734 \end_layout
41735
41736 \end_inset
41737
41738  JungleGreen
41739 \end_layout
41740
41741 \end_inset
41742 </cell>
41743 <cell alignment="center" valignment="top" usebox="none">
41744 \begin_inset Text
41745
41746 \begin_layout Plain Layout
41747 \begin_inset ERT
41748 status collapsed
41749
41750 \begin_layout Plain Layout
41751
41752
41753 \backslash
41754 fcolorbox{black}{
41755 \end_layout
41756
41757 \end_inset
41758
41759 Lavender
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765 }{
41766 \end_layout
41767
41768 \end_inset
41769
41770
41771 \begin_inset Phantom Phantom
41772 status open
41773
41774 \begin_layout Plain Layout
41775 W
41776 \end_layout
41777
41778 \end_inset
41779
41780
41781 \begin_inset ERT
41782 status collapsed
41783
41784 \begin_layout Plain Layout
41785
41786 }
41787 \end_layout
41788
41789 \end_inset
41790
41791  Lavender
41792 \end_layout
41793
41794 \end_inset
41795 </cell>
41796 <cell alignment="center" valignment="top" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 \begin_inset ERT
41801 status collapsed
41802
41803 \begin_layout Plain Layout
41804
41805
41806 \backslash
41807 fcolorbox{black}{
41808 \end_layout
41809
41810 \end_inset
41811
41812 LimeGreen
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 }{
41819 \end_layout
41820
41821 \end_inset
41822
41823
41824 \begin_inset Phantom Phantom
41825 status open
41826
41827 \begin_layout Plain Layout
41828 W
41829 \end_layout
41830
41831 \end_inset
41832
41833
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839 }
41840 \end_layout
41841
41842 \end_inset
41843
41844  LimeGreen
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="center" valignment="top" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 \begin_inset ERT
41854 status collapsed
41855
41856 \begin_layout Plain Layout
41857
41858
41859 \backslash
41860 fcolorbox{black}{
41861 \end_layout
41862
41863 \end_inset
41864
41865 Mahogany
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871 }{
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \begin_inset Phantom Phantom
41878 status open
41879
41880 \begin_layout Plain Layout
41881 W
41882 \end_layout
41883
41884 \end_inset
41885
41886
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892 }
41893 \end_layout
41894
41895 \end_inset
41896
41897  Mahogany
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 </row>
41903 <row>
41904 <cell alignment="left" valignment="top" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 \begin_inset ERT
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912
41913
41914 \backslash
41915 fcolorbox{black}{
41916 \end_layout
41917
41918 \end_inset
41919
41920 Mahogany
41921 \begin_inset ERT
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925
41926 }{
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset Phantom Phantom
41933 status open
41934
41935 \begin_layout Plain Layout
41936 W
41937 \end_layout
41938
41939 \end_inset
41940
41941
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947 }
41948 \end_layout
41949
41950 \end_inset
41951
41952  Mahogany
41953 \end_layout
41954
41955 \end_inset
41956 </cell>
41957 <cell alignment="left" valignment="top" usebox="none">
41958 \begin_inset Text
41959
41960 \begin_layout Plain Layout
41961 \begin_inset ERT
41962 status collapsed
41963
41964 \begin_layout Plain Layout
41965
41966
41967 \backslash
41968 fcolorbox{black}{
41969 \end_layout
41970
41971 \end_inset
41972
41973 Maroon
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979 }{
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \begin_inset Phantom Phantom
41986 status open
41987
41988 \begin_layout Plain Layout
41989 W
41990 \end_layout
41991
41992 \end_inset
41993
41994
41995 \begin_inset ERT
41996 status collapsed
41997
41998 \begin_layout Plain Layout
41999
42000 }
42001 \end_layout
42002
42003 \end_inset
42004
42005  Maroon
42006 \end_layout
42007
42008 \end_inset
42009 </cell>
42010 <cell alignment="left" valignment="top" usebox="none">
42011 \begin_inset Text
42012
42013 \begin_layout Plain Layout
42014 \begin_inset ERT
42015 status collapsed
42016
42017 \begin_layout Plain Layout
42018
42019
42020 \backslash
42021 fcolorbox{black}{
42022 \end_layout
42023
42024 \end_inset
42025
42026 Melon
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032 }{
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset Phantom Phantom
42039 status open
42040
42041 \begin_layout Plain Layout
42042 W
42043 \end_layout
42044
42045 \end_inset
42046
42047
42048 \begin_inset ERT
42049 status collapsed
42050
42051 \begin_layout Plain Layout
42052
42053 }
42054 \end_layout
42055
42056 \end_inset
42057
42058  Melon
42059 \end_layout
42060
42061 \end_inset
42062 </cell>
42063 <cell alignment="left" valignment="top" usebox="none">
42064 \begin_inset Text
42065
42066 \begin_layout Plain Layout
42067 \begin_inset ERT
42068 status collapsed
42069
42070 \begin_layout Plain Layout
42071
42072
42073 \backslash
42074 fcolorbox{black}{
42075 \end_layout
42076
42077 \end_inset
42078
42079 MidnightBlue
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085 }{
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset Phantom Phantom
42092 status open
42093
42094 \begin_layout Plain Layout
42095 W
42096 \end_layout
42097
42098 \end_inset
42099
42100
42101 \begin_inset ERT
42102 status collapsed
42103
42104 \begin_layout Plain Layout
42105
42106 }
42107 \end_layout
42108
42109 \end_inset
42110
42111  MidnightBlue
42112 \end_layout
42113
42114 \end_inset
42115 </cell>
42116 </row>
42117 <row>
42118 <cell alignment="left" valignment="top" usebox="none">
42119 \begin_inset Text
42120
42121 \begin_layout Plain Layout
42122 \begin_inset ERT
42123 status collapsed
42124
42125 \begin_layout Plain Layout
42126
42127
42128 \backslash
42129 fcolorbox{black}{
42130 \end_layout
42131
42132 \end_inset
42133
42134 Mulberry
42135 \begin_inset ERT
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139
42140 }{
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset Phantom Phantom
42147 status open
42148
42149 \begin_layout Plain Layout
42150 W
42151 \end_layout
42152
42153 \end_inset
42154
42155
42156 \begin_inset ERT
42157 status collapsed
42158
42159 \begin_layout Plain Layout
42160
42161 }
42162 \end_layout
42163
42164 \end_inset
42165
42166  Mulberry
42167 \end_layout
42168
42169 \end_inset
42170 </cell>
42171 <cell alignment="left" valignment="top" usebox="none">
42172 \begin_inset Text
42173
42174 \begin_layout Plain Layout
42175 \begin_inset ERT
42176 status collapsed
42177
42178 \begin_layout Plain Layout
42179
42180
42181 \backslash
42182 fcolorbox{black}{
42183 \end_layout
42184
42185 \end_inset
42186
42187 NavyBlue
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193 }{
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \begin_inset Phantom Phantom
42200 status open
42201
42202 \begin_layout Plain Layout
42203 W
42204 \end_layout
42205
42206 \end_inset
42207
42208
42209 \begin_inset ERT
42210 status collapsed
42211
42212 \begin_layout Plain Layout
42213
42214 }
42215 \end_layout
42216
42217 \end_inset
42218
42219  NavyBlue
42220 \end_layout
42221
42222 \end_inset
42223 </cell>
42224 <cell alignment="left" valignment="top" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228 \begin_inset ERT
42229 status collapsed
42230
42231 \begin_layout Plain Layout
42232
42233
42234 \backslash
42235 fcolorbox{black}{
42236 \end_layout
42237
42238 \end_inset
42239
42240 OliveGreen
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246 }{
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset Phantom Phantom
42253 status open
42254
42255 \begin_layout Plain Layout
42256 W
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267 }
42268 \end_layout
42269
42270 \end_inset
42271
42272  OliveGreen
42273 \end_layout
42274
42275 \end_inset
42276 </cell>
42277 <cell alignment="left" valignment="top" usebox="none">
42278 \begin_inset Text
42279
42280 \begin_layout Plain Layout
42281 \begin_inset ERT
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285
42286
42287 \backslash
42288 fcolorbox{black}{
42289 \end_layout
42290
42291 \end_inset
42292
42293 Orange
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299 }{
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset Phantom Phantom
42306 status open
42307
42308 \begin_layout Plain Layout
42309 W
42310 \end_layout
42311
42312 \end_inset
42313
42314
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320 }
42321 \end_layout
42322
42323 \end_inset
42324
42325  Orange
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 <row>
42332 <cell alignment="left" valignment="top" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 \begin_inset ERT
42337 status collapsed
42338
42339 \begin_layout Plain Layout
42340
42341
42342 \backslash
42343 fcolorbox{black}{
42344 \end_layout
42345
42346 \end_inset
42347
42348 OrangeRed
42349 \begin_inset ERT
42350 status collapsed
42351
42352 \begin_layout Plain Layout
42353
42354 }{
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset Phantom Phantom
42361 status open
42362
42363 \begin_layout Plain Layout
42364 W
42365 \end_layout
42366
42367 \end_inset
42368
42369
42370 \begin_inset ERT
42371 status collapsed
42372
42373 \begin_layout Plain Layout
42374
42375 }
42376 \end_layout
42377
42378 \end_inset
42379
42380  OrangeRed
42381 \end_layout
42382
42383 \end_inset
42384 </cell>
42385 <cell alignment="left" valignment="top" usebox="none">
42386 \begin_inset Text
42387
42388 \begin_layout Plain Layout
42389 \begin_inset ERT
42390 status collapsed
42391
42392 \begin_layout Plain Layout
42393
42394
42395 \backslash
42396 fcolorbox{black}{
42397 \end_layout
42398
42399 \end_inset
42400
42401 Orchid
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407 }{
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \begin_inset Phantom Phantom
42414 status open
42415
42416 \begin_layout Plain Layout
42417 W
42418 \end_layout
42419
42420 \end_inset
42421
42422
42423 \begin_inset ERT
42424 status collapsed
42425
42426 \begin_layout Plain Layout
42427
42428 }
42429 \end_layout
42430
42431 \end_inset
42432
42433  Orchid
42434 \end_layout
42435
42436 \end_inset
42437 </cell>
42438 <cell alignment="left" valignment="top" usebox="none">
42439 \begin_inset Text
42440
42441 \begin_layout Plain Layout
42442 \begin_inset ERT
42443 status collapsed
42444
42445 \begin_layout Plain Layout
42446
42447
42448 \backslash
42449 fcolorbox{black}{
42450 \end_layout
42451
42452 \end_inset
42453
42454 Peach
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460 }{
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset Phantom Phantom
42467 status open
42468
42469 \begin_layout Plain Layout
42470 W
42471 \end_layout
42472
42473 \end_inset
42474
42475
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481 }
42482 \end_layout
42483
42484 \end_inset
42485
42486  Peach
42487 \end_layout
42488
42489 \end_inset
42490 </cell>
42491 <cell alignment="left" valignment="top" usebox="none">
42492 \begin_inset Text
42493
42494 \begin_layout Plain Layout
42495 \begin_inset ERT
42496 status collapsed
42497
42498 \begin_layout Plain Layout
42499
42500
42501 \backslash
42502 fcolorbox{black}{
42503 \end_layout
42504
42505 \end_inset
42506
42507 Periwinkle
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513 }{
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset Phantom Phantom
42520 status open
42521
42522 \begin_layout Plain Layout
42523 W
42524 \end_layout
42525
42526 \end_inset
42527
42528
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534 }
42535 \end_layout
42536
42537 \end_inset
42538
42539  Periwinkle
42540 \end_layout
42541
42542 \end_inset
42543 </cell>
42544 </row>
42545 <row>
42546 <cell alignment="left" valignment="top" usebox="none">
42547 \begin_inset Text
42548
42549 \begin_layout Plain Layout
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555
42556 \backslash
42557 fcolorbox{black}{
42558 \end_layout
42559
42560 \end_inset
42561
42562 PineGreen
42563 \begin_inset ERT
42564 status collapsed
42565
42566 \begin_layout Plain Layout
42567
42568 }{
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset Phantom Phantom
42575 status open
42576
42577 \begin_layout Plain Layout
42578 W
42579 \end_layout
42580
42581 \end_inset
42582
42583
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589 }
42590 \end_layout
42591
42592 \end_inset
42593
42594  PineGreen
42595 \end_layout
42596
42597 \end_inset
42598 </cell>
42599 <cell alignment="left" valignment="top" usebox="none">
42600 \begin_inset Text
42601
42602 \begin_layout Plain Layout
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608
42609 \backslash
42610 fcolorbox{black}{
42611 \end_layout
42612
42613 \end_inset
42614
42615 Plum
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621 }{
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset Phantom Phantom
42628 status open
42629
42630 \begin_layout Plain Layout
42631 W
42632 \end_layout
42633
42634 \end_inset
42635
42636
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }
42643 \end_layout
42644
42645 \end_inset
42646
42647  Plum
42648 \end_layout
42649
42650 \end_inset
42651 </cell>
42652 <cell alignment="left" valignment="top" usebox="none">
42653 \begin_inset Text
42654
42655 \begin_layout Plain Layout
42656 \begin_inset ERT
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660
42661
42662 \backslash
42663 fcolorbox{black}{
42664 \end_layout
42665
42666 \end_inset
42667
42668 ProcessBlue
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674 }{
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset Phantom Phantom
42681 status open
42682
42683 \begin_layout Plain Layout
42684 W
42685 \end_layout
42686
42687 \end_inset
42688
42689
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695 }
42696 \end_layout
42697
42698 \end_inset
42699
42700  ProcessBlue
42701 \end_layout
42702
42703 \end_inset
42704 </cell>
42705 <cell alignment="left" valignment="top" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 \begin_inset ERT
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713
42714
42715 \backslash
42716 fcolorbox{black}{
42717 \end_layout
42718
42719 \end_inset
42720
42721 Purple
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727 }{
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset Phantom Phantom
42734 status open
42735
42736 \begin_layout Plain Layout
42737 W
42738 \end_layout
42739
42740 \end_inset
42741
42742
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748 }
42749 \end_layout
42750
42751 \end_inset
42752
42753  Purple
42754 \end_layout
42755
42756 \end_inset
42757 </cell>
42758 </row>
42759 <row>
42760 <cell alignment="left" valignment="top" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769
42770 \backslash
42771 fcolorbox{black}{
42772 \end_layout
42773
42774 \end_inset
42775
42776 RawSienna
42777 \begin_inset ERT
42778 status collapsed
42779
42780 \begin_layout Plain Layout
42781
42782 }{
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset Phantom Phantom
42789 status open
42790
42791 \begin_layout Plain Layout
42792 W
42793 \end_layout
42794
42795 \end_inset
42796
42797
42798 \begin_inset ERT
42799 status collapsed
42800
42801 \begin_layout Plain Layout
42802
42803 }
42804 \end_layout
42805
42806 \end_inset
42807
42808  RawSienna
42809 \end_layout
42810
42811 \end_inset
42812 </cell>
42813 <cell alignment="left" valignment="top" usebox="none">
42814 \begin_inset Text
42815
42816 \begin_layout Plain Layout
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822
42823 \backslash
42824 fcolorbox{black}{
42825 \end_layout
42826
42827 \end_inset
42828
42829 RedOrange
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835 }{
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset Phantom Phantom
42842 status open
42843
42844 \begin_layout Plain Layout
42845 W
42846 \end_layout
42847
42848 \end_inset
42849
42850
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856 }
42857 \end_layout
42858
42859 \end_inset
42860
42861  RedOrange
42862 \end_layout
42863
42864 \end_inset
42865 </cell>
42866 <cell alignment="left" valignment="top" usebox="none">
42867 \begin_inset Text
42868
42869 \begin_layout Plain Layout
42870 \begin_inset ERT
42871 status collapsed
42872
42873 \begin_layout Plain Layout
42874
42875
42876 \backslash
42877 fcolorbox{black}{
42878 \end_layout
42879
42880 \end_inset
42881
42882 RedViolet
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888 }{
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset Phantom Phantom
42895 status open
42896
42897 \begin_layout Plain Layout
42898 W
42899 \end_layout
42900
42901 \end_inset
42902
42903
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }
42910 \end_layout
42911
42912 \end_inset
42913
42914  RedViolet
42915 \end_layout
42916
42917 \end_inset
42918 </cell>
42919 <cell alignment="left" valignment="top" usebox="none">
42920 \begin_inset Text
42921
42922 \begin_layout Plain Layout
42923 \begin_inset ERT
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927
42928
42929 \backslash
42930 fcolorbox{black}{
42931 \end_layout
42932
42933 \end_inset
42934
42935 Rhodamine
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941 }{
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset Phantom Phantom
42948 status open
42949
42950 \begin_layout Plain Layout
42951 W
42952 \end_layout
42953
42954 \end_inset
42955
42956
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962 }
42963 \end_layout
42964
42965 \end_inset
42966
42967  Rhodamine
42968 \end_layout
42969
42970 \end_inset
42971 </cell>
42972 </row>
42973 <row>
42974 <cell alignment="left" valignment="top" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983
42984 \backslash
42985 fcolorbox{black}{
42986 \end_layout
42987
42988 \end_inset
42989
42990 RoyalBlue
42991 \begin_inset ERT
42992 status collapsed
42993
42994 \begin_layout Plain Layout
42995
42996 }{
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset Phantom Phantom
43003 status open
43004
43005 \begin_layout Plain Layout
43006 W
43007 \end_layout
43008
43009 \end_inset
43010
43011
43012 \begin_inset ERT
43013 status collapsed
43014
43015 \begin_layout Plain Layout
43016
43017 }
43018 \end_layout
43019
43020 \end_inset
43021
43022  RoyalBlue
43023 \end_layout
43024
43025 \end_inset
43026 </cell>
43027 <cell alignment="left" valignment="top" usebox="none">
43028 \begin_inset Text
43029
43030 \begin_layout Plain Layout
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036
43037 \backslash
43038 fcolorbox{black}{
43039 \end_layout
43040
43041 \end_inset
43042
43043 RoyalPurple
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }{
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset Phantom Phantom
43056 status open
43057
43058 \begin_layout Plain Layout
43059 W
43060 \end_layout
43061
43062 \end_inset
43063
43064
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }
43071 \end_layout
43072
43073 \end_inset
43074
43075  RoyalPurple
43076 \end_layout
43077
43078 \end_inset
43079 </cell>
43080 <cell alignment="left" valignment="top" usebox="none">
43081 \begin_inset Text
43082
43083 \begin_layout Plain Layout
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089
43090 \backslash
43091 fcolorbox{black}{
43092 \end_layout
43093
43094 \end_inset
43095
43096 RubineRed
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102 }{
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset Phantom Phantom
43109 status open
43110
43111 \begin_layout Plain Layout
43112 W
43113 \end_layout
43114
43115 \end_inset
43116
43117
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }
43124 \end_layout
43125
43126 \end_inset
43127
43128  RubineRed
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 <cell alignment="left" valignment="top" usebox="none">
43134 \begin_inset Text
43135
43136 \begin_layout Plain Layout
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142
43143 \backslash
43144 fcolorbox{black}{
43145 \end_layout
43146
43147 \end_inset
43148
43149 Salmon
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155 }{
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset Phantom Phantom
43162 status open
43163
43164 \begin_layout Plain Layout
43165 W
43166 \end_layout
43167
43168 \end_inset
43169
43170
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }
43177 \end_layout
43178
43179 \end_inset
43180
43181  Salmon
43182 \end_layout
43183
43184 \end_inset
43185 </cell>
43186 </row>
43187 <row>
43188 <cell alignment="left" valignment="top" usebox="none">
43189 \begin_inset Text
43190
43191 \begin_layout Plain Layout
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197
43198 \backslash
43199 fcolorbox{black}{
43200 \end_layout
43201
43202 \end_inset
43203
43204 SeaGreen
43205 \begin_inset ERT
43206 status collapsed
43207
43208 \begin_layout Plain Layout
43209
43210 }{
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset Phantom Phantom
43217 status open
43218
43219 \begin_layout Plain Layout
43220 W
43221 \end_layout
43222
43223 \end_inset
43224
43225
43226 \begin_inset ERT
43227 status collapsed
43228
43229 \begin_layout Plain Layout
43230
43231 }
43232 \end_layout
43233
43234 \end_inset
43235
43236  SeaGreen
43237 \end_layout
43238
43239 \end_inset
43240 </cell>
43241 <cell alignment="left" valignment="top" usebox="none">
43242 \begin_inset Text
43243
43244 \begin_layout Plain Layout
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250
43251 \backslash
43252 fcolorbox{black}{
43253 \end_layout
43254
43255 \end_inset
43256
43257 Sepia
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263 }{
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset Phantom Phantom
43270 status open
43271
43272 \begin_layout Plain Layout
43273 W
43274 \end_layout
43275
43276 \end_inset
43277
43278
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }
43285 \end_layout
43286
43287 \end_inset
43288
43289  Sepia
43290 \end_layout
43291
43292 \end_inset
43293 </cell>
43294 <cell alignment="left" valignment="top" usebox="none">
43295 \begin_inset Text
43296
43297 \begin_layout Plain Layout
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303
43304 \backslash
43305 fcolorbox{black}{
43306 \end_layout
43307
43308 \end_inset
43309
43310 SkyBlue
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316 }{
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset Phantom Phantom
43323 status open
43324
43325 \begin_layout Plain Layout
43326 W
43327 \end_layout
43328
43329 \end_inset
43330
43331
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }
43338 \end_layout
43339
43340 \end_inset
43341
43342  SkyBlue
43343 \end_layout
43344
43345 \end_inset
43346 </cell>
43347 <cell alignment="left" valignment="top" usebox="none">
43348 \begin_inset Text
43349
43350 \begin_layout Plain Layout
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356
43357 \backslash
43358 fcolorbox{black}{
43359 \end_layout
43360
43361 \end_inset
43362
43363 SpringGreen
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369 }{
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset Phantom Phantom
43376 status open
43377
43378 \begin_layout Plain Layout
43379 W
43380 \end_layout
43381
43382 \end_inset
43383
43384
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390 }
43391 \end_layout
43392
43393 \end_inset
43394
43395  SpringGreen
43396 \end_layout
43397
43398 \end_inset
43399 </cell>
43400 </row>
43401 <row>
43402 <cell alignment="left" valignment="top" usebox="none">
43403 \begin_inset Text
43404
43405 \begin_layout Plain Layout
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411
43412 \backslash
43413 fcolorbox{black}{
43414 \end_layout
43415
43416 \end_inset
43417
43418 Tan
43419 \begin_inset ERT
43420 status collapsed
43421
43422 \begin_layout Plain Layout
43423
43424 }{
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset Phantom Phantom
43431 status open
43432
43433 \begin_layout Plain Layout
43434 W
43435 \end_layout
43436
43437 \end_inset
43438
43439
43440 \begin_inset ERT
43441 status collapsed
43442
43443 \begin_layout Plain Layout
43444
43445 }
43446 \end_layout
43447
43448 \end_inset
43449
43450  Tan
43451 \end_layout
43452
43453 \end_inset
43454 </cell>
43455 <cell alignment="left" valignment="top" usebox="none">
43456 \begin_inset Text
43457
43458 \begin_layout Plain Layout
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464
43465 \backslash
43466 fcolorbox{black}{
43467 \end_layout
43468
43469 \end_inset
43470
43471 TealBlue
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477 }{
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset Phantom Phantom
43484 status open
43485
43486 \begin_layout Plain Layout
43487 W
43488 \end_layout
43489
43490 \end_inset
43491
43492
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }
43499 \end_layout
43500
43501 \end_inset
43502
43503  TealBlue
43504 \end_layout
43505
43506 \end_inset
43507 </cell>
43508 <cell alignment="left" valignment="top" usebox="none">
43509 \begin_inset Text
43510
43511 \begin_layout Plain Layout
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517
43518 \backslash
43519 fcolorbox{black}{
43520 \end_layout
43521
43522 \end_inset
43523
43524 Thistle
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530 }{
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset Phantom Phantom
43537 status open
43538
43539 \begin_layout Plain Layout
43540 W
43541 \end_layout
43542
43543 \end_inset
43544
43545
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }
43552 \end_layout
43553
43554 \end_inset
43555
43556  Thistle
43557 \end_layout
43558
43559 \end_inset
43560 </cell>
43561 <cell alignment="left" valignment="top" usebox="none">
43562 \begin_inset Text
43563
43564 \begin_layout Plain Layout
43565 \begin_inset ERT
43566 status collapsed
43567
43568 \begin_layout Plain Layout
43569
43570
43571 \backslash
43572 fcolorbox{black}{
43573 \end_layout
43574
43575 \end_inset
43576
43577 Turquoise
43578 \begin_inset ERT
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582
43583 }{
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset Phantom Phantom
43590 status open
43591
43592 \begin_layout Plain Layout
43593 W
43594 \end_layout
43595
43596 \end_inset
43597
43598
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604 }
43605 \end_layout
43606
43607 \end_inset
43608
43609  Turquoise
43610 \end_layout
43611
43612 \end_inset
43613 </cell>
43614 </row>
43615 <row>
43616 <cell alignment="left" valignment="top" usebox="none">
43617 \begin_inset Text
43618
43619 \begin_layout Plain Layout
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625
43626 \backslash
43627 fcolorbox{black}{
43628 \end_layout
43629
43630 \end_inset
43631
43632 Violet
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638 }{
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset Phantom Phantom
43645 status open
43646
43647 \begin_layout Plain Layout
43648 W
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \begin_inset ERT
43655 status collapsed
43656
43657 \begin_layout Plain Layout
43658
43659 }
43660 \end_layout
43661
43662 \end_inset
43663
43664  Violet
43665 \end_layout
43666
43667 \end_inset
43668 </cell>
43669 <cell alignment="left" valignment="top" usebox="none">
43670 \begin_inset Text
43671
43672 \begin_layout Plain Layout
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678
43679 \backslash
43680 fcolorbox{black}{
43681 \end_layout
43682
43683 \end_inset
43684
43685 VioletRed
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691 }{
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset Phantom Phantom
43698 status open
43699
43700 \begin_layout Plain Layout
43701 W
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }
43713 \end_layout
43714
43715 \end_inset
43716
43717  VioletRed
43718 \end_layout
43719
43720 \end_inset
43721 </cell>
43722 <cell alignment="left" valignment="top" usebox="none">
43723 \begin_inset Text
43724
43725 \begin_layout Plain Layout
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731
43732 \backslash
43733 fcolorbox{black}{
43734 \end_layout
43735
43736 \end_inset
43737
43738 WildStrawberry
43739 \begin_inset ERT
43740 status collapsed
43741
43742 \begin_layout Plain Layout
43743
43744 }{
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset Phantom Phantom
43751 status open
43752
43753 \begin_layout Plain Layout
43754 W
43755 \end_layout
43756
43757 \end_inset
43758
43759
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }
43766 \end_layout
43767
43768 \end_inset
43769
43770  WildStrawberry
43771 \end_layout
43772
43773 \end_inset
43774 </cell>
43775 <cell alignment="left" valignment="top" usebox="none">
43776 \begin_inset Text
43777
43778 \begin_layout Plain Layout
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784
43785 \backslash
43786 fcolorbox{black}{
43787 \end_layout
43788
43789 \end_inset
43790
43791 YellowGreen
43792 \begin_inset ERT
43793 status collapsed
43794
43795 \begin_layout Plain Layout
43796
43797 }{
43798 \end_layout
43799
43800 \end_inset
43801
43802
43803 \begin_inset Phantom Phantom
43804 status open
43805
43806 \begin_layout Plain Layout
43807 W
43808 \end_layout
43809
43810 \end_inset
43811
43812
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818 }
43819 \end_layout
43820
43821 \end_inset
43822
43823  YellowGreen
43824 \end_layout
43825
43826 \end_inset
43827 </cell>
43828 </row>
43829 <row>
43830 <cell alignment="left" valignment="top" usebox="none">
43831 \begin_inset Text
43832
43833 \begin_layout Plain Layout
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839
43840 \backslash
43841 fcolorbox{black}{
43842 \end_layout
43843
43844 \end_inset
43845
43846 YellowOrange
43847 \begin_inset ERT
43848 status collapsed
43849
43850 \begin_layout Plain Layout
43851
43852 }{
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset Phantom Phantom
43859 status open
43860
43861 \begin_layout Plain Layout
43862 W
43863 \end_layout
43864
43865 \end_inset
43866
43867
43868 \begin_inset ERT
43869 status collapsed
43870
43871 \begin_layout Plain Layout
43872
43873 }
43874 \end_layout
43875
43876 \end_inset
43877
43878  YellowOrange
43879 \end_layout
43880
43881 \end_inset
43882 </cell>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887
43888 \end_layout
43889
43890 \end_inset
43891 </cell>
43892 <cell alignment="left" valignment="top" usebox="none">
43893 \begin_inset Text
43894
43895 \begin_layout Plain Layout
43896
43897 \end_layout
43898
43899 \end_inset
43900 </cell>
43901 <cell alignment="left" valignment="top" usebox="none">
43902 \begin_inset Text
43903
43904 \begin_layout Plain Layout
43905
43906 \end_layout
43907
43908 \end_inset
43909 </cell>
43910 </row>
43911 </lyxtabular>
43912
43913 \end_inset
43914
43915
43916 \end_layout
43917
43918 \begin_layout Chapter
43919 Erklärung der Gleichung
43920 \begin_inset space ~
43921 \end_inset
43922
43923 (
43924 \begin_inset CommandInset ref
43925 LatexCommand ref
43926 reference "eq:Wgn"
43927
43928 \end_inset
43929
43930 )
43931 \begin_inset CommandInset label
43932 LatexCommand label
43933 name "kap:Erläuterung-einer-Gleichung"
43934
43935 \end_inset
43936
43937
43938 \end_layout
43939
43940 \begin_layout Standard
43941 Die Gesamtbreite von
43942 \emph on
43943  n
43944 \emph default
43945  Tabellenzellen 
43946 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43947 \end_inset
43948
43949  kann wie folgt berechnet werden:
43950 \begin_inset Formula 
43951 \begin{equation}
43952 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43953 \end{equation}
43954
43955 \end_inset
43956
43957
43958 \end_layout
43959
43960 \begin_layout Standard
43961 Dabei ist 
43962 \begin_inset Formula $W_{g\, n}$
43963 \end_inset
43964
43965  die Breite jeder Zelle.
43966
43967 \series bold
43968  
43969 \backslash
43970 tabcolsep
43971 \series default
43972  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
43973  Standardwert 6
43974 \begin_inset space \thinspace{}
43975 \end_inset
43976
43977 pt.
43978  
43979 \series bold
43980
43981 \backslash
43982 arrayrulewidth
43983 \series default
43984  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
43985 \begin_inset space \thinspace{}
43986 \end_inset
43987
43988 pt.
43989 \end_layout
43990
43991 \begin_layout Standard
43992 Nach Gleichung
43993 \begin_inset space ~
43994 \end_inset
43995
43996
43997 \begin_inset CommandInset ref
43998 LatexCommand ref
43999 reference "eq:Wtot_n"
44000
44001 \end_inset
44002
44003  ist die Gesamtbreite einer Mehrfachspalte, 
44004 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44005 \end_inset
44006
44007 ,
44008 \begin_inset Formula 
44009 \begin{equation}
44010 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44011 \end{equation}
44012
44013 \end_inset
44014
44015
44016 \end_layout
44017
44018 \begin_layout Standard
44019 Setzt man die Gleichungen
44020 \begin_inset space ~
44021 \end_inset
44022
44023
44024 \begin_inset CommandInset ref
44025 LatexCommand ref
44026 reference "eq:Wtot_n"
44027
44028 \end_inset
44029
44030  und 
44031 \begin_inset CommandInset ref
44032 LatexCommand ref
44033 reference "eq:Wtot_mult"
44034
44035 \end_inset
44036
44037  gleich, kann man die benötigte Breite 
44038 \begin_inset Formula $W_{g\, n}$
44039 \end_inset
44040
44041 , wenn 
44042 \emph on
44043 n
44044 \emph default
44045  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44046 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44047 \end_inset
44048
44049  hat, berechnen:
44050 \begin_inset Formula 
44051 \begin{equation}
44052 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44053 \end{equation}
44054
44055 \end_inset
44056
44057
44058 \end_layout
44059
44060 \begin_layout Bibliography
44061 \labelwidthstring Literaturverzeichnis
44062 \begin_inset CommandInset bibitem
44063 LatexCommand bibitem
44064 key "latexcompanion"
44065
44066 \end_inset
44067
44068 Frank Mittelbach and Michel Goossens: 
44069 \emph on
44070 The LaTeX Companion Second Edition.
44071
44072 \emph default
44073  Addison-Wesley, 2004
44074 \end_layout
44075
44076 \begin_layout Bibliography
44077 \labelwidthstring Literaturverzeichnis
44078 \begin_inset CommandInset bibitem
44079 LatexCommand bibitem
44080 key "latexguide"
44081
44082 \end_inset
44083
44084 Helmut Kopka and Patrick W.
44085  Daly: 
44086 \emph on
44087 A Guide to LaTeX Fourth Edition.
44088
44089 \emph default
44090  Addison-Wesley, 2003
44091 \end_layout
44092
44093 \begin_layout Bibliography
44094 \labelwidthstring Literaturverzeichnis
44095 \begin_inset CommandInset bibitem
44096 LatexCommand bibitem
44097 key "lamport"
44098
44099 \end_inset
44100
44101 Leslie Lamport: 
44102 \emph on
44103 LaTeX: A Document Preparation System.
44104
44105 \emph default
44106  Addison-Wesley, second edition, 1994
44107 \end_layout
44108
44109 \begin_layout Bibliography
44110 \labelwidthstring Literaturverzeichnis
44111 \begin_inset CommandInset bibitem
44112 LatexCommand bibitem
44113 key "latex-praxisbuch"
44114
44115 \end_inset
44116
44117 Niedermair, Elke & Michael: 
44118 \emph on
44119 LaTeX-Praxisbuch
44120 \emph default
44121 , Franzis-Verlag, 2004
44122 \end_layout
44123
44124 \begin_layout Bibliography
44125 \labelwidthstring Literaturverzeichnis
44126 \begin_inset CommandInset bibitem
44127 LatexCommand bibitem
44128 key "arydshln"
44129
44130 \end_inset
44131
44132 Dokumentation des LaTeX-Pakets 
44133 \series bold
44134
44135 \begin_inset CommandInset href
44136 LatexCommand href
44137 name "arydshln"
44138 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44139
44140 \end_inset
44141
44142
44143 \series default
44144
44145 \begin_inset Index idx
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149 LaTeX-Pakete ! arydshln
44150 \end_layout
44151
44152 \end_inset
44153
44154
44155 \end_layout
44156
44157 \begin_layout Bibliography
44158 \labelwidthstring Literaturverzeichnis
44159 \begin_inset CommandInset bibitem
44160 LatexCommand bibitem
44161 key "booktabs"
44162
44163 \end_inset
44164
44165 Dokumentation des LaTeX-Pakets 
44166 \series bold
44167
44168 \begin_inset CommandInset href
44169 LatexCommand href
44170 name "booktabs"
44171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44172
44173 \end_inset
44174
44175
44176 \series default
44177
44178 \begin_inset Index idx
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182 LaTeX-Pakete ! booktabs
44183 \end_layout
44184
44185 \end_inset
44186
44187
44188 \end_layout
44189
44190 \begin_layout Bibliography
44191 \labelwidthstring Literaturverzeichnis
44192 \begin_inset CommandInset bibitem
44193 LatexCommand bibitem
44194 key "caption"
44195
44196 \end_inset
44197
44198 Dokumentation des LaTeX-Pakets 
44199 \series bold
44200
44201 \begin_inset CommandInset href
44202 LatexCommand href
44203 name "caption"
44204 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
44205
44206 \end_inset
44207
44208
44209 \series default
44210
44211 \begin_inset Index idx
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215 LaTeX-Pakete ! caption
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \end_layout
44222
44223 \begin_layout Bibliography
44224 \labelwidthstring Literaturverzeichnis
44225 \begin_inset CommandInset bibitem
44226 LatexCommand bibitem
44227 key "diagbox"
44228
44229 \end_inset
44230
44231 Dokumentation des LaTeX-Pakets 
44232 \series bold
44233
44234 \begin_inset CommandInset href
44235 LatexCommand href
44236 name "diagbox"
44237 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44238
44239 \end_inset
44240
44241
44242 \series default
44243
44244 \begin_inset Index idx
44245 status collapsed
44246
44247 \begin_layout Plain Layout
44248 LaTeX-Pakete ! diagbox
44249 \end_layout
44250
44251 \end_inset
44252
44253
44254 \end_layout
44255
44256 \begin_layout Bibliography
44257 \labelwidthstring Literaturverzeichnis
44258 \begin_inset CommandInset bibitem
44259 LatexCommand bibitem
44260 key "endfloat"
44261
44262 \end_inset
44263
44264 Dokumentation des LaTeX-Pakets 
44265 \series bold
44266
44267 \begin_inset CommandInset href
44268 LatexCommand href
44269 name "endfloat"
44270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44271
44272 \end_inset
44273
44274
44275 \series default
44276
44277 \begin_inset Index idx
44278 status collapsed
44279
44280 \begin_layout Plain Layout
44281 LaTeX-Pakete ! endfloat
44282 \end_layout
44283
44284 \end_inset
44285
44286
44287 \end_layout
44288
44289 \begin_layout Bibliography
44290 \labelwidthstring Literaturverzeichnis
44291 \begin_inset CommandInset bibitem
44292 LatexCommand bibitem
44293 key "footmisc"
44294
44295 \end_inset
44296
44297 Dokumentation des LaTeX-Pakets 
44298 \series bold
44299
44300 \begin_inset CommandInset href
44301 LatexCommand href
44302 name "footmisc"
44303 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44304
44305 \end_inset
44306
44307
44308 \series default
44309
44310 \begin_inset Index idx
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314 LaTeX-Pakete ! footmisc
44315 \end_layout
44316
44317 \end_inset
44318
44319
44320 \end_layout
44321
44322 \begin_layout Bibliography
44323 \labelwidthstring Literaturverzeichnis
44324 \begin_inset CommandInset bibitem
44325 LatexCommand bibitem
44326 key "hypcap"
44327
44328 \end_inset
44329
44330 Dokumentation des LaTeX-Pakets 
44331 \series bold
44332
44333 \begin_inset CommandInset href
44334 LatexCommand href
44335 name "hypcap"
44336 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44337
44338 \end_inset
44339
44340
44341 \series default
44342
44343 \begin_inset Index idx
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347 LaTeX-Pakete ! hypcap
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \end_layout
44354
44355 \begin_layout Bibliography
44356 \labelwidthstring Literaturverzeichnis
44357 \begin_inset CommandInset bibitem
44358 LatexCommand bibitem
44359 key "hyperref"
44360
44361 \end_inset
44362
44363 Dokumentation des LaTeX-Pakets 
44364 \series bold
44365
44366 \begin_inset CommandInset href
44367 LatexCommand href
44368 name "hyperref"
44369 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44370
44371 \end_inset
44372
44373
44374 \series default
44375
44376 \begin_inset Index idx
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380 LaTeX-Pakete ! hyperref
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \end_layout
44387
44388 \begin_layout Bibliography
44389 \labelwidthstring Literaturverzeichnis
44390 \begin_inset CommandInset bibitem
44391 LatexCommand bibitem
44392 key "KOMA-Script"
44393
44394 \end_inset
44395
44396 Dokumentation des LaTeX-Pakets 
44397 \series bold
44398
44399 \begin_inset CommandInset href
44400 LatexCommand href
44401 name "KOMA-Script"
44402 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
44403
44404 \end_inset
44405
44406
44407 \series default
44408
44409 \begin_inset Index idx
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413 LaTeX-Pakete ! KOMA-Script
44414 \end_layout
44415
44416 \end_inset
44417
44418
44419 \end_layout
44420
44421 \begin_layout Bibliography
44422 \labelwidthstring Literaturverzeichnis
44423 \begin_inset CommandInset bibitem
44424 LatexCommand bibitem
44425 key "lettrine"
44426
44427 \end_inset
44428
44429 Dokumentation des LaTeX-Pakets 
44430 \series bold
44431
44432 \begin_inset CommandInset href
44433 LatexCommand href
44434 name "lettrine"
44435 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44436
44437 \end_inset
44438
44439
44440 \series default
44441  und ein 
44442 \begin_inset CommandInset href
44443 LatexCommand href
44444 name "Beispiel"
44445 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
44446
44447 \end_inset
44448
44449
44450 \begin_inset Index idx
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454 LaTeX-Pakete ! lettrine
44455 \end_layout
44456
44457 \end_inset
44458
44459
44460 \end_layout
44461
44462 \begin_layout Bibliography
44463 \labelwidthstring Literaturverzeichnis
44464 \begin_inset CommandInset bibitem
44465 LatexCommand bibitem
44466 key "listings"
44467
44468 \end_inset
44469
44470 Dokumentation des LaTeX-Pakets 
44471 \series bold
44472
44473 \begin_inset CommandInset href
44474 LatexCommand href
44475 name "listings"
44476 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44477
44478 \end_inset
44479
44480
44481 \series default
44482
44483 \begin_inset Index idx
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487 LaTeX-Pakete ! listings
44488 \end_layout
44489
44490 \end_inset
44491
44492
44493 \end_layout
44494
44495 \begin_layout Bibliography
44496 \labelwidthstring Literaturverzeichnis
44497 \begin_inset CommandInset bibitem
44498 LatexCommand bibitem
44499 key "marginnote"
44500
44501 \end_inset
44502
44503 Dokumentation des LaTeX-Pakets 
44504 \series bold
44505
44506 \begin_inset CommandInset href
44507 LatexCommand href
44508 name "marginnote"
44509 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44510
44511 \end_inset
44512
44513
44514 \series default
44515
44516 \begin_inset Index idx
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520 LaTeX-Pakete ! marginnote
44521 \end_layout
44522
44523 \end_inset
44524
44525
44526 \end_layout
44527
44528 \begin_layout Bibliography
44529 \labelwidthstring Literaturverzeichnis
44530 \begin_inset CommandInset bibitem
44531 LatexCommand bibitem
44532 key "pdfpages"
44533
44534 \end_inset
44535
44536 Dokumentation des LaTeX-Pakets 
44537 \series bold
44538
44539 \begin_inset CommandInset href
44540 LatexCommand href
44541 name "pdfpages"
44542 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44543
44544 \end_inset
44545
44546
44547 \series default
44548
44549 \begin_inset Index idx
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553 LaTeX-Pakete ! pdfpages
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \end_layout
44560
44561 \begin_layout Bibliography
44562 \labelwidthstring Literaturverzeichnis
44563 \begin_inset CommandInset bibitem
44564 LatexCommand bibitem
44565 key "prettyref"
44566
44567 \end_inset
44568
44569 Dokumentation des LaTeX-Pakets 
44570 \series bold
44571
44572 \begin_inset CommandInset href
44573 LatexCommand href
44574 name "prettyref"
44575 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44576
44577 \end_inset
44578
44579
44580 \series default
44581
44582 \begin_inset Index idx
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586 LaTeX-Pakete ! prettyref
44587 \end_layout
44588
44589 \end_inset
44590
44591
44592 \end_layout
44593
44594 \begin_layout Bibliography
44595 \labelwidthstring Literaturverzeichnis
44596 \begin_inset CommandInset bibitem
44597 LatexCommand bibitem
44598 key "pstricks"
44599
44600 \end_inset
44601
44602 Webseite des LaTeX-Pakets 
44603 \series bold
44604
44605 \begin_inset CommandInset href
44606 LatexCommand href
44607 name "PSTricks"
44608 target "http://tug.org/PSTricks/"
44609
44610 \end_inset
44611
44612
44613 \series default
44614
44615 \begin_inset Index idx
44616 status collapsed
44617
44618 \begin_layout Plain Layout
44619 LaTeX-Pakete ! pstricks
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \end_layout
44626
44627 \begin_layout Bibliography
44628 \labelwidthstring Literaturverzeichnis
44629 \begin_inset CommandInset bibitem
44630 LatexCommand bibitem
44631 key "refstyle"
44632
44633 \end_inset
44634
44635 Dokumentation des LaTeX-Pakets 
44636 \series bold
44637
44638 \begin_inset CommandInset href
44639 LatexCommand href
44640 name "refstyle"
44641 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44642
44643 \end_inset
44644
44645
44646 \series default
44647
44648 \begin_inset Index idx
44649 status collapsed
44650
44651 \begin_layout Plain Layout
44652 LaTeX-Pakete ! refstyle
44653 \end_layout
44654
44655 \end_inset
44656
44657
44658 \end_layout
44659
44660 \begin_layout Bibliography
44661 \labelwidthstring Literaturverzeichnis
44662 \begin_inset CommandInset bibitem
44663 LatexCommand bibitem
44664 key "sidecap"
44665
44666 \end_inset
44667
44668 Dokumentation des LaTeX-Pakets 
44669 \series bold
44670
44671 \begin_inset CommandInset href
44672 LatexCommand href
44673 name "sidecap"
44674 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44675
44676 \end_inset
44677
44678
44679 \series default
44680
44681 \begin_inset Index idx
44682 status collapsed
44683
44684 \begin_layout Plain Layout
44685 LaTeX-Pakete ! sidecap
44686 \end_layout
44687
44688 \end_inset
44689
44690
44691 \end_layout
44692
44693 \begin_layout Bibliography
44694 \labelwidthstring Literaturverzeichnis
44695 \begin_inset CommandInset bibitem
44696 LatexCommand bibitem
44697 key "NeuInLyX20"
44698
44699 \end_inset
44700
44701
44702 \begin_inset CommandInset href
44703 LatexCommand href
44704 name "Wiki-Seite"
44705 target "http://wiki.lyx.org/LyX/NewInLyX20"
44706
44707 \end_inset
44708
44709  über neue Funktionen in 
44710 \family sans
44711 LyX 2.0
44712 \family default
44713 .
44714 \end_layout
44715
44716 \begin_layout Standard
44717 \begin_inset CommandInset index_print
44718 LatexCommand printindex
44719 type "idx"
44720
44721 \end_inset
44722
44723
44724 \end_layout
44725
44726 \end_body
44727 \end_document