]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[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   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
23849  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
23850  Dann ist auch kein 
23851 \family sans
23852 Gehe
23853 \begin_inset space ~
23854 \end_inset
23855
23856 zurück
23857 \family default
23858  möglich.
23859 \end_layout
23860
23861 \begin_layout Subsection
23862 Querverweis-Formate
23863 \begin_inset CommandInset label
23864 LatexCommand label
23865 name "uab:Querverweis-Formate"
23866
23867 \end_inset
23868
23869
23870 \begin_inset Index idx
23871 status collapsed
23872
23873 \begin_layout Plain Layout
23874 Querverweise ! Formate
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 Es gibt sechs verschiedene Querverweisstile:
23884 \end_layout
23885
23886 \begin_layout Description
23887 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
23888  
23889 \begin_inset CommandInset ref
23890 LatexCommand ref
23891 reference "abb:Zwei-Teilabbildungen"
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Description
23899 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
23900  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
23901  verwendet wird, speziell wenn der Name 
23902 \begin_inset Quotes gld
23903 \end_inset
23904
23905 Gleichung
23906 \begin_inset Quotes grd
23907 \end_inset
23908
23909  weggelassen wird: 
23910 \begin_inset CommandInset ref
23911 LatexCommand eqref
23912 reference "eq:Wgn"
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Description
23920 <Seite>: druckt die Seitennummer: Seite
23921 \begin_inset space ~
23922 \end_inset
23923
23924
23925 \begin_inset CommandInset ref
23926 LatexCommand pageref
23927 reference "abb:Zwei-Teilabbildungen"
23928
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \begin_layout Description
23935 auf
23936 \begin_inset space ~
23937 \end_inset
23938
23939 Seite
23940 \begin_inset space ~
23941 \end_inset
23942
23943 <Seite>: druckt den Text 
23944 \begin_inset Quotes gld
23945 \end_inset
23946
23947 auf Seite
23948 \begin_inset Quotes grd
23949 \end_inset
23950
23951  und die Seitennummer: 
23952 \begin_inset CommandInset ref
23953 LatexCommand vpageref
23954 reference "abb:Zwei-Teilabbildungen"
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Description
23962 <Querverweis>
23963 \begin_inset space ~
23964 \end_inset
23965
23966 auf
23967 \begin_inset space ~
23968 \end_inset
23969
23970 Seite
23971 \begin_inset space ~
23972 \end_inset
23973
23974 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
23975 \begin_inset Quotes gld
23976 \end_inset
23977
23978 auf Seite
23979 \begin_inset Quotes grd
23980 \end_inset
23981
23982 , und die Seitennummer: 
23983 \begin_inset CommandInset ref
23984 LatexCommand vref
23985 reference "abb:Zwei-Teilabbildungen"
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Description
23993 Formatierter
23994 \begin_inset space ~
23995 \end_inset
23996
23997 Querverweis: druckt ein selbst definiertes Querverweisformat
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \begin_inset Note Greyedout
24003 status open
24004
24005 \begin_layout Plain Layout
24006
24007 \series bold
24008 Bemerkung:
24009 \series default
24010  Dies ist nur möglich, wenn das LaTeX-Paket 
24011 \series bold
24012 prettyref
24013 \series default
24014  oder 
24015 \series bold
24016 refstyle
24017 \series default
24018
24019 \begin_inset Index idx
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023 LaTeX-Pakete ! prettyref
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \begin_inset Index idx
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033 LaTeX-Pakete ! refstyle
24034 \end_layout
24035
24036 \end_inset
24037
24038  installiert ist.
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \begin_inset Newline newline
24045 \end_inset
24046
24047 Sie können duch setzen der Option 
24048 \family sans
24049 Verwende refstyle (nicht prettyref) für Querverweise
24050 \family default
24051  im Menü 
24052 \family sans
24053 Dokument\SpecialChar \menuseparator
24054 Einstellungen\SpecialChar \menuseparator
24055 Dokumentklasse
24056 \family default
24057  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
24058  Das Format wird definiert, indem man den Befehl 
24059 \series bold
24060
24061 \backslash
24062 newrefformat
24063 \series default
24064  (prettyref) oder 
24065 \series bold
24066
24067 \backslash
24068 newref
24069 \series default
24070  (refstyle) in den LaTeX-Vorspann einfügt.
24071  Z.
24072 \begin_inset space \thinspace{}
24073 \end_inset
24074
24075 B.
24076  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
24077  
24078 \begin_inset Quotes eld
24079 \end_inset
24080
24081
24082 \family sans
24083 abb
24084 \family default
24085
24086 \begin_inset Quotes erd
24087 \end_inset
24088
24089 ) mit dem Befehle
24090 \begin_inset Newline newline
24091 \end_inset
24092
24093
24094 \series bold
24095
24096 \backslash
24097 newref{abb}{refcmd={Bild auf Seite 
24098 \backslash
24099 pageref{#1}}}
24100 \series default
24101
24102 \begin_inset Newline newline
24103 \end_inset
24104
24105 geändert werden.
24106  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
24107 en verwiesen, 
24108 \begin_inset CommandInset citation
24109 LatexCommand cite
24110 key "prettyref,refstyle"
24111
24112 \end_inset
24113
24114 .
24115 \end_layout
24116
24117 \begin_layout Description
24118 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
24119 \begin_inset CommandInset ref
24120 LatexCommand nameref
24121 reference "abb:Zwei-Teilabbildungen"
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129
24130 \family sans
24131 <Seite>
24132 \family default
24133  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
24134  vorherigen, der selben oder der nächsten Seite befindet.
24135  Stattdessen wird z.
24136 \begin_inset space \thinspace{}
24137 \end_inset
24138
24139 B.
24140  der Text 
24141 \begin_inset Quotes gld
24142 \end_inset
24143
24144
24145 \family sans
24146 auf dieser Seite
24147 \family default
24148
24149 \begin_inset Quotes grd
24150 \end_inset
24151
24152  gedruckt.
24153  Der Stil 
24154 \family sans
24155 <Querverweis>
24156 \begin_inset space ~
24157 \end_inset
24158
24159 auf
24160 \begin_inset space ~
24161 \end_inset
24162
24163 Seite
24164 \begin_inset space ~
24165 \end_inset
24166
24167 <Seite>
24168 \family default
24169  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
24170  Seite ist.
24171 \end_layout
24172
24173 \begin_layout Standard
24174 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
24175  automatisch von LaTeX berechnet.
24176  Die Stile können im Feld 
24177 \family sans
24178 Format
24179 \family default
24180  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
24181  einen Querverweis klicken.
24182 \end_layout
24183
24184 \begin_layout Standard
24185 \begin_inset Note Greyedout
24186 status open
24187
24188 \begin_layout Plain Layout
24189
24190 \series bold
24191 Bemerkung:
24192 \series default
24193  Es wird empfohlen, das LaTeX-Paket 
24194 \series bold
24195 refstyle
24196 \series default
24197
24198 \begin_inset Index idx
24199 status collapsed
24200
24201 \begin_layout Plain Layout
24202 LaTeX-Pakete ! refstyle
24203 \end_layout
24204
24205 \end_inset
24206
24207  zu verwenden, da 
24208 \series bold
24209 prettyref
24210 \series default
24211
24212 \begin_inset Index idx
24213 status collapsed
24214
24215 \begin_layout Plain Layout
24216 LaTeX-Pakete ! prettyref
24217 \end_layout
24218
24219 \end_inset
24220
24221  nicht alle möglichen LyX Marken-Kürzel
24222 \begin_inset Foot
24223 status collapsed
24224
24225 \begin_layout Plain Layout
24226  
24227 \begin_inset Quotes gld
24228 \end_inset
24229
24230 abb:
24231 \begin_inset Quotes grd
24232 \end_inset
24233
24234  ist z.
24235 \begin_inset space \thinspace{}
24236 \end_inset
24237
24238 B.
24239  LyXs Kürzel für Marken in Bildbeschriftungen.
24240 \end_layout
24241
24242 \end_inset
24243
24244  kennt und auch nicht internationalisiert ist.
24245 \end_layout
24246
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \begin_layout Subsection
24253 Automatische Querverweisnamen
24254 \begin_inset Index idx
24255 status collapsed
24256
24257 \begin_layout Plain Layout
24258 Querverweise ! Automatische Namen 
24259 \end_layout
24260
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Standard
24267 Das LaTeX-Paket 
24268 \series bold
24269 hyperref
24270 \series default
24271
24272 \begin_inset Index idx
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276 LaTeX-Pakete ! hyperref
24277 \end_layout
24278
24279 \end_inset
24280
24281 , das in den
24282 \family sans
24283  PDF-Eigenschaften
24284 \family default
24285  im 
24286 \family sans
24287 Dokument-Einstellungen
24288 \family default
24289  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
24290  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
24291  wie 
24292 \emph on
24293 Abschnitt
24294 \emph default
24295 ).
24296  Sie müssen damit z.
24297 \begin_inset space \thinspace{}
24298 \end_inset
24299
24300 B.
24301  nicht mehr den Namen 
24302 \begin_inset Quotes gld
24303 \end_inset
24304
24305 Abbildung
24306 \begin_inset Quotes grd
24307 \end_inset
24308
24309  vor jeden Querverweis auf eine Abbildung schreiben.
24310  Um diese Funktion benutzen zu können, aktivieren Sie 
24311 \series bold
24312 hyperref
24313 \series default
24314  und fügen diese Zeile in den LaTeX-Vorspann ein:
24315 \end_layout
24316
24317 \begin_layout Standard
24318
24319 \series bold
24320
24321 \backslash
24322 AtBeginDocument{
24323 \backslash
24324 renewcommand{
24325 \backslash
24326 ref}[1]{
24327 \backslash
24328 mbox{
24329 \backslash
24330 autoref{#1}}}}
24331 \end_layout
24332
24333 \begin_layout Standard
24334 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
24335 \begin_inset space \thinspace{}
24336 \end_inset
24337
24338 B.
24339  statt 
24340 \begin_inset Quotes gld
24341 \end_inset
24342
24343 Abschnitt
24344 \begin_inset Quotes grd
24345 \end_inset
24346
24347  den Namen 
24348 \begin_inset Quotes gld
24349 \end_inset
24350
24351 Kap.
24352 \begin_inset space \thinspace{}
24353 \end_inset
24354
24355
24356 \begin_inset Quotes grd
24357 \end_inset
24358
24359 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
24360 \end_layout
24361
24362 \begin_layout Standard
24363
24364 \series bold
24365
24366 \backslash
24367 addto
24368 \backslash
24369 extrasngerman{
24370 \backslash
24371 renewcommand{
24372 \backslash
24373 sectionautorefname}
24374 \begin_inset Newline newline
24375 \end_inset
24376
24377
24378 \begin_inset Phantom HPhantom
24379 status open
24380
24381 \begin_layout Plain Layout
24382
24383 \series bold
24384 \begin_inset space ~
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391
24392 {Kap.
24393 \backslash
24394 negthinspace}}
24395 \end_layout
24396
24397 \begin_layout Standard
24398 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
24399 \begin_inset Newline newline
24400 \end_inset
24401
24402
24403 \series bold
24404
24405 \backslash
24406 extrasngerman
24407 \series default
24408  durch 
24409 \series bold
24410
24411 \backslash
24412 extras***
24413 \series default
24414 , wobei *** der Name der verwendeten Sprache ist.
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
24419  z.
24420 \begin_inset space \thinspace{}
24421 \end_inset
24422
24423 B.
24424  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
24425 \end_layout
24426
24427 \begin_layout Standard
24428
24429 \series bold
24430
24431 \backslash
24432 newlength{
24433 \backslash
24434 abc}
24435 \begin_inset Newline newline
24436 \end_inset
24437
24438
24439 \backslash
24440 settowidth{
24441 \backslash
24442 abc}{
24443 \backslash
24444 space}
24445 \begin_inset Newline newline
24446 \end_inset
24447
24448
24449 \backslash
24450 addto
24451 \backslash
24452 extrasenglish{
24453 \backslash
24454 renewcommand{
24455 \backslash
24456 equationautorefname}
24457 \begin_inset Newline newline
24458 \end_inset
24459
24460
24461 \begin_inset Phantom HPhantom
24462 status open
24463
24464 \begin_layout Plain Layout
24465
24466 \series bold
24467 \begin_inset space ~
24468 \end_inset
24469
24470
24471 \end_layout
24472
24473 \end_inset
24474
24475 {
24476 \backslash
24477 hspace{-
24478 \backslash
24479 abc}}
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Mehr über dieses Thema finden Sie in der 
24484 \series bold
24485 hyperref
24486 \series default
24487 -Dokumentation 
24488 \begin_inset CommandInset citation
24489 LatexCommand cite
24490 key "hyperref"
24491
24492 \end_inset
24493
24494 .
24495 \end_layout
24496
24497 \begin_layout Standard
24498 \begin_inset Note Greyedout
24499 status open
24500
24501 \begin_layout Plain Layout
24502
24503 \series bold
24504 Bemerkung:
24505 \series default
24506  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
24507  als Querverweisstil 
24508 \family sans
24509 Formatierter
24510 \begin_inset space ~
24511 \end_inset
24512
24513 Querverweis
24514 \family default
24515  benutzen, wie in Abschnitt
24516 \begin_inset space ~
24517 \end_inset
24518
24519
24520 \begin_inset CommandInset ref
24521 LatexCommand ref
24522 reference "uab:Querverweis-Formate"
24523
24524 \end_inset
24525
24526  beschrieben.
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535 Das 
24536 \emph on
24537 Mathe
24538 \emph default
24539  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
24540 \end_layout
24541
24542 \begin_layout Subsection
24543 Querverweis-Position
24544 \begin_inset CommandInset label
24545 LatexCommand label
24546 name "uab:Querverweis-Position"
24547
24548 \end_inset
24549
24550
24551 \begin_inset Index idx
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 Querverweise !  Position
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Wenn Sie 
24565 \series bold
24566 hyperref
24567 \series default
24568
24569 \begin_inset Index idx
24570 status collapsed
24571
24572 \begin_layout Plain Layout
24573 LaTeX-Pakete ! hyperref
24574 \end_layout
24575
24576 \end_inset
24577
24578  in den
24579 \family sans
24580  PDF-Eigenschaften
24581 \family default
24582  im 
24583 \family sans
24584 Dokument-Einstellungen
24585 \family default
24586  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
24587  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
24588  und Sie werden das Bild ohne Scrollen nicht sehen.
24589  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
24590  ist.
24591  Wenn Sie das  LaTeX-Paket 
24592 \series bold
24593 hypcap
24594 \series default
24595
24596 \begin_inset Index idx
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 LaTeX-Pakete ! hypcap
24601 \end_layout
24602
24603 \end_inset
24604
24605 , das Teil des LaTeX-Pakets 
24606 \series bold
24607 oberdiek
24608 \series default
24609
24610 \begin_inset Index idx
24611 status collapsed
24612
24613 \begin_layout Plain Layout
24614 LaTeX-Pakete ! oberdiek
24615 \end_layout
24616
24617 \end_inset
24618
24619  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
24620  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
24621 \series bold
24622 hypcap
24623 \series default
24624  zunächst in den LaTeX-Vorspann laden:
24625 \end_layout
24626
24627 \begin_layout Standard
24628
24629 \series bold
24630
24631 \backslash
24632 usepackage[figure]{hypcap}
24633 \end_layout
24634
24635 \begin_layout Standard
24636 Sie können 
24637 \series bold
24638 hypcap
24639 \series default
24640  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
24641  nicht empfohlen.
24642  Weitere Informationen finden Sie im
24643 \series bold
24644  hypcap
24645 \series default
24646 -Handbuch 
24647 \begin_inset CommandInset citation
24648 LatexCommand cite
24649 key "hypcap"
24650
24651 \end_inset
24652
24653 .
24654 \end_layout
24655
24656 \begin_layout Standard
24657 \begin_inset Note Greyedout
24658 status open
24659
24660 \begin_layout Plain Layout
24661
24662 \series bold
24663 Bemerkung:
24664 \series default
24665  
24666 \series bold
24667 hypcap
24668 \series medium
24669  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Section
24678 Gleitobjekt-Platzierung
24679 \begin_inset CommandInset label
24680 LatexCommand label
24681 name "abs:Gleitobjekt-Platzierung"
24682
24683 \end_inset
24684
24685
24686 \begin_inset Index idx
24687 status collapsed
24688
24689 \begin_layout Plain Layout
24690 Gleitobjekte ! Platzierung
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \begin_layout Standard
24699 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
24700 \family sans
24701 Gleitobjekt-Einstellungen
24702 \family default
24703 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
24704  können.
24705 \begin_inset Newline newline
24706 \end_inset
24707
24708 Die Option 
24709 \family sans
24710 Spalten
24711 \begin_inset space ~
24712 \end_inset
24713
24714 überspannen
24715 \family default
24716  ist nur bei zweispaltigen Dokumenten sinnvoll.
24717  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
24718 \begin_inset Newline newline
24719 \end_inset
24720
24721 Die Option 
24722 \family sans
24723 Seitwärts
24724 \begin_inset space ~
24725 \end_inset
24726
24727 drehen
24728 \family default
24729  ist in Abschnitt 
24730 \begin_inset CommandInset ref
24731 LatexCommand ref
24732 reference "abs:Gedrehte-Gleitobjekte"
24733
24734 \end_inset
24735
24736  beschrieben.
24737 \end_layout
24738
24739 \begin_layout Standard
24740 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
24741  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
24742  Sie die Option 
24743 \family sans
24744 Standard-Platzierung
24745 \begin_inset space ~
24746 \end_inset
24747
24748 verwenden
24749 \family default
24750  nicht verwenden:
24751 \end_layout
24752
24753 \begin_layout Description
24754 Hier
24755 \begin_inset space ~
24756 \end_inset
24757
24758 wenn
24759 \begin_inset space ~
24760 \end_inset
24761
24762 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
24763 \end_layout
24764
24765 \begin_layout Description
24766 Anfang
24767 \begin_inset space ~
24768 \end_inset
24769
24770 der
24771 \begin_inset space ~
24772 \end_inset
24773
24774 Seite
24775 \family sans
24776  
24777 \family default
24778 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
24779  Gleitobjekte, die maximal 70
24780 \begin_inset space \thinspace{}
24781 \end_inset
24782
24783 % einer Seite benötigen, dürfen oben platziert werden.
24784  Dies kann durch die Variable 
24785 \series bold
24786
24787 \backslash
24788 topfraction
24789 \series default
24790  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
24791 \end_layout
24792
24793 \begin_deeper
24794 \begin_layout Standard
24795
24796 \series bold
24797
24798 \backslash
24799 renewcommand{
24800 \backslash
24801 topfraction}{0.9}
24802 \family typewriter
24803 \series default
24804  
24805 \end_layout
24806
24807 \end_deeper
24808 \begin_layout Description
24809 Ende
24810 \begin_inset space ~
24811 \end_inset
24812
24813 der
24814 \begin_inset space ~
24815 \end_inset
24816
24817 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
24818  Gleitobjekte, die maximal 30
24819 \begin_inset space \thinspace{}
24820 \end_inset
24821
24822 % einer Seite benötigen, dürfen unten platziert werden.
24823  Dies kann durch die Variable 
24824 \series bold
24825
24826 \backslash
24827 bottomfraction
24828 \series default
24829  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
24830 \end_layout
24831
24832 \begin_deeper
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 bottomfraction}{0.5}
24841 \end_layout
24842
24843 \begin_layout Standard
24844 die oftmals zu kleine untere Grenze auf 50
24845 \begin_inset space \thinspace{}
24846 \end_inset
24847
24848 %.
24849 \end_layout
24850
24851 \end_deeper
24852 \begin_layout Description
24853 Seite
24854 \begin_inset space ~
24855 \end_inset
24856
24857 mit
24858 \begin_inset space ~
24859 \end_inset
24860
24861 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
24862  Nur wenn mehr als 50
24863 \begin_inset space \thinspace{}
24864 \end_inset
24865
24866 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
24867  Gleitobjekte bereitgestellt.
24868  Dies kann durch die Variable 
24869 \series bold
24870
24871 \backslash
24872 floatpagefraction 
24873 \series default
24874 im LaTeX-Vorspann überschrieben werden.
24875 \end_layout
24876
24877 \begin_layout Standard
24878 Die Reihenfolge der obigen Optionen wird 
24879 \emph on
24880 immer
24881 \emph default
24882  von LaTeX verwendet.
24883  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
24884  versuchen 
24885 \family sans
24886 Hier
24887 \begin_inset space \space{}
24888 \end_inset
24889
24890 wenn
24891 \begin_inset space \space{}
24892 \end_inset
24893
24894 möglich
24895 \family default
24896 , dann 
24897 \family sans
24898 Anfang
24899 \begin_inset space ~
24900 \end_inset
24901
24902 der
24903 \begin_inset space ~
24904 \end_inset
24905
24906 Seite
24907 \family default
24908  und dann die anderen Optionen anzuwenden.
24909  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
24910  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
24911  Reihenfolge.
24912  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
24913 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
24914 \end_layout
24915
24916 \begin_layout Standard
24917 Die Option 
24918 \family sans
24919 Hier,
24920 \begin_inset space ~
24921 \end_inset
24922
24923 auf
24924 \begin_inset space ~
24925 \end_inset
24926
24927 jeden
24928 \begin_inset space ~
24929 \end_inset
24930
24931 Fall
24932 \family default
24933  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
24934  fast druckreif ist.
24935  Denn mit der Option kann das Objekt nicht mehr 
24936 \emph on
24937 gleiten
24938 \emph default
24939 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
24940  oftmals zerstört.
24941 \end_layout
24942
24943 \begin_layout Standard
24944 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
24945  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
24946 \begin_inset VSpace bigskip
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Standard
24953 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
24954 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
24955  das Gleitobjekt sei Teil des vorherigen Abschnitts.
24956  Das kann mit dem LaTeX-Befehl
24957 \series bold
24958  
24959 \backslash
24960 suppressfloats
24961 \series default
24962  verhindert werden.
24963  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
24964  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
24965  gesetzt wird.
24966  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
24967 \end_layout
24968
24969 \begin_layout Standard
24970
24971 \series bold
24972
24973 \backslash
24974 let
24975 \backslash
24976 meinAbschnitt
24977 \backslash
24978 section
24979 \begin_inset Newline newline
24980 \end_inset
24981
24982
24983 \backslash
24984 renewcommand{
24985 \backslash
24986 section}{
24987 \backslash
24988 suppressfloats[t]
24989 \backslash
24990 meinAbschnitt}
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
24995  Unterabschnitten festlegen.
24996  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
24997  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
24998 \end_layout
24999
25000 \begin_layout Standard
25001 Es gibt auch noch das LaTeX-Paket 
25002 \series bold
25003 flafter
25004 \series default
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 LaTeX-Pakete ! flafter
25011 \end_layout
25012
25013 \end_inset
25014
25015  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25016  gedruckt wird.
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \begin_inset VSpace bigskip
25021 \end_inset
25022
25023 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25024  Dafür gibt es das LaTeX-Paket 
25025 \series bold
25026 endfloat
25027 \series default
25028
25029 \begin_inset Index idx
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 LaTeX-Pakete ! endfloat
25034 \end_layout
25035
25036 \end_inset
25037
25038 .
25039  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25040  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25041  
25042 \family sans
25043
25044 \begin_inset Quotes gld
25045 \end_inset
25046
25047 [Abbildung
25048 \begin_inset space ~
25049 \end_inset
25050
25051 3.2 ist ungefähr hier.]
25052 \family default
25053
25054 \begin_inset Quotes grd
25055 \end_inset
25056
25057  finden.
25058  Das 
25059 \series bold
25060 endfloat
25061 \series default
25062 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25063 \end_layout
25064
25065 \begin_layout Standard
25066
25067 \series bold
25068
25069 \backslash
25070 usepackage[Optionen]{endfloat}
25071 \end_layout
25072
25073 \begin_layout Standard
25074 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
25075  Tabellen-Abschnitte, die Sie in der 
25076 \series bold
25077 endfloat
25078 \series default
25079 -Dokumentation 
25080 \begin_inset CommandInset citation
25081 LatexCommand cite
25082 key "endfloat"
25083
25084 \end_inset
25085
25086  nachlesen können.
25087 \begin_inset Newline newline
25088 \end_inset
25089
25090
25091 \begin_inset Note Greyedout
25092 status open
25093
25094 \begin_layout Plain Layout
25095
25096 \series bold
25097 Bemerkung
25098 \begin_inset space ~
25099 \end_inset
25100
25101 1: endfloat
25102 \series default
25103  übersetzt den Hinweistext nicht automatisch.
25104  Abschnitt
25105 \begin_inset space ~
25106 \end_inset
25107
25108 4 in 
25109 \begin_inset CommandInset citation
25110 LatexCommand cite
25111 key "endfloat"
25112
25113 \end_inset
25114
25115  beschreibt, wie es geht.
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Standard
25124 \begin_inset Note Greyedout
25125 status open
25126
25127 \begin_layout Plain Layout
25128
25129 \series bold
25130 Bemerkung
25131 \begin_inset space ~
25132 \end_inset
25133
25134 2: 
25135 \series default
25136 Die aktuelle Version von 
25137 \series bold
25138 endfloat
25139 \series default
25140  hat einen Fehler, wenn die Überschrift ein 
25141 \begin_inset Quotes gld
25142 \end_inset
25143
25144 ß
25145 \begin_inset Quotes grd
25146 \end_inset
25147
25148  enthält.
25149  Sie müssen stattdessen den Befehl 
25150 \series bold
25151
25152 \backslash
25153 ss
25154 \series default
25155  als TeX-Code benutzen.
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset VSpace bigskip
25165 \end_inset
25166
25167 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
25168  wie 
25169 \begin_inset CommandInset citation
25170 LatexCommand cite
25171 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
25172
25173 \end_inset
25174
25175 .
25176 \end_layout
25177
25178 \begin_layout Section
25179 Gedrehte Gleitobjekte
25180 \begin_inset CommandInset label
25181 LatexCommand label
25182 name "abs:Gedrehte-Gleitobjekte"
25183
25184 \end_inset
25185
25186
25187 \begin_inset Index idx
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191 Gleitobjekte ! drehen
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
25201 t drehen.
25202  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
25203  und die Option 
25204 \family sans
25205 Seitwärts
25206 \begin_inset space ~
25207 \end_inset
25208
25209 drehen
25210 \family default
25211  wählen.
25212 \end_layout
25213
25214 \begin_layout Standard
25215 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
25216  sie ein mehrspaltiges Dokument haben) gedruckt.
25217  Sie können mehrere Spalten überspannen, wenn die Option 
25218 \family sans
25219 Spalten
25220 \begin_inset space ~
25221 \end_inset
25222
25223 überspannen
25224 \family default
25225  in den Gleitobjekt Einstellungen gewählt ist.
25226  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
25227  werden können.
25228  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
25229  Option 
25230 \series bold
25231 figuresleft
25232 \series default
25233  oder 
25234 \series bold
25235 figuresright
25236 \series default
25237  zu den Dokumentklassen-Optionen hinzu.
25238 \end_layout
25239
25240 \begin_layout Standard
25241 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
25242  Tabelle
25243 \begin_inset space ~
25244 \end_inset
25245
25246
25247 \begin_inset CommandInset ref
25248 LatexCommand ref
25249 reference "tab:Gedrehte-Tabelle"
25250
25251 \end_inset
25252
25253  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
25254 \end_layout
25255
25256 \begin_layout Standard
25257 \begin_inset Note Greyedout
25258 status open
25259
25260 \begin_layout Plain Layout
25261
25262 \series bold
25263 Bemerkung:
25264 \series default
25265  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset Float table
25275 wide false
25276 sideways true
25277 status open
25278
25279 \begin_layout Plain Layout
25280 \begin_inset Caption
25281
25282 \begin_layout Plain Layout
25283 \begin_inset CommandInset label
25284 LatexCommand label
25285 name "tab:Gedrehte-Tabelle"
25286
25287 \end_inset
25288
25289 Gedrehte Tabelle
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Plain Layout
25298 \align center
25299 \begin_inset Tabular
25300 <lyxtabular version="3" rows="1" columns="5">
25301 <features tabularvalignment="middle">
25302 <column alignment="center" valignment="top" width="0">
25303 <column alignment="center" valignment="top" width="0">
25304 <column alignment="center" valignment="top" width="0">
25305 <column alignment="center" valignment="top" width="0">
25306 <column alignment="center" valignment="top" width="0">
25307 <row>
25308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 Test
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321 b
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330 c
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339 d
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348 e
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 </lyxtabular>
25355
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Section
25367 Untergleitobjekte
25368 \begin_inset Index idx
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372 Gleitobjekte ! Untergleitobjekte
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Standard
25381 Untergleitobjekte werden z.
25382 \begin_inset space \thinspace{}
25383 \end_inset
25384
25385 B.
25386  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
25387  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
25388  eingefügt wird.
25389  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
25390  in Tabelle
25391 \begin_inset space ~
25392 \end_inset
25393
25394
25395 \begin_inset CommandInset ref
25396 LatexCommand ref
25397 reference "tab:Untertabellen-nebeneinander"
25398
25399 \end_inset
25400
25401  und 
25402 \begin_inset CommandInset ref
25403 LatexCommand ref
25404 reference "tab:Untertabellen-übereinander"
25405
25406 \end_inset
25407
25408 .
25409 \end_layout
25410
25411 \begin_layout Standard
25412 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
25413 \begin_inset space ~
25414 \end_inset
25415
25416
25417 \begin_inset CommandInset ref
25418 LatexCommand ref
25419 reference "tab:Untertabelle-a"
25420
25421 \end_inset
25422
25423  und 
25424 \begin_inset CommandInset ref
25425 LatexCommand ref
25426 reference "tab:Untertabelle-b"
25427
25428 \end_inset
25429
25430  sind Untertabellen von Tabelle
25431 \begin_inset space ~
25432 \end_inset
25433
25434
25435 \begin_inset CommandInset ref
25436 LatexCommand ref
25437 reference "tab:Untertabellen-nebeneinander"
25438
25439 \end_inset
25440
25441 .
25442 \end_layout
25443
25444 \begin_layout Standard
25445 \begin_inset Float table
25446 wide false
25447 sideways false
25448 status open
25449
25450 \begin_layout Plain Layout
25451 \begin_inset Caption
25452
25453 \begin_layout Plain Layout
25454 \begin_inset CommandInset label
25455 LatexCommand label
25456 name "tab:Untertabellen-nebeneinander"
25457
25458 \end_inset
25459
25460 Zwei Untertabellen nebeneinander.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Plain Layout
25469 \align center
25470 \begin_inset space \hfill{}
25471 \end_inset
25472
25473
25474 \begin_inset Float table
25475 wide false
25476 sideways false
25477 status collapsed
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Caption
25481
25482 \begin_layout Plain Layout
25483 \begin_inset CommandInset label
25484 LatexCommand label
25485 name "tab:Untertabelle-a"
25486
25487 \end_inset
25488
25489 Dies ist Untertabelle a.
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Plain Layout
25498 \align center
25499 \begin_inset Tabular
25500 <lyxtabular version="3" rows="1" columns="5">
25501 <features tabularvalignment="middle">
25502 <column alignment="center" valignment="top" width="0">
25503 <column alignment="center" valignment="top" width="0">
25504 <column alignment="center" valignment="top" width="0">
25505 <column alignment="center" valignment="top" width="0">
25506 <column alignment="center" valignment="top" width="0">
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 Test
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521 b
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530 c
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 d
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548 e
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 </lyxtabular>
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \begin_inset space \hfill{}
25565 \end_inset
25566
25567
25568 \begin_inset Float table
25569 wide false
25570 sideways false
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 \begin_inset Caption
25575
25576 \begin_layout Plain Layout
25577 \begin_inset CommandInset label
25578 LatexCommand label
25579 name "tab:Untertabelle-b"
25580
25581 \end_inset
25582
25583 Dies ist Untertabelle b.
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Plain Layout
25592 \align center
25593 \begin_inset Tabular
25594 <lyxtabular version="3" rows="1" columns="5">
25595 <features tabularvalignment="middle">
25596 <column alignment="center" valignment="top" width="0">
25597 <column alignment="center" valignment="top" width="0">
25598 <column alignment="center" valignment="top" width="0">
25599 <column alignment="center" valignment="top" width="0">
25600 <column alignment="center" valignment="top" width="0">
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 e
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 d
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624 c
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 b
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 Test
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 </row>
25648 </lyxtabular>
25649
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \begin_inset space \hfill{}
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \begin_layout Standard
25670 \begin_inset Float table
25671 wide false
25672 sideways false
25673 status open
25674
25675 \begin_layout Plain Layout
25676 \begin_inset Caption
25677
25678 \begin_layout Plain Layout
25679 \begin_inset CommandInset label
25680 LatexCommand label
25681 name "tab:Untertabellen-übereinander"
25682
25683 \end_inset
25684
25685 Zwei Untertabellen übereinander.
25686  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Plain Layout
25695 \align center
25696 \begin_inset Float table
25697 wide false
25698 sideways false
25699 status collapsed
25700
25701 \begin_layout Plain Layout
25702 \begin_inset Caption
25703
25704 \begin_layout Plain Layout
25705
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Plain Layout
25714 \align center
25715 \begin_inset Tabular
25716 <lyxtabular version="3" rows="1" columns="4">
25717 <features tabularvalignment="middle">
25718 <column alignment="center" valignment="top" width="0">
25719 <column alignment="center" valignment="top" width="0">
25720 <column alignment="center" valignment="top" width="0">
25721 <column alignment="center" valignment="top" width="0">
25722 <row>
25723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 Test
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736 Test
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745 Test
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 Test
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 </row>
25760 </lyxtabular>
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Plain Layout
25773 \align center
25774 \begin_inset Float table
25775 wide false
25776 sideways false
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780 \begin_inset Caption
25781
25782 \begin_layout Plain Layout
25783
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \begin_layout Plain Layout
25792 \align center
25793 \begin_inset Tabular
25794 <lyxtabular version="3" rows="1" columns="5">
25795 <features tabularvalignment="middle">
25796 <column alignment="center" valignment="top" width="0">
25797 <column alignment="center" valignment="top" width="0">
25798 <column alignment="center" valignment="top" width="0">
25799 <column alignment="center" valignment="top" width="0">
25800 <column alignment="center" valignment="top" width="0">
25801 <row>
25802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 a
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 b
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 c
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 d
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 e
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 </lyxtabular>
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Section
25866 Gleitobjekte nebeneinander
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Gleitobjekte ! nebeneinander
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
25881 \begin_inset space ~
25882 \end_inset
25883
25884
25885 \begin_inset CommandInset ref
25886 LatexCommand ref
25887 reference "abb:Gleitobjekt-links"
25888
25889 \end_inset
25890
25891  und 
25892 \begin_inset CommandInset ref
25893 LatexCommand ref
25894 reference "abb:Gleitobjekt-rechts"
25895
25896 \end_inset
25897
25898  wird nur 
25899 \emph on
25900 ein
25901 \emph default
25902  Gleitobjekt verwendet.
25903  In dieses werden zwei Minipage Boxen eingefügt.
25904 \begin_inset Foot
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908 Minipages sind in Abschnitt
25909 \begin_inset space ~
25910 \end_inset
25911
25912
25913 \begin_inset CommandInset ref
25914 LatexCommand ref
25915 reference "abs:Minipage"
25916
25917 \end_inset
25918
25919  erklärt.
25920 \end_layout
25921
25922 \end_inset
25923
25924  Die Breite wird für jede Minipage auf 45
25925 \begin_inset space \thinspace{}
25926 \end_inset
25927
25928 -50
25929 \begin_inset space \thinspace{}
25930 \end_inset
25931
25932 Spalten% und die Box Ausrichtung auf 
25933 \family sans
25934 Unten
25935 \family default
25936  gesetzt.
25937  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
25938  Gleitobjekt.
25939  Der einzige Unterschied ist, dass die Bildeinheit 
25940 \family sans
25941 Spaltenbreite
25942 \begin_inset space ~
25943 \end_inset
25944
25945 %
25946 \family default
25947  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
25948 \end_layout
25949
25950 \begin_layout Standard
25951 \begin_inset Float figure
25952 wide false
25953 sideways false
25954 status open
25955
25956 \begin_layout Plain Layout
25957 \begin_inset Box Frameless
25958 position "b"
25959 hor_pos "c"
25960 has_inner_box 1
25961 inner_pos "t"
25962 use_parbox 0
25963 use_makebox 0
25964 width "45col%"
25965 special "none"
25966 height "1in"
25967 height_special "totalheight"
25968 status open
25969
25970 \begin_layout Plain Layout
25971 \align center
25972 \begin_inset Graphics
25973         filename ../clipart/mobius.eps
25974         lyxscale 50
25975         width 100col%
25976         scaleBeforeRotation
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Plain Layout
25984 \begin_inset Caption
25985
25986 \begin_layout Plain Layout
25987 \begin_inset CommandInset label
25988 LatexCommand label
25989 name "abb:Gleitobjekt-links"
25990
25991 \end_inset
25992
25993 Gleitobjekt auf der linken Seite.
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \begin_inset space \hfill{}
26005 \end_inset
26006
26007
26008 \begin_inset Box Frameless
26009 position "b"
26010 hor_pos "c"
26011 has_inner_box 1
26012 inner_pos "t"
26013 use_parbox 0
26014 use_makebox 0
26015 width "45col%"
26016 special "none"
26017 height "1in"
26018 height_special "totalheight"
26019 status open
26020
26021 \begin_layout Plain Layout
26022 \align center
26023 \begin_inset Graphics
26024         filename ../clipart/platypus.eps
26025         lyxscale 50
26026         width 100col%
26027         scaleBeforeRotation
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \begin_layout Plain Layout
26035 \begin_inset Caption
26036
26037 \begin_layout Plain Layout
26038 \begin_inset CommandInset label
26039 LatexCommand label
26040 name "abb:Gleitobjekt-rechts"
26041
26042 \end_inset
26043
26044 Gleitobjekt auf der rechten Seite.
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Section
26063 Beschriftungs-Formatierung
26064 \begin_inset CommandInset label
26065 LatexCommand label
26066 name "abs:Titel-Formatierung"
26067
26068 \end_inset
26069
26070
26071 \begin_inset Index idx
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075 Gleitobjekte ! Beschriftung ! Formatierung
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \begin_layout Standard
26084
26085 \family sans
26086 Legende
26087 \family default
26088  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
26089  In LyX sehen Titel so aus:  
26090 \family sans
26091
26092 \begin_inset Quotes gld
26093 \end_inset
26094
26095 Abbildung xyz:
26096 \family default
26097
26098 \begin_inset Quotes grd
26099 \end_inset
26100
26101 , gefolgt vom Beschriftungstext, wobei 
26102 \family sans
26103 xyz
26104 \family default
26105  die von LyX vergebene Nummer ist.
26106  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
26107  gedruckt.
26108  Dies ist nicht immer brauchbar.
26109 \end_layout
26110
26111 \begin_layout Standard
26112 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
26113  
26114 \series bold
26115 caption
26116 \series default
26117
26118 \begin_inset Index idx
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122 LaTeX-Pakete ! caption
26123 \end_layout
26124
26125 \end_inset
26126
26127  in den LaTeX-Vorspann laden:
26128 \end_layout
26129
26130 \begin_layout Standard
26131
26132 \series bold
26133
26134 \backslash
26135 usepackage[Format-Definition]{caption}
26136 \end_layout
26137
26138 \begin_layout Standard
26139 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
26140  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
26141 \end_layout
26142
26143 \begin_layout Standard
26144
26145 \series bold
26146
26147 \backslash
26148 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26149 \end_layout
26150
26151 \begin_layout Standard
26152 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
26153  definieren.
26154  Dazu laden Sie das 
26155 \series bold
26156 caption
26157 \series default
26158 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
26159  dem Befehl
26160 \end_layout
26161
26162 \begin_layout Standard
26163
26164 \series bold
26165
26166 \backslash
26167 captionsetup[Gleitobjekt-Typ]{Format-Definition}
26168 \end_layout
26169
26170 \begin_layout Standard
26171 Für Abbildung
26172 \begin_inset space ~
26173 \end_inset
26174
26175
26176 \begin_inset CommandInset ref
26177 LatexCommand ref
26178 reference "abb:Langer-Abb-Titel"
26179
26180 \end_inset
26181
26182  und Tabelle
26183 \begin_inset space ~
26184 \end_inset
26185
26186
26187 \begin_inset CommandInset ref
26188 LatexCommand ref
26189 reference "tab:Langer-Tab-Titel"
26190
26191 \end_inset
26192
26193  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
26194  werden:
26195 \end_layout
26196
26197 \begin_layout Standard
26198
26199 \series bold
26200
26201 \backslash
26202 usepackage[tableposition=top]{caption}
26203 \begin_inset Newline newline
26204 \end_inset
26205
26206
26207 \backslash
26208 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26209 \begin_inset Newline newline
26210 \end_inset
26211
26212
26213 \begin_inset Phantom HPhantom
26214 status open
26215
26216 \begin_layout Plain Layout
26217
26218 \series bold
26219
26220 \backslash
26221 captionsetup[figure]{
26222 \end_layout
26223
26224 \end_inset
26225
26226 labelsep=period}
26227 \begin_inset Newline newline
26228 \end_inset
26229
26230
26231 \backslash
26232 captionsetup[table]{labelfont={bf,sf}}
26233 \end_layout
26234
26235 \begin_layout Standard
26236 \begin_inset Note Greyedout
26237 status open
26238
26239 \begin_layout Plain Layout
26240
26241 \series bold
26242 Bemerkung:
26243 \series default
26244  Die Option 
26245 \series bold
26246 tableposition=top
26247 \series default
26248  hat keine Auswirkung, wenn eine 
26249 \series bold
26250 KOMA-Script
26251 \series default
26252
26253 \begin_inset Index idx
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257 LaTeX-Pakete ! KOMA-Script
26258 \end_layout
26259
26260 \end_inset
26261
26262 -Dokumentklasse verwendet wird.
26263  Hier muss die Option 
26264 \series bold
26265 captions=tableheading
26266 \series default
26267  benutzt werden.
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Standard
26276 Weitere Informationen über das Paket
26277 \series bold
26278  caption
26279 \series default
26280  finden Sie in seiner Dokumentation 
26281 \begin_inset CommandInset citation
26282 LatexCommand cite
26283 key "caption"
26284
26285 \end_inset
26286
26287 .
26288 \end_layout
26289
26290 \begin_layout Standard
26291 Wenn Sie den Namen von 
26292 \begin_inset Quotes gld
26293 \end_inset
26294
26295 Abbildung
26296 \begin_inset Quotes grd
26297 \end_inset
26298
26299  auf 
26300 \begin_inset Quotes gld
26301 \end_inset
26302
26303 Bild
26304 \begin_inset Quotes grd
26305 \end_inset
26306
26307  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
26308 \end_layout
26309
26310 \begin_layout Standard
26311
26312 \series bold
26313
26314 \backslash
26315 renewcommand{
26316 \backslash
26317 fnum@figure}{Bild~
26318 \backslash
26319 thefigure}
26320 \end_layout
26321
26322 \begin_layout Standard
26323 wobei 
26324 \series bold
26325
26326 \backslash
26327 thefigure
26328 \series default
26329  die Bildnummer einsetzt und
26330 \series bold
26331  ~
26332 \series default
26333  ein geschütztes Leerzeichen ist.
26334 \end_layout
26335
26336 \begin_layout Standard
26337 \begin_inset VSpace bigskip
26338 \end_inset
26339
26340 Wenn Sie eine 
26341 \series bold
26342 KOMA-Script
26343 \series default
26344
26345 \begin_inset Index idx
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349 LaTeX-Pakete ! KOMA-Script
26350 \end_layout
26351
26352 \end_inset
26353
26354 -Dokumentklasse (
26355 \family sans
26356 article (KOMA-Script)
26357 \family default
26358
26359 \family sans
26360 book (KOMA-Script)
26361 \family default
26362
26363 \family sans
26364 letter (KOMA-Script)
26365 \family default
26366  oder 
26367 \family sans
26368 report (KOMA-Script)
26369 \family default
26370 ) benutzen, können Sie anstatt des 
26371 \series bold
26372 caption
26373 \series default
26374 -Paketes den eingebauten Befehl 
26375 \series bold
26376
26377 \backslash
26378 setkomafont
26379 \series default
26380  von 
26381 \series bold
26382 KOMA-Script
26383 \series default
26384  benutzen.
26385  Der Befehl
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 setkomafont{captionlabel}{
26394 \backslash
26395 bfseries}
26396 \end_layout
26397
26398 \begin_layout Standard
26399 im LaTeX-Vorspann druckt den Namen fett.
26400 \end_layout
26401
26402 \begin_layout Standard
26403 Weitere Informationen über 
26404 \series bold
26405
26406 \backslash
26407 setkomafont
26408 \series default
26409  finden Sie in der 
26410 \series bold
26411 KOMA-Script
26412 \series default
26413 -Do\SpecialChar \-
26414 ku\SpecialChar \-
26415 men\SpecialChar \-
26416 ta\SpecialChar \-
26417 tion 
26418 \begin_inset CommandInset citation
26419 LatexCommand cite
26420 key "KOMA-Script"
26421
26422 \end_inset
26423
26424 .
26425 \end_layout
26426
26427 \begin_layout Standard
26428 \begin_inset ERT
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432
26433
26434 \backslash
26435 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26436 }
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \begin_inset Note Note
26443 status open
26444
26445 \begin_layout Plain Layout
26446 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 \begin_inset Float figure
26456 placement !p
26457 wide false
26458 sideways false
26459 status open
26460
26461 \begin_layout Plain Layout
26462 \align center
26463 \begin_inset Graphics
26464         filename ../clipart/mobius.eps
26465         lyxscale 50
26466         scale 50
26467         scaleBeforeRotation
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Plain Layout
26475 \begin_inset Caption
26476
26477 \begin_layout Plain Layout
26478 \begin_inset CommandInset label
26479 LatexCommand label
26480 name "abb:Langer-Abb-Titel"
26481
26482 \end_inset
26483
26484 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26485  ist, um das andere Beschriftungsformat zu zeigen.
26486  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
26487 \begin_inset Argument
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26492  ist.
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Standard
26511 \begin_inset ERT
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516
26517 \backslash
26518 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26519 on}
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 \begin_inset Float table
26529 placement !p
26530 wide false
26531 sideways false
26532 status open
26533
26534 \begin_layout Plain Layout
26535 \begin_inset Caption
26536
26537 \begin_layout Plain Layout
26538 \begin_inset CommandInset label
26539 LatexCommand label
26540 name "tab:Langer-Tab-Titel"
26541
26542 \end_inset
26543
26544 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26545  ist, um das andere Beschriftungsformat zu zeigen.
26546  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
26547  benutzt.
26548 \begin_inset Argument
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
26553  ist.
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Plain Layout
26567 \align center
26568 \begin_inset Tabular
26569 <lyxtabular version="3" rows="1" columns="5">
26570 <features tabularvalignment="middle">
26571 <column alignment="center" valignment="top" width="0">
26572 <column alignment="center" valignment="top" width="0">
26573 <column alignment="center" valignment="top" width="0">
26574 <column alignment="center" valignment="top" width="0">
26575 <column alignment="center" valignment="top" width="0">
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 a
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 b
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 c
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 d
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 e
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 </row>
26623 </lyxtabular>
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Section
26636 Beschriftungs-Platzierung
26637 \begin_inset CommandInset label
26638 LatexCommand label
26639 name "abs:Titel-Platzierung"
26640
26641 \end_inset
26642
26643
26644 \begin_inset Index idx
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 Gleitobjekte ! Beschriftung ! Platzierung
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \begin_layout Standard
26657 Normalerweise werden die Beschriftungen wie folgt platziert:
26658 \end_layout
26659
26660 \begin_layout Description
26661 Abbildung: darunter
26662 \end_layout
26663
26664 \begin_layout Description
26665 Tabelle: darüber
26666 \end_layout
26667
26668 \begin_layout Standard
26669 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
26670  Das heißt wenn Sie eine der Dokument-Klassen 
26671 \family sans
26672 article
26673 \family default
26674
26675 \family sans
26676 book
26677 \family default
26678
26679 \family sans
26680 letter
26681 \family default
26682  oder 
26683 \family sans
26684 report
26685 \family default
26686  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
26687  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
26688 \series bold
26689 caption
26690 \series default
26691  im LaTeX-Vorspann folgendes schreiben:
26692 \begin_inset Foot
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696 In Abschnitt
26697 \begin_inset space ~
26698 \end_inset
26699
26700
26701 \begin_inset CommandInset ref
26702 LatexCommand ref
26703 reference "abs:Titel-Formatierung"
26704
26705 \end_inset
26706
26707  steht mehr über das Paket 
26708 \series bold
26709 caption
26710 \series default
26711 .
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Standard
26720
26721 \series bold
26722 tableposition=top
26723 \end_layout
26724
26725 \begin_layout Standard
26726 Wenn Sie eine 
26727 \series bold
26728 KOMA-Script
26729 \series default
26730
26731 \begin_inset Index idx
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735 LaTeX-Pakete ! KOMA-Script
26736 \end_layout
26737
26738 \end_inset
26739
26740 -Dokumentklasse (
26741 \family sans
26742 article (KOMA-Script)
26743 \family default
26744
26745 \family sans
26746 book (KOMA-Script)
26747 \family default
26748
26749 \family sans
26750 letter (KOMA-Script)
26751 \family default
26752  oder 
26753 \family sans
26754 report (KOMA-Script)
26755 \family default
26756 ) benutzen, können Sie alternativ zum 
26757 \series bold
26758 caption
26759 \series default
26760 -Paket die Option 
26761 \series bold
26762 captions=tableheading
26763 \series default
26764  benutzen.
26765 \end_layout
26766
26767 \begin_layout Standard
26768 \begin_inset VSpace bigskip
26769 \end_inset
26770
26771 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
26772  Das bewirkt das LaTeX-Paket 
26773 \series bold
26774 sidecap
26775 \series default
26776
26777 \begin_inset Index idx
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781 LaTeX-Pakete ! sidecap
26782 \end_layout
26783
26784 \end_inset
26785
26786 , das so in den LaTeX-Vorspann geladen wird:
26787 \end_layout
26788
26789 \begin_layout Standard
26790
26791 \series bold
26792
26793 \backslash
26794 usepackage[Option]{sidecap}
26795 \end_layout
26796
26797 \begin_layout Standard
26798 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
26799  Mit 
26800 \series bold
26801 innercaption
26802 \series default
26803  wird die Beschriftung innen gedruckt.
26804  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
26805  
26806 \series bold
26807 rightcaption
26808 \series default
26809  oder 
26810 \series bold
26811 leftcaption
26812 \series default
26813 .
26814 \end_layout
26815
26816 \begin_layout Standard
26817 \begin_inset ERT
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822
26823 \backslash
26824 ifsidecap
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \begin_inset Note Note
26831 status open
26832
26833 \begin_layout Plain Layout
26834 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26835 \series bold
26836 sidecap
26837 \series default
26838  installiert ist.
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Standard
26847 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
26848  in den LaTeX-Vorspann schreiben:
26849 \end_layout
26850
26851 \begin_layout Standard
26852 \noindent
26853 \begin_inset CommandInset line
26854 LatexCommand rule
26855 offset "0.5ex"
26856 width "100line%"
26857 height "1pt"
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \begin_layout Standard
26865
26866 \series bold
26867
26868 \backslash
26869 newcommand{
26870 \backslash
26871 TabBesBeg}[1][1.0]{%
26872 \begin_inset Newline newline
26873 \end_inset
26874
26875
26876 \begin_inset Phantom HPhantom
26877 status open
26878
26879 \begin_layout Plain Layout
26880 \begin_inset space ~
26881 \end_inset
26882
26883
26884 \end_layout
26885
26886 \end_inset
26887
26888
26889 \backslash
26890 let
26891 \backslash
26892 MyTable
26893 \backslash
26894 table
26895 \begin_inset Newline newline
26896 \end_inset
26897
26898
26899 \begin_inset Phantom HPhantom
26900 status open
26901
26902 \begin_layout Plain Layout
26903
26904 \series medium
26905 \begin_inset space ~
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \backslash
26915 let
26916 \backslash
26917 MyEndtable
26918 \backslash
26919 endtable
26920 \begin_inset Newline newline
26921 \end_inset
26922
26923
26924 \begin_inset Phantom HPhantom
26925 status open
26926
26927 \begin_layout Plain Layout
26928
26929 \series medium
26930 \begin_inset space ~
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \backslash
26940 renewenvironment{table}[1]{
26941 \backslash
26942 begin{SCtable}[#1]##1}{
26943 \backslash
26944 end{SCtable}}}
26945 \end_layout
26946
26947 \begin_layout Standard
26948
26949 \series bold
26950
26951 \backslash
26952 newcommand{
26953 \backslash
26954 TabBesEnd}{%
26955 \begin_inset Newline newline
26956 \end_inset
26957
26958
26959 \begin_inset Phantom HPhantom
26960 status open
26961
26962 \begin_layout Plain Layout
26963 \begin_inset space ~
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \backslash
26973 let
26974 \backslash
26975 table
26976 \backslash
26977 MyTable
26978 \begin_inset Newline newline
26979 \end_inset
26980
26981
26982 \begin_inset Phantom HPhantom
26983 status open
26984
26985 \begin_layout Plain Layout
26986 \begin_inset space ~
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \backslash
26996 let
26997 \backslash
26998 endtable
26999 \backslash
27000 MyEndtable
27001 \end_layout
27002
27003 \begin_layout Standard
27004
27005 \series bold
27006
27007 \backslash
27008 newcommand{
27009 \backslash
27010 FigBesBeg}[1][1.0]{%
27011 \begin_inset Newline newline
27012 \end_inset
27013
27014
27015 \begin_inset Phantom HPhantom
27016 status open
27017
27018 \begin_layout Plain Layout
27019 \begin_inset space ~
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \backslash
27029 let
27030 \backslash
27031 MyFigure
27032 \backslash
27033 figure
27034 \begin_inset Newline newline
27035 \end_inset
27036
27037
27038 \begin_inset Phantom HPhantom
27039 status open
27040
27041 \begin_layout Plain Layout
27042 \begin_inset space ~
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \backslash
27052 let
27053 \backslash
27054 MyEndfigure
27055 \backslash
27056 endfigure
27057 \begin_inset Newline newline
27058 \end_inset
27059
27060
27061 \begin_inset Phantom HPhantom
27062 status open
27063
27064 \begin_layout Plain Layout
27065 \begin_inset space ~
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \backslash
27075 renewenvironment{figure}[1]{
27076 \backslash
27077 begin{SCfigure}[#1]##1}{
27078 \backslash
27079 end{SCfigure}}}
27080 \end_layout
27081
27082 \begin_layout Standard
27083
27084 \series bold
27085
27086 \backslash
27087 newcommand{
27088 \backslash
27089 FigBesEnd}{%
27090 \begin_inset Newline newline
27091 \end_inset
27092
27093
27094 \begin_inset Phantom HPhantom
27095 status open
27096
27097 \begin_layout Plain Layout
27098 \begin_inset space ~
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \backslash
27108 let
27109 \backslash
27110 figure
27111 \backslash
27112 MyFigure
27113 \begin_inset Newline newline
27114 \end_inset
27115
27116
27117 \begin_inset Phantom HPhantom
27118 status open
27119
27120 \begin_layout Plain Layout
27121 \begin_inset space ~
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \backslash
27131 let
27132 \backslash
27133 endfigure
27134 \backslash
27135 MyEndfigure}
27136 \end_layout
27137
27138 \begin_layout Standard
27139 \noindent
27140 \begin_inset CommandInset line
27141 LatexCommand rule
27142 offset "0.5ex"
27143 width "100line%"
27144 height "1pt"
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \begin_layout Standard
27152 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
27153 ungen seitlich gedruckt werden.
27154  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
27155 \end_layout
27156
27157 \begin_layout Standard
27158
27159 \series bold
27160
27161 \backslash
27162 FigBesBeg
27163 \end_layout
27164
27165 \begin_layout Standard
27166 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
27167 \end_layout
27168
27169 \begin_layout Standard
27170
27171 \series bold
27172
27173 \backslash
27174 FigBesEnd
27175 \end_layout
27176
27177 \begin_layout Standard
27178 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
27179  zurückkehren wollen.
27180 \end_layout
27181
27182 \begin_layout Standard
27183 Bei Gleitobjekt-Tabellen heißen die Befehle
27184 \end_layout
27185
27186 \begin_layout Standard
27187
27188 \series bold
27189
27190 \backslash
27191 TabBesBeg
27192 \series default
27193  und 
27194 \series bold
27195
27196 \backslash
27197 TabBesEnd
27198 \series default
27199 .
27200 \end_layout
27201
27202 \begin_layout Standard
27203 Abbildung
27204 \begin_inset space ~
27205 \end_inset
27206
27207
27208 \begin_inset CommandInset ref
27209 LatexCommand ref
27210 reference "abb:Beschriftung-neben"
27211
27212 \end_inset
27213
27214  und Tabelle
27215 \begin_inset space ~
27216 \end_inset
27217
27218
27219 \begin_inset CommandInset ref
27220 LatexCommand ref
27221 reference "tab:Beschriftung-neben"
27222
27223 \end_inset
27224
27225  sind Beispiele für seitliche Beschriftungen.
27226 \end_layout
27227
27228 \begin_layout Standard
27229 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
27230  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
27231  der Abbildung.
27232  Das kann man mit dem Befehl
27233 \end_layout
27234
27235 \begin_layout Standard
27236
27237 \series bold
27238
27239 \backslash
27240 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
27241 \end_layout
27242
27243 \begin_layout Standard
27244 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
27245  Der Gleitobjekt-Typ ist entweder 
27246 \family sans
27247 figure
27248 \family default
27249  oder 
27250 \family sans
27251 table
27252 \family default
27253 , die
27254 \family sans
27255  
27256 \family default
27257 Platzierung ist 
27258 \family typewriter
27259 t
27260 \family default
27261  für oben, 
27262 \family typewriter
27263 c
27264 \family default
27265  für zentriert oder 
27266 \family typewriter
27267 b
27268 \family default
27269  für unten.
27270  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
27271  lautet der Befehl
27272 \end_layout
27273
27274 \begin_layout Standard
27275
27276 \series bold
27277
27278 \backslash
27279 sidecaptionvpos{figure}{c}
27280 \end_layout
27281
27282 \begin_layout Standard
27283 Das wurde in Abbildung
27284 \begin_inset space ~
27285 \end_inset
27286
27287
27288 \begin_inset CommandInset ref
27289 LatexCommand ref
27290 reference "abb:cap-beside-fig-2"
27291
27292 \end_inset
27293
27294  benutzt.
27295 \end_layout
27296
27297 \begin_layout Standard
27298 \begin_inset VSpace medskip
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \begin_layout Standard
27305 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
27306  Für schmale Bilder/Tabellen, wie in Tabelle
27307 \begin_inset space ~
27308 \end_inset
27309
27310
27311 \begin_inset CommandInset ref
27312 LatexCommand ref
27313 reference "tab:Beschriftung-neben"
27314
27315 \end_inset
27316
27317 , führt dies zu zu schmalen Beschriftungen.
27318  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
27319  Breite des Bildes/der Tabelle multipliziert wird.
27320  Das Ergebnis ist die Beschriftungsbreite.
27321  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
27322  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
27323  Der 
27324 \emph on
27325 Faktor
27326 \emph default
27327  kann entweder als optionales Argument für 
27328 \series bold
27329
27330 \backslash
27331 FigBesBeg
27332 \series default
27333  angegeben werden:
27334 \end_layout
27335
27336 \begin_layout Standard
27337
27338 \series bold
27339
27340 \backslash
27341 FigBesBeg[Faktor]
27342 \end_layout
27343
27344 \begin_layout Standard
27345 oder indem man in der Definition von 
27346 \series bold
27347
27348 \backslash
27349 FigBesBeg
27350 \series default
27351  die 
27352 \series bold
27353 1.0
27354 \series default
27355  mit einem anderen Wert ersetzt.
27356  Bei letzterem ist der angegebene Faktor der Standard wenn 
27357 \series bold
27358
27359 \backslash
27360 FigBesBeg
27361 \series default
27362  ohne Argument verwendet wird.
27363  Für Tabelle
27364 \begin_inset space ~
27365 \end_inset
27366
27367
27368 \begin_inset CommandInset ref
27369 LatexCommand ref
27370 reference "tab:Beschriftung-neben-breiter"
27371
27372 \end_inset
27373
27374  und Abbildung
27375 \begin_inset space ~
27376 \end_inset
27377
27378
27379 \begin_inset CommandInset ref
27380 LatexCommand ref
27381 reference "abb:cap-beside-fig-2"
27382
27383 \end_inset
27384
27385  wurde der Faktor 5 verwendet.
27386 \end_layout
27387
27388 \begin_layout Standard
27389 \begin_inset Note Greyedout
27390 status open
27391
27392 \begin_layout Plain Layout
27393
27394 \series bold
27395 Achtung:
27396 \series default
27397  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
27398 erungsoption 
27399 \family sans
27400 Hier,
27401 \begin_inset space ~
27402 \end_inset
27403
27404 auf
27405 \begin_inset space ~
27406 \end_inset
27407
27408 jeden
27409 \begin_inset space ~
27410 \end_inset
27411
27412 Fall
27413 \family default
27414  nicht verwendet werden werden, da diese von 
27415 \series bold
27416 sidecap
27417 \series default
27418  nicht unterstützt wird.
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \begin_inset VSpace medskip
27428 \end_inset
27429
27430 Weitere Informationen über das Paket
27431 \series bold
27432  sidecap
27433 \series default
27434  finden Sie in seiner Dokumentation 
27435 \begin_inset CommandInset citation
27436 LatexCommand cite
27437 key "sidecap"
27438
27439 \end_inset
27440
27441 .
27442 \end_layout
27443
27444 \begin_layout Standard
27445 \begin_inset Note Greyedout
27446 status open
27447
27448 \begin_layout Plain Layout
27449
27450 \series bold
27451 Bemerkung:
27452 \series default
27453  Das LaTeX-Paket 
27454 \series bold
27455 hypcap
27456 \series default
27457 ,
27458 \begin_inset Index idx
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462 LaTeX-Pakete ! hypcap
27463 \end_layout
27464
27465 \end_inset
27466
27467  das in Abschnitt
27468 \begin_inset space ~
27469 \end_inset
27470
27471
27472 \begin_inset CommandInset ref
27473 LatexCommand ref
27474 reference "uab:Querverweis-Position"
27475
27476 \end_inset
27477
27478  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
27479  Beschriftungen.
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Standard
27488 \begin_inset ERT
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492
27493
27494 \backslash
27495 FigBesBeg 
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \begin_inset Float figure
27505 wide false
27506 sideways false
27507 status open
27508
27509 \begin_layout Plain Layout
27510 \begin_inset Graphics
27511         filename ../clipart/escher-lsd.eps
27512         scale 75
27513         scaleBeforeRotation
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Plain Layout
27521 \begin_inset Caption
27522
27523 \begin_layout Plain Layout
27524 \begin_inset CommandInset label
27525 LatexCommand label
27526 name "abb:Beschriftung-neben"
27527
27528 \end_inset
27529
27530 Dies ist eine Beschriftung neben einer Abbildung.
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Standard
27544 \begin_inset ERT
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 FigBesEnd
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \begin_inset ERT
27561 status collapsed
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 TabBesBeg 
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset Float table
27577 wide false
27578 sideways false
27579 status open
27580
27581 \begin_layout Plain Layout
27582 \begin_inset Caption
27583
27584 \begin_layout Plain Layout
27585 \begin_inset CommandInset label
27586 LatexCommand label
27587 name "tab:Beschriftung-neben"
27588
27589 \end_inset
27590
27591 Dies ist eine Beschriftung neben einer Tabelle.
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Plain Layout
27600 \begin_inset Tabular
27601 <lyxtabular version="3" rows="4" columns="5">
27602 <features tabularvalignment="middle">
27603 <column alignment="center" valignment="top" width="0">
27604 <column alignment="center" valignment="top" width="0">
27605 <column alignment="center" valignment="top" width="0">
27606 <column alignment="center" valignment="top" width="0">
27607 <column alignment="center" valignment="top" width="0">
27608 <row>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613 a
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631 b
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649 c
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 </row>
27655 <row>
27656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 d
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27684 \begin_inset Text
27685
27686 \begin_layout Plain Layout
27687 e
27688 \end_layout
27689
27690 \end_inset
27691 </cell>
27692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27693 \begin_inset Text
27694
27695 \begin_layout Plain Layout
27696
27697 \end_layout
27698
27699 \end_inset
27700 </cell>
27701 </row>
27702 <row>
27703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27704 \begin_inset Text
27705
27706 \begin_layout Plain Layout
27707 f
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 g
27726 \end_layout
27727
27728 \end_inset
27729 </cell>
27730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Plain Layout
27734
27735 \end_layout
27736
27737 \end_inset
27738 </cell>
27739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743 h
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 </row>
27749 <row>
27750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 i
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 j
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 </row>
27796 </lyxtabular>
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \begin_layout Standard
27809 \begin_inset ERT
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813
27814
27815 \backslash
27816 TabBesEnd
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Standard
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829
27830
27831 \backslash
27832 FigBesBeg[5] 
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 sidecaptionvpos{figure}{c}
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Float figure
27855 wide false
27856 sideways false
27857 status open
27858
27859 \begin_layout Plain Layout
27860 \begin_inset Graphics
27861         filename ../clipart/escher-lsd.eps
27862         scale 75
27863         scaleBeforeRotation
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \begin_layout Plain Layout
27871 \begin_inset Caption
27872
27873 \begin_layout Plain Layout
27874 \begin_inset CommandInset label
27875 LatexCommand label
27876 name "abb:cap-beside-fig-2"
27877
27878 \end_inset
27879
27880 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \begin_layout Standard
27894 \begin_inset ERT
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898
27899
27900 \backslash
27901 FigBesEnd
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Standard
27910 \begin_inset ERT
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914
27915
27916 \backslash
27917 TabBesBeg[5]
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \begin_layout Standard
27926 \begin_inset Float table
27927 wide false
27928 sideways false
27929 status open
27930
27931 \begin_layout Plain Layout
27932 \begin_inset Caption
27933
27934 \begin_layout Plain Layout
27935 \begin_inset CommandInset label
27936 LatexCommand label
27937 name "tab:Beschriftung-neben-breiter"
27938
27939 \end_inset
27940
27941 Diese Beschriftung ist breiter als die in Tabelle
27942 \begin_inset space ~
27943 \end_inset
27944
27945
27946 \begin_inset CommandInset ref
27947 LatexCommand ref
27948 reference "tab:Beschriftung-neben"
27949
27950 \end_inset
27951
27952 .
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Plain Layout
27961 \begin_inset Tabular
27962 <lyxtabular version="3" rows="4" columns="5">
27963 <features tabularvalignment="middle">
27964 <column alignment="center" valignment="top" width="0">
27965 <column alignment="center" valignment="top" width="0">
27966 <column alignment="center" valignment="top" width="0">
27967 <column alignment="center" valignment="top" width="0">
27968 <column alignment="center" valignment="top" width="0">
27969 <row>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 a
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 b
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Plain Layout
28001
28002 \end_layout
28003
28004 \end_inset
28005 </cell>
28006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 c
28011 \end_layout
28012
28013 \end_inset
28014 </cell>
28015 </row>
28016 <row>
28017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28018 \begin_inset Text
28019
28020 \begin_layout Plain Layout
28021
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 d
28031 \end_layout
28032
28033 \end_inset
28034 </cell>
28035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28036 \begin_inset Text
28037
28038 \begin_layout Plain Layout
28039
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 e
28049 \end_layout
28050
28051 \end_inset
28052 </cell>
28053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28054 \begin_inset Text
28055
28056 \begin_layout Plain Layout
28057
28058 \end_layout
28059
28060 \end_inset
28061 </cell>
28062 </row>
28063 <row>
28064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 f
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28083 \begin_inset Text
28084
28085 \begin_layout Plain Layout
28086 g
28087 \end_layout
28088
28089 \end_inset
28090 </cell>
28091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28092 \begin_inset Text
28093
28094 \begin_layout Plain Layout
28095
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104 h
28105 \end_layout
28106
28107 \end_inset
28108 </cell>
28109 </row>
28110 <row>
28111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 i
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Plain Layout
28133
28134 \end_layout
28135
28136 \end_inset
28137 </cell>
28138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Plain Layout
28142 j
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28148 \begin_inset Text
28149
28150 \begin_layout Plain Layout
28151
28152 \end_layout
28153
28154 \end_inset
28155 </cell>
28156 </row>
28157 </lyxtabular>
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Standard
28170 \begin_inset ERT
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174
28175
28176 \backslash
28177 TabBesEnd
28178 \end_layout
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 \begin_inset ERT
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190
28191
28192 \backslash
28193 else
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Note Note
28200 status open
28201
28202 \begin_layout Plain Layout
28203 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
28204 \series bold
28205 sidecap
28206 \series default
28207  nicht installiert ist:
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Das LaTeX-Paket 
28217 \series bold
28218 sidecap
28219 \series default
28220  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
28221 \end_layout
28222
28223 \begin_layout Standard
28224 \begin_inset ERT
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228
28229
28230 \backslash
28231 fi
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Section
28240 Gleitobjekt-Verzeichnisse
28241 \begin_inset Index idx
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 Gleitobjekte ! Verzeichnisse
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \begin_layout Standard
28254 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
28255  Sie können mit den Untermenüs von 
28256 \family sans
28257 Einfügen\SpecialChar \menuseparator
28258 Liste
28259 \begin_inset space ~
28260 \end_inset
28261
28262 /
28263 \begin_inset space ~
28264 \end_inset
28265
28266 Inhaltsverzeichnis
28267 \family default
28268  eingefügt werden.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
28273  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
28278  und ein Tabellen-Verzeichnis.
28279 \end_layout
28280
28281 \begin_layout Chapter
28282 Notizen
28283 \end_layout
28284
28285 \begin_layout Section
28286 LyX-Notizen
28287 \begin_inset Index idx
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291 Notizen ! LyX-Notizen
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Standard
28300 Notizen werden mit einem Klick auf 
28301 \family sans
28302
28303 \begin_inset Info
28304 type  "icon"
28305 arg   "note-insert"
28306 \end_inset
28307
28308
28309 \family default
28310  oder 
28311 \family sans
28312 Einfügen\SpecialChar \menuseparator
28313 Notiz
28314 \family default
28315  eingefügt.
28316  Es gibt drei Arten:
28317 \end_layout
28318
28319 \begin_layout Description
28320 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
28321  Eine 
28322 \family sans
28323 LyX-Notiz
28324 \family default
28325  sieht so aus:
28326 \begin_inset Newline newline
28327 \end_inset
28328
28329
28330 \begin_inset Newline newline
28331 \end_inset
28332
28333
28334 \begin_inset Graphics
28335         filename clipart/LyXNotizQt4.png
28336         display false
28337         scale 60
28338         scaleBeforeRotation
28339
28340 \end_inset
28341
28342  
28343 \begin_inset Note Note
28344 status open
28345
28346 \begin_layout Plain Layout
28347 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Description
28356 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
28357  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
28358 \family sans
28359 Datei\SpecialChar \menuseparator
28360 Ex\SpecialChar \-
28361 por\SpecialChar \-
28362 tie\SpecialChar \-
28363 ren\SpecialChar \menuseparator
28364 LaTe
28365 \begin_inset ERT
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369
28370 {}
28371 \end_layout
28372
28373 \end_inset
28374
28375 X (pdflatex) / (normal)
28376 \family default
28377 .
28378  Ein Kommentar sieht so aus:
28379 \begin_inset Newline newline
28380 \end_inset
28381
28382
28383 \begin_inset Newline newline
28384 \end_inset
28385
28386
28387 \begin_inset Graphics
28388         filename clipart/KommentarQt4.png
28389         display false
28390         scale 60
28391         scaleBeforeRotation
28392
28393 \end_inset
28394
28395  
28396 \begin_inset Note Comment
28397 status open
28398
28399 \begin_layout Plain Layout
28400 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Description
28409 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
28410 \begin_inset Newline newline
28411 \end_inset
28412
28413
28414 \begin_inset Newline newline
28415 \end_inset
28416
28417
28418 \begin_inset Graphics
28419         filename clipart/GrauschriftNotizQt4.png
28420         display false
28421         scale 60
28422         scaleBeforeRotation
28423
28424 \end_inset
28425
28426
28427 \begin_inset Newline newline
28428 \end_inset
28429
28430
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435
28436
28437 \backslash
28438 renewenvironment{lyxgreyedout}
28439 \end_layout
28440
28441 \begin_layout Plain Layout
28442
28443 {
28444 \backslash
28445 textcolor[gray]{0.4}
28446 \backslash
28447 bgroup}{
28448 \backslash
28449 egroup}
28450 \end_layout
28451
28452 \end_inset
28453
28454
28455 \begin_inset Note Greyedout
28456 status open
28457
28458 \begin_layout Plain Layout
28459 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
28460 \begin_inset Foot
28461 status open
28462
28463 \begin_layout Plain Layout
28464 Dies ist eine Fußnote in einer Grauschrift-Notiz.
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset ERT
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479
28480
28481 \backslash
28482 renewenvironment{lyxgreyedout}
28483 \end_layout
28484
28485 \begin_layout Plain Layout
28486
28487 {
28488 \backslash
28489 textcolor{blue}
28490 \backslash
28491 bgroup}{
28492 \backslash
28493 egroup}
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \begin_inset Note Note
28500 status collapsed
28501
28502 \begin_layout Plain Layout
28503 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
28504  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
28505  
28506 \end_layout
28507
28508 \end_inset
28509
28510
28511 \begin_inset Newline newline
28512 \end_inset
28513
28514
28515 \begin_inset Newline newline
28516 \end_inset
28517
28518 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
28519  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
28520 \end_layout
28521
28522 \begin_layout Standard
28523 \begin_inset VSpace bigskip
28524 \end_inset
28525
28526 Wenn Sie auf den Werkzeugleistenknopf 
28527 \family sans
28528
28529 \begin_inset Info
28530 type  "icon"
28531 arg   "note-insert"
28532 \end_inset
28533
28534
28535 \family default
28536  klicken, wird zunächst eine 
28537 \family sans
28538 LyX-Notiz
28539 \family default
28540  eingefügt.
28541  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
28542  anderen Möglichkeiten auswählen.
28543  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
28544  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
28545  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
28546  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
28547  am Ende der Notiz ist.
28548 \end_layout
28549
28550 \begin_layout Standard
28551 \begin_inset VSpace bigskip
28552 \end_inset
28553
28554 Die Textfarbe von Grauschrift-Boxen kann im Menü 
28555 \family sans
28556 Dokument\SpecialChar \menuseparator
28557 Einstellungen\SpecialChar \menuseparator
28558 Farben
28559 \family default
28560  geändert werden.
28561 \end_layout
28562
28563 \begin_layout Section
28564 Fußnoten
28565 \begin_inset CommandInset label
28566 LatexCommand label
28567 name "abs:Fußnoten"
28568
28569 \end_inset
28570
28571
28572 \begin_inset Index idx
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 Notizen ! Fußnoten
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \begin_inset Index idx
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 Fußnoten
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Standard
28595 Fußnoten werden über den Werkzeugleistenknopf 
28596 \family sans
28597
28598 \begin_inset Info
28599 type  "icon"
28600 arg   "footnote-insert"
28601 \end_inset
28602
28603
28604 \family default
28605  oder das Menü 
28606 \family sans
28607 Einfügen\SpecialChar \menuseparator
28608 Fußnote
28609 \family default
28610  eingefügt.
28611  Man sieht dann diese Fußnotenbox: 
28612 \begin_inset Graphics
28613         filename clipart/FussnoteQt4.png
28614         scale 80
28615         scaleBeforeRotation
28616
28617 \end_inset
28618
28619  in die der Fußnotentext eingegeben wird.
28620  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
28621  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
28622  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
28623 \family sans
28624 Backspace
28625 \family default
28626  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
28627 \family sans
28628 Entf
28629 \family default
28630  wenn der Cursor am Ende der Fußnote ist.
28631 \end_layout
28632
28633 \begin_layout Standard
28634 Hier ist eine Beispielfußnote:
28635 \color black
28636
28637 \begin_inset Foot
28638 status open
28639
28640 \begin_layout Plain Layout
28641 \begin_inset CommandInset label
28642 LatexCommand label
28643 name "fuss:Fußnoten-Beispiel"
28644
28645 \end_inset
28646
28647 Dies ist eine Fußnote.
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \color inherit
28654
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 newcounter{MyRepeatFoot}
28663 \end_layout
28664
28665 \begin_layout Plain Layout
28666
28667
28668 \backslash
28669 setcounter{MyRepeatFoot}{
28670 \backslash
28671 thefootnote}
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \begin_layout Standard
28680 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
28681  wurde, eine hochgestellte Zahl.
28682  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
28683  hochgestellt dem Text vorangeht.
28684  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
28685  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
28686  werden.
28687 \end_layout
28688
28689 \begin_layout Standard
28690 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
28691  der Fußnote eine Marke eingefügt wurde.
28692  Dies ist ein Querverweis auf Fußnote
28693 \begin_inset space ~
28694 \end_inset
28695
28696
28697 \begin_inset CommandInset ref
28698 LatexCommand ref
28699 reference "fuss:Fußnoten-Beispiel"
28700
28701 \end_inset
28702
28703 .
28704 \end_layout
28705
28706 \begin_layout Standard
28707 \begin_inset VSpace defskip
28708 \end_inset
28709
28710 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
28711  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
28712  wird der Befehl 
28713 \series bold
28714
28715 \backslash
28716 footnotemark{}
28717 \series default
28718  als TeX-Code eingefügt.
28719  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
28720 \series bold
28721
28722 \backslash
28723 footnotetext
28724 \series default
28725  nach der Tabelle eingegeben.
28726 \begin_inset Newline newline
28727 \end_inset
28728
28729 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
28730 \end_layout
28731
28732 \begin_layout Standard
28733
28734 \series bold
28735
28736 \backslash
28737 footnotetext{
28738 \series default
28739 Gedruckte Tabellenfußnote.
28740 \series bold
28741 }
28742 \end_layout
28743
28744 \begin_layout Standard
28745 \begin_inset Tabular
28746 <lyxtabular version="3" rows="2" columns="1">
28747 <features tabularvalignment="middle">
28748 <column alignment="center" valignment="top" width="0">
28749 <row>
28750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28751 \begin_inset Text
28752
28753 \begin_layout Plain Layout
28754 Dies ist ein Beispieltext.
28755 \begin_inset Foot
28756 status open
28757
28758 \begin_layout Plain Layout
28759 Diese Fußnote wird nicht gedruckt!
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \end_inset
28768 </cell>
28769 </row>
28770 <row>
28771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28772 \begin_inset Text
28773
28774 \begin_layout Plain Layout
28775 Dies ist ein Beispieltext.
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 footnotemark{}
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 </row>
28794 </lyxtabular>
28795
28796 \end_inset
28797
28798
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 footnotetext{
28807 \end_layout
28808
28809 \end_inset
28810
28811 Gedruckte Tabellenfußnote.
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817 }
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Fußnoten in langen Tabellen sind in Abschnitt
28827 \begin_inset space ~
28828 \end_inset
28829
28830
28831 \begin_inset CommandInset ref
28832 LatexCommand ref
28833 reference "uab:Fußnoten-in-langen"
28834
28835 \end_inset
28836
28837  beschrieben.
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
28842  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
28843  innerhalb einer Seite ist.
28844  (Mehr über Minipages ist in Abschnitt
28845 \begin_inset space ~
28846 \end_inset
28847
28848
28849 \begin_inset CommandInset ref
28850 LatexCommand ref
28851 reference "abs:Minipage"
28852
28853 \end_inset
28854
28855  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
28856  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
28857  Methode mit 
28858 \series bold
28859
28860 \backslash
28861 footnotemark{}
28862 \series default
28863  und 
28864 \series bold
28865
28866 \backslash
28867 footnotetext
28868 \series default
28869 .
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset Box Frameless
28874 position "t"
28875 hor_pos "c"
28876 has_inner_box 1
28877 inner_pos "t"
28878 use_parbox 0
28879 use_makebox 0
28880 width "100col%"
28881 special "none"
28882 height "1in"
28883 height_special "totalheight"
28884 status open
28885
28886 \begin_layout Plain Layout
28887 Dies ist ein Beispieltext.in einer Minipage.
28888 \begin_inset Foot
28889 status open
28890
28891 \begin_layout Plain Layout
28892 Fußnote in einer Minipage.
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Plain Layout
28901 Dies ist ein Beispieltext.
28902  in einer Minipage.
28903 \begin_inset ERT
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908
28909 \backslash
28910 footnotemark{}
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929
28930 \backslash
28931 footnotetext{
28932 \end_layout
28933
28934 \end_inset
28935
28936 Fußnote außerhalb der Minipage.
28937 \begin_inset ERT
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941
28942 }
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \begin_layout Standard
28951 \begin_inset VSpace defskip
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
28959  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
28960 \series bold
28961
28962 \backslash
28963 footnotemark[Nummer]
28964 \series default
28965 .
28966 \begin_inset Newline newline
28967 \end_inset
28968
28969 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
28970  sie speichern, nachdem Sie die Fußnote eingefügt haben.
28971  Hinter Fußnote
28972 \begin_inset space ~
28973 \end_inset
28974
28975
28976 \begin_inset CommandInset ref
28977 LatexCommand ref
28978 reference "fuss:Fußnoten-Beispiel"
28979
28980 \end_inset
28981
28982  wurde das mit folgenden TeX-Code-Befehlen gemacht:
28983 \end_layout
28984
28985 \begin_layout Standard
28986
28987 \series bold
28988
28989 \backslash
28990 newcounter{MyRepeatFoot}
28991 \begin_inset Newline newline
28992 \end_inset
28993
28994
28995 \backslash
28996 setcounter{MyRepeatFoot}{
28997 \backslash
28998 thefootnote}
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
29003 \end_layout
29004
29005 \begin_layout Standard
29006
29007 \series bold
29008
29009 \backslash
29010 footnotemark[
29011 \backslash
29012 theMyRepeatFoot]
29013 \end_layout
29014
29015 \begin_layout Standard
29016 Hier ist eine wiederholte Fußnote:
29017 \begin_inset ERT
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022
29023 \backslash
29024 footnotemark[
29025 \backslash
29026 theMyRepeatFoot]
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Standard
29035 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
29036  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
29037 \end_layout
29038
29039 \begin_layout Standard
29040
29041 \series bold
29042
29043 \backslash
29044 footnotemark[
29045 \backslash
29046 thefootnote]
29047 \end_layout
29048
29049 \begin_layout Standard
29050 Hier ist eine weitere wiederholte Fußnote:
29051 \begin_inset ERT
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055
29056
29057 \backslash
29058 footnotemark[
29059 \backslash
29060 thefootnote]
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \begin_layout Subsection
29069 Fußnoten-Nummerierung
29070 \begin_inset CommandInset label
29071 LatexCommand label
29072 name "uab:Fußnoten-Nummerierung"
29073
29074 \end_inset
29075
29076
29077 \begin_inset Index idx
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Fußnoten ! Nummerierung
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Um Fußnoten nach jedem Abschnitt
29091 \family roman
29092  auf 1 zurückzusetzen, 
29093 \family default
29094 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29095 \end_layout
29096
29097 \begin_layout Standard
29098
29099 \series bold
29100
29101 \backslash
29102 @addtoreset{footnote}{section}
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset VSpace bigskip
29107 \end_inset
29108
29109 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
29110  Zahlen:
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116
29117 \backslash
29118 renewcommand{
29119 \backslash
29120 thefootnote}{
29121 \backslash
29122 roman{footnote}}
29123 \end_layout
29124
29125 \begin_layout Standard
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131
29132 \backslash
29133 renewcommand{
29134 \backslash
29135 thefootnote}{
29136 \backslash
29137 roman{footnote}}
29138 \end_layout
29139
29140 \end_inset
29141
29142  Hier ist ein Beispiel für solch eine Fußnote:
29143 \begin_inset Foot
29144 status open
29145
29146 \begin_layout Plain Layout
29147 Dies ist eine Fußnote mit kleinen römischen Zahlen
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
29157  in obigem Befehl 
29158 \series bold
29159
29160 \backslash
29161 roman
29162 \series default
29163  durch 
29164 \series bold
29165
29166 \backslash
29167 Roman
29168 \series default
29169 .
29170  Um Fußnoten mit großen oder kleinen Buchstaben zu 
29171 \begin_inset Quotes gld
29172 \end_inset
29173
29174 nummerieren
29175 \begin_inset Quotes grd
29176 \end_inset
29177
29178 , verwenden Sie die Befehle 
29179 \series bold
29180
29181 \backslash
29182 Alph
29183 \series default
29184  oder 
29185 \series bold
29186
29187 \backslash
29188 alph
29189 \series default
29190 .
29191  Für die 
29192 \begin_inset Quotes gld
29193 \end_inset
29194
29195 Nummerierung
29196 \begin_inset Quotes grd
29197 \end_inset
29198
29199  mit Symbolen steht der Befehl 
29200 \series bold
29201
29202 \backslash
29203 fnsymbol
29204 \series default
29205  zur Verfügung.
29206 \end_layout
29207
29208 \begin_layout Standard
29209 \begin_inset Note Greyedout
29210 status open
29211
29212 \begin_layout Plain Layout
29213
29214 \series bold
29215 Bemerkung 1:
29216 \series default
29217  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
29218  
29219 \emph on
29220 ein
29221 \emph default
29222  Buchstabe verwendet wird.
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \begin_inset Newline newline
29229 \end_inset
29230
29231
29232 \begin_inset Note Greyedout
29233 status open
29234
29235 \begin_layout Plain Layout
29236
29237 \series bold
29238 Bemerkung 2:
29239 \series default
29240  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Standard
29249 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
29250 \series bold
29251
29252 \backslash
29253 arabic
29254 \series default
29255  anstelle von 
29256 \series bold
29257
29258 \backslash
29259 roman
29260 \series default
29261  in obigem Befehl.
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267
29268 \backslash
29269 renewcommand{
29270 \backslash
29271 thefootnote}{
29272 \backslash
29273 arabic{footnote}}
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset VSpace bigskip
29283 \end_inset
29284
29285
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Wenn Sie wollen, dass Fußnoten nach dem Schema 
29290 \begin_inset Quotes gld
29291 \end_inset
29292
29293 Kapitel.Fußnote
29294 \begin_inset Quotes grd
29295 \end_inset
29296
29297  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
29298 \end_layout
29299
29300 \begin_layout Standard
29301
29302 \series bold
29303
29304 \backslash
29305 numberwithin{footnote}{chapter}
29306 \end_layout
29307
29308 \begin_layout Standard
29309 Um 
29310 \series bold
29311
29312 \backslash
29313 numberwithin
29314 \series default
29315  benutzen zu können, muss in den 
29316 \family sans
29317 Mathe
29318 \begin_inset space ~
29319 \end_inset
29320
29321 Optionen
29322 \family default
29323  der 
29324 \family sans
29325 Dokument-Einstellungen
29326 \family default
29327  
29328 \family sans
29329 AMS
29330 \begin_inset space ~
29331 \end_inset
29332
29333 Mathe
29334 \begin_inset space ~
29335 \end_inset
29336
29337 Paket
29338 \family default
29339
29340 \begin_inset space ~
29341 \end_inset
29342
29343
29344 \family sans
29345 verwenden
29346 \family default
29347  angekreuzt sein.
29348 \begin_inset ERT
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352
29353
29354 \backslash
29355 numberwithin{footnote}{chapter}
29356 \end_layout
29357
29358 \end_inset
29359
29360  Hier ist ein Beispiel für solch eine Fußnote.
29361 \series bold
29362
29363 \begin_inset Foot
29364 status open
29365
29366 \begin_layout Plain Layout
29367 Dies ist eine Fußnote nach dem Schema 
29368 \begin_inset Quotes gld
29369 \end_inset
29370
29371 Kapitel.Fußnote
29372 \begin_inset Quotes grd
29373 \end_inset
29374
29375 .
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \series default
29382
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 renewcommand{
29391 \backslash
29392 thefootnote}{
29393 \backslash
29394 arabic{footnote}}
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \begin_layout Standard
29403 \begin_inset Note Greyedout
29404 status open
29405
29406 \begin_layout Plain Layout
29407
29408 \series bold
29409 Bemerkung:
29410 \series default
29411  
29412 \series bold
29413
29414 \backslash
29415 numberwithin
29416 \series default
29417  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
29418  werden überschrieben.
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \begin_layout Standard
29427 Um also z.
29428 \begin_inset space \thinspace{}
29429 \end_inset
29430
29431 B.
29432  das Schema 
29433 \begin_inset Quotes gld
29434 \end_inset
29435
29436 Kapitel.
29437 \backslash
29438 Roman{footnote}
29439 \begin_inset Quotes grd
29440 \end_inset
29441
29442  zu erhalten, muss dieser Befehl anstelle von 
29443 \series bold
29444
29445 \backslash
29446 numberwithin
29447 \series default
29448  verwendet werden:
29449 \end_layout
29450
29451 \begin_layout Standard
29452
29453 \series bold
29454
29455 \backslash
29456 renewcommand{
29457 \backslash
29458 thefootnote}{
29459 \backslash
29460 thechapter.
29461 \backslash
29462 Roman{footnote}}
29463 \end_layout
29464
29465 \begin_layout Subsection
29466 Fußnoten-Platzierung
29467 \begin_inset Index idx
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471 Fußnoten ! Platzierung
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
29481  ohne Zwischenraum am Ende der Seite gedruckt.
29482  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
29483  LaTeX-Vorspann 1.5
29484 \begin_inset space \thinspace{}
29485 \end_inset
29486
29487 mm Zwischenraum einfügen:
29488 \end_layout
29489
29490 \begin_layout Standard
29491
29492 \series bold
29493
29494 \backslash
29495 let
29496 \backslash
29497 myFoot
29498 \backslash
29499 footnote
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503
29504 \backslash
29505 renewcommand{
29506 \backslash
29507 footnote}[1]{
29508 \backslash
29509 myFoot{#1
29510 \backslash
29511 vspace{1.5mm}}}
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset VSpace bigskip
29516 \end_inset
29517
29518 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
29519  Spalte gedruckt, Abbildung
29520 \begin_inset space ~
29521 \end_inset
29522
29523
29524 \begin_inset CommandInset ref
29525 LatexCommand ref
29526 reference "abb:Standard-Fußnoten-Platzierung-in"
29527
29528 \end_inset
29529
29530 .
29531  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
29532  in Abbildung
29533 \begin_inset space ~
29534 \end_inset
29535
29536
29537 \begin_inset CommandInset ref
29538 LatexCommand ref
29539 reference "abb:Fußnoten-Platzierung-in-einem"
29540
29541 \end_inset
29542
29543 , müssen Sie das LaTeX-Paket 
29544 \series bold
29545 ftnright
29546 \series default
29547
29548 \begin_inset Index idx
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 LaTeX-Pakete ! ftnright
29553 \end_layout
29554
29555 \end_inset
29556
29557  mit folgendem Befehl im LaTeX-Vorspann einfügen:
29558 \end_layout
29559
29560 \begin_layout Standard
29561
29562 \series bold
29563
29564 \backslash
29565 usepackage{ftnright}
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset Float figure
29570 placement !h
29571 wide false
29572 sideways false
29573 status open
29574
29575 \begin_layout Plain Layout
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 framebox{
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset Graphics
29590         filename ../clipart/without_fntright.pdf
29591         width 100col%
29592         scaleBeforeRotation
29593
29594 \end_inset
29595
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602 }
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Plain Layout
29611 \begin_inset Caption
29612
29613 \begin_layout Plain Layout
29614 \begin_inset CommandInset label
29615 LatexCommand label
29616 name "abb:Standard-Fußnoten-Platzierung-in"
29617
29618 \end_inset
29619
29620 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
29621 \begin_inset Argument
29622 status open
29623
29624 \begin_layout Plain Layout
29625 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset Float figure
29645 placement !h
29646 wide false
29647 sideways false
29648 status open
29649
29650 \begin_layout Plain Layout
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 framebox{
29659 \end_layout
29660
29661 \end_inset
29662
29663
29664 \begin_inset Graphics
29665         filename ../clipart/with_fntright.pdf
29666         width 100col%
29667         scaleBeforeRotation
29668
29669 \end_inset
29670
29671
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677 }
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Plain Layout
29686 \begin_inset Caption
29687
29688 \begin_layout Plain Layout
29689 \begin_inset CommandInset label
29690 LatexCommand label
29691 name "abb:Fußnoten-Platzierung-in-einem"
29692
29693 \end_inset
29694
29695 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
29696  
29697 \series bold
29698 ftnright
29699 \series default
29700 .
29701 \begin_inset Argument
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705 Fußnoten-Platzierung mit 
29706 \family typewriter
29707 ftnright
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Standard
29726 \begin_inset VSpace bigskip
29727 \end_inset
29728
29729 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
29730  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
29731 \begin_inset space ~
29732 \end_inset
29733
29734
29735 \begin_inset CommandInset ref
29736 LatexCommand ref
29737 reference "abb:endnotes"
29738
29739 \end_inset
29740
29741  gedruckt.
29742  Man nennt sie dann 
29743 \begin_inset Quotes gld
29744 \end_inset
29745
29746 Endnoten
29747 \begin_inset Quotes grd
29748 \end_inset
29749
29750 .
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Endnoten
29756 \end_layout
29757
29758 \end_inset
29759
29760  Um das zu erreichen, laden Sie im Menü 
29761 \family sans
29762 Dokument\SpecialChar \menuseparator
29763 Einstellungen\SpecialChar \menuseparator
29764 Module 
29765 \family default
29766 das Modul 
29767 \family sans
29768 Fußnote
29769 \begin_inset space ~
29770 \end_inset
29771
29772 als
29773 \begin_inset space ~
29774 \end_inset
29775
29776 Endnote
29777 \family default
29778 .
29779  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 theendnotes
29788 \end_layout
29789
29790 \begin_layout Standard
29791 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
29792 \end_layout
29793
29794 \begin_layout Standard
29795 \begin_inset Float figure
29796 wide false
29797 sideways false
29798 status open
29799
29800 \begin_layout Plain Layout
29801 \align center
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 framebox{
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset Graphics
29816         filename ../clipart/endnotes.pdf
29817         scaleBeforeRotation
29818
29819 \end_inset
29820
29821
29822 \begin_inset ERT
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826
29827 }
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Plain Layout
29836 \begin_inset Caption
29837
29838 \begin_layout Plain Layout
29839 \begin_inset CommandInset label
29840 LatexCommand label
29841 name "abb:endnotes"
29842
29843 \end_inset
29844
29845
29846 \series bold
29847 endnotes
29848 \series default
29849  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
29850  gedruckt.
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset VSpace medskip
29865 \end_inset
29866
29867 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
29868 ache übersetzt.
29869  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
29870 \begin_inset Quotes gld
29871 \end_inset
29872
29873 Notes
29874 \begin_inset Quotes grd
29875 \end_inset
29876
29877  in 
29878 \begin_inset Quotes gld
29879 \end_inset
29880
29881 Anmerkungen
29882 \begin_inset Quotes grd
29883 \end_inset
29884
29885 :
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \series bold
29891
29892 \backslash
29893 renewcommand{
29894 \backslash
29895 notesname}{Anmerkungen}
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset VSpace medskip
29900 \end_inset
29901
29902 Wenn Sie in den Befehlen von Abschnitt
29903 \begin_inset space ~
29904 \end_inset
29905
29906
29907 \begin_inset CommandInset ref
29908 LatexCommand ref
29909 reference "uab:Fußnoten-Nummerierung"
29910
29911 \end_inset
29912
29913  
29914 \series bold
29915
29916 \backslash
29917 thefootnote
29918 \series default
29919  durch 
29920 \series bold
29921
29922 \backslash
29923 theendnote
29924 \series default
29925  ersetzen, können Sie die Nummerierung von Endnoten ändern.
29926  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
29927 \series bold
29928
29929 \backslash
29930 @addtoreset
29931 \series default
29932  wie in Abschnitt
29933 \begin_inset space \space{}
29934 \end_inset
29935
29936
29937 \begin_inset CommandInset ref
29938 LatexCommand ref
29939 reference "uab:Fußnoten-Nummerierung"
29940
29941 \end_inset
29942
29943  beschrieben und ersetzen 
29944 \series bold
29945 footnote
29946 \series default
29947  durch 
29948 \series bold
29949 endnote
29950 \series default
29951 .
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Für Endnoten gibt es den Befehl 
29956 \series bold
29957
29958 \backslash
29959 endnotemark[Nummer]
29960 \series default
29961  analog zum Befehl 
29962 \series bold
29963
29964 \backslash
29965 footnotemark
29966 \series default
29967  der in Abschnitt
29968 \begin_inset space ~
29969 \end_inset
29970
29971
29972 \begin_inset CommandInset ref
29973 LatexCommand ref
29974 reference "abs:Fußnoten"
29975
29976 \end_inset
29977
29978  beschrieben ist.
29979 \end_layout
29980
29981 \begin_layout Standard
29982 \begin_inset VSpace bigskip
29983 \end_inset
29984
29985 Mit dem LaTeX-Paket 
29986 \series bold
29987 footmisc
29988 \series default
29989
29990 \begin_inset Index idx
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994 LaTeX-Pakete ! footmisc
29995 \end_layout
29996
29997 \end_inset
29998
29999  (
30000 \begin_inset CommandInset citation
30001 LatexCommand cite
30002 key "footmisc"
30003
30004 \end_inset
30005
30006 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
30007 \end_layout
30008
30009 \begin_layout Standard
30010 In LaTeX-Büchern, 
30011 \begin_inset CommandInset citation
30012 LatexCommand cite
30013 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
30014
30015 \end_inset
30016
30017 , finden Sie weiteres zu Fußnoten.
30018  Wenn Sie eine 
30019 \series bold
30020 KOMA-Script
30021 \series default
30022
30023 \begin_inset Index idx
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 LaTeX-Pakete ! KOMA-Script
30028 \end_layout
30029
30030 \end_inset
30031
30032  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
30033 zifische Befehle anpassen, siehe 
30034 \begin_inset CommandInset citation
30035 LatexCommand cite
30036 key "KOMA-Script"
30037
30038 \end_inset
30039
30040 .
30041 \end_layout
30042
30043 \begin_layout Section
30044 Randnotizen
30045 \begin_inset Index idx
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Randnotizen
30050 \end_layout
30051
30052 \end_inset
30053
30054
30055 \begin_inset Index idx
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059 Notizen ! Randnotizen
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
30069  Sie fügen sie mit einem Klick auf den Schalter 
30070 \family sans
30071
30072 \begin_inset Info
30073 type  "icon"
30074 arg   "marginalnote-insert"
30075 \end_inset
30076
30077
30078 \family default
30079  oder über 
30080 \family sans
30081 Einfügen\SpecialChar \menuseparator
30082 Randnotiz
30083 \family default
30084  ein.
30085  Ein graues Kästchen mit der Aufschrift 
30086 \begin_inset Quotes gld
30087 \end_inset
30088
30089 Rand
30090 \begin_inset Quotes grd
30091 \end_inset
30092
30093  erscheint
30094 \family roman
30095 \series medium
30096 , und dort, wo der Cursor steht, können Sie Text eingeben.
30097 \end_layout
30098
30099 \begin_layout Standard
30100 Hier am Rand sehen Sie eine Randnotiz.
30101  
30102 \begin_inset Marginal
30103 status open
30104
30105 \begin_layout Plain Layout
30106 Dies ist eine Randnotiz.
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
30116  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
30117  Seiten und rechts auf den ungeraden.
30118  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
30119  wird und umgekehrt.
30120  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
30121  wurde.
30122 \end_layout
30123
30124 \begin_layout Standard
30125 \begin_inset VSpace bigskip
30126 \end_inset
30127
30128 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
30129 \end_layout
30130
30131 \begin_layout Standard
30132
30133 \series bold
30134
30135 \backslash
30136 reversemarginpar
30137 \end_layout
30138
30139 \begin_layout Standard
30140 als TeX-Code vor einer Randnotiz ein.
30141  Das gilt dann für alle folgenden Randnotizen.
30142  
30143 \begin_inset ERT
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147
30148
30149 \backslash
30150 reversemarginpar 
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \begin_inset Marginal
30157 status open
30158
30159 \begin_layout Plain Layout
30160 Hier ist ein Beispiel im inneren Rand.
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \begin_inset Newline newline
30167 \end_inset
30168
30169
30170 \begin_inset Note Greyedout
30171 status open
30172
30173 \begin_layout Plain Layout
30174  
30175 \series bold
30176 Achtung:
30177 \series default
30178  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \begin_layout Standard
30187 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
30188 \end_layout
30189
30190 \begin_layout Standard
30191
30192 \series bold
30193
30194 \backslash
30195 normalmarginpar
30196 \end_layout
30197
30198 \begin_layout Standard
30199 als TeX-Code ein.
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 normalmarginpar 
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \end_layout
30214
30215 \begin_layout Standard
30216 \begin_inset Note Greyedout
30217 status open
30218
30219 \begin_layout Plain Layout
30220
30221 \series bold
30222 Achtung:
30223 \series default
30224  Der Befehl wird missachtet, wenn er im selben Absatz wie 
30225 \series bold
30226
30227 \backslash
30228 reversemarginpar
30229 \series default
30230  verwendet wird.
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 \begin_inset VSpace bigskip
30240 \end_inset
30241
30242
30243 \begin_inset Marginal
30244 status open
30245
30246 \begin_layout Plain Layout
30247
30248 \family roman
30249 \series medium
30250 EinSehrLangesWort am Anfang, das umgebrochen wird.
30251 \end_layout
30252
30253 \end_inset
30254
30255  Ähnlich wie in Abschnitt
30256 \begin_inset space ~
30257 \end_inset
30258
30259
30260 \begin_inset CommandInset ref
30261 LatexCommand ref
30262 reference "uab:Mehrfache-Zeilen-in"
30263
30264 \end_inset
30265
30266  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
30267  Wort der Randnotiz sind.
30268  Um das zu vermeiden, fügen sie 0
30269 \begin_inset space \thinspace{}
30270 \end_inset
30271
30272 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
30273 \begin_inset Marginal
30274 status open
30275
30276 \begin_layout Plain Layout
30277 \begin_inset space \hspace{}
30278 \length 0pt
30279 \end_inset
30280
30281
30282 \family roman
30283 \series medium
30284 EinSehrLangesWort am Anfang, das umgebrochen wird.
30285 \end_layout
30286
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \begin_layout Standard
30293 \begin_inset VSpace bigskip
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset Note Greyedout
30301 status open
30302
30303 \begin_layout Plain Layout
30304
30305 \series bold
30306 Bemerkung:
30307 \series default
30308  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
30309  verwendet werden.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset VSpace bigskip
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325 \begin_inset ERT
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330
30331 \backslash
30332 ifmarginnote
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset Note Note
30339 status open
30340
30341 \begin_layout Plain Layout
30342 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
30343 \series bold
30344 marginnote
30345 \series default
30346  installiert ist.
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Standard
30355 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
30356 \series bold
30357 marginnote
30358 \series default
30359
30360 \begin_inset Index idx
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364 LaTeX-Pakete ! marginnote
30365 \end_layout
30366
30367 \end_inset
30368
30369  verwendet wird.
30370  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
30371  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
30372  des Pakets 
30373 \series bold
30374 marginnote
30375 \series default
30376  für Randnotizen verwendet wird:
30377 \end_layout
30378
30379 \begin_layout Standard
30380
30381 \series bold
30382
30383 \backslash
30384 usepackage{marginnote}
30385 \begin_inset Newline newline
30386 \end_inset
30387
30388
30389 \backslash
30390 let
30391 \backslash
30392 marginpar
30393 \backslash
30394 marginnote
30395 \end_layout
30396
30397 \begin_layout Standard
30398 Dies wird auch in diesem Dokument verwendet, denn 
30399 \series bold
30400 marginnote
30401 \series default
30402  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
30403  für Randnotizen angeben.
30404  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
30405 n zu dicht beieinander sind.
30406  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
30407  Schema
30408 \end_layout
30409
30410 \begin_layout Standard
30411
30412 \series bold
30413 [Versatz]
30414 \end_layout
30415
30416 \begin_layout Standard
30417 angegeben.
30418  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
30419 \begin_inset space ~
30420 \end_inset
30421
30422
30423 \begin_inset CommandInset ref
30424 LatexCommand ref
30425 reference "tab:Maßeinheiten"
30426
30427 \end_inset
30428
30429  aufgelistet sind.
30430  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
30431  nach unten.
30432  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
30433 \begin_inset space \thinspace{}
30434 \end_inset
30435
30436 cm mit dem TeX-Code-Befehl  
30437 \begin_inset Quotes gld
30438 \end_inset
30439
30440
30441 \series bold
30442 [-1.5cm]
30443 \series default
30444
30445 \begin_inset Quotes grd
30446 \end_inset
30447
30448  nach oben versetzt.
30449 \begin_inset Marginal
30450 status open
30451
30452 \begin_layout Plain Layout
30453 Diese Randnotiz ist 1.5
30454 \begin_inset space \thinspace{}
30455 \end_inset
30456
30457 cm von ihrer Originalposition nach oben versetzt.
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468 [-1.5cm]
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Standard
30477 \begin_inset VSpace medskip
30478 \end_inset
30479
30480 Mit 
30481 \series bold
30482 marginnote
30483 \series default
30484  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
30485  Zum Beispiel setzen die Befehle
30486 \end_layout
30487
30488 \begin_layout Standard
30489
30490 \series bold
30491
30492 \backslash
30493 renewcommand*{
30494 \backslash
30495 raggedleftmarginnote}{
30496 \backslash
30497 centering}
30498 \begin_inset Newline newline
30499 \end_inset
30500
30501
30502 \backslash
30503 renewcommand*{
30504 \backslash
30505 raggedrightmarginnote}{
30506 \backslash
30507 centering}
30508 \end_layout
30509
30510 \begin_layout Standard
30511 die Ausrichtung auf zentriert.
30512  
30513 \series bold
30514
30515 \backslash
30516 raggedleftmarginnote
30517 \series default
30518  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
30519  
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525
30526 \backslash
30527 renewcommand*{
30528 \backslash
30529 raggedleftmarginnote}{
30530 \backslash
30531 centering}
30532 \end_layout
30533
30534 \begin_layout Plain Layout
30535
30536
30537 \backslash
30538 renewcommand*{
30539 \backslash
30540 raggedrightmarginnote}{
30541 \backslash
30542 centering}
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \begin_inset Marginal
30549 status open
30550
30551 \begin_layout Plain Layout
30552 Der Text dieser Randnotiz ist zentriert ausgerichtet.
30553 \end_layout
30554
30555 \end_inset
30556
30557  Die Voreinstellung ist
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 renewcommand*{
30566 \backslash
30567 raggedleftmarginnote}{
30568 \backslash
30569 raggedleft}
30570 \begin_inset Newline newline
30571 \end_inset
30572
30573
30574 \backslash
30575 renewcommand*{
30576 \backslash
30577 raggedrightmarginnote}{
30578 \backslash
30579 raggedright}
30580 \series default
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 renewcommand*{
30590 \backslash
30591 raggedleftmarginnote}{
30592 \backslash
30593 raggedleft}
30594 \end_layout
30595
30596 \begin_layout Plain Layout
30597
30598
30599 \backslash
30600 renewcommand*{
30601 \backslash
30602 raggedrightmarginnote}{
30603 \backslash
30604 raggedright}
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Standard
30613 \begin_inset VSpace medskip
30614 \end_inset
30615
30616 Für weitere Fähigkeiten des Pakets 
30617 \series bold
30618 marginnote
30619 \series default
30620  sei auf dessen Dokumentation verwiesen 
30621 \begin_inset CommandInset citation
30622 LatexCommand cite
30623 key "marginnote"
30624
30625 \end_inset
30626
30627 .
30628 \end_layout
30629
30630 \begin_layout Standard
30631 \begin_inset VSpace bigskip
30632 \end_inset
30633
30634 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
30635  geändert werden.
30636  Um z.
30637 \begin_inset space \thinspace{}
30638 \end_inset
30639
30640 B.
30641  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
30642  und fettgedruckten Text 
30643 \begin_inset Quotes eld
30644 \end_inset
30645
30646
30647 \family sans
30648 \series bold
30649 \bar under
30650 Achtung!
30651 \family default
30652 \series default
30653 \bar default
30654
30655 \begin_inset Quotes erd
30656 \end_inset
30657
30658  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
30659 \end_layout
30660
30661 \begin_layout Standard
30662
30663 \series bold
30664
30665 \backslash
30666 let
30667 \backslash
30668 myMarginpar
30669 \backslash
30670 marginpar
30671 \begin_inset Newline newline
30672 \end_inset
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 marginpar}[1]{
30679 \backslash
30680 myMarginpar{%
30681 \begin_inset Newline newline
30682 \end_inset
30683
30684
30685 \begin_inset Phantom HPhantom
30686 status open
30687
30688 \begin_layout Plain Layout
30689
30690 \series bold
30691 \begin_inset space ~
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \backslash
30701 hspace{0pt}
30702 \backslash
30703 textsf{
30704 \backslash
30705 textbf{
30706 \backslash
30707 underbar{Achtung!}}}%
30708 \begin_inset Newline newline
30709 \end_inset
30710
30711
30712 \begin_inset Phantom HPhantom
30713 status open
30714
30715 \begin_layout Plain Layout
30716
30717 \series bold
30718 \begin_inset space ~
30719 \end_inset
30720
30721
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \backslash
30728 vspace{1.5mm}
30729 \backslash
30730
30731 \backslash
30732 #1}}
30733 \end_layout
30734
30735 \begin_layout Standard
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741
30742 \backslash
30743 let
30744 \backslash
30745 myMarginpar
30746 \backslash
30747 marginpar
30748 \end_layout
30749
30750 \begin_layout Plain Layout
30751
30752
30753 \backslash
30754 renewcommand{
30755 \backslash
30756 marginpar}[1]{
30757 \backslash
30758 myMarginpar{%
30759 \end_layout
30760
30761 \begin_layout Plain Layout
30762
30763    
30764 \backslash
30765 textsf{
30766 \backslash
30767 textbf{
30768 \backslash
30769 underbar{Achtung!}}}%
30770 \end_layout
30771
30772 \begin_layout Plain Layout
30773
30774    
30775 \backslash
30776 vspace{1.5mm}
30777 \backslash
30778
30779 \backslash
30780 #1}}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Marginal
30787 status open
30788
30789 \begin_layout Plain Layout
30790 Dies ist eine Randnotiz mit einer definierten Überschrift.
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801 [-1.5cm]
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812
30813 \backslash
30814 renewcommand{
30815 \backslash
30816 marginpar}[1]{
30817 \backslash
30818 myMarginpar{#1}}
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \begin_inset Note Note
30825 status open
30826
30827 \begin_layout Plain Layout
30828 Das Format wurde nur für dieses Beispiel geändert.
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 else
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Note Note
30851 status open
30852
30853 \begin_layout Plain Layout
30854 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
30855 \series bold
30856 marginnote
30857 \series default
30858  nicht installiert ist:
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 Das LaTeX-Paket 
30868 \series bold
30869 marginnote
30870 \series default
30871  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
30872 \end_layout
30873
30874 \begin_layout Standard
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 fi
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Chapter
30891 Boxen
30892 \end_layout
30893
30894 \begin_layout Section
30895 Einleitung
30896 \begin_inset Index idx
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900 Boxen ! Einleitung
30901 \end_layout
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Standard
30909 Boxen werden benutzt, um einen Textblock zu formatieren.
30910  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
30911  siehe Abschnitt
30912 \begin_inset space ~
30913 \end_inset
30914
30915
30916 \begin_inset CommandInset ref
30917 LatexCommand ref
30918 reference "abs:Minipage"
30919
30920 \end_inset
30921
30922 , um Text zu umrahmen, siehe Abschnitt
30923 \begin_inset space ~
30924 \end_inset
30925
30926
30927 \begin_inset CommandInset ref
30928 LatexCommand ref
30929 reference "uab:Verzierung"
30930
30931 \end_inset
30932
30933 , um Silbentrennung zu verhindern, siehe Abschnitt
30934 \begin_inset space ~
30935 \end_inset
30936
30937
30938 \begin_inset CommandInset ref
30939 LatexCommand ref
30940 reference "abs:Silbentrennung-unterbinden"
30941
30942 \end_inset
30943
30944 , um Text senkrecht auszurichten, siehe Abschnitt
30945 \begin_inset space ~
30946 \end_inset
30947
30948
30949 \begin_inset CommandInset ref
30950 LatexCommand ref
30951 reference "uab:Vertikale-Ausrichtung"
30952
30953 \end_inset
30954
30955  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
30956 \begin_inset space ~
30957 \end_inset
30958
30959
30960 \begin_inset CommandInset ref
30961 LatexCommand ref
30962 reference "abs:Farbige-Boxen"
30963
30964 \end_inset
30965
30966 .
30967 \end_layout
30968
30969 \begin_layout Standard
30970 Boxen werden mit 
30971 \family sans
30972 Einfügen\SpecialChar \menuseparator
30973 Box
30974 \family default
30975  oder dem Schalter 
30976 \family sans
30977
30978 \begin_inset Info
30979 type  "icon"
30980 arg   "box-insert Frameless"
30981 \end_inset
30982
30983
30984 \family default
30985  eingefügt.
30986  Ein graues Kästchen mit der Aufschrift 
30987 \begin_inset Quotes gld
30988 \end_inset
30989
30990 Box (Minipage)
30991 \begin_inset Quotes grd
30992 \end_inset
30993
30994  erscheint: 
30995 \begin_inset Graphics
30996         filename clipart/StandardBoxQt4.png
30997         scale 85
30998         scaleBeforeRotation
30999
31000 \end_inset
31001
31002  Mit einem Rechts\SpecialChar \-
31003 klick auf das graue Kästchen und der Auswahl von 
31004 \family sans
31005 Einstellungen
31006 \family default
31007  kann der Typ spezifiziert werden.
31008  Das Dialogfenster bietet bei 
31009 \family sans
31010 Innere
31011 \begin_inset space ~
31012 \end_inset
31013
31014 Box
31015 \family default
31016  die Typen 
31017 \family sans
31018 Makebox
31019 \family default
31020
31021 \family sans
31022 Parbox
31023 \family default
31024  und 
31025 \family sans
31026 Minipage
31027 \family default
31028  an.
31029  
31030 \family sans
31031 Minipage
31032 \family default
31033  ist die Standard-Einstellung für neue Boxen und in Abschnitt
31034 \begin_inset space ~
31035 \end_inset
31036
31037
31038 \begin_inset CommandInset ref
31039 LatexCommand ref
31040 reference "abs:Minipage"
31041
31042 \end_inset
31043
31044  beschrieben, 
31045 \family sans
31046 Parbox
31047 \family default
31048  in Abschnitt
31049 \begin_inset space ~
31050 \end_inset
31051
31052
31053 \begin_inset CommandInset ref
31054 LatexCommand ref
31055 reference "abs:Parbox"
31056
31057 \end_inset
31058
31059  und 
31060 \family sans
31061 Makebox
31062 \family default
31063  in 
31064 \begin_inset CommandInset ref
31065 LatexCommand ref
31066 reference "abs:Silbentrennung-unterbinden"
31067
31068 \end_inset
31069
31070 .
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
31075  wie auf Gleitobjekte und Fußnoten.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \begin_inset Note Greyedout
31080 status open
31081
31082 \begin_layout Plain Layout
31083
31084 \series bold
31085 Bemerkung
31086 \begin_inset space ~
31087 \end_inset
31088
31089 1:
31090 \series default
31091  Boxen dürfen in 
31092 \family sans
31093 List-
31094 \family default
31095  oder 
31096 \family sans
31097 Beschreibung-
31098 \family default
31099 Umgebungen nicht verwendet werden.
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Standard
31108 \begin_inset Note Greyedout
31109 status open
31110
31111 \begin_layout Plain Layout
31112
31113 \series bold
31114 Bemerkung
31115 \begin_inset space ~
31116 \end_inset
31117
31118 2:
31119 \series default
31120  Boxen ohne 
31121 \family sans
31122 Innere
31123 \begin_inset space ~
31124 \end_inset
31125
31126 Box
31127 \family default
31128  und ohne Rahmen werden in Abschnitt
31129 \begin_inset space ~
31130 \end_inset
31131
31132
31133 \begin_inset CommandInset ref
31134 LatexCommand ref
31135 reference "abs:Silbentrennung-unterbinden"
31136
31137 \end_inset
31138
31139  beschrieben.
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Section
31148 Das Box-Einstellungen-Fenster
31149 \begin_inset CommandInset label
31150 LatexCommand label
31151 name "abs:Box-Dialog"
31152
31153 \end_inset
31154
31155
31156 \begin_inset Index idx
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160 Boxen ! Box-Dialog-Fenster
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Subsection
31169 Box-Größe
31170 \begin_inset Index idx
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174 Boxen ! Größe
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Im 
31184 \family sans
31185 Box-Einstellungen
31186 \family default
31187 -Fenster können Sie die Größe der Box mit 
31188 \family sans
31189 Breite
31190 \family default
31191  und 
31192 \family sans
31193 Höhe 
31194 \family default
31195 festlegen.
31196  Die verfügbaren Einheiten werden in Tabelle
31197 \begin_inset space ~
31198 \end_inset
31199
31200
31201 \begin_inset CommandInset ref
31202 LatexCommand ref
31203 reference "tab:Maßeinheiten"
31204
31205 \end_inset
31206
31207  aufgelistet.
31208  Das Feld
31209 \family sans
31210  Höhe
31211 \family default
31212  bietet die folgenden zusätzlichen Größen:
31213 \end_layout
31214
31215 \begin_layout Description
31216 Tiefe Dies ist die reine Text-
31217 \begin_inset Quotes gld
31218 \end_inset
31219
31220 Höhe
31221 \begin_inset Quotes grd
31222 \end_inset
31223
31224 .
31225  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
31226 \begin_inset Newline newline
31227 \end_inset
31228
31229
31230 \begin_inset Newline newline
31231 \end_inset
31232
31233
31234 \begin_inset Newline newline
31235 \end_inset
31236
31237
31238 \begin_inset Box Boxed
31239 position "c"
31240 hor_pos "c"
31241 has_inner_box 1
31242 inner_pos "c"
31243 use_parbox 0
31244 use_makebox 0
31245 width "12col%"
31246 special "none"
31247 height "1in"
31248 height_special "depth"
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 \align center
31253 Box-Höhe = 1
31254 \begin_inset space \thinspace{}
31255 \end_inset
31256
31257 Tiefe
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Newline newline
31264 \end_inset
31265
31266
31267 \begin_inset Newline newline
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \begin_layout Description
31274 Höhe Dies ist die Texthöhe innerhalb der Box.
31275  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
31276  Texthöhe setzen: 
31277 \begin_inset Box Boxed
31278 position "c"
31279 hor_pos "c"
31280 has_inner_box 1
31281 inner_pos "c"
31282 use_parbox 0
31283 use_makebox 0
31284 width "20col%"
31285 special "none"
31286 height "2in"
31287 height_special "height"
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 \align center
31292 Boxhöhe = 2
31293 \begin_inset space \thinspace{}
31294 \end_inset
31295
31296 Höhe
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Description
31305 Gesamthöhe Dies ist Höhe
31306 \begin_inset space \thinspace{}
31307 \end_inset
31308
31309 +
31310 \begin_inset space \thinspace{}
31311 \end_inset
31312
31313 Tiefe: 
31314 \begin_inset Box Boxed
31315 position "c"
31316 hor_pos "c"
31317 has_inner_box 1
31318 inner_pos "c"
31319 use_parbox 0
31320 use_makebox 0
31321 width "20col%"
31322 special "none"
31323 height "1in"
31324 height_special "totalheight"
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328 \align center
31329 Boxhöhe = 1
31330 \begin_inset space \thinspace{}
31331 \end_inset
31332
31333 Gesamthöhe
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Description
31342 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
31343 \begin_inset Box Boxed
31344 position "c"
31345 hor_pos "c"
31346 has_inner_box 1
31347 inner_pos "c"
31348 use_parbox 0
31349 use_makebox 0
31350 width "12col%"
31351 special "none"
31352 height "1in"
31353 height_special "width"
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357 \align center
31358 Boxhöhe = 1
31359 \begin_inset space \thinspace{}
31360 \end_inset
31361
31362 Breite
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Subsection
31371 Ausrichtung
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 Boxen ! Ausrichtung
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385 Wenn Sie eine 
31386 \family sans
31387 Innere
31388 \begin_inset space ~
31389 \end_inset
31390
31391 Box
31392 \family default
31393  gewählt haben, kann die Box mit folgenden Werten für 
31394 \family sans
31395 Box
31396 \family default
31397  senkrecht ausgerichtet werden:
31398 \end_layout
31399
31400 \begin_layout Description
31401 Oben Dies ist ein Beispieltext.
31402  
31403 \begin_inset Box Boxed
31404 position "t"
31405 hor_pos "c"
31406 has_inner_box 1
31407 inner_pos "c"
31408 use_parbox 0
31409 use_makebox 0
31410 width "20col%"
31411 special "none"
31412 height "1in"
31413 height_special "totalheight"
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 \align center
31418 Die Ober\SpecialChar \-
31419 kante der Box ist in der Zeile.
31420 \end_layout
31421
31422 \end_inset
31423
31424  Dies ist ein Beispieltext.
31425 \end_layout
31426
31427 \begin_layout Description
31428 Mitte Dies ist ein Beispieltext.
31429  
31430 \begin_inset Box Boxed
31431 position "c"
31432 hor_pos "c"
31433 has_inner_box 1
31434 inner_pos "c"
31435 use_parbox 0
31436 use_makebox 0
31437 width "20col%"
31438 special "none"
31439 height "1in"
31440 height_special "totalheight"
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 \align center
31445 Die Mitte der Box ist in der Zeile.
31446 \end_layout
31447
31448 \end_inset
31449
31450  Dies ist ein Beispieltext.
31451 \end_layout
31452
31453 \begin_layout Description
31454 Unten Dies ist ein Beispieltext.
31455  
31456 \begin_inset Box Boxed
31457 position "b"
31458 hor_pos "c"
31459 has_inner_box 1
31460 inner_pos "c"
31461 use_parbox 0
31462 use_makebox 0
31463 width "20col%"
31464 special "none"
31465 height "1in"
31466 height_special "totalheight"
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 \align center
31471 Die Unter\SpecialChar \-
31472 kante der Box ist in der Zeile.
31473 \end_layout
31474
31475 \end_inset
31476
31477  Dies ist ein Beispieltext.
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset Note Greyedout
31482 status open
31483
31484 \begin_layout Plain Layout
31485
31486 \series bold
31487 Bemerkung:
31488 \series default
31489  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
31490  Boxen in einer Zeile sind und eine Box z.
31491 \begin_inset space \thinspace{}
31492 \end_inset
31493
31494 B.
31495  schattiert ist, die andere aber nicht.
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Standard
31504 Eine Box kann mit dem Dialog 
31505 \family sans
31506 Absatz-Einstellungen
31507 \family default
31508  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
31509 \end_layout
31510
31511 \begin_layout Standard
31512 \begin_inset VSpace bigskip
31513 \end_inset
31514
31515 Wenn Sie eine 
31516 \family sans
31517 Innere
31518 \begin_inset space ~
31519 \end_inset
31520
31521 Box
31522 \family default
31523  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
31524 \family sans
31525 Inhalt
31526 \family default
31527  senkrecht ausgerichtet werden:
31528 \end_layout
31529
31530 \begin_layout Description
31531 Oben 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 "t"
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 oberen Boxrand ausgerichtet.
31549 \end_layout
31550
31551 \end_inset
31552
31553  Dies ist ein Beispieltext.
31554 \end_layout
31555
31556 \begin_layout Description
31557 Mitte 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 "c"
31564 use_parbox 0
31565 use_makebox 0
31566 width "20col%"
31567 special "none"
31568 height "1.5in"
31569 height_special "totalheight"
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 \align center
31574 Der Boxinhalt ist zentriert ausgerichtet.
31575 \end_layout
31576
31577 \end_inset
31578
31579  Dies ist ein Beispieltext.
31580 \end_layout
31581
31582 \begin_layout Description
31583 Unten Dies ist ein Beispieltext.
31584  
31585 \begin_inset Box Boxed
31586 position "c"
31587 hor_pos "c"
31588 has_inner_box 1
31589 inner_pos "b"
31590 use_parbox 0
31591 use_makebox 0
31592 width "20col%"
31593 special "none"
31594 height "1.5in"
31595 height_special "totalheight"
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599 \align center
31600 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
31601 \end_layout
31602
31603 \end_inset
31604
31605  Dies ist ein Beispieltext.
31606 \end_layout
31607
31608 \begin_layout Description
31609 Dehnen Dies ist ein Beispieltext.
31610  
31611 \begin_inset Box Boxed
31612 position "c"
31613 hor_pos "c"
31614 has_inner_box 1
31615 inner_pos "s"
31616 use_parbox 0
31617 use_makebox 0
31618 width "20col%"
31619 special "none"
31620 height "1in"
31621 height_special "totalheight"
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625 \align center
31626 Der Boxinhalt
31627 \end_layout
31628
31629 \begin_layout Plain Layout
31630 \align center
31631 ist über die
31632 \end_layout
31633
31634 \begin_layout Plain Layout
31635 \align center
31636 Boxhöhe
31637 \end_layout
31638
31639 \begin_layout Plain Layout
31640 \align center
31641 gleichmäßig verteilt.
31642 \end_layout
31643
31644 \end_inset
31645
31646  Dies ist ein Beispieltext.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
31651  besteht.
31652  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
31653 \end_layout
31654
31655 \begin_layout Standard
31656 Ein Boxinhalt kann mit dem Dialog 
31657 \family sans
31658 Absatz-Einstellungen
31659 \family default
31660  waagerecht ausgerichtet werden, wenn Sie eine
31661 \family sans
31662  Innere
31663 \begin_inset space ~
31664 \end_inset
31665
31666 Box
31667 \family default
31668  gewählt haben.
31669 \end_layout
31670
31671 \begin_layout Standard
31672 \align center
31673 \begin_inset Box Boxed
31674 position "c"
31675 hor_pos "c"
31676 has_inner_box 1
31677 inner_pos "s"
31678 use_parbox 0
31679 use_makebox 0
31680 width "30col%"
31681 special "none"
31682 height "1.25in"
31683 height_special "totalheight"
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687 \align left
31688 Hier ist jede Zeile
31689 \end_layout
31690
31691 \begin_layout Plain Layout
31692 \align center
31693 anders
31694 \end_layout
31695
31696 \begin_layout Plain Layout
31697 \align right
31698 ausgerichtet.
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \begin_layout Standard
31707 Wenn Sie keine
31708 \family sans
31709  Innere
31710 \begin_inset space ~
31711 \end_inset
31712
31713 Box
31714 \family default
31715  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
31716 \family sans
31717 Box-Einstellungen-
31718 \family default
31719 Dialog ausrichten
31720 \end_layout
31721
31722 \begin_layout Standard
31723 \align center
31724 \begin_inset Box Boxed
31725 position "c"
31726 hor_pos "s"
31727 has_inner_box 0
31728 inner_pos "s"
31729 use_parbox 0
31730 use_makebox 0
31731 width "90col%"
31732 special "none"
31733 height "1.25in"
31734 height_special "totalheight"
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 Dieser Boxinhalt wurde horizontal gedehnt.
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \end_layout
31745
31746 \begin_layout Subsection
31747 Verzierung
31748 \begin_inset CommandInset label
31749 LatexCommand label
31750 name "uab:Verzierung"
31751
31752 \end_inset
31753
31754
31755 \begin_inset Index idx
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 Boxen ! Verzierung
31760 \end_layout
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 Im 
31769 \family sans
31770 Box-Einstellungen-
31771 \family default
31772 Dialog können Sie mit der 
31773 \family sans
31774 Verzierung
31775 \family default
31776  den Typ der Box auswählen:
31777 \end_layout
31778
31779 \begin_layout Description
31780 Kein
31781 \begin_inset space ~
31782 \end_inset
31783
31784 Rahmen Nichts wird gezeichnet.
31785 \end_layout
31786
31787 \begin_layout Description
31788 Einfacher
31789 \begin_inset space ~
31790 \end_inset
31791
31792 rechteckiger
31793 \begin_inset space ~
31794 \end_inset
31795
31796 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
31797  Die Rahmendicke wird durch 
31798 \series bold
31799
31800 \backslash
31801 fboxrule
31802 \series default
31803  festgelegt.
31804  
31805 \begin_inset Box Boxed
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 "21col%"
31813 special "none"
31814 height "1in"
31815 height_special "totalheight"
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820 \series medium
31821 Rechteckige
31822 \begin_inset space ~
31823 \end_inset
31824
31825 Box
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \begin_layout Description
31834 erlaube
31835 \begin_inset space ~
31836 \end_inset
31837
31838 Seitenumbrüche 
31839 \end_layout
31840
31841 \begin_layout Description
31842 Ovaler
31843 \begin_inset space ~
31844 \end_inset
31845
31846 Rahmen,
31847 \begin_inset space ~
31848 \end_inset
31849
31850 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
31851  Die Rahmendicke ist 0.4
31852 \begin_inset space \thinspace{}
31853 \end_inset
31854
31855 pt.
31856  
31857 \begin_inset Box ovalbox
31858 position "c"
31859 hor_pos "c"
31860 has_inner_box 1
31861 inner_pos "c"
31862 use_parbox 0
31863 use_makebox 0
31864 width "20col%"
31865 special "none"
31866 height "1in"
31867 height_special "totalheight"
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871 Ovale
31872 \begin_inset space ~
31873 \end_inset
31874
31875 Box,
31876 \begin_inset space ~
31877 \end_inset
31878
31879 dünn
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Description
31888 Ovaler
31889 \begin_inset space ~
31890 \end_inset
31891
31892 Rahmen,
31893 \begin_inset space ~
31894 \end_inset
31895
31896 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
31897  Die Rahmendicke ist 0.8
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 pt.
31902  
31903 \begin_inset Box Ovalbox
31904 position "c"
31905 hor_pos "c"
31906 has_inner_box 1
31907 inner_pos "c"
31908 use_parbox 0
31909 use_makebox 0
31910 width "20col%"
31911 special "none"
31912 height "1in"
31913 height_special "totalheight"
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 Ovale
31918 \begin_inset space ~
31919 \end_inset
31920
31921 Box,
31922 \begin_inset space ~
31923 \end_inset
31924
31925 dick
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \begin_layout Description
31934 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
31935  Die Rahmendicke wird durch 
31936 \series bold
31937
31938 \backslash
31939 fboxrule
31940 \series default
31941  festgelegt, der Schatten ist 4
31942 \begin_inset space \thinspace{}
31943 \end_inset
31944
31945 pt breit.
31946 \begin_inset Newline newline
31947 \end_inset
31948
31949
31950 \begin_inset Box Shadowbox
31951 position "c"
31952 hor_pos "c"
31953 has_inner_box 1
31954 inner_pos "c"
31955 use_parbox 0
31956 use_makebox 0
31957 width "20col%"
31958 special "none"
31959 height "1in"
31960 height_special "totalheight"
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964 Schattierte
31965 \begin_inset space ~
31966 \end_inset
31967
31968 Box
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Description
31977 Schattierter
31978 \begin_inset space ~
31979 \end_inset
31980
31981 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
31982  Im Gegensatz zu farbigen Boxen
31983 \begin_inset Foot
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 siehe Abschnitt
31988 \begin_inset space ~
31989 \end_inset
31990
31991
31992 \begin_inset CommandInset ref
31993 LatexCommand ref
31994 reference "abs:Farbige-Boxen"
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \end_inset
32002
32003  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
32004  die Box ist ein Absatz für sich.
32005  
32006 \begin_inset Box Shaded
32007 position "t"
32008 hor_pos "c"
32009 has_inner_box 0
32010 inner_pos "t"
32011 use_parbox 0
32012 use_makebox 0
32013 width "50col%"
32014 special "none"
32015 height "1in"
32016 height_special "totalheight"
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020 Schattierter Hintergrund Box
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Description
32029 Doppelter
32030 \begin_inset space ~
32031 \end_inset
32032
32033 rechteckiger
32034 \begin_inset space ~
32035 \end_inset
32036
32037 Rahmen zeichnet einen doppelten Rahmen um die Box.
32038  Der innere Rahmen ist 0.75
32039 \begin_inset space \thinspace{}
32040 \end_inset
32041
32042
32043 \series bold
32044
32045 \backslash
32046 fboxrule
32047 \series default
32048  breit, der äußere 1.5
32049 \begin_inset space \thinspace{}
32050 \end_inset
32051
32052
32053 \series bold
32054
32055 \backslash
32056 fboxrule
32057 \series default
32058 , der Zwischenraum 1.5
32059 \begin_inset space \thinspace{}
32060 \end_inset
32061
32062
32063 \series bold
32064
32065 \backslash
32066 fboxrule
32067 \series default
32068
32069 \begin_inset space \thinspace{}
32070 \end_inset
32071
32072 +
32073 \begin_inset space \thinspace{}
32074 \end_inset
32075
32076 0.5
32077 \begin_inset space \thinspace{}
32078 \end_inset
32079
32080 pt.
32081  
32082 \begin_inset Box Doublebox
32083 position "c"
32084 hor_pos "c"
32085 has_inner_box 1
32086 inner_pos "c"
32087 use_parbox 0
32088 use_makebox 0
32089 width "20col%"
32090 special "none"
32091 height "1in"
32092 height_special "totalheight"
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096 Doppelt
32097 \begin_inset space ~
32098 \end_inset
32099
32100 gerahmte
32101 \begin_inset space ~
32102 \end_inset
32103
32104 Box
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Standard
32113 \begin_inset VSpace bigskip
32114 \end_inset
32115
32116 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
32117  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
32118 \series bold
32119 fancybox
32120 \series default
32121
32122 \begin_inset Index idx
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 LaTeX-Pakete ! fancybox
32127 \end_layout
32128
32129 \end_inset
32130
32131  installiert sein.
32132 \end_layout
32133
32134 \begin_layout Standard
32135 \begin_inset VSpace bigskip
32136 \end_inset
32137
32138 Wenn Sie die Verzierung 
32139 \family sans
32140 Einfacher rechteckiger Rahmen
32141 \family default
32142  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
32143  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
32144  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
32145  für sich ist und 
32146 \series bold
32147
32148 \backslash
32149 fboxrule
32150 \series default
32151  und 
32152 \series bold
32153
32154 \backslash
32155 fboxsep
32156 \series default
32157  keinen Einfluss auf diesen Box Typ haben.
32158  Die Rahmendicke wird durch 
32159 \series bold
32160
32161 \backslash
32162 FrameRule
32163 \series default
32164  festgelegt.
32165  
32166 \begin_inset Box Framed
32167 position "t"
32168 hor_pos "c"
32169 has_inner_box 0
32170 inner_pos "t"
32171 use_parbox 0
32172 use_makebox 0
32173 width "100col%"
32174 special "none"
32175 height "1in"
32176 height_special "totalheight"
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 Box erlaubt Seitenumbruch
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Section
32189 Box-Anpassung
32190 \begin_inset Index idx
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Boxen ! Anpassung
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Der Standardwert für 
32204 \series bold
32205
32206 \backslash
32207 fboxrule
32208 \series default
32209  ist 0.4
32210 \begin_inset space \thinspace{}
32211 \end_inset
32212
32213 pt.
32214  Mit dem folgenden TeX-Code-Befehl kann er auf 2
32215 \begin_inset space \thinspace{}
32216 \end_inset
32217
32218 pt gesetzt werden:
32219 \end_layout
32220
32221 \begin_layout Standard
32222
32223 \series bold
32224
32225 \backslash
32226 setlength{
32227 \backslash
32228 fboxrule}{2pt}
32229 \end_layout
32230
32231 \begin_layout Standard
32232 \begin_inset ERT
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236
32237
32238 \backslash
32239 setlength{
32240 \backslash
32241 fboxrule}{2pt}
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset Box Boxed
32248 position "c"
32249 hor_pos "c"
32250 has_inner_box 1
32251 inner_pos "c"
32252 use_parbox 0
32253 use_makebox 0
32254 width "30col%"
32255 special "none"
32256 height "1in"
32257 height_special "totalheight"
32258 status open
32259
32260 \begin_layout Plain Layout
32261 \align center
32262 Rechteckige Box mit einer Rahmenbreite von 2
32263 \begin_inset space \thinspace{}
32264 \end_inset
32265
32266 pt
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 setlength{
32280 \backslash
32281 fboxrule}{0.4pt}
32282 \end_layout
32283
32284 \end_inset
32285
32286
32287 \begin_inset VSpace bigskip
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
32295 \begin_inset space \thinspace{}
32296 \end_inset
32297
32298 pt.
32299  Sie können das ändern, indem Sie den Wert von 
32300 \series bold
32301
32302 \backslash
32303 fboxsep
32304 \series default
32305  mit einem TeX-Code-Befehl ändern:
32306 \end_layout
32307
32308 \begin_layout Standard
32309
32310 \series bold
32311
32312 \backslash
32313 setlength{
32314 \backslash
32315 fboxsep}{10pt}
32316 \end_layout
32317
32318 \begin_layout Standard
32319 setzt den Wert auf 10
32320 \begin_inset space \thinspace{}
32321 \end_inset
32322
32323 pt, wie in der folgenden Box:
32324 \end_layout
32325
32326 \begin_layout Standard
32327 \begin_inset ERT
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331
32332
32333 \backslash
32334 setlength{
32335 \backslash
32336 fboxsep}{10pt}
32337 \end_layout
32338
32339 \end_inset
32340
32341
32342 \begin_inset Box Boxed
32343 position "c"
32344 hor_pos "c"
32345 has_inner_box 1
32346 inner_pos "c"
32347 use_parbox 0
32348 use_makebox 0
32349 width "25col%"
32350 special "none"
32351 height "1in"
32352 height_special "totalheight"
32353 status open
32354
32355 \begin_layout Plain Layout
32356 \align center
32357 Rechteckige Box mit 
32358 \series bold
32359
32360 \backslash
32361 fboxsep
32362 \series default
32363
32364 \begin_inset space \thinspace{}
32365 \end_inset
32366
32367 =
32368 \begin_inset space \thinspace{}
32369 \end_inset
32370
32371 10
32372 \begin_inset space \thinspace{}
32373 \end_inset
32374
32375 pt
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \begin_inset ERT
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385
32386
32387 \backslash
32388 setlength{
32389 \backslash
32390 fboxsep}{3pt}
32391 \end_layout
32392
32393 \end_inset
32394
32395
32396 \end_layout
32397
32398 \begin_layout Standard
32399 \noindent
32400 \begin_inset VSpace bigskip
32401 \end_inset
32402
32403 Der Durchmesser der abgerundeten Ecken kann mit 
32404 \series bold
32405
32406 \backslash
32407 cornersize
32408 \series default
32409  gesetzt werden.
32410  Der TeX-Code-Befehl
32411 \end_layout
32412
32413 \begin_layout Standard
32414
32415 \series bold
32416
32417 \backslash
32418 cornersize*{1cm}
32419 \end_layout
32420
32421 \begin_layout Standard
32422 setzt den Durchmesser auf 1
32423 \begin_inset space \thinspace{}
32424 \end_inset
32425
32426 cm.
32427  Der TeX-Code-Befehl
32428 \end_layout
32429
32430 \begin_layout Standard
32431
32432 \series bold
32433
32434 \backslash
32435 cornersize{num}
32436 \end_layout
32437
32438 \begin_layout Standard
32439 setzt den Durchmesser auf 
32440 \family sans
32441 num
32442 \begin_inset space \thinspace{}
32443 \end_inset
32444
32445 ×
32446 \begin_inset space \thinspace{}
32447 \end_inset
32448
32449 Minimum(Breite der Box, Höhe der Box)
32450 \family default
32451 .
32452  Der Standardwert ist 
32453 \series bold
32454
32455 \backslash
32456 cornersize{0.5}
32457 \series default
32458 .
32459 \end_layout
32460
32461 \begin_layout Standard
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467
32468 \backslash
32469 cornersize*{1.5cm}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \begin_inset Box Ovalbox
32476 position "c"
32477 hor_pos "c"
32478 has_inner_box 1
32479 inner_pos "c"
32480 use_parbox 0
32481 use_makebox 0
32482 width "30col%"
32483 special "none"
32484 height "1in"
32485 height_special "totalheight"
32486 status open
32487
32488 \begin_layout Plain Layout
32489 \align center
32490 Ovale Box, dicker Rand, mit 
32491 \series bold
32492
32493 \backslash
32494 cornersize
32495 \series default
32496
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 =
32501 \begin_inset space \thinspace{}
32502 \end_inset
32503
32504 1.5
32505 \begin_inset space \thinspace{}
32506 \end_inset
32507
32508 cm
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \begin_inset ERT
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518
32519
32520 \backslash
32521 cornersize{0.5}
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 \begin_inset VSpace bigskip
32531 \end_inset
32532
32533 Die Breite des Schattens wird mit 
32534 \series bold
32535
32536 \backslash
32537 shadowsize
32538 \series default
32539  festgelegt.
32540  Mit dem TeX-Code-Befehl
32541 \end_layout
32542
32543 \begin_layout Standard
32544
32545 \series bold
32546
32547 \backslash
32548 setlength{
32549 \backslash
32550 shadowsize}{2pt}
32551 \end_layout
32552
32553 \begin_layout Standard
32554 wird er für die folgende Box auf 2
32555 \begin_inset space \thinspace{}
32556 \end_inset
32557
32558 pt festgelegt.
32559 \end_layout
32560
32561 \begin_layout Standard
32562 \begin_inset ERT
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566
32567
32568 \backslash
32569 setlength{
32570 \backslash
32571 shadowsize}{2pt}
32572 \end_layout
32573
32574 \end_inset
32575
32576
32577 \begin_inset Box Shadowbox
32578 position "c"
32579 hor_pos "c"
32580 has_inner_box 1
32581 inner_pos "c"
32582 use_parbox 0
32583 use_makebox 0
32584 width "25col%"
32585 special "none"
32586 height "1in"
32587 height_special "totalheight"
32588 status open
32589
32590 \begin_layout Plain Layout
32591 \align center
32592 Schattierte Box mit 
32593 \series bold
32594
32595 \backslash
32596 shadowsize
32597 \series default
32598
32599 \begin_inset space \thinspace{}
32600 \end_inset
32601
32602 =
32603 \begin_inset space \thinspace{}
32604 \end_inset
32605
32606 2
32607 \begin_inset space \thinspace{}
32608 \end_inset
32609
32610 pt
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \begin_inset ERT
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620
32621
32622 \backslash
32623 setlength{
32624 \backslash
32625 shadowsize}{4pt}
32626 \end_layout
32627
32628 \end_inset
32629
32630
32631 \end_layout
32632
32633 \begin_layout Standard
32634 \begin_inset VSpace bigskip
32635 \end_inset
32636
32637 Der Standardwert für 
32638 \series bold
32639
32640 \backslash
32641 FrameRule
32642 \series default
32643  ist 0.4
32644 \begin_inset space \thinspace{}
32645 \end_inset
32646
32647 pt.
32648  Der Standard-Abstand zwischen Rahmen und Text ist 9
32649 \begin_inset space \thinspace{}
32650 \end_inset
32651
32652 pt und kann mit dem Wert für 
32653 \series bold
32654
32655 \backslash
32656 FrameSep
32657 \series default
32658  geändert werden.
32659  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
32660  TeX-Code Befehlen geändert:
32661 \end_layout
32662
32663 \begin_layout Standard
32664
32665 \series bold
32666
32667 \backslash
32668 setlength{
32669 \backslash
32670 FrameRule}{5pt}
32671 \begin_inset Newline newline
32672 \end_inset
32673
32674
32675 \backslash
32676 setlength{
32677 \backslash
32678 FrameSep}{0.5cm}
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset ERT
32683 status collapsed
32684
32685 \begin_layout Plain Layout
32686
32687
32688 \backslash
32689 setlength{
32690 \backslash
32691 FrameRule}{5pt}
32692 \end_layout
32693
32694 \begin_layout Plain Layout
32695
32696
32697 \backslash
32698 setlength{
32699 \backslash
32700 FrameSep}{0.5cm}
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \begin_inset Box Framed
32707 position "t"
32708 hor_pos "c"
32709 has_inner_box 0
32710 inner_pos "t"
32711 use_parbox 0
32712 use_makebox 0
32713 width "100col%"
32714 special "none"
32715 height "1in"
32716 height_special "totalheight"
32717 status open
32718
32719 \begin_layout Plain Layout
32720 Dies ist Text in einer 
32721 \family sans
32722 Seitenumbruch erlaubt
32723 \family default
32724  Box.
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 setlength{
32738 \backslash
32739 FrameRule}{0.4pt}
32740 \end_layout
32741
32742 \begin_layout Plain Layout
32743
32744
32745 \backslash
32746 setlength{
32747 \backslash
32748 FrameSep}{9pt}
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace bigskip
32758 \end_inset
32759
32760 Für Boxen mit 
32761 \family sans
32762 schattiertem Hintergrund
32763 \family default
32764  beträgt der Abstand zwischen Rand und Text 3
32765 \begin_inset space \thinspace{}
32766 \end_inset
32767
32768 pt und kann mit 
32769 \series bold
32770
32771 \backslash
32772 fboxsep
32773 \series default
32774  geändert werden.
32775  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
32776  
32777 \series bold
32778
32779 \backslash
32780 definecolor{shadecolor}
32781 \series default
32782  oder global über das Menü 
32783 \family sans
32784 Werkzeuge\SpecialChar \menuseparator
32785 Einstellungen\SpecialChar \menuseparator
32786 Farben\SpecialChar \menuseparator
32787 Schattierte
32788 \begin_inset space ~
32789 \end_inset
32790
32791 Box
32792 \family default
32793  geändert werden.
32794  Das Schema des 
32795 \series bold
32796
32797 \backslash
32798 definecolor
32799 \series default
32800  Befehls ist  in Abschnitt
32801 \begin_inset space ~
32802 \end_inset
32803
32804
32805 \begin_inset CommandInset ref
32806 LatexCommand ref
32807 reference "abs:Farbige-Tabellen"
32808
32809 \end_inset
32810
32811  erklärt.
32812 \begin_inset Foot
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816 Beachten Sie, dass 
32817 \series bold
32818
32819 \backslash
32820 definecolor
32821 \series default
32822  das LaTeX-Paket 
32823 \series bold
32824 color
32825 \series default
32826  im LaTeX-Vorspann benötigt, siehe Abschnitt
32827 \begin_inset space ~
32828 \end_inset
32829
32830
32831 \begin_inset CommandInset ref
32832 LatexCommand ref
32833 reference "abs:Farbige-Boxen"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \end_inset
32841
32842  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
32843 \end_layout
32844
32845 \begin_layout Standard
32846
32847 \series bold
32848
32849 \backslash
32850 setlength{
32851 \backslash
32852 fboxsep}{0.5cm}
32853 \begin_inset Newline newline
32854 \end_inset
32855
32856
32857 \backslash
32858 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32859 \end_layout
32860
32861 \begin_layout Standard
32862 \begin_inset ERT
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866
32867
32868 \backslash
32869 setlength{
32870 \backslash
32871 fboxsep}{0.5cm}
32872 \end_layout
32873
32874 \begin_layout Plain Layout
32875
32876
32877 \backslash
32878 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32879 \end_layout
32880
32881 \end_inset
32882
32883
32884 \begin_inset Box Shaded
32885 position "t"
32886 hor_pos "c"
32887 has_inner_box 0
32888 inner_pos "t"
32889 use_parbox 0
32890 use_makebox 0
32891 width "100col%"
32892 special "none"
32893 height "1in"
32894 height_special "totalheight"
32895 status open
32896
32897 \begin_layout Plain Layout
32898
32899 \color yellow
32900 Dies ist gelber Text in einer 
32901 \family sans
32902 schattierten Hintergrund
32903 \begin_inset space ~
32904 \end_inset
32905
32906
32907 \family default
32908 Box auf dunkelgrünem Hintergrund.
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \begin_inset ERT
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918
32919
32920 \backslash
32921 setlength{
32922 \backslash
32923 fboxsep}{3pt}
32924 \end_layout
32925
32926 \begin_layout Plain Layout
32927
32928
32929 \backslash
32930 definecolor{shadecolor}{rgb}{1,0,0}
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 \begin_inset VSpace bigskip
32940 \end_inset
32941
32942 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
32943  der sie ändert.
32944 \end_layout
32945
32946 \begin_layout Section
32947 Minipage
32948 \begin_inset CommandInset label
32949 LatexCommand label
32950 name "abs:Minipage"
32951
32952 \end_inset
32953
32954
32955 \begin_inset Index idx
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 Boxen ! Minipage
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
32969  deshalb unter anderem eigene Fußnoten haben.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
32978  Ihre Breite ist 45 Spaltenbreite
32979 \begin_inset space ~
32980 \end_inset
32981
32982 %, und sie sind durch einen 
32983 \family sans
32984 HFill
32985 \family default
32986  getrennt (
32987 \family sans
32988 Einfügen\SpecialChar \menuseparator
32989 Formatierung\SpecialChar \menuseparator
32990 Horizontaler
32991 \begin_inset space \space{}
32992 \end_inset
32993
32994 Abstand\SpecialChar \menuseparator
32995 Abstand\SpecialChar \menuseparator
32996 Variabler
32997 \begin_inset space ~
32998 \end_inset
32999
33000 horiz.
33001 \begin_inset space ~
33002 \end_inset
33003
33004 Abstand
33005 \family default
33006 ).
33007 \begin_inset Newpage newpage
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Standard
33014 \noindent
33015 \begin_inset Box Frameless
33016 position "t"
33017 hor_pos "c"
33018 has_inner_box 1
33019 inner_pos "c"
33020 use_parbox 0
33021 use_makebox 0
33022 width "45col%"
33023 special "none"
33024 height "1in"
33025 height_special "totalheight"
33026 status open
33027
33028 \begin_layout Plain Layout
33029 Dies ist ein deutscher Text.
33030  Dies ist ein deutscher Text.
33031  Dies ist ein deutscher Text.
33032  Dies ist ein deutscher Text.
33033  Dies ist ein deutscher Text.
33034  Dies ist ein deutscher Text.
33035  Dies ist ein deutscher Text.
33036  Dies ist ein deutscher Text.
33037  Dies ist ein deutscher Text.
33038  Dies ist ein deutscher Text.
33039  Dies ist ein deutscher Text.
33040  Dies ist ein deutscher Text.
33041  Dies ist ein deutscher Text
33042 \begin_inset Foot
33043 status open
33044
33045 \begin_layout Plain Layout
33046 Dies ist eine deutsche Fußnote.
33047 \end_layout
33048
33049 \end_inset
33050
33051 .
33052  Dies ist ein deutscher Text.
33053  Dies ist ein deutscher Text.
33054 \end_layout
33055
33056 \end_inset
33057
33058
33059 \begin_inset space \hfill{}
33060 \end_inset
33061
33062
33063 \begin_inset Box Frameless
33064 position "t"
33065 hor_pos "c"
33066 has_inner_box 1
33067 inner_pos "c"
33068 use_parbox 0
33069 use_makebox 0
33070 width "45col%"
33071 special "none"
33072 height "1in"
33073 height_special "totalheight"
33074 status open
33075
33076 \begin_layout Plain Layout
33077
33078 \lang english
33079 This is an English Text.
33080  This is an English Text.
33081  This is an English Text.
33082  This is an English Text.
33083  This is an English Text.
33084  This is an English Text.
33085  This is an English Text.
33086  This is an English Text.
33087  This is an English Text.
33088  This is an English Text.
33089  This is an English Text.
33090  This is an English Text.
33091  This is an English Text.
33092  This is an English Text.
33093  This is an English Text.
33094  This is an English Text.
33095 \begin_inset Foot
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099
33100 \lang english
33101 This is an English footnote.
33102 \end_layout
33103
33104 \end_inset
33105
33106  This is an English Text.
33107  
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Standard
33116 \begin_inset VSpace bigskip
33117 \end_inset
33118
33119 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
33120  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
33121  Absätze nicht eingerückt werden, obwohl Sie das in 
33122 \family sans
33123 Dokument
33124 \family default
33125 \SpecialChar \menuseparator
33126
33127 \family sans
33128 Einstellun\SpecialChar \-
33129 gen\SpecialChar \menuseparator
33130 Textformat
33131 \family default
33132  festgelegt haben.
33133  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
33134  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
33135 \series bold
33136
33137 \backslash
33138 hspace*{1em}
33139 \series default
33140 .
33141 \end_layout
33142
33143 \begin_layout Standard
33144 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
33145  zu verpassen, siehe Abschnitt
33146 \begin_inset space ~
33147 \end_inset
33148
33149
33150 \begin_inset CommandInset ref
33151 LatexCommand ref
33152 reference "uab:Farbe-für-Absätze"
33153
33154 \end_inset
33155
33156 .
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \begin_inset Note Greyedout
33161 status open
33162
33163 \begin_layout Plain Layout
33164
33165 \series bold
33166 Bemerkung:
33167 \series default
33168  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
33169  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \begin_layout Section
33178 Parbox
33179 \begin_inset CommandInset label
33180 LatexCommand label
33181 name "abs:Parbox"
33182
33183 \end_inset
33184
33185
33186 \begin_inset Index idx
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190 Boxen ! Parbox
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Standard
33199 Parbox ist eine Abkürzung für 
33200 \begin_inset Quotes gld
33201 \end_inset
33202
33203 paragraph box
33204 \begin_inset Quotes grd
33205 \end_inset
33206
33207 , was Absatzbox bedeutet.
33208  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
33209  in Parboxen nicht ausgegeben werden:
33210 \end_layout
33211
33212 \begin_layout Standard
33213 \align center
33214 \begin_inset Box Frameless
33215 position "t"
33216 hor_pos "c"
33217 has_inner_box 1
33218 inner_pos "t"
33219 use_parbox 1
33220 use_makebox 0
33221 width "33col%"
33222 special "none"
33223 height "1in"
33224 height_special "totalheight"
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228 Dies ist Text in einer Parbox.
33229  Dies ist Text in einer Parbox.
33230 \end_layout
33231
33232 \begin_layout Plain Layout
33233 Diese Fußnote wird nicht gedruckt:
33234 \begin_inset Foot
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Section
33252 Boxen für Worte und Buchstaben
33253 \begin_inset Index idx
33254 status collapsed
33255
33256 \begin_layout Plain Layout
33257 Boxen ! für Buchstaben
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Subsection
33266 Silbentrennung unterbinden
33267 \begin_inset CommandInset label
33268 LatexCommand label
33269 name "abs:Silbentrennung-unterbinden"
33270
33271 \end_inset
33272
33273
33274 \begin_inset Index idx
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278 Boxen ! zur Vermeidung von Silbentrennung
33279 \end_layout
33280
33281 \end_inset
33282
33283
33284 \end_layout
33285
33286 \begin_layout Standard
33287 Sie können den Boxtyp 
33288 \family sans
33289 Makebox
33290 \family default
33291  benutzen, um Silbentrennungen zu unterbinden.
33292 \begin_inset Newline newline
33293 \end_inset
33294
33295 Hier ist ein Beispiel: 
33296 \end_layout
33297
33298 \begin_layout Standard
33299 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
33300 \begin_inset Quotes gld
33301 \end_inset
33302
33303 einsehrsehrsehrlangeswort
33304 \begin_inset Quotes grd
33305 \end_inset
33306
33307 .
33308 \end_layout
33309
33310 \begin_layout Standard
33311 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
33312  Innere
33313 \begin_inset space ~
33314 \end_inset
33315
33316 Box auf Makebox und deren Breite auf 1
33317 \begin_inset space \thinspace{}
33318 \end_inset
33319
33320 Width.
33321 \end_layout
33322
33323 \begin_layout Standard
33324 Hier ist das Ergebnis:
33325 \end_layout
33326
33327 \begin_layout Standard
33328 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33329 \begin_inset Box Frameless
33330 position "t"
33331 hor_pos "c"
33332 has_inner_box 1
33333 inner_pos "t"
33334 use_parbox 0
33335 use_makebox 1
33336 width "1in"
33337 special "width"
33338 height "1in"
33339 height_special "totalheight"
33340 status open
33341
33342 \begin_layout Plain Layout
33343 \begin_inset Quotes gld
33344 \end_inset
33345
33346 einsehrsehrsehrlangeswort
33347 \begin_inset Quotes grd
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \end_inset
33354
33355 .
33356 \end_layout
33357
33358 \begin_layout Standard
33359 Alternativ dazu kann man auch den Befehl 
33360 \begin_inset Quotes gld
33361 \end_inset
33362
33363
33364 \series bold
33365
33366 \backslash
33367 -
33368 \series default
33369
33370 \begin_inset Quotes grd
33371 \end_inset
33372
33373  als TeX-Code direkt vor das Wort setzen:
33374 \end_layout
33375
33376 \begin_layout Standard
33377 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
33378 \begin_inset Quotes gld
33379 \end_inset
33380
33381
33382 \begin_inset ERT
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386
33387
33388 \backslash
33389 -
33390 \end_layout
33391
33392 \end_inset
33393
33394 einsehrsehrsehrlangeswort
33395 \begin_inset Quotes grd
33396 \end_inset
33397
33398 .
33399 \end_layout
33400
33401 \begin_layout Standard
33402 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
33403  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
33404 \family sans
33405 Strg-Eingabe
33406 \family default
33407 ) einfügen: 
33408 \end_layout
33409
33410 \begin_layout Standard
33411 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
33412 \begin_inset Newline newline
33413 \end_inset
33414
33415
33416 \begin_inset Box Frameless
33417 position "t"
33418 hor_pos "c"
33419 has_inner_box 1
33420 inner_pos "t"
33421 use_parbox 0
33422 use_makebox 1
33423 width "1in"
33424 special "width"
33425 height "1in"
33426 height_special "totalheight"
33427 status open
33428
33429 \begin_layout Plain Layout
33430 \begin_inset Quotes gld
33431 \end_inset
33432
33433 einsehrsehrsehrlangeswort
33434 \begin_inset Quotes grd
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \end_inset
33441
33442 .
33443 \end_layout
33444
33445 \begin_layout Subsection
33446 Vertikale Ausrichtung
33447 \begin_inset CommandInset label
33448 LatexCommand label
33449 name "uab:Vertikale-Ausrichtung"
33450
33451 \end_inset
33452
33453
33454 \begin_inset Index idx
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458 Boxen ! für Vertikale Ausrichtung
33459 \end_layout
33460
33461 \end_inset
33462
33463
33464 \begin_inset Index idx
33465 status collapsed
33466
33467 \begin_layout Plain Layout
33468 Boxen ! raisebox
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Standard
33477 Mit dem LaTeX-Befehl 
33478 \series bold
33479
33480 \backslash
33481 raisebox
33482 \series default
33483  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
33484 n Textes ausrichten.
33485  
33486 \series bold
33487
33488 \backslash
33489 raisebox
33490 \series default
33491  wird folgendermaßen benutzt:
33492 \end_layout
33493
33494 \begin_layout Standard
33495
33496 \series bold
33497
33498 \backslash
33499 raisebox{Verschiebung}[oben][unten]{Text}
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Positive Werte für Verschiebung
33504 \series bold
33505  
33506 \series default
33507 verschieben die Box nach oben, negative nach unten.
33508  Die beiden optionalen Parameter 
33509 \family typewriter
33510 oben
33511 \family default
33512  und 
33513 \family typewriter
33514 unten
33515 \family default
33516  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
33517  hinausgeht, wenn sie nicht verschoben ist.
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Um zum Beispiel das Wort 
33522 \begin_inset Quotes gld
33523 \end_inset
33524
33525 provokant
33526 \begin_inset Quotes grd
33527 \end_inset
33528
33529  mit seinem 
33530 \begin_inset Quotes gld
33531 \end_inset
33532
33533 niedrigsten
33534 \begin_inset Quotes grd
33535 \end_inset
33536
33537  Buchstaben 
33538 \begin_inset Quotes gld
33539 \end_inset
33540
33541 p
33542 \begin_inset Quotes grd
33543 \end_inset
33544
33545  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
33546 \end_layout
33547
33548 \begin_layout Standard
33549
33550 \series bold
33551
33552 \backslash
33553 raisebox{
33554 \backslash
33555 depth}{
33556 \end_layout
33557
33558 \begin_layout Standard
33559 vor dem Wort einfügen und 
33560 \begin_inset Quotes gld
33561 \end_inset
33562
33563
33564 \series bold
33565 }
33566 \series default
33567
33568 \begin_inset Quotes grd
33569 \end_inset
33570
33571  als TeX-Code dahinter:
33572 \end_layout
33573
33574 \begin_layout Standard
33575 Dies ist eine Zeile, in der das Wort 
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 raisebox{
33584 \backslash
33585 depth}{
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \begin_inset Quotes gld
33592 \end_inset
33593
33594 provokant
33595 \begin_inset Quotes grd
33596 \end_inset
33597
33598
33599 \begin_inset ERT
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603
33604 }
33605 \end_layout
33606
33607 \end_inset
33608
33609  nach oben verschoben wurde.
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset VSpace bigskip
33614 \end_inset
33615
33616 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
33617  gedehnt:
33618 \end_layout
33619
33620 \begin_layout Standard
33621 Dies ist eine Zeile, in der das Wort 
33622 \begin_inset ERT
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626
33627
33628 \backslash
33629 raisebox{-
33630 \backslash
33631 depth}{
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Quotes gld
33638 \end_inset
33639
33640 provokant
33641 \begin_inset Quotes grd
33642 \end_inset
33643
33644
33645 \begin_inset ERT
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649
33650 }
33651 \end_layout
33652
33653 \end_inset
33654
33655  nach unten verschoben wurde.
33656 \end_layout
33657
33658 \begin_layout Standard
33659 Dies ist eine Zeile, in der das Wort 
33660 \begin_inset ERT
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664
33665
33666 \backslash
33667 raisebox{0.5cm}{
33668 \end_layout
33669
33670 \end_inset
33671
33672
33673 \begin_inset Quotes gld
33674 \end_inset
33675
33676 testen
33677 \begin_inset Quotes grd
33678 \end_inset
33679
33680
33681 \begin_inset ERT
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685
33686 }
33687 \end_layout
33688
33689 \end_inset
33690
33691  um 0.5
33692 \begin_inset space \thinspace{}
33693 \end_inset
33694
33695 cm nach oben verschoben wurde.
33696 \end_layout
33697
33698 \begin_layout Standard
33699 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
33700 \end_layout
33701
33702 \begin_layout Standard
33703
33704 \series bold
33705
33706 \backslash
33707 raisebox{-
33708 \backslash
33709 depth}[0pt]{
33710 \end_layout
33711
33712 \begin_layout Standard
33713 Dies ist eine Zeile, in der das Wort 
33714 \begin_inset ERT
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718
33719
33720 \backslash
33721 raisebox{-
33722 \backslash
33723 depth}[0pt]{
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset Quotes gld
33730 \end_inset
33731
33732 provokant
33733 \begin_inset Quotes grd
33734 \end_inset
33735
33736
33737 \begin_inset ERT
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741
33742 }
33743 \end_layout
33744
33745 \end_inset
33746
33747  nach unten verschoben wurde.
33748 \end_layout
33749
33750 \begin_layout Standard
33751 Dies ist eine Zeile, in der das Wort 
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757
33758 \backslash
33759 raisebox{0.5cm}[0pt]{
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset Quotes gld
33766 \end_inset
33767
33768 testen
33769 \begin_inset Quotes grd
33770 \end_inset
33771
33772
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778 }
33779 \end_layout
33780
33781 \end_inset
33782
33783  um 0.5
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 cm nach oben verschoben wurde.
33788  Jetzt überschneiden sich die verschobenen Worte.
33789 \end_layout
33790
33791 \begin_layout Section
33792 Farbige Boxen
33793 \begin_inset CommandInset label
33794 LatexCommand label
33795 name "abs:Farbige-Boxen"
33796
33797 \end_inset
33798
33799
33800 \begin_inset Index idx
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 Boxen ! farbige
33805 \end_layout
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \begin_layout Subsection
33813 Text-Hintergrundfarbe
33814 \begin_inset Index idx
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 Farbe ! für Text-Hintergrund
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
33828  so genannten 
33829 \begin_inset Quotes gld
33830 \end_inset
33831
33832 colorbox
33833 \begin_inset Quotes grd
33834 \end_inset
33835
33836  stehen.
33837  Dafür muss das LaTeX-Paket 
33838 \series bold
33839 color
33840 \series default
33841
33842 \begin_inset Index idx
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846 LaTeX-Pakete ! color
33847 \end_layout
33848
33849 \end_inset
33850
33851  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
33852 \end_layout
33853
33854 \begin_layout Standard
33855
33856 \series bold
33857
33858 \backslash
33859 @ifundefined{textcolor}
33860 \begin_inset Newline newline
33861 \end_inset
33862
33863
33864 \begin_inset Phantom HPhantom
33865 status open
33866
33867 \begin_layout Plain Layout
33868
33869 \series bold
33870 \begin_inset space ~
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \end_inset
33877
33878 {
33879 \backslash
33880 usepackage{color}}{}
33881 \end_layout
33882
33883 \begin_layout Standard
33884 Wenn Sie Text einfärben, lädt LyX das Paket 
33885 \series bold
33886 color
33887 \series default
33888  automatisch.
33889 \begin_inset Foot
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893 Der Befehl 
33894 \series bold
33895
33896 \backslash
33897 @ifundefined
33898 \series default
33899  vermeidet, dass es in diesem Fall doppelt geladen wird.
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Standard
33908 \begin_inset VSpace medskip
33909 \end_inset
33910
33911 Colorboxen werden mit dem Befehl 
33912 \series bold
33913
33914 \backslash
33915 colorbox
33916 \series default
33917  erzeugt:
33918 \end_layout
33919
33920 \begin_layout Standard
33921
33922 \series bold
33923
33924 \backslash
33925 colorbox{Farbe}{Boxinhalt}
33926 \end_layout
33927
33928 \begin_layout Standard
33929 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
33930  Boxen sein.
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Die folgenden Farben sind vordefiniert:
33935 \family sans
33936  schwarz
33937 \family default
33938
33939 \family sans
33940 wei
33941 \family default
33942 ß, 
33943 \family sans
33944 rot
33945 \family default
33946 \series bold
33947 ,
33948 \series default
33949  
33950 \family sans
33951 grün
33952 \family default
33953
33954 \family sans
33955 blau
33956 \family default
33957
33958 \family sans
33959 türkis
33960 \family default
33961
33962 \family sans
33963 purpurrot
33964 \family default
33965  und 
33966 \family sans
33967 gelb
33968 \family default
33969 .
33970 \end_layout
33971
33972 \begin_layout Standard
33973 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
33974 \begin_inset space ~
33975 \end_inset
33976
33977
33978 \begin_inset CommandInset ref
33979 LatexCommand ref
33980 reference "abs:Farbige-Tabellen"
33981
33982 \end_inset
33983
33984  beschrieben.
33985 \end_layout
33986
33987 \begin_layout Standard
33988 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
33989  den TeX-Code-Befehl
33990 \end_layout
33991
33992 \begin_layout Standard
33993
33994 \series bold
33995
33996 \backslash
33997 colorbox{red}{
33998 \end_layout
33999
34000 \begin_layout Standard
34001 vor dem Wort ein.
34002  Hinter dem Wort fügen Sie 
34003 \series bold
34004
34005 \begin_inset Quotes gld
34006 \end_inset
34007
34008 }
34009 \series default
34010
34011 \begin_inset Quotes grd
34012 \end_inset
34013
34014  als TeX-Code ein.
34015  Hier ist das Ergebnis:
34016 \end_layout
34017
34018 \begin_layout Standard
34019 In dieser Zeile hat 
34020 \begin_inset ERT
34021 status collapsed
34022
34023 \begin_layout Plain Layout
34024
34025
34026 \backslash
34027 colorbox{red}{
34028 \end_layout
34029
34030 \end_inset
34031
34032 Achtung!
34033 \begin_inset ERT
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037
34038 }
34039 \end_layout
34040
34041 \end_inset
34042
34043  einen roten Hintergrund.
34044 \end_layout
34045
34046 \begin_layout Standard
34047 \begin_inset VSpace bigskip
34048 \end_inset
34049
34050 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
34051  
34052 \series bold
34053
34054 \backslash
34055 fcolorbox
34056 \series default
34057  verwenden:
34058 \end_layout
34059
34060 \begin_layout Standard
34061
34062 \series bold
34063
34064 \backslash
34065 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
34066 \end_layout
34067
34068 \begin_layout Standard
34069
34070 \series bold
34071
34072 \backslash
34073 fcolorbox
34074 \series default
34075  ist eine Erweiterung von 
34076 \series bold
34077
34078 \backslash
34079 colorbox
34080 \series default
34081 .
34082  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
34083  
34084 \series bold
34085
34086 \backslash
34087 fboxrule
34088 \series default
34089  und 
34090 \series bold
34091
34092 \backslash
34093 fboxsep
34094 \series default
34095  gesteuert werden, wie in Abschnitt
34096 \begin_inset space ~
34097 \end_inset
34098
34099
34100 \begin_inset CommandInset ref
34101 LatexCommand ref
34102 reference "uab:Verzierung"
34103
34104 \end_inset
34105
34106  beschrieben.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 Für das folgende Beispiel wurde der Befehl
34111 \end_layout
34112
34113 \begin_layout Standard
34114
34115 \series bold
34116
34117 \backslash
34118 fcolorbox{cyan}{magenta}{
34119 \end_layout
34120
34121 \begin_layout Standard
34122 benutzt.
34123  Hier wurden die Rahmendicke und der Abstand auf 1
34124 \begin_inset space \thinspace{}
34125 \end_inset
34126
34127 mm gesetzt:
34128 \begin_inset Newline newline
34129 \end_inset
34130
34131
34132 \begin_inset ERT
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136
34137
34138 \backslash
34139 fboxrule 1mm 
34140 \backslash
34141 fboxsep 1mm
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \begin_inset ERT
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151
34152
34153 \backslash
34154 fcolorbox{cyan}{green}{
34155 \end_layout
34156
34157 \end_inset
34158
34159 Dies ist Text in einer farbigen, gerahmten Box.
34160 \begin_inset ERT
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164
34165 }
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Standard
34174 \begin_inset VSpace bigskip
34175 \end_inset
34176
34177 Natürlich gibt es auch farbigen Text in einer Colorbox:
34178 \begin_inset Newline newline
34179 \end_inset
34180
34181
34182 \begin_inset ERT
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186
34187
34188 \backslash
34189 fcolorbox{cyan}{green}{
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \color yellow
34196 Dies ist farbiger Text in einer farbigen, gerahmten Box.
34197 \color none
34198
34199 \begin_inset ERT
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203
34204 }
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \begin_inset ERT
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214
34215
34216 \backslash
34217 fboxrule 0.4pt 
34218 \backslash
34219 fboxsep 3pt
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 \begin_inset VSpace bigskip
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Note Greyedout
34236 status open
34237
34238 \begin_layout Plain Layout
34239 \noindent
34240
34241 \series bold
34242 Bemerkung:
34243 \series default
34244  Text in Colorboxen kann nicht umgebrochen werden.
34245  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
34246  wie im folgenden beschrieben.
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Subsection
34255 Farbe für Absätze
34256 \begin_inset CommandInset label
34257 LatexCommand label
34258 name "uab:Farbe-für-Absätze"
34259
34260 \end_inset
34261
34262
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 Farbe ! für Absätze
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
34277  den Text in eine Minipage stellen.
34278  Vor der Minipage fügen Sie den TeX-Code-Befehl
34279 \end_layout
34280
34281 \begin_layout Standard
34282
34283 \series bold
34284
34285 \backslash
34286 colorbox{color}{
34287 \end_layout
34288
34289 \begin_layout Standard
34290 ein.
34291  Hinter der Minipage fügen Sie 
34292 \series bold
34293
34294 \begin_inset Quotes gld
34295 \end_inset
34296
34297 }
34298 \series default
34299
34300 \begin_inset Quotes grd
34301 \end_inset
34302
34303  als TeX-Code ein.
34304 \end_layout
34305
34306 \begin_layout Standard
34307 \begin_inset ERT
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311
34312
34313 \backslash
34314 colorbox{hellgrau}{
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset Box Frameless
34321 position "t"
34322 hor_pos "c"
34323 has_inner_box 1
34324 inner_pos "t"
34325 use_parbox 0
34326 use_makebox 0
34327 width "100col%"
34328 special "none"
34329 height "1in"
34330 height_special "totalheight"
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 Dies ist Text mit einer Hintergrundfarbe.
34335  Dies ist Text mit einer Hintergrundfarbe.
34336 \end_layout
34337
34338 \begin_layout Plain Layout
34339 Der Text kann Fußnoten
34340 \begin_inset Foot
34341 status open
34342
34343 \begin_layout Plain Layout
34344 Eine weitere Fußnote
34345 \end_layout
34346
34347 \end_inset
34348
34349  und Tabellen und Abbildungen enthalten.
34350 \end_layout
34351
34352 \begin_layout Plain Layout
34353 \align center
34354 \begin_inset Tabular
34355 <lyxtabular version="3" rows="3" columns="3">
34356 <features tabularvalignment="middle">
34357 <column alignment="center" valignment="top" width="0">
34358 <column alignment="center" valignment="top" width="0">
34359 <column alignment="center" valignment="top" width="0">
34360 <row>
34361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34362 \begin_inset Text
34363
34364 \begin_layout Plain Layout
34365 a
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374 !
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 3
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 </row>
34389 <row>
34390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394 <
34395 \end_layout
34396
34397 \end_inset
34398 </cell>
34399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34400 \begin_inset Text
34401
34402 \begin_layout Plain Layout
34403 b2
34404 \begin_inset Quotes erd
34405 \end_inset
34406
34407 |
34408 \end_layout
34409
34410 \end_inset
34411 </cell>
34412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 >
34417 \end_layout
34418
34419 \end_inset
34420 </cell>
34421 </row>
34422 <row>
34423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34424 \begin_inset Text
34425
34426 \begin_layout Plain Layout
34427 1
34428 \end_layout
34429
34430 \end_inset
34431 </cell>
34432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436 §
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 c
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 </row>
34451 </lyxtabular>
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \begin_inset ERT
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465
34466 }
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \begin_layout Section
34475 Rotierte und skalierte Boxen
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
34480 \series bold
34481 graphicx
34482 \series default
34483
34484 \begin_inset Index idx
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 LaTeX-Pakete ! graphicx
34489 \end_layout
34490
34491 \end_inset
34492
34493  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
34494 \end_layout
34495
34496 \begin_layout Standard
34497
34498 \series bold
34499
34500 \backslash
34501 @ifundefined{rotatebox}
34502 \begin_inset Newline newline
34503 \end_inset
34504
34505
34506 \begin_inset Phantom HPhantom
34507 status open
34508
34509 \begin_layout Plain Layout
34510
34511 \series bold
34512 \begin_inset space ~
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \end_inset
34519
34520 {
34521 \backslash
34522 usepackage{graphicx}}{}
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset Note Greyedout
34527 status open
34528
34529 \begin_layout Plain Layout
34530
34531 \series bold
34532 Bemerkung:
34533 \series default
34534  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
34535  darstellen.
34536  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \end_layout
34543
34544 \begin_layout Standard
34545 \begin_inset Note Greyedout
34546 status open
34547
34548 \begin_layout Plain Layout
34549
34550 \series bold
34551 Bemerkung:
34552 \series default
34553  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Subsection
34562 Rotierte Boxen
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Boxen ! rotierte
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \begin_inset Index idx
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577 Rotiertes Material
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \begin_inset Index idx
34584 status collapsed
34585
34586 \begin_layout Plain Layout
34587 Abbildungen ! rotierte
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Tabellen ! rotierte
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 Um Text zu drehen, verwendet man den Befehl 
34607 \series bold
34608
34609 \backslash
34610 rotatebox
34611 \series default
34612  im TeX-Code nach folgendem Schema:
34613 \end_layout
34614
34615 \begin_layout Standard
34616
34617 \series bold
34618
34619 \backslash
34620 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
34621 \end_layout
34622
34623 \begin_layout Standard
34624 Der Drehpunkt wird mit 
34625 \series bold
34626 origin=Position
34627 \series default
34628  angegeben.
34629  Folgende Positionen sind möglich: 
34630 \emph on
34631 c
34632 \emph default
34633  (mittig), 
34634 \emph on
34635 l
34636 \emph default
34637  (links), 
34638 \emph on
34639 r
34640 \emph default
34641  (rechts), 
34642 \emph on
34643 b
34644 \emph default
34645  (unten), 
34646 \emph on
34647 t
34648 \emph default
34649  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
34650  Z.
34651 \begin_inset space \thinspace{}
34652 \end_inset
34653
34654 B.
34655  bedeutet 
34656 \emph on
34657 lt
34658 \emph default
34659 , dass sich der Drehpunkt links oben befindet.
34660  Wird kein Drehpunkt angegeben, wird die Position 
34661 \emph on
34662 l
34663 \emph default
34664  verwendet.
34665  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
34666  Gedreht wird gegen den Uhrzeigersinn.
34667 \end_layout
34668
34669 \begin_layout Standard
34670 Im folgenden Beispiel wurde vor dem Text der Befehl 
34671 \series bold
34672
34673 \backslash
34674 rotatebox[origin=c]{60}{
34675 \series default
34676  im TeX-Modus eingegeben.
34677  Nach dem Text wurde die schließende Klammer 
34678 \series bold
34679 }
34680 \series default
34681  wiederum im TeX-Modus eingegeben.
34682 \end_layout
34683
34684 \begin_layout Standard
34685 Dies ist eine Zeile 
34686 \begin_inset ERT
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690
34691
34692 \backslash
34693 rotatebox[origin=c]{60}{
34694 \end_layout
34695
34696 \end_inset
34697
34698 mit rotiertem
34699 \begin_inset ERT
34700 status collapsed
34701
34702 \begin_layout Plain Layout
34703
34704 }
34705 \end_layout
34706
34707 \end_inset
34708
34709  Text.
34710 \end_layout
34711
34712 \begin_layout Standard
34713 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
34714 \end_layout
34715
34716 \begin_layout Standard
34717 Dies ist eine Zeile 
34718 \begin_inset ERT
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722
34723
34724 \backslash
34725 rotatebox[origin=r]{-60}{
34726 \end_layout
34727
34728 \end_inset
34729
34730
34731 \begin_inset Box Doublebox
34732 position "c"
34733 hor_pos "c"
34734 has_inner_box 0
34735 inner_pos "c"
34736 use_parbox 0
34737 use_makebox 0
34738 width "1in"
34739 special "width"
34740 height "1in"
34741 height_special "totalheight"
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745 mit rotiertem
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756 }
34757 \end_layout
34758
34759 \end_inset
34760
34761  umrandeten Text 
34762 \begin_inset ERT
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766
34767
34768 \backslash
34769 rotatebox[origin=lb]{60}{
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34776 \end_inset
34777
34778
34779 \begin_inset ERT
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783
34784 }
34785 \end_layout
34786
34787 \end_inset
34788
34789  und einer Formel.
34790 \end_layout
34791
34792 \begin_layout Standard
34793 Oder ein Bild oder Tabelle:
34794 \end_layout
34795
34796 \begin_layout Standard
34797 Dies ist eine Zeile 
34798 \begin_inset ERT
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802
34803
34804 \backslash
34805 rotatebox[origin=lb]{90}{
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \begin_inset Graphics
34812         filename ../clipart/platypus.eps
34813         lyxscale 50
34814         width 25col%
34815
34816 \end_inset
34817
34818
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824 }
34825 \end_layout
34826
34827 \end_inset
34828
34829  mit einem rotierten Bild 
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 rotatebox[origin=l]{-90}{
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \begin_inset Tabular
34844 <lyxtabular version="3" rows="2" columns="2">
34845 <features tabularvalignment="middle">
34846 <column alignment="center" valignment="top" width="0">
34847 <column alignment="center" valignment="top" width="0">
34848 <row>
34849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853 q
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 w
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 </row>
34868 <row>
34869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873 e
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34879 \begin_inset Text
34880
34881 \begin_layout Plain Layout
34882 r
34883 \end_layout
34884
34885 \end_inset
34886 </cell>
34887 </row>
34888 </lyxtabular>
34889
34890 \end_inset
34891
34892
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898 }
34899 \end_layout
34900
34901 \end_inset
34902
34903  und Tabelle.
34904 \end_layout
34905
34906 \begin_layout Subsection
34907 Skalierte Boxen
34908 \begin_inset Index idx
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912 Boxen ! skalierte
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \begin_inset Index idx
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922 Skaliertes Material
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \begin_inset Index idx
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932 Abbildungen ! skalierte
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \begin_inset Index idx
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Tabellen ! skalierte
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 Um Text zu skalieren, kann man die Befehle 
34952 \series bold
34953
34954 \backslash
34955 scalebox
34956 \series default
34957  und 
34958 \series bold
34959
34960 \backslash
34961 resizebox
34962 \series default
34963  im TeX-Modus verwenden.
34964 \end_layout
34965
34966 \begin_layout Standard
34967
34968 \series bold
34969
34970 \backslash
34971 scalebox
34972 \series default
34973  wird nach folgendem Schema verwendet:
34974 \end_layout
34975
34976 \begin_layout Standard
34977
34978 \series bold
34979
34980 \backslash
34981 scalebox{horizontal}[vertikal]{Boxinhalt}
34982 \end_layout
34983
34984 \begin_layout Standard
34985 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
34986  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
34987  verwendet.
34988 \end_layout
34989
34990 \begin_layout Standard
34991 Z.
34992 \begin_inset space \thinspace{}
34993 \end_inset
34994
34995 B.
34996  ergibt der Befehl 
34997 \series bold
34998
34999 \backslash
35000 scalebox{2}{Hallo}
35001 \series default
35002  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 scalebox{2}{
35011 \end_layout
35012
35013 \end_inset
35014
35015 Hallo
35016 \begin_inset ERT
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020
35021 }
35022 \end_layout
35023
35024 \end_inset
35025
35026 .
35027 \end_layout
35028
35029 \begin_layout Standard
35030
35031 \series bold
35032
35033 \backslash
35034 scalebox{2}[1]{Hallo}
35035 \series default
35036  verzerrt hingegen das 
35037 \begin_inset ERT
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042
35043 \backslash
35044 scalebox{2}[1]{
35045 \end_layout
35046
35047 \end_inset
35048
35049 Hallo
35050 \begin_inset ERT
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054
35055 }
35056 \end_layout
35057
35058 \end_inset
35059
35060 .
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Die Skalierungsfaktoren dürfen auch negativ sein.
35065  In diesem Fall wird der Boxinhalt gespiegelt.
35066 \end_layout
35067
35068 \begin_layout Standard
35069 Daher lässt sich mit dem Befehl 
35070 \series bold
35071
35072 \backslash
35073 scalebox{-1}[1]{Hallo}
35074 \series default
35075  Spiegelschrift erstellen: 
35076 \begin_inset ERT
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080
35081
35082 \backslash
35083 scalebox{-1}[1]{
35084 \end_layout
35085
35086 \end_inset
35087
35088 Hallo
35089 \begin_inset ERT
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093
35094 }
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \begin_layout Standard
35103
35104 \series bold
35105
35106 \backslash
35107 scalebox{1}[-1]{Hallo}
35108 \series default
35109  spiegelt das 
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115
35116 \backslash
35117 scalebox{1}[-1]{
35118 \end_layout
35119
35120 \end_inset
35121
35122 Hallo
35123 \begin_inset ERT
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128 }
35129 \end_layout
35130
35131 \end_inset
35132
35133  an der Grundlinie.
35134 \end_layout
35135
35136 \begin_layout Standard
35137 Zu 
35138 \series bold
35139
35140 \backslash
35141 scalebox{-1}[1]{Boxinhalt}
35142 \series default
35143  gibt es den äquivalenten Befehl
35144 \begin_inset Newline newline
35145 \end_inset
35146
35147
35148 \series bold
35149
35150 \backslash
35151 reflectbox{Boxinhalt}
35152 \series default
35153 .
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \begin_inset VSpace bigskip
35158 \end_inset
35159
35160
35161 \series bold
35162
35163 \backslash
35164 resizebox
35165 \series default
35166  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
35167  skalieren.
35168  Das Befehlsschema ist folgendes:
35169 \end_layout
35170
35171 \begin_layout Standard
35172
35173 \series bold
35174
35175 \backslash
35176 resizebox{Breite}{Höhe}{Boxinhalt}
35177 \end_layout
35178
35179 \begin_layout Standard
35180 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
35181 \series bold
35182 !
35183 \series default
35184  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
35185  wird.
35186 \end_layout
35187
35188 \begin_layout Standard
35189 Der Befehl 
35190 \series bold
35191
35192 \backslash
35193 resizebox{2cm}{1cm}{Hallo}
35194 \series default
35195  ergibt: 
35196 \begin_inset ERT
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200
35201
35202 \backslash
35203 resizebox{2cm}{1cm}{
35204 \end_layout
35205
35206 \end_inset
35207
35208 Hallo
35209 \begin_inset ERT
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213
35214 }
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \begin_inset Newline newline
35221 \end_inset
35222
35223 Der Befehl 
35224 \series bold
35225
35226 \backslash
35227 resizebox{2cm}{!}{Hallo}
35228 \series default
35229  ergibt: 
35230 \begin_inset ERT
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234
35235
35236 \backslash
35237 resizebox{2cm}{!}{
35238 \end_layout
35239
35240 \end_inset
35241
35242 Hallo
35243 \begin_inset ERT
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247
35248 }
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 \begin_inset VSpace bigskip
35258 \end_inset
35259
35260
35261 \begin_inset Note Greyedout
35262 status open
35263
35264 \begin_layout Plain Layout
35265
35266 \series bold
35267 Bemerkung:
35268 \series default
35269  Wurde in Argumenten von 
35270 \series bold
35271
35272 \backslash
35273 scalebox
35274 \series default
35275  oder 
35276 \series bold
35277
35278 \backslash
35279 resizebox
35280 \series default
35281  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
35282  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
35283  werden.
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \end_layout
35290
35291 \begin_layout Standard
35292 \begin_inset VSpace bigskip
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Alle Boxen können beliebig miteinander kombiniert werden.
35300  So ergibt z.
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 B.
35305  der Befehl
35306 \begin_inset Newline newline
35307 \end_inset
35308
35309
35310 \series bold
35311
35312 \backslash
35313 rotatebox[origin=c]{-45}{
35314 \backslash
35315 resizebox{2cm}{!}{
35316 \backslash
35317 reflectbox{Hallo}}}
35318 \series default
35319 :
35320 \end_layout
35321
35322 \begin_layout Standard
35323 \align center
35324 \begin_inset ERT
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328
35329
35330 \backslash
35331 rotatebox[origin=c]{-45}{
35332 \backslash
35333 resizebox{2cm}{!}{
35334 \backslash
35335 reflectbox{
35336 \end_layout
35337
35338 \end_inset
35339
35340 Hallo
35341 \begin_inset ERT
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345
35346 }}}
35347 \end_layout
35348
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \begin_layout Standard
35355 \noindent
35356 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
35357 \end_layout
35358
35359 \begin_layout Standard
35360 \align center
35361 \begin_inset ERT
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365
35366
35367 \backslash
35368 rotatebox[origin=c]{-30}{
35369 \backslash
35370 resizebox{2cm}{!}{
35371 \backslash
35372 reflectbox{
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \begin_inset Graphics
35379         filename ../clipart/platypus.eps
35380         lyxscale 50
35381         width 25col%
35382
35383 \end_inset
35384
35385
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391 }}}
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \begin_inset ERT
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401
35402
35403 \backslash
35404 rotatebox[origin=c]{-45}{
35405 \backslash
35406 resizebox{2cm}{!}{
35407 \backslash
35408 reflectbox{
35409 \end_layout
35410
35411 \end_inset
35412
35413
35414 \begin_inset Tabular
35415 <lyxtabular version="3" rows="2" columns="2">
35416 <features tabularvalignment="middle">
35417 <column alignment="center" valignment="top" width="0">
35418 <column alignment="center" valignment="top" width="0">
35419 <row>
35420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 q
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 w
35434 \end_layout
35435
35436 \end_inset
35437 </cell>
35438 </row>
35439 <row>
35440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 e
35445 \end_layout
35446
35447 \end_inset
35448 </cell>
35449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453 r
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 </row>
35459 </lyxtabular>
35460
35461 \end_inset
35462
35463
35464 \begin_inset ERT
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468
35469 }}}
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \begin_inset ERT
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479
35480
35481 \backslash
35482 rotatebox[origin=c]{-45}{
35483 \backslash
35484 resizebox{2cm}{!}{
35485 \backslash
35486 reflectbox{
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35493 \end_inset
35494
35495
35496 \begin_inset ERT
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500
35501 }}}
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 Hat man den globalen Formelstil 
35511 \series bold
35512 fleqn
35513 \series default
35514
35515 \begin_inset Foot
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Wenn 
35520 \begin_inset Quotes gld
35521 \end_inset
35522
35523 fleqn
35524 \begin_inset Quotes grd
35525 \end_inset
35526
35527  zu den Dokumentklassen-Optionen hinzugefügt wurde.
35528 \end_layout
35529
35530 \end_inset
35531
35532  gewählt, kann man auch abgesetzte Formeln skalieren.
35533 \end_layout
35534
35535 \begin_layout Chapter
35536 Umflossene Objekte
35537 \begin_inset Index idx
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541 Umflossene Objekte
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Section
35550 Umflossene Gleitobjekte
35551 \begin_inset CommandInset label
35552 LatexCommand label
35553 name "sec:Umflossene-Gleitobjekte"
35554
35555 \end_inset
35556
35557
35558 \begin_inset Index idx
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562 Gleitobjekte ! umflossene
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Umflossene Objekte ! Gleitobjekte
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
35582  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
35583  den die Abbildung bzw.
35584 \begin_inset space ~
35585 \end_inset
35586
35587 Tabelle übrig lässt.
35588  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
35589  Sie werden über das Menü
35590 \family sans
35591  Einfügen\SpecialChar \menuseparator
35592 Gleitobjekt\SpecialChar \menuseparator
35593 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
35594 objekt
35595 \family default
35596  eingefügt, wenn das LaTeX-Paket 
35597 \series bold
35598 wrapfig
35599 \series default
35600
35601 \begin_inset Index idx
35602 status collapsed
35603
35604 \begin_layout Plain Layout
35605 LaTeX-Pakete ! wrapfig
35606 \begin_inset ERT
35607 status collapsed
35608
35609 \begin_layout Plain Layout
35610
35611
35612 \backslash
35613 vspace{4mm}
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \end_inset
35622
35623  installiert ist.
35624 \begin_inset Foot
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
35629 \emph on
35630 LaTeX-Konfiguration
35631 \emph default
35632  beschrieben.
35633 \end_layout
35634
35635 \end_inset
35636
35637  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
35638  Box des Gleitobjekts geändert werden.
35639  
35640 \begin_inset Wrap figure
35641 lines 0
35642 placement l
35643 overhang 1cm
35644 width "40col%"
35645 status open
35646
35647 \begin_layout Plain Layout
35648 \begin_inset Graphics
35649         filename ../clipart/mobius.eps
35650         width 40col%
35651         scaleBeforeRotation
35652         rotateOrigin center
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \begin_layout Plain Layout
35660 \begin_inset Caption
35661
35662 \begin_layout Plain Layout
35663 \begin_inset CommandInset label
35664 LatexCommand label
35665 name "abb:Dies-ist-eine"
35666
35667 \end_inset
35668
35669 Dies ist eine umflossene Gleitobjekt-Abbildung
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \end_inset
35678
35679  Obligatorische Einstellungen sind die 
35680 \family sans
35681 Breite
35682 \family default
35683  und 
35684 \family sans
35685 Platzierung
35686 \family default
35687  des Gleitobjekts.
35688  Optional sind der 
35689 \family sans
35690 Überhang 
35691 \family default
35692 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
35693 \begin_inset space \thinspace{}
35694 \end_inset
35695
35696 /
35697 \begin_inset space \thinspace{}
35698 \end_inset
35699
35700 der Seite ragt und die 
35701 \family sans
35702 benötigten Zeilen
35703 \family default
35704 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
35705  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
35706  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
35707  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
35708  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
35709  zu lassen.
35710  Abbildung
35711 \begin_inset space ~
35712 \end_inset
35713
35714
35715 \begin_inset CommandInset ref
35716 LatexCommand ref
35717 reference "abb:Dies-ist-eine"
35718
35719 \end_inset
35720
35721  ist zum Beispiel ein umflossenes Bild, das 40
35722 \begin_inset space \thinspace{}
35723 \end_inset
35724
35725 % der Spaltenbreite einnimmt, 1
35726 \begin_inset space \thinspace{}
35727 \end_inset
35728
35729 cm in den Rand ragt und links gesetzt wurde.
35730 \end_layout
35731
35732 \begin_layout Standard
35733 \begin_inset Note Greyedout
35734 status open
35735
35736 \begin_layout Plain Layout
35737
35738 \series bold
35739 Bemerkung:
35740 \series default
35741  Umflossene Objekte sind fragil! Wenn die Abbildung z.
35742 \begin_inset space \thinspace{}
35743 \end_inset
35744
35745 B.
35746  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
35747  oder über anderen Text gedruckt wird.
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Standard
35756 Allgemein gilt für umflossene Gleitobjekte:
35757 \end_layout
35758
35759 \begin_layout Itemize
35760 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
35761  fortgesetzt werden.
35762  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
35763  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
35764 \end_layout
35765
35766 \begin_layout Itemize
35767 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
35768  werden oder darin.
35769 \end_layout
35770
35771 \begin_layout Itemize
35772 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
35773  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
35774 \end_layout
35775
35776 \begin_layout Itemize
35777 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
35778 \end_layout
35779
35780 \begin_layout Itemize
35781 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
35782 \begin_inset space \thinspace{}
35783 \end_inset
35784
35785
35786 \begin_inset CommandInset ref
35787 LatexCommand ref
35788 reference "chap:Gleitobjekte"
35789
35790 \end_inset
35791
35792  beschrieben.
35793 \end_layout
35794
35795 \begin_layout Section
35796 Umflossene Fixe Objekte
35797 \begin_inset Index idx
35798 status collapsed
35799
35800 \begin_layout Plain Layout
35801 Umflossene Objekte ! Fixe Objekte
35802 \end_layout
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \begin_layout Standard
35810 Die in Abschnitt
35811 \begin_inset space ~
35812 \end_inset
35813
35814
35815 \begin_inset CommandInset ref
35816 LatexCommand ref
35817 reference "sec:Umflossene-Gleitobjekte"
35818
35819 \end_inset
35820
35821  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
35822 \end_layout
35823
35824 \begin_layout Standard
35825 \noindent
35826 \align center
35827 \begin_inset Tabular
35828 <lyxtabular version="3" rows="2" columns="2">
35829 <features tabularvalignment="middle">
35830 <column alignment="center" valignment="top" width="0">
35831 <column alignment="center" valignment="top" width="0">
35832 <row>
35833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837 \begin_inset Graphics
35838         filename ../../images/dialog-show-new-inset_graphics.png
35839         scale 70
35840         scaleBeforeRotation
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35850 \begin_inset Text
35851
35852 \begin_layout Plain Layout
35853 Text
35854 \end_layout
35855
35856 \end_inset
35857 </cell>
35858 </row>
35859 <row>
35860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35861 \begin_inset Text
35862
35863 \begin_layout Plain Layout
35864 Text
35865 \end_layout
35866
35867 \end_inset
35868 </cell>
35869 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Plain Layout
35873 Text
35874 \end_layout
35875
35876 \end_inset
35877 </cell>
35878 </row>
35879 </lyxtabular>
35880
35881 \end_inset
35882
35883  oder 
35884 \begin_inset Tabular
35885 <lyxtabular version="3" rows="2" columns="2">
35886 <features tabularvalignment="middle">
35887 <column alignment="center" valignment="top" width="0">
35888 <column alignment="center" valignment="top" width="0">
35889 <row>
35890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35891 \begin_inset Text
35892
35893 \begin_layout Plain Layout
35894 Text
35895 \end_layout
35896
35897 \end_inset
35898 </cell>
35899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35900 \begin_inset Text
35901
35902 \begin_layout Plain Layout
35903 \begin_inset Graphics
35904         filename ../../images/dialog-show-new-inset_graphics.png
35905         scale 70
35906         scaleBeforeRotation
35907
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 </row>
35916 <row>
35917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921 Text
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35927 \begin_inset Text
35928
35929 \begin_layout Plain Layout
35930 Text
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 </row>
35936 </lyxtabular>
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Standard
35944 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
35945  wurde, um z.
35946 \begin_inset space \thinspace{}
35947 \end_inset
35948
35949 B.
35950  solche Positionen zu erhalten:
35951 \begin_inset VSpace defskip
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \begin_layout Standard
35958 \noindent
35959 \align center
35960 \begin_inset Tabular
35961 <lyxtabular version="3" rows="2" columns="2">
35962 <features tabularvalignment="middle">
35963 <column alignment="center" valignment="top" width="0">
35964 <column alignment="center" valignment="top" width="0">
35965 <row>
35966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970 Text
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35976 \begin_inset Text
35977
35978 \begin_layout Plain Layout
35979 Text
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 </row>
35985 <row>
35986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Plain Layout
35990 \begin_inset Graphics
35991         filename ../../images/dialog-show-new-inset_graphics.png
35992         scale 70
35993         scaleBeforeRotation
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \end_inset
36001 </cell>
36002 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36003 \begin_inset Text
36004
36005 \begin_layout Plain Layout
36006 Text
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 </row>
36012 </lyxtabular>
36013
36014 \end_inset
36015
36016  
36017 \begin_inset Tabular
36018 <lyxtabular version="3" rows="2" columns="2">
36019 <features tabularvalignment="middle">
36020 <column alignment="center" valignment="top" width="0">
36021 <column alignment="center" valignment="top" width="0">
36022 <row>
36023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36024 \begin_inset Text
36025
36026 \begin_layout Plain Layout
36027 Text
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36033 \begin_inset Text
36034
36035 \begin_layout Plain Layout
36036 Text
36037 \end_layout
36038
36039 \end_inset
36040 </cell>
36041 </row>
36042 <row>
36043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36044 \begin_inset Text
36045
36046 \begin_layout Plain Layout
36047 Text
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36053 \begin_inset Text
36054
36055 \begin_layout Plain Layout
36056 \begin_inset Graphics
36057         filename ../../images/dialog-show-new-inset_graphics.png
36058         scale 70
36059         scaleBeforeRotation
36060
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 </row>
36069 </lyxtabular>
36070
36071 \end_inset
36072
36073  
36074 \begin_inset Tabular
36075 <lyxtabular version="3" rows="2" columns="3">
36076 <features tabularvalignment="middle">
36077 <column alignment="center" valignment="top" width="0">
36078 <column alignment="center" valignment="top" width="0">
36079 <column alignment="center" valignment="top" width="0">
36080 <row>
36081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085 Text
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 <cell alignment="center" valignment="top" topline="true" usebox="none">
36091 \begin_inset Text
36092
36093 \begin_layout Plain Layout
36094 \begin_inset Graphics
36095         filename ../../images/dialog-show-new-inset_graphics.png
36096         scale 70
36097         scaleBeforeRotation
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \end_inset
36105 </cell>
36106 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36107 \begin_inset Text
36108
36109 \begin_layout Plain Layout
36110 Text
36111 \end_layout
36112
36113 \end_inset
36114 </cell>
36115 </row>
36116 <row>
36117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121 Text
36122 \end_layout
36123
36124 \end_inset
36125 </cell>
36126 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36127 \begin_inset Text
36128
36129 \begin_layout Plain Layout
36130 Text
36131 \end_layout
36132
36133 \end_inset
36134 </cell>
36135 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36136 \begin_inset Text
36137
36138 \begin_layout Plain Layout
36139 Text
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 </lyxtabular>
36146
36147 \end_inset
36148
36149  
36150 \begin_inset Tabular
36151 <lyxtabular version="3" rows="2" columns="3">
36152 <features tabularvalignment="middle">
36153 <column alignment="center" valignment="top" width="0">
36154 <column alignment="center" valignment="top" width="0">
36155 <column alignment="center" valignment="top" width="0">
36156 <row>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161 Text
36162 \end_layout
36163
36164 \end_inset
36165 </cell>
36166 <cell alignment="center" valignment="top" topline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170 Text
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 Text
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 </row>
36185 <row>
36186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 Text
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 \begin_inset Graphics
36200         filename ../../images/dialog-show-new-inset_graphics.png
36201         scale 70
36202         scaleBeforeRotation
36203
36204 \end_inset
36205
36206
36207 \end_layout
36208
36209 \end_inset
36210 </cell>
36211 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215 Text
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 </row>
36221 </lyxtabular>
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 \noindent
36230 \align center
36231 \begin_inset Tabular
36232 <lyxtabular version="3" rows="3" columns="2">
36233 <features tabularvalignment="middle">
36234 <column alignment="center" valignment="top" width="0">
36235 <column alignment="center" valignment="top" width="0">
36236 <row>
36237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241 Text
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36247 \begin_inset Text
36248
36249 \begin_layout Plain Layout
36250 Text
36251 \end_layout
36252
36253 \end_inset
36254 </cell>
36255 </row>
36256 <row>
36257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261 \begin_inset Graphics
36262         filename ../../images/dialog-show-new-inset_graphics.png
36263         scale 70
36264         scaleBeforeRotation
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36274 \begin_inset Text
36275
36276 \begin_layout Plain Layout
36277 Text
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 </row>
36283 <row>
36284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Plain Layout
36288 Text
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297 Text
36298 \end_layout
36299
36300 \end_inset
36301 </cell>
36302 </row>
36303 </lyxtabular>
36304
36305 \end_inset
36306
36307  
36308 \begin_inset Tabular
36309 <lyxtabular version="3" rows="3" columns="3">
36310 <features tabularvalignment="middle">
36311 <column alignment="center" valignment="top" width="0">
36312 <column alignment="center" valignment="top" width="0">
36313 <column alignment="center" valignment="top" width="0">
36314 <row>
36315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36316 \begin_inset Text
36317
36318 \begin_layout Plain Layout
36319 Text
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 <cell alignment="center" valignment="top" topline="true" usebox="none">
36325 \begin_inset Text
36326
36327 \begin_layout Plain Layout
36328 Text
36329 \end_layout
36330
36331 \end_inset
36332 </cell>
36333 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337 Text
36338 \end_layout
36339
36340 \end_inset
36341 </cell>
36342 </row>
36343 <row>
36344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348 Text
36349 \end_layout
36350
36351 \end_inset
36352 </cell>
36353 <cell alignment="center" valignment="top" usebox="none">
36354 \begin_inset Text
36355
36356 \begin_layout Plain Layout
36357 \begin_inset Graphics
36358         filename ../../images/dialog-show-new-inset_graphics.png
36359         scale 70
36360         scaleBeforeRotation
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \end_inset
36368 </cell>
36369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36370 \begin_inset Text
36371
36372 \begin_layout Plain Layout
36373 Text
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 </row>
36379 <row>
36380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36381 \begin_inset Text
36382
36383 \begin_layout Plain Layout
36384 Text
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36390 \begin_inset Text
36391
36392 \begin_layout Plain Layout
36393 Text
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Plain Layout
36402 Text
36403 \end_layout
36404
36405 \end_inset
36406 </cell>
36407 </row>
36408 </lyxtabular>
36409
36410 \end_inset
36411
36412  
36413 \begin_inset Tabular
36414 <lyxtabular version="3" rows="3" columns="2">
36415 <features tabularvalignment="middle">
36416 <column alignment="center" valignment="top" width="0">
36417 <column alignment="center" valignment="top" width="0">
36418 <row>
36419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36420 \begin_inset Text
36421
36422 \begin_layout Plain Layout
36423 Text
36424 \end_layout
36425
36426 \end_inset
36427 </cell>
36428 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36429 \begin_inset Text
36430
36431 \begin_layout Plain Layout
36432 Text
36433 \end_layout
36434
36435 \end_inset
36436 </cell>
36437 </row>
36438 <row>
36439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36440 \begin_inset Text
36441
36442 \begin_layout Plain Layout
36443 Text
36444 \end_layout
36445
36446 \end_inset
36447 </cell>
36448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452 \begin_inset Graphics
36453         filename ../../images/dialog-show-new-inset_graphics.png
36454         scale 70
36455         scaleBeforeRotation
36456
36457 \end_inset
36458
36459
36460 \end_layout
36461
36462 \end_inset
36463 </cell>
36464 </row>
36465 <row>
36466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36467 \begin_inset Text
36468
36469 \begin_layout Plain Layout
36470 Text
36471 \end_layout
36472
36473 \end_inset
36474 </cell>
36475 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36476 \begin_inset Text
36477
36478 \begin_layout Plain Layout
36479 Text
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 </row>
36485 </lyxtabular>
36486
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \begin_layout Standard
36493 \noindent
36494 kann man das LaTeX-Paket 
36495 \series bold
36496 picinpar
36497 \series default
36498
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 LaTeX-Pakete ! picinpar
36504 \end_layout
36505
36506 \end_inset
36507
36508  benutzen.
36509  Hier ist ein Beispiel:
36510 \end_layout
36511
36512 \begin_layout Standard
36513 \begin_inset ERT
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517
36518
36519 \backslash
36520 ifpicinpar
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \begin_inset Note Note
36527 status open
36528
36529 \begin_layout Plain Layout
36530 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
36531 \series bold
36532 picinpar
36533 \series default
36534  installiert ist.
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Standard
36543 \begin_inset ERT
36544 status collapsed
36545
36546 \begin_layout Plain Layout
36547
36548
36549 \backslash
36550 begin{window}[2,c,{
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \begin_inset Graphics
36557         filename ../clipart/mobius.eps
36558         lyxscale 60
36559         width 40col%
36560         scaleBeforeRotation
36561         rotateOrigin center
36562
36563 \end_inset
36564
36565
36566 \begin_inset ERT
36567 status collapsed
36568
36569 \begin_layout Plain Layout
36570
36571 },]
36572 \end_layout
36573
36574 \begin_layout Plain Layout
36575
36576 {}
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \size small
36583 \lang english
36584 It was in the spring of the year 1894 that all London was interested, and
36585  the fashionable world dismayed, by the murder of the Honourable Ronald
36586  Adair under most unusual and inexplicable circumstances.
36587  The public has already learned those particulars of the crime which
36588 \size default
36589
36590 \begin_inset ERT
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594
36595
36596 \backslash
36597 footnotemark{}
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \size small
36604  came out in the police investigation, but a good deal was suppressed upon
36605  that occasion, since the case for the prosecution was so overwhelmingly
36606  strong that it was not necessary to bring forward all the facts.
36607  Only now, at the end of nearly ten years, am I allowed to supply those
36608  missing links which make up the whole of that remarkable chain.
36609 \size default
36610 \lang ngerman
36611
36612 \begin_inset ERT
36613 status collapsed
36614
36615 \begin_layout Plain Layout
36616
36617
36618 \backslash
36619 end{window}
36620 \end_layout
36621
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \begin_layout Standard
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 footnotetext{
36636 \end_layout
36637
36638 \end_inset
36639
36640 Fußnote des Absatzes mit fixem Objekt.
36641 \begin_inset ERT
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645
36646 }
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \begin_layout Standard
36655 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
36656  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
36657  vertikale Position im Text bestimmen kann.
36658  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
36659  beschriftet werden.
36660 \end_layout
36661
36662 \begin_layout Standard
36663 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
36664  Befehl
36665 \end_layout
36666
36667 \begin_layout Standard
36668
36669 \series bold
36670
36671 \backslash
36672 begin{window}[2,c,{
36673 \end_layout
36674
36675 \begin_layout Standard
36676 als TeX-Code einfügt.
36677  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
36678  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
36679  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
36680  Danach fügt man das Objekt ein.
36681  In diesem Beispiel wurde ein Bild der Breite von 40
36682 \begin_inset space \thinspace{}
36683 \end_inset
36684
36685 % der Textspaltenbreite eingefügt.
36686  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
36687  Nach dem Objekt fügt man den Befehl
36688 \end_layout
36689
36690 \begin_layout Standard
36691
36692 \series bold
36693 },Beschreibungstext]
36694 \begin_inset Newline newline
36695 \end_inset
36696
36697 {}
36698 \end_layout
36699
36700 \begin_layout Standard
36701 ein.
36702  Man beachte dass das 
36703 \begin_inset Quotes gld
36704 \end_inset
36705
36706
36707 \series bold
36708 {}
36709 \series default
36710
36711 \begin_inset Quotes grd
36712 \end_inset
36713
36714  in der zweiten Zeile steht.
36715  Der Beschreibungstext ist optional.
36716  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
36717  das Objekt befinden, also direkt nach dem 
36718 \series bold
36719 {}
36720 \series default
36721  beginnen.
36722  Am Ende des Absatzes fügt man folgenden Befehl ein:
36723 \end_layout
36724
36725 \begin_layout Standard
36726
36727 \series bold
36728
36729 \backslash
36730 end{window}
36731 \end_layout
36732
36733 \begin_layout Standard
36734 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
36735  man muss stattdessen den Befehl 
36736 \series bold
36737
36738 \backslash
36739 footnotemark
36740 \series default
36741  verwenden.
36742  Außerhalb des Absatzes den Befehl 
36743 \series bold
36744
36745 \backslash
36746 footnotetext
36747 \series default
36748 , wie es in Abschnitt
36749 \begin_inset space ~
36750 \end_inset
36751
36752
36753 \begin_inset CommandInset ref
36754 LatexCommand ref
36755 reference "abs:Fußnoten"
36756
36757 \end_inset
36758
36759  beschrieben ist.
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \begin_inset ERT
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767
36768
36769 \backslash
36770 else
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \begin_inset Note Note
36777 status open
36778
36779 \begin_layout Plain Layout
36780 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
36781 \series bold
36782 picinpar
36783 \series default
36784  nicht installiert ist:
36785 \end_layout
36786
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \begin_layout Standard
36793 Das LaTeX-Paket 
36794 \series bold
36795 picinpar
36796 \series default
36797  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
36798 \end_layout
36799
36800 \begin_layout Standard
36801 \begin_inset ERT
36802 status collapsed
36803
36804 \begin_layout Plain Layout
36805
36806
36807 \backslash
36808 fi
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \begin_layout Section
36817 Initiale
36818 \begin_inset Index idx
36819 status collapsed
36820
36821 \begin_layout Plain Layout
36822 Initiale
36823 \end_layout
36824
36825 \end_inset
36826
36827
36828 \begin_inset Index idx
36829 status collapsed
36830
36831 \begin_layout Plain Layout
36832 Umflossene Objekte ! Initiale
36833 \end_layout
36834
36835 \end_inset
36836
36837
36838 \end_layout
36839
36840 \begin_layout Standard
36841 Für Initialen muss das LaTeX-Paket 
36842 \series bold
36843 lettrine
36844 \series default
36845
36846 \begin_inset Index idx
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850 LaTeX-Pakete ! lettrine
36851 \end_layout
36852
36853 \end_inset
36854
36855  installiert sein und das Modul 
36856 \family sans
36857 Initialen
36858 \family default
36859  im Dokument verwendet werden (Menü 
36860 \family sans
36861 Dokument\SpecialChar \menuseparator
36862 Einstellungen\SpecialChar \menuseparator
36863 Module
36864 \family default
36865 ).
36866  Um eine Initiale einzufügen, verwendet man den Stil 
36867 \family sans
36868 Initiale
36869 \family default
36870 .
36871  Dieser Stil hat ein obligatorisches und ein optionales Argument.
36872  Das obligatorische Argument wird über das Menü 
36873 \family sans
36874 Einfügen\SpecialChar \menuseparator
36875 Kurztitel
36876 \family default
36877  eingefügt und enthält den Buchstaben, der die Initiale bildet.
36878  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
36879  vor dem obligatorischen ein.
36880  Dieses enthält Parameter um die Initiale zu modifizieren.
36881  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
36882  von 
36883 \series bold
36884 lettrine
36885 \series default
36886
36887 \begin_inset CommandInset citation
36888 LatexCommand cite
36889 key "lettrine"
36890
36891 \end_inset
36892
36893 .
36894  Der Stil selbst enthält den Text, der die Initiale umgibt.
36895  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
36896  Initiale ist, in 
36897 \shape smallcaps
36898 Kapitälchen
36899 \shape default
36900  gedruckt wird.
36901  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
36902  schließende geschweifte Klammer '
36903 \series bold
36904 }
36905 \series default
36906 ' als TeX-Code ein.
36907  Am Ende des Stils muss eine öffnende geschweifte Klammer '
36908 \series bold
36909 {
36910 \series default
36911 ' als TeX-Code stehen.
36912 \end_layout
36913
36914 \begin_layout Standard
36915 \begin_inset Newpage newpage
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Standard
36922 Hier sind einige Beispiele:
36923 \end_layout
36924
36925 \begin_layout Standard
36926 \begin_inset ERT
36927 status collapsed
36928
36929 \begin_layout Plain Layout
36930
36931
36932 \backslash
36933 iflettrine
36934 \end_layout
36935
36936 \end_inset
36937
36938
36939 \begin_inset Note Note
36940 status open
36941
36942 \begin_layout Plain Layout
36943 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
36944 \series bold
36945 lettrine
36946 \series default
36947  installiert ist.
36948 \end_layout
36949
36950 \end_inset
36951
36952
36953 \end_layout
36954
36955 \begin_layout Enumerate
36956 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
36957
36958 \begin_inset Formula $\mathfrak{Fraktur}$
36959 \end_inset
36960
36961 :
36962 \end_layout
36963
36964 \begin_deeper
36965 \begin_layout Initial
36966 \begin_inset Argument
36967 status open
36968
36969 \begin_layout Plain Layout
36970 \begin_inset Formula $\mathfrak{I}$
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \end_inset
36977
36978 t
36979 \begin_inset ERT
36980 status collapsed
36981
36982 \begin_layout Plain Layout
36983
36984 }
36985 \end_layout
36986
36987 \end_inset
36988
36989  
36990 \lang english
36991 was in the spring of the year 1894 that all London was interested, and the
36992  fashionable world dismayed, by the murder of the Honourable Ronald Adair
36993  under most unusual and inexplicable circumstances.
36994  The public has already learned those particulars of the crime which came
36995  out in the police investigation, but a good deal was suppressed upon that
36996  occasion, since the case for the prosecution was so overwhelmingly strong
36997  that it was not necessary to bring forward all the facts.
36998 \lang ngerman
36999
37000 \begin_inset ERT
37001 status collapsed
37002
37003 \begin_layout Plain Layout
37004
37005 {
37006 \end_layout
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \end_deeper
37014 \begin_layout Enumerate
37015 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
37016  besteht und kein Text ist in 
37017 \shape smallcaps
37018 Kapitälchen
37019 \shape default
37020 :
37021 \end_layout
37022
37023 \begin_deeper
37024 \begin_layout Initial
37025 \begin_inset Argument
37026 status open
37027
37028 \begin_layout Plain Layout
37029 lines=1
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \begin_inset Argument
37036 status open
37037
37038 \begin_layout Plain Layout
37039 It
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \begin_inset ERT
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049
37050 }
37051 \end_layout
37052
37053 \end_inset
37054
37055  
37056 \lang english
37057 was in the spring of the year 1894 that all London was interested, and the
37058  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37059  under most unusual and inexplicable circumstances.
37060  The public has already learned those particulars of the crime which came
37061  out in the police investigation, but a good deal was suppressed upon that
37062  occasion, since the case for the prosecution was so overwhelmingly strong
37063  that it was not necessary to bring forward all the facts.
37064 \lang ngerman
37065
37066 \begin_inset ERT
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070
37071 {
37072 \end_layout
37073
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \end_deeper
37080 \begin_layout Enumerate
37081 Magenta, hängende Initiale über 3
37082 \begin_inset space ~
37083 \end_inset
37084
37085 Zeilen in der Mathe-Schrift
37086 \begin_inset Newline newline
37087 \end_inset
37088
37089  
37090 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
37091 \end_inset
37092
37093 , der Text 
37094 \begin_inset Quotes gld
37095 \end_inset
37096
37097
37098 \lang english
37099 was in the spring
37100 \lang ngerman
37101
37102 \begin_inset Quotes erd
37103 \end_inset
37104
37105  ist in 
37106 \shape smallcaps
37107 Kapitälchen
37108 \shape default
37109 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
37110 \begin_inset Newline newline
37111 \end_inset
37112
37113
37114 \series bold
37115
37116 \backslash
37117 renewcommand{
37118 \backslash
37119 LettrineFontHook}{
37120 \backslash
37121 color{Farbe}}
37122 \series default
37123
37124 \begin_inset Newline newline
37125 \end_inset
37126
37127 wobei 
37128 \emph on
37129 Farbe
37130 \emph default
37131  
37132 \begin_inset Quotes gld
37133 \end_inset
37134
37135 red
37136 \begin_inset Quotes erd
37137 \end_inset
37138
37139
37140 \begin_inset Quotes gld
37141 \end_inset
37142
37143 blue
37144 \begin_inset Quotes erd
37145 \end_inset
37146
37147
37148 \begin_inset Quotes gld
37149 \end_inset
37150
37151 green
37152 \begin_inset Quotes erd
37153 \end_inset
37154
37155
37156 \begin_inset Quotes gld
37157 \end_inset
37158
37159 yellow
37160 \begin_inset Quotes erd
37161 \end_inset
37162
37163
37164 \begin_inset Quotes gld
37165 \end_inset
37166
37167 cyan
37168 \begin_inset Quotes erd
37169 \end_inset
37170
37171
37172 \begin_inset Quotes gld
37173 \end_inset
37174
37175 magenta
37176 \begin_inset Quotes erd
37177 \end_inset
37178
37179
37180 \begin_inset Quotes gld
37181 \end_inset
37182
37183 black
37184 \begin_inset Quotes erd
37185 \end_inset
37186
37187  oder 
37188 \begin_inset Quotes gld
37189 \end_inset
37190
37191 white
37192 \begin_inset Quotes erd
37193 \end_inset
37194
37195  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
37196 \begin_inset Newline newline
37197 \end_inset
37198
37199
37200 \series bold
37201
37202 \backslash
37203 @ifundefined{textcolor}
37204 \begin_inset Newline newline
37205 \end_inset
37206
37207
37208 \begin_inset space ~
37209 \end_inset
37210
37211 {
37212 \backslash
37213 usepackage{color}}{}
37214 \end_layout
37215
37216 \begin_deeper
37217 \begin_layout Standard
37218 \begin_inset ERT
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222
37223
37224 \backslash
37225 renewcommand{
37226 \backslash
37227 LettrineFontHook}{
37228 \backslash
37229 color{magenta}}
37230 \end_layout
37231
37232 \end_inset
37233
37234
37235 \begin_inset Note Note
37236 status open
37237
37238 \begin_layout Plain Layout
37239 macht die Initiale magenta
37240 \end_layout
37241
37242 \end_inset
37243
37244
37245 \end_layout
37246
37247 \begin_layout Initial
37248 \begin_inset Argument
37249 status open
37250
37251 \begin_layout Plain Layout
37252 lines=3, lhang=0.33, loversize=0.25
37253 \end_layout
37254
37255 \end_inset
37256
37257
37258 \begin_inset Argument
37259 status open
37260
37261 \begin_layout Plain Layout
37262 \begin_inset Formula $\mathcal{I}$
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \end_inset
37269
37270
37271 \lang english
37272 t was in the spring
37273 \lang ngerman
37274
37275 \begin_inset ERT
37276 status collapsed
37277
37278 \begin_layout Plain Layout
37279
37280 }
37281 \end_layout
37282
37283 \end_inset
37284
37285  
37286 \lang english
37287 of the year 1894 that all London was interested, and the fashionable world
37288  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37289  and inexplicable circumstances.
37290  The public has already learned those particulars of the crime which came
37291  out in the police investigation, but a good deal was suppressed upon that
37292  occasion, since the case for the prosecution was so overwhelmingly strong
37293  that it was not necessary to bring forward all the facts.
37294 \family sans
37295 \lang ngerman
37296
37297 \begin_inset ERT
37298 status collapsed
37299
37300 \begin_layout Plain Layout
37301
37302 {
37303 \end_layout
37304
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \end_deeper
37311 \begin_layout Standard
37312 \begin_inset ERT
37313 status collapsed
37314
37315 \begin_layout Plain Layout
37316
37317
37318 \backslash
37319 else
37320 \end_layout
37321
37322 \end_inset
37323
37324
37325 \begin_inset Note Note
37326 status open
37327
37328 \begin_layout Plain Layout
37329 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37330 \series bold
37331 lettrine
37332 \series default
37333  nicht installiert ist:
37334 \end_layout
37335
37336 \end_inset
37337
37338
37339 \end_layout
37340
37341 \begin_layout Standard
37342 Das LaTeX-Paket 
37343 \series bold
37344 lettrine
37345 \series default
37346  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37347 \end_layout
37348
37349 \begin_layout Standard
37350 \begin_inset ERT
37351 status collapsed
37352
37353 \begin_layout Plain Layout
37354
37355
37356 \backslash
37357 fi
37358 \end_layout
37359
37360 \end_inset
37361
37362
37363 \end_layout
37364
37365 \begin_layout Chapter
37366 Externe Dateien
37367 \begin_inset Index idx
37368 status collapsed
37369
37370 \begin_layout Plain Layout
37371 Dateien ! externe
37372 \end_layout
37373
37374 \end_inset
37375
37376
37377 \end_layout
37378
37379 \begin_layout Standard
37380 Mit 
37381 \family sans
37382 Einfügen\SpecialChar \menuseparator
37383 Datei
37384 \family default
37385  können Sie fremdes Material in Ihr Dokument einsetzen.
37386  Das kann folgendes sein:
37387 \end_layout
37388
37389 \begin_layout Description
37390 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
37391  eingefügt.
37392 \end_layout
37393
37394 \begin_layout Description
37395 Einfacher
37396 \begin_inset space ~
37397 \end_inset
37398
37399 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
37400  eingefügt.
37401 \end_layout
37402
37403 \begin_layout Description
37404 Einfacher
37405 \begin_inset space ~
37406 \end_inset
37407
37408 Text,
37409 \begin_inset space ~
37410 \end_inset
37411
37412 Zeilen
37413 \begin_inset space ~
37414 \end_inset
37415
37416 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
37417  Leerzeilen trennen die Absätze.
37418 \end_layout
37419
37420 \begin_layout Description
37421 Externes
37422 \begin_inset space ~
37423 \end_inset
37424
37425 Material Dateien in verschiedenen Formaten.
37426 \end_layout
37427
37428 \begin_layout Description
37429 Unterdokument LyX- oder LaTeX-Dokumente.
37430 \end_layout
37431
37432 \begin_layout Section
37433 Externes Material
37434 \begin_inset Index idx
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438 Externes Material
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Standard
37447 Mit 
37448 \family sans
37449 Einfügen\SpecialChar \menuseparator
37450 Datei\SpecialChar \menuseparator
37451  Externes Material
37452 \family default
37453  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
37454  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
37455  weil LyX sich darum kümmert.
37456  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
37457  eingefügt werden können.
37458  Wenn die Grafikvorschau in den LyX-Einstellungen unter
37459 \family sans
37460  Aussehen
37461 \begin_inset space ~
37462 \end_inset
37463
37464 &
37465 \begin_inset space ~
37466 \end_inset
37467
37468 Handhabung\SpecialChar \menuseparator
37469 Grafik
37470 \family default
37471 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
37472 \end_layout
37473
37474 \begin_layout Standard
37475 Zur Zeit können Sie folgende Dateitypen (
37476 \family sans
37477 Vorlagen
37478 \family default
37479 ) benutzen:
37480 \end_layout
37481
37482 \begin_layout Description
37483 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
37484 \series bold
37485
37486 \begin_inset CommandInset href
37487 LatexCommand href
37488 name "XBoard"
37489 target "http://de.wikipedia.org/wiki/XBoard"
37490
37491 \end_inset
37492
37493
37494 \series default
37495  erzeugt wurden.
37496 \end_layout
37497
37498 \begin_layout Description
37499 Datum fügt ein Datum mit dem Format 
37500 \emph on
37501 Tag-Monat-Jahr
37502 \emph default
37503  ein.
37504  Hier ist ein Beispiel: 
37505 \begin_inset External
37506         template Date
37507         filename .
37508
37509 \end_inset
37510
37511
37512 \begin_inset space ~
37513 \end_inset
37514
37515
37516 \begin_inset Note Note
37517 status open
37518
37519 \begin_layout Plain Layout
37520
37521 \lang english
37522 Remove the protected space when bug 4398 is fixed!
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \begin_inset Newline newline
37529 \end_inset
37530
37531 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
37532  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
37533  Menü 
37534 \family sans
37535 Einfügen\SpecialChar \menuseparator
37536 Datum
37537 \family default
37538  und mit dem LaTeX-Befehl 
37539 \series bold
37540
37541 \backslash
37542 today
37543 \series default
37544 .
37545  Die verschiedenen Methoden werden in Tabelle
37546 \begin_inset space ~
37547 \end_inset
37548
37549
37550 \begin_inset CommandInset ref
37551 LatexCommand ref
37552 reference "tab:Vergleich-der-Datums-Eingaben"
37553
37554 \end_inset
37555
37556  verglichen.
37557 \end_layout
37558
37559 \begin_layout Description
37560 Dia unterstützt Diagramme, die mit dem Programm 
37561 \series bold
37562
37563 \begin_inset CommandInset href
37564 LatexCommand href
37565 name "Dia"
37566 target "http://de.wikipedia.org/wiki/Dia_(Software)"
37567
37568 \end_inset
37569
37570
37571 \series default
37572  erzeugt wurden.
37573 \end_layout
37574
37575 \begin_layout Description
37576 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
37577 \series bold
37578
37579 \begin_inset CommandInset href
37580 LatexCommand href
37581 name "Gnumeric"
37582 target "http://de.wikipedia.org/wiki/Gnumeric"
37583
37584 \end_inset
37585
37586
37587 \series default
37588
37589 \begin_inset CommandInset href
37590 LatexCommand href
37591 name "OpenDocument"
37592 target "http://de.wikipedia.org/wiki/OpenDocument"
37593
37594 \end_inset
37595
37596
37597 \begin_inset CommandInset href
37598 LatexCommand href
37599 name "Microsoft Office XML"
37600 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37601
37602 \end_inset
37603
37604  und 
37605 \begin_inset CommandInset href
37606 LatexCommand href
37607 name "Office Open XML"
37608 target "http://de.wikipedia.org/wiki/Office_Open_XML"
37609
37610 \end_inset
37611
37612  einfügen.
37613  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
37614 \family typewriter
37615 ssconvert
37616 \family default
37617  gefunden haben.
37618  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
37619  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
37620  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
37621 \emph on
37622 spreadsheet.lyx
37623 \emph default
37624 .
37625 \end_layout
37626
37627 \begin_layout Description
37628 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
37629  dem Notensatzprogramm 
37630 \series bold
37631
37632 \begin_inset CommandInset href
37633 LatexCommand href
37634 name "LilyPond"
37635 target "http://de.wikipedia.org/wiki/LilyPond"
37636
37637 \end_inset
37638
37639
37640 \series default
37641  gesetzt werden.
37642  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
37643  
37644 \emph on
37645 lilypond.lyx
37646 \emph default
37647 .
37648 \end_layout
37649
37650 \begin_layout Description
37651 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
37652  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
37653  
37654 \series bold
37655 pages
37656 \series default
37657  im Feld 
37658 \family sans
37659 Option
37660 \family default
37661  in der Karteikarte 
37662 \family sans
37663 LaTeX- und LyX-Optionen
37664 \family default
37665 .
37666  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
37667  (man gibt als Option 
37668 \series bold
37669 pages={3,5,6,8}
37670 \series default
37671  an), Seitenbereiche (
37672 \series bold
37673 pages={4-9}
37674 \series default
37675 ) oder eine Kombination davon enthält.
37676  Um leere Seiten einzufügen, verwendet man {}.
37677  Z.
37678 \begin_inset space \thinspace{}
37679 \end_inset
37680
37681 B.
37682  fügt 
37683 \series bold
37684 pages={3,{},8-11,15}
37685 \series default
37686  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
37687  Seitenbereiche werden mit der Syntax 
37688 \emph on
37689 Start
37690 \emph default
37691 -
37692 \emph on
37693 Stop
37694 \emph default
37695  angegeben.
37696  Dies wählt alle Seiten von 
37697 \emph on
37698 Start
37699 \emph default
37700  bis 
37701 \emph on
37702 Stop
37703 \emph default
37704  aus.
37705  Wird 
37706 \emph on
37707 Start
37708 \emph default
37709  weggelassen, wird stattdessen die erste Seite verwendet; wird 
37710 \emph on
37711 Stop
37712 \emph default
37713  weggelassen, wird stattdessen die letzte Seite verwendet.
37714  Die letzte Seite kann außerdem mit dem Schlagwort 
37715 \series bold
37716 last
37717 \series default
37718  ausgewählt werden.
37719  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
37720 \series bold
37721 pages=-
37722 \series default
37723  fügt also alle Seiten des Dokuments ein und 
37724 \series bold
37725 pages=last-1
37726 \series default
37727  fügt alle Seiten in umgekehrter Reihenfolge ein.
37728  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
37729  eingefügt.
37730 \begin_inset Newline newline
37731 \end_inset
37732
37733 Die Option 
37734 \series bold
37735 noautoscale
37736 \series default
37737  fügt die Seiten in ihrer Originalgröße ein.
37738  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
37739  dass sie die komplette Breite Ihres Dokuments einnehmen.
37740  In der Karteikarte 
37741 \family sans
37742 Größe und Drehung
37743 \family default
37744  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
37745  werden.
37746  Wird eine andere Breite als 100
37747 \begin_inset space \thinspace{}
37748 \end_inset
37749
37750 Größe% verwendet, wird die Option 
37751 \series bold
37752 noautoscale
37753 \series default
37754  überschrieben.
37755  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
37756  des LaTeX-Pakets 
37757 \series bold
37758 pdfpages
37759 \series default
37760  
37761 \begin_inset CommandInset citation
37762 LatexCommand cite
37763 key "pdfpages"
37764
37765 \end_inset
37766
37767 .
37768 \begin_inset Index idx
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772 LaTeX-Pakete ! pdfpages
37773 \end_layout
37774
37775 \end_inset
37776
37777
37778 \begin_inset Newline newline
37779 \end_inset
37780
37781 Um diese Vorlage in einer 
37782 \family sans
37783 Beamer
37784 \family default
37785 -Präsentation zu verwenden, muss zuerst eine 
37786 \family sans
37787 BeendeRahmen
37788 \family default
37789  Umgebung eingefügt werden.
37790  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
37791 \series bold
37792
37793 \backslash
37794 setbeamertemplate{background canvas}{}
37795 \series default
37796 .
37797  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
37798  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
37799  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
37800  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
37801  sicher, dass die Ausrichtung 
37802 \family sans
37803 Standard
37804 \family default
37805  für den Absatz verwendet wird, der die Vorlage enthält.
37806 \begin_inset Newline newline
37807 \end_inset
37808
37809 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
37810 \begin_inset External
37811         template PDFPages
37812         filename ../clipart/Abstract.pdf
37813         extra LaTeX "pages=-"
37814         rotateAngle -5
37815         rotateOrigin bottomleft
37816         width 50col%
37817
37818 \end_inset
37819
37820
37821 \end_layout
37822
37823 \begin_layout Description
37824 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
37825  Die Bilddateien können im Dialogfenster 
37826 \family sans
37827 Externes
37828 \begin_inset space ~
37829 \end_inset
37830
37831 Material
37832 \family default
37833  genauso behandelt werden wie die mit dem normalen 
37834 \family sans
37835 Grafik
37836 \family default
37837 -Dialog eingefügten, siehe Abschnitt
37838 \begin_inset space ~
37839 \end_inset
37840
37841
37842 \begin_inset CommandInset ref
37843 LatexCommand ref
37844 reference "abs:Grafik-Dialog"
37845
37846 \end_inset
37847
37848 .
37849  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
37850  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
37851  Hier ist ein eingefügtes Rasterbild: 
37852 \begin_inset External
37853         template RasterImage
37854         filename ../clipart/ToolbarEnvBox.png
37855
37856 \end_inset
37857
37858
37859 \end_layout
37860
37861 \begin_layout Description
37862 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
37863 \series bold
37864
37865 \begin_inset CommandInset href
37866 LatexCommand href
37867 name "Xfig"
37868 target "http://de.wikipedia.org/wiki/Xfig"
37869
37870 \end_inset
37871
37872
37873 \series default
37874  erzeugt wurden.
37875 \end_layout
37876
37877 \begin_layout Standard
37878 \begin_inset Float table
37879 placement !h
37880 wide false
37881 sideways false
37882 status open
37883
37884 \begin_layout Plain Layout
37885 \begin_inset Caption
37886
37887 \begin_layout Plain Layout
37888 \begin_inset CommandInset label
37889 LatexCommand label
37890 name "tab:Vergleich-der-Datums-Eingaben"
37891
37892 \end_inset
37893
37894 Vergleich der Datums-Eingaben
37895 \end_layout
37896
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \begin_layout Plain Layout
37903 \align center
37904 \begin_inset Tabular
37905 <lyxtabular version="3" rows="4" columns="4">
37906 <features tabularvalignment="middle">
37907 <column alignment="center" valignment="top" width="0">
37908 <column alignment="center" valignment="top" width="0">
37909 <column alignment="center" valignment="top" width="0">
37910 <column alignment="center" valignment="top" width="0">
37911 <row>
37912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37913 \begin_inset Text
37914
37915 \begin_layout Plain Layout
37916 Dokumentformat
37917 \end_layout
37918
37919 \end_inset
37920 </cell>
37921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37922 \begin_inset Text
37923
37924 \begin_layout Plain Layout
37925
37926 \family sans
37927 Externes Material\SpecialChar \menuseparator
37928 Datum
37929 \end_layout
37930
37931 \end_inset
37932 </cell>
37933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37934 \begin_inset Text
37935
37936 \begin_layout Plain Layout
37937
37938 \family sans
37939 Einfügen\SpecialChar \menuseparator
37940 Datum
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 Befehl 
37950 \series bold
37951
37952 \backslash
37953 today
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964 LyX
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973 als Box
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 als Datum
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37988 \begin_inset Text
37989
37990 \begin_layout Plain Layout
37991 als TeX-Code
37992 \end_layout
37993
37994 \end_inset
37995 </cell>
37996 </row>
37997 <row>
37998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37999 \begin_inset Text
38000
38001 \begin_layout Plain Layout
38002 LaTeX
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 als Datum
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 als Datum
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029 als Befehl
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 <row>
38036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040 DVI, PDF, PS
38041 \end_layout
38042
38043 \end_inset
38044 </cell>
38045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049 als Datum
38050 \end_layout
38051
38052 \end_inset
38053 </cell>
38054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058 als Datum
38059 \end_layout
38060
38061 \end_inset
38062 </cell>
38063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067 als Datum
38068 \end_layout
38069
38070 \end_inset
38071 </cell>
38072 </row>
38073 </lyxtabular>
38074
38075 \end_inset
38076
38077
38078 \end_layout
38079
38080 \end_inset
38081
38082
38083 \end_layout
38084
38085 \begin_layout Standard
38086 Wenn Sie im Dialogfenster
38087 \family sans
38088  Externes
38089 \begin_inset space ~
38090 \end_inset
38091
38092 Material 
38093 \family default
38094 in der Karteikarte
38095 \family sans
38096  Datei
38097 \family default
38098  die Option 
38099 \family sans
38100 Entwurf
38101 \family default
38102  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
38103 \begin_inset Newline newline
38104 \end_inset
38105
38106 LyX kann externes Material entweder als Box wie hier: 
38107 \begin_inset Graphics
38108         filename clipart/ExternesMaterialQt4.png
38109         scale 85
38110         scaleBeforeRotation
38111
38112 \end_inset
38113
38114  oder als Bild darstellen.
38115  Das hängt davon ab, ob Sie im Dialog
38116 \family sans
38117  
38118 \family default
38119 in der Karteikarte 
38120 \family sans
38121 LaTeX- und LyX-Optionen
38122 \family default
38123  die Option 
38124 \family sans
38125 In
38126 \begin_inset space ~
38127 \end_inset
38128
38129 LyX
38130 \begin_inset space ~
38131 \end_inset
38132
38133 anzeigen
38134 \family default
38135  gewählt haben oder nicht.
38136 \end_layout
38137
38138 \begin_layout Standard
38139 Im LyX-Handbuch 
38140 \family sans
38141 \emph on
38142 Anpassung
38143 \family default
38144 \emph default
38145  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
38146 \end_layout
38147
38148 \begin_layout Section
38149 Unterdokumente
38150 \begin_inset CommandInset label
38151 LatexCommand label
38152 name "abs:Unterdokumente"
38153
38154 \end_inset
38155
38156
38157 \begin_inset Index idx
38158 status collapsed
38159
38160 \begin_layout Plain Layout
38161 Unterdokument
38162 \end_layout
38163
38164 \end_inset
38165
38166
38167 \end_layout
38168
38169 \begin_layout Standard
38170 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
38171  oder Abschnitten bestehen.
38172  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
38173  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
38174  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
38175  z.
38176 \begin_inset space \thinspace{}
38177 \end_inset
38178
38179 B.
38180  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
38181 \end_layout
38182
38183 \begin_layout Standard
38184 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
38185  müssen, geben Sie im Unterdokument im Menü
38186 \family sans
38187  Dokument\SpecialChar \menuseparator
38188 Einstellungen\SpecialChar \menuseparator
38189 Dokumentklasse
38190 \family default
38191  das Hauptdokument an.
38192  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
38193  bearbeiten.
38194 \end_layout
38195
38196 \begin_layout Standard
38197 Unterdokumente werden in LyX als Box angezeigt: 
38198 \begin_inset Graphics
38199         filename clipart/UnterdokumentQt4.png
38200         scale 85
38201         scaleBeforeRotation
38202
38203 \end_inset
38204
38205  Sie werden über
38206 \family sans
38207  Einfügen\SpecialChar \menuseparator
38208 Datei\SpecialChar \menuseparator
38209 Unterdokument
38210 \family default
38211  eingebunden, was das Dialogfenster
38212 \family sans
38213  Unterdokument
38214 \family default
38215  öffnet.
38216  Für 
38217 \family sans
38218 die Art
38219 \begin_inset space ~
38220 \end_inset
38221
38222 der
38223 \begin_inset space ~
38224 \end_inset
38225
38226 Einbindung
38227 \family default
38228  gibt es dort vier Möglichkeiten:
38229 \end_layout
38230
38231 \begin_layout Description
38232 Include Sie können LyX- und LaTeX-Dokumente einbinden.
38233  Wenn Sie im Dialogfenster
38234 \family sans
38235  Unterdokument
38236 \family default
38237  auf 
38238 \family sans
38239 Öffnen
38240 \family default
38241  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
38242  und Sie können es editieren.
38243 \begin_inset Newline newline
38244 \end_inset
38245
38246
38247 \end_layout
38248
38249 \begin_layout Standard
38250 Hier wird ein Unterdokument
38251 \family sans
38252  
38253 \family default
38254 per 
38255 \family sans
38256 Include
38257 \family default
38258  eingebunden: 
38259 \begin_inset CommandInset include
38260 LatexCommand include
38261 filename "DummyDocument1.lyx"
38262
38263 \end_inset
38264
38265 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
38266  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
38267  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
38268 s.
38269  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
38270 \begin_inset space ~
38271 \end_inset
38272
38273
38274 \begin_inset CommandInset ref
38275 LatexCommand ref
38276 reference "uab:Externer-Unterabschnitt-1"
38277
38278 \end_inset
38279
38280 .
38281 \end_layout
38282
38283 \begin_layout Standard
38284 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
38285  wird benutzt.
38286  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
38287  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
38288  Unterdokumente, die per 
38289 \family sans
38290 Include
38291 \family default
38292  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
38293  und enden mit einem Seitenumbruch.
38294 \end_layout
38295
38296 \begin_layout Standard
38297 \begin_inset Note Greyedout
38298 status open
38299
38300 \begin_layout Plain Layout
38301
38302 \series bold
38303 Bemerkung:
38304 \series default
38305  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
38306  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
38307  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
38308  Ergebnissen führen wird.
38309 \end_layout
38310
38311 \end_inset
38312
38313
38314 \end_layout
38315
38316 \begin_layout Description
38317 Input Diese Methode ist 
38318 \family sans
38319 Include
38320 \family default
38321  sehr ähnlich mit folgenden Unterschieden:
38322 \end_layout
38323
38324 \begin_deeper
38325 \begin_layout Itemize
38326 Unterdokumente, die per 
38327 \family sans
38328 Input
38329 \family default
38330  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
38331  Seite und enden NICHT mit einem Seitenumbruch.
38332 \end_layout
38333
38334 \begin_layout Itemize
38335 Unterdokumente, die per 
38336 \family sans
38337 Input
38338 \family default
38339  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
38340 \family sans
38341  Unterdokument Vorschau
38342 \begin_inset space ~
38343 \end_inset
38344
38345 anzeigen
38346 \family default
38347  angekreuzt wurde und in den LyX-Einstellungen unter
38348 \family sans
38349  Aussehen
38350 \begin_inset space ~
38351 \end_inset
38352
38353 &
38354 \begin_inset space ~
38355 \end_inset
38356
38357 Handhabung\SpecialChar \menuseparator
38358 Grafik\SpecialChar \menuseparator
38359 Sofortige
38360 \begin_inset space ~
38361 \end_inset
38362
38363 Vorschau
38364 \family default
38365  auf 
38366 \family sans
38367 An
38368 \family default
38369  gesetzt wurde.
38370  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
38371  aus.
38372 \end_layout
38373
38374 \begin_layout Itemize
38375 Unterdokumente, die per 
38376 \family sans
38377 Input
38378 \family default
38379  eingebunden werden, können nicht über das Menü 
38380 \family sans
38381 Dokument\SpecialChar \menuseparator
38382 Einstellungen\SpecialChar \menuseparator
38383 Unterdokumente
38384 \family default
38385  unterdrückt werden.
38386 \end_layout
38387
38388 \end_deeper
38389 \begin_layout Standard
38390 Hier ist ein Unterdokument, das mit
38391 \family sans
38392  Input
38393 \family default
38394  eingebunden wurde: 
38395 \begin_inset CommandInset include
38396 LatexCommand input
38397 filename "DummyDocument2.lyx"
38398
38399 \end_inset
38400
38401 .
38402 \end_layout
38403
38404 \begin_layout Description
38405 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
38406   In der Druckvorschau wird für den Text der Stil 
38407 \family typewriter
38408 Schreibmaschine
38409 \family default
38410  verwendet.
38411  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
38412  Wenn Sie im Dialogfenster
38413 \family sans
38414  Unterdokument Leerzeichen
38415 \begin_inset space ~
38416 \end_inset
38417
38418 bei
38419 \begin_inset space ~
38420 \end_inset
38421
38422 der
38423 \begin_inset space ~
38424 \end_inset
38425
38426 Ausgabe
38427 \begin_inset space ~
38428 \end_inset
38429
38430 kennzeichnen 
38431 \family default
38432 ankreuzen, wird in der Druckvorschau das Zeichen 
38433 \begin_inset Quotes gld
38434 \end_inset
38435
38436
38437 \begin_inset ERT
38438 status collapsed
38439
38440 \begin_layout Plain Layout
38441
38442
38443 \backslash
38444 textvisiblespace 
38445 \end_layout
38446
38447 \end_inset
38448
38449
38450 \begin_inset Quotes grd
38451 \end_inset
38452
38453  für jedes Leerzeichen eingefügt.
38454 \begin_inset Newline newline
38455 \end_inset
38456
38457 Im Gegensatz zu 
38458 \family sans
38459 Einfügen\SpecialChar \menuseparator
38460 Datei\SpecialChar \menuseparator
38461 Einfacher
38462 \begin_inset space ~
38463 \end_inset
38464
38465 Text
38466 \family default
38467  wird bei 
38468 \family sans
38469 Unformatiert
38470 \family default
38471  der Dateiinhalt in LyX nicht dargestellt.
38472 \end_layout
38473
38474 \begin_layout Standard
38475 Hier ist ein Unterdokument, das mit
38476 \family sans
38477  Unformatiert
38478 \family default
38479  eingebunden wurde: 
38480 \begin_inset CommandInset include
38481 LatexCommand verbatiminput
38482 filename "DummyTextDocument.txt"
38483
38484 \end_inset
38485
38486
38487 \begin_inset VSpace bigskip
38488 \end_inset
38489
38490 Hier ist ein Unterdokument, das mit
38491 \family sans
38492  Unformatiert
38493 \family default
38494  eingebunden wurde und
38495 \family sans
38496  Leerzeichen
38497 \begin_inset space ~
38498 \end_inset
38499
38500 bei
38501 \begin_inset space ~
38502 \end_inset
38503
38504 der
38505 \begin_inset space ~
38506 \end_inset
38507
38508 Ausgabe
38509 \begin_inset space ~
38510 \end_inset
38511
38512 kennzeichnen
38513 \family default
38514  angekreuzt hat: 
38515 \begin_inset CommandInset include
38516 LatexCommand verbatiminput*
38517 filename "DummyTextDocument.txt"
38518
38519 \end_inset
38520
38521
38522 \end_layout
38523
38524 \begin_layout Standard
38525 \begin_inset VSpace bigskip
38526 \end_inset
38527
38528
38529 \end_layout
38530
38531 \begin_layout Standard
38532 \begin_inset Note Greyedout
38533 status open
38534
38535 \begin_layout Plain Layout
38536
38537 \series bold
38538 Bemerkung:
38539 \series default
38540  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
38541  
38542 \family sans
38543 Unformatiert
38544 \family default
38545  eingebunden werden, am Zeilenende nicht umgebrochen.
38546 \end_layout
38547
38548 \end_inset
38549
38550
38551 \end_layout
38552
38553 \begin_layout Description
38554 Listing Dieser Typ wird in Kapitel
38555 \begin_inset space ~
38556 \end_inset
38557
38558
38559 \begin_inset CommandInset ref
38560 LatexCommand ref
38561 reference "kap:Programm-Code-Listen"
38562
38563 \end_inset
38564
38565  beschrieben.
38566 \end_layout
38567
38568 \begin_layout Standard
38569 \begin_inset Note Greyedout
38570 status open
38571
38572 \begin_layout Plain Layout
38573
38574 \series bold
38575 Bemerkung:
38576 \series default
38577  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
38578  das zu LaTeX-Problemen führen.
38579 \end_layout
38580
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \begin_layout Standard
38587 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
38588  wollen, z.
38589 \begin_inset space \thinspace{}
38590 \end_inset
38591
38592 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
38593  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
38594  Dies geschieht über das Menü 
38595 \family sans
38596 Dokument\SpecialChar \menuseparator
38597 Einstellungen\SpecialChar \menuseparator
38598 Unterdokumente
38599 \family default
38600 .
38601  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
38602  in die Spalte 
38603 \family sans
38604 In Ausgabe einbinden
38605 \family default
38606  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
38607  für Unterdokumente möglich ist, die per 
38608 \family sans
38609 Input
38610 \family default
38611  eingebunden wurden).
38612  Wenn die Option 
38613 \family sans
38614 Zähler und Querverweise wahren
38615 \family default
38616  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
38617 \begin_inset space ~
38618 \end_inset
38619
38620 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
38621  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
38622  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
38623  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
38624  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
38625  sind, wählen sie die Option nicht.
38626 \end_layout
38627
38628 \begin_layout Standard
38629 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
38630 \begin_inset Foot
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634 Zweige sind im Kapitel 
38635 \emph on
38636 Zweige
38637 \emph default
38638  des LyX 
38639 \emph on
38640 Benutzerhandbuchs
38641 \emph default
38642  erklärt.
38643 \end_layout
38644
38645 \end_inset
38646
38647  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
38648  Dateien in der Ausgabe erscheinen.
38649  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
38650  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
38651  werden.
38652 \end_layout
38653
38654 \begin_layout Chapter
38655 Programm-Code-Listen
38656 \begin_inset CommandInset label
38657 LatexCommand label
38658 name "kap:Programm-Code-Listen"
38659
38660 \end_inset
38661
38662
38663 \begin_inset Index idx
38664 status collapsed
38665
38666 \begin_layout Plain Layout
38667 Listen
38668 \end_layout
38669
38670 \end_inset
38671
38672
38673 \begin_inset Index idx
38674 status collapsed
38675
38676 \begin_layout Plain Layout
38677 Programm-Code
38678 \end_layout
38679
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \begin_layout Standard
38686 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
38687 \family sans
38688 Einfügen\SpecialChar \menuseparator
38689 Pro\SpecialChar \-
38690 grammlisting
38691 \family default
38692  verwenden.
38693  Das LaTeX-Paket 
38694 \series bold
38695 listings
38696 \series default
38697
38698 \begin_inset Index idx
38699 status collapsed
38700
38701 \begin_layout Plain Layout
38702 LaTeX-Pakete ! listings
38703 \end_layout
38704
38705 \end_inset
38706
38707  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
38708 \end_layout
38709
38710 \begin_layout Standard
38711 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
38712 rmat der Programm-Code-Liste festlegen.
38713 \end_layout
38714
38715 \begin_layout Standard
38716 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
38717  Die Platzierungsoption 
38718 \family sans
38719 Eingebettetes
38720 \begin_inset space ~
38721 \end_inset
38722
38723 Listing
38724 \family default
38725  druckt das Listing in der Zeile wie hier: 
38726 \begin_inset listings
38727 lstparams "language={C++}"
38728 inline true
38729 status open
38730
38731 \begin_layout Plain Layout
38732
38733 int a=5;
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \begin_inset Newline newline
38740 \end_inset
38741
38742 Die Option 
38743 \family sans
38744 Gleitobjekt
38745 \family default
38746  erzeugt ein Listing-Gleitobjekt, dessen 
38747 \family sans
38748 Platzierung 
38749 \family default
38750 Sie mit 
38751 \family sans
38752 h
38753 \family default
38754
38755 \family sans
38756 t
38757 \family default
38758
38759 \family sans
38760 b
38761 \family default
38762  und 
38763 \family sans
38764 p
38765 \family default
38766 , analog zu den in Abschnitt
38767 \begin_inset space ~
38768 \end_inset
38769
38770
38771 \begin_inset CommandInset ref
38772 LatexCommand ref
38773 reference "abs:Gleitobjekt-Platzierung"
38774
38775 \end_inset
38776
38777  beschriebenen Platzierungsoptionen festlegen können.
38778  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
38779  hintereinander angegeben, z.
38780 \begin_inset space \thinspace{}
38781 \end_inset
38782
38783 B.
38784  
38785 \begin_inset Quotes gld
38786 \end_inset
38787
38788
38789 \family sans
38790 htbp
38791 \family default
38792
38793 \begin_inset Quotes grd
38794 \end_inset
38795
38796 .
38797  Die Option 
38798 \begin_inset Quotes gld
38799 \end_inset
38800
38801 h
38802 \begin_inset Quotes grd
38803 \end_inset
38804
38805  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
38806  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
38807 \end_layout
38808
38809 \begin_layout Standard
38810 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
38811  zu verweisen: Listing
38812 \begin_inset space ~
38813 \end_inset
38814
38815
38816 \begin_inset CommandInset ref
38817 LatexCommand ref
38818 reference "lst:Gleitendes-Programm-Listing"
38819
38820 \end_inset
38821
38822 .
38823 \end_layout
38824
38825 \begin_layout Standard
38826 \begin_inset listings
38827 lstparams "language=Python"
38828 inline false
38829 status open
38830
38831 \begin_layout Plain Layout
38832
38833 \begin_inset Caption
38834
38835 \begin_layout Plain Layout
38836 \begin_inset CommandInset label
38837 LatexCommand label
38838 name "lst:Gleitendes-Programm-Listing"
38839
38840 \end_inset
38841
38842 Gleitendes Programm-Listing
38843 \end_layout
38844
38845 \end_inset
38846
38847 # Gleitendes Programm-Listing
38848 \end_layout
38849
38850 \begin_layout Plain Layout
38851
38852 def func(param):
38853 \end_layout
38854
38855 \begin_layout Plain Layout
38856
38857     'Dies ist eine Python-Funktion'
38858 \end_layout
38859
38860 \begin_layout Plain Layout
38861
38862     pass
38863 \end_layout
38864
38865 \end_inset
38866
38867
38868 \end_layout
38869
38870 \begin_layout Standard
38871 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
38872  der Sprache erkannt und besonders gedruckt, wie 
38873 \emph on
38874 #
38875 \emph default
38876
38877 \emph on
38878 def
38879 \emph default
38880  und 
38881 \emph on
38882 pass
38883 \emph default
38884  in Listing
38885 \begin_inset space ~
38886 \end_inset
38887
38888
38889 \begin_inset CommandInset ref
38890 LatexCommand ref
38891 reference "lst:Gleitendes-Programm-Listing"
38892
38893 \end_inset
38894
38895 .
38896 \end_layout
38897
38898 \begin_layout Standard
38899 \begin_inset Note Greyedout
38900 status open
38901
38902 \begin_layout Plain Layout
38903
38904 \series bold
38905 Bemerkung:
38906 \series default
38907  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
38908 \family typewriter
38909 Schreib\SpecialChar \-
38910 maschine
38911 \family default
38912  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
38913 h keine fett gedruckten Buchstaben.
38914  Wählen Sie in diesem Fall eine andere Schrift im Menü 
38915 \family sans
38916 Dokument\SpecialChar \menuseparator
38917 Einstellungen\SpecialChar \menuseparator
38918 Schriften
38919 \family default
38920 .
38921  (Die Schriften 
38922 \emph on
38923 LuxiMono, BeraMono
38924 \emph default
38925  und 
38926 \emph on
38927 Courier
38928 \emph default
38929  enthalten fett gedruckte Buchstaben.)
38930 \end_layout
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \begin_layout Standard
38938 Im Abschnitt 
38939 \family sans
38940 Zeilennummerierung
38941 \family default
38942  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
38943 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
38944  jede wievielte Zeile nummeriert werden soll und die 
38945 \family sans
38946 Schriftgröße
38947 \family default
38948  der Nummerierung.
38949 \end_layout
38950
38951 \begin_layout Standard
38952 Im Abschnitt 
38953 \family sans
38954 Bereich
38955 \family default
38956  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
38957  Im Abschnitt 
38958 \family sans
38959 Stil
38960 \family default
38961  legen Sie fest, wie die Liste ausgedruckt werden soll.
38962  Die Option 
38963 \family sans
38964 Erweiterte
38965 \begin_inset space ~
38966 \end_inset
38967
38968 Zeichentabelle
38969 \family default
38970  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
38971 \end_layout
38972
38973 \begin_layout Standard
38974 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
38975 \begin_inset Quotes gld
38976 \end_inset
38977
38978 3
38979 \begin_inset Quotes grd
38980 \end_inset
38981
38982 , Sprache 
38983 \begin_inset Quotes gld
38984 \end_inset
38985
38986 Python
38987 \begin_inset Quotes grd
38988 \end_inset
38989
38990 , Optionen 
38991 \begin_inset Quotes gld
38992 \end_inset
38993
38994 Erweiterte Zeichentabelle
38995 \begin_inset Quotes grd
38996 \end_inset
38997
38998  und 
38999 \begin_inset Quotes gld
39000 \end_inset
39001
39002 Leerzeichen als Symbol
39003 \begin_inset Quotes grd
39004 \end_inset
39005
39006  und Bereich Zeilen 3
39007 \begin_inset space \thinspace{}
39008 \end_inset
39009
39010 -
39011 \begin_inset space \thinspace{}
39012 \end_inset
39013
39014 8:
39015 \end_layout
39016
39017 \begin_layout Standard
39018 \begin_inset listings
39019 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
39020 inline false
39021 status open
39022
39023 \begin_layout Plain Layout
39024
39025 def func(param):
39026 \end_layout
39027
39028 \begin_layout Plain Layout
39029
39030     'Dies ist eine Python-Funktion'
39031 \end_layout
39032
39033 \begin_layout Plain Layout
39034
39035     pass
39036 \end_layout
39037
39038 \begin_layout Plain Layout
39039
39040 def func(param):
39041 \end_layout
39042
39043 \begin_layout Plain Layout
39044
39045 'Sonderzeichen: Tschüß'
39046 \end_layout
39047
39048 \begin_layout Plain Layout
39049
39050 pass
39051 \end_layout
39052
39053 \begin_layout Plain Layout
39054
39055 def func(param):
39056 \end_layout
39057
39058 \begin_layout Plain Layout
39059
39060 'Dies ist eine Python-Funktion'
39061 \end_layout
39062
39063 \begin_layout Plain Layout
39064
39065 pass
39066 \end_layout
39067
39068 \end_inset
39069
39070
39071 \end_layout
39072
39073 \begin_layout Standard
39074 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
39075 \family sans
39076 Tabulatorgröße
39077 \family default
39078  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
39079 \end_layout
39080
39081 \begin_layout Standard
39082 \noindent
39083 \begin_inset Note Greyedout
39084 status open
39085
39086 \begin_layout Plain Layout
39087
39088 \series bold
39089 Bemerkung:
39090 \series default
39091  Wegen eines Fehlers im 
39092 \series bold
39093 listings
39094 \series default
39095 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
39096  verschoben.
39097  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
39098  Listing nummeriert werden.
39099 \end_layout
39100
39101 \end_inset
39102
39103
39104 \end_layout
39105
39106 \begin_layout Standard
39107 \begin_inset VSpace bigskip
39108 \end_inset
39109
39110
39111 \end_layout
39112
39113 \begin_layout Standard
39114 \noindent
39115 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
39116  Das machen Sie mit
39117 \family sans
39118  Einfügen\SpecialChar \menuseparator
39119 Datei\SpecialChar \menuseparator
39120 Unterdokument
39121 \family default
39122  und der 
39123 \family sans
39124 Art
39125 \begin_inset space ~
39126 \end_inset
39127
39128 der
39129 \begin_inset space ~
39130 \end_inset
39131
39132 Einbindung
39133 \family default
39134  
39135 \family sans
39136 Listing
39137 \family default
39138 .
39139 \begin_inset Foot
39140 status collapsed
39141
39142 \begin_layout Plain Layout
39143 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
39144 \begin_inset space ~
39145 \end_inset
39146
39147
39148 \begin_inset CommandInset ref
39149 LatexCommand ref
39150 reference "abs:Unterdokumente"
39151
39152 \end_inset
39153
39154  beschrieben.
39155 \end_layout
39156
39157 \end_inset
39158
39159  Im Dialogfenster
39160 \family sans
39161  Unterdokument
39162 \family default
39163  können Sie die Listing-Parameter unter 
39164 \family sans
39165 Weitere
39166 \begin_inset space ~
39167 \end_inset
39168
39169 Parameter
39170 \family default
39171  eingeben.
39172  Wenn Sie dort ein Fragezeichen 
39173 \begin_inset Quotes gld
39174 \end_inset
39175
39176 ?
39177 \begin_inset Quotes grd
39178 \end_inset
39179
39180  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
39181 det.
39182 \end_layout
39183
39184 \begin_layout Standard
39185 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
39186  Text ins Feld 
39187 \family sans
39188 Marke
39189 \family default
39190 , auf die dann wie üblich verwiesen werden kann.
39191 \end_layout
39192
39193 \begin_layout Standard
39194 Listing
39195 \begin_inset space ~
39196 \end_inset
39197
39198
39199 \begin_inset CommandInset ref
39200 LatexCommand ref
39201 reference "lst:Datei-Listing"
39202
39203 \end_inset
39204
39205  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
39206 \begin_inset space \thinspace{}
39207 \end_inset
39208
39209 -
39210 \begin_inset space \thinspace{}
39211 \end_inset
39212
39213 15 gedruckt werden.
39214 \end_layout
39215
39216 \begin_layout Standard
39217 \begin_inset CommandInset include
39218 LatexCommand lstinputlisting
39219 filename "EmbeddedObjects.lyx"
39220 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
39221
39222 \end_inset
39223
39224
39225 \end_layout
39226
39227 \begin_layout Standard
39228 \begin_inset VSpace bigskip
39229 \end_inset
39230
39231
39232 \end_layout
39233
39234 \begin_layout Standard
39235 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
39236 \end_layout
39237
39238 \begin_layout Enumerate
39239 Öffnen Sie die Listings-Einstellungen und fügen
39240 \begin_inset Newline newline
39241 \end_inset
39242
39243
39244 \family sans
39245 mathescape=true
39246 \family default
39247
39248 \begin_inset Newline newline
39249 \end_inset
39250
39251 in das Feld des Tabs 
39252 \family sans
39253 Erweitert
39254 \family default
39255  ein
39256 \end_layout
39257
39258 \begin_layout Enumerate
39259 Erstellen Sie eine Formel außerhalb des Listings
39260 \end_layout
39261
39262 \begin_layout Enumerate
39263 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
39264 blage (Tastenkürzel 
39265 \family sans
39266 Ctrl+C
39267 \family default
39268 )
39269 \end_layout
39270
39271 \begin_layout Enumerate
39272 Schreiben sie 
39273 \begin_inset Quotes gld
39274 \end_inset
39275
39276
39277 \family sans
39278 $$
39279 \family default
39280
39281 \begin_inset Quotes grd
39282 \end_inset
39283
39284  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
39285 hen (Tastenkürzel 
39286 \family sans
39287 Ctrl+V
39288 \family default
39289 )
39290 \end_layout
39291
39292 \begin_layout Standard
39293 \begin_inset listings
39294 lstparams "language=Python,mathescape=true"
39295 inline false
39296 status open
39297
39298 \begin_layout Plain Layout
39299
39300 \begin_inset Caption
39301
39302 \begin_layout Plain Layout
39303 Programm-Listing mit einer Formel
39304 \end_layout
39305
39306 \end_inset
39307
39308 # Beispiel-Programm-Listing
39309 \end_layout
39310
39311 \begin_layout Plain Layout
39312
39313 def func(param):
39314 \end_layout
39315
39316 \begin_layout Plain Layout
39317
39318     # $
39319 \backslash
39320 prod_{n=1}^{
39321 \backslash
39322 infty}
39323 \backslash
39324 ,
39325 \backslash
39326 frac{1}{x^{2}}$
39327 \end_layout
39328
39329 \begin_layout Plain Layout
39330
39331     pass
39332 \end_layout
39333
39334 \end_inset
39335
39336
39337 \end_layout
39338
39339 \begin_layout Standard
39340 \begin_inset VSpace bigskip
39341 \end_inset
39342
39343
39344 \end_layout
39345
39346 \begin_layout Standard
39347 \noindent
39348 Dokumentweite Listing-Eigenschaften können im Dialog 
39349 \family sans
39350 Dokument\SpecialChar \menuseparator
39351 Einstellungen\SpecialChar \menuseparator
39352 Listing
39353 \family default
39354  festgelegt werden.
39355  Dort bekommt man durch Eingabe eines Fragezeichens 
39356 \begin_inset Quotes gld
39357 \end_inset
39358
39359 ?
39360 \begin_inset Quotes grd
39361 \end_inset
39362
39363  eine Liste aller möglichen Parameter.
39364 \end_layout
39365
39366 \begin_layout Standard
39367 Weitere Informationen über das 
39368 \series bold
39369 listings
39370 \series default
39371 -Paket finden Sie in 
39372 \begin_inset CommandInset citation
39373 LatexCommand cite
39374 key "listings"
39375
39376 \end_inset
39377
39378 .
39379 \end_layout
39380
39381 \begin_layout Chapter
39382 \start_of_appendix
39383 In LyX verfügbare Maßeinheiten
39384 \begin_inset CommandInset label
39385 LatexCommand label
39386 name "kap:In-LyX-verfügbare"
39387
39388 \end_inset
39389
39390
39391 \begin_inset Index idx
39392 status collapsed
39393
39394 \begin_layout Plain Layout
39395 Einheiten
39396 \end_layout
39397
39398 \end_inset
39399
39400
39401 \end_layout
39402
39403 \begin_layout Standard
39404 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
39405  Tabelle
39406 \begin_inset space ~
39407 \end_inset
39408
39409
39410 \begin_inset CommandInset ref
39411 LatexCommand ref
39412 reference "tab:Maßeinheiten"
39413
39414 \end_inset
39415
39416  alle in LyX verfügbaren Maßeinheiten.
39417 \end_layout
39418
39419 \begin_layout Standard
39420 \begin_inset Float table
39421 placement h
39422 wide false
39423 sideways false
39424 status open
39425
39426 \begin_layout Plain Layout
39427 \begin_inset Caption
39428
39429 \begin_layout Plain Layout
39430 \begin_inset CommandInset label
39431 LatexCommand label
39432 name "tab:Maßeinheiten"
39433
39434 \end_inset
39435
39436 Maßeinheiten
39437 \end_layout
39438
39439 \end_inset
39440
39441
39442 \end_layout
39443
39444 \begin_layout Plain Layout
39445 \begin_inset VSpace medskip
39446 \end_inset
39447
39448
39449 \end_layout
39450
39451 \begin_layout Plain Layout
39452 \align center
39453 \begin_inset Tabular
39454 <lyxtabular version="3" rows="20" columns="2">
39455 <features tabularvalignment="middle">
39456 <column alignment="center" valignment="top" width="0">
39457 <column alignment="center" valignment="top" width="0">
39458 <row>
39459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463
39464 \series bold
39465 Maßeinheit
39466 \end_layout
39467
39468 \end_inset
39469 </cell>
39470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39471 \begin_inset Text
39472
39473 \begin_layout Plain Layout
39474
39475 \series bold
39476 Name/Beschreibung
39477 \end_layout
39478
39479 \end_inset
39480 </cell>
39481 </row>
39482 <row>
39483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39484 \begin_inset Text
39485
39486 \begin_layout Plain Layout
39487 mm
39488 \end_layout
39489
39490 \end_inset
39491 </cell>
39492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39493 \begin_inset Text
39494
39495 \begin_layout Plain Layout
39496 Millimeter
39497 \end_layout
39498
39499 \end_inset
39500 </cell>
39501 </row>
39502 <row>
39503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39504 \begin_inset Text
39505
39506 \begin_layout Plain Layout
39507 cm
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516 Zentimeter
39517 \end_layout
39518
39519 \end_inset
39520 </cell>
39521 </row>
39522 <row>
39523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39524 \begin_inset Text
39525
39526 \begin_layout Plain Layout
39527 in
39528 \end_layout
39529
39530 \end_inset
39531 </cell>
39532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39533 \begin_inset Text
39534
39535 \begin_layout Plain Layout
39536 Zoll (1
39537 \begin_inset space \thinspace{}
39538 \end_inset
39539
39540 in = 2.54
39541 \begin_inset space \thinspace{}
39542 \end_inset
39543
39544 cm
39545 \end_layout
39546
39547 \end_inset
39548 </cell>
39549 </row>
39550 <row>
39551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39552 \begin_inset Text
39553
39554 \begin_layout Plain Layout
39555 pt
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564 Punkt (72.27
39565 \begin_inset space \thinspace{}
39566 \end_inset
39567
39568 pt = 1
39569 \begin_inset space \thinspace{}
39570 \end_inset
39571
39572 in)
39573 \end_layout
39574
39575 \end_inset
39576 </cell>
39577 </row>
39578 <row>
39579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39580 \begin_inset Text
39581
39582 \begin_layout Plain Layout
39583 pc
39584 \end_layout
39585
39586 \end_inset
39587 </cell>
39588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39589 \begin_inset Text
39590
39591 \begin_layout Plain Layout
39592 Pica (1
39593 \begin_inset space \thinspace{}
39594 \end_inset
39595
39596 pc = 12
39597 \begin_inset space \thinspace{}
39598 \end_inset
39599
39600 pt)
39601 \end_layout
39602
39603 \end_inset
39604 </cell>
39605 </row>
39606 <row>
39607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39608 \begin_inset Text
39609
39610 \begin_layout Plain Layout
39611 sp
39612 \end_layout
39613
39614 \end_inset
39615 </cell>
39616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39617 \begin_inset Text
39618
39619 \begin_layout Plain Layout
39620 skalierter Punkt (65536
39621 \begin_inset space \thinspace{}
39622 \end_inset
39623
39624 sp = 1
39625 \begin_inset space \thinspace{}
39626 \end_inset
39627
39628 pt)
39629 \end_layout
39630
39631 \end_inset
39632 </cell>
39633 </row>
39634 <row>
39635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39636 \begin_inset Text
39637
39638 \begin_layout Plain Layout
39639 bp
39640 \end_layout
39641
39642 \end_inset
39643 </cell>
39644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39645 \begin_inset Text
39646
39647 \begin_layout Plain Layout
39648 großer Punkt (72
39649 \begin_inset space \thinspace{}
39650 \end_inset
39651
39652 bp = 1
39653 \begin_inset space \thinspace{}
39654 \end_inset
39655
39656 in)
39657 \end_layout
39658
39659 \end_inset
39660 </cell>
39661 </row>
39662 <row>
39663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39664 \begin_inset Text
39665
39666 \begin_layout Plain Layout
39667 dd
39668 \end_layout
39669
39670 \end_inset
39671 </cell>
39672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39673 \begin_inset Text
39674
39675 \begin_layout Plain Layout
39676 Didot (1
39677 \begin_inset space \thinspace{}
39678 \end_inset
39679
39680 dd 
39681 \begin_inset Formula $\approx$
39682 \end_inset
39683
39684  0,376
39685 \begin_inset space \thinspace{}
39686 \end_inset
39687
39688 mm)
39689 \end_layout
39690
39691 \end_inset
39692 </cell>
39693 </row>
39694 <row>
39695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39696 \begin_inset Text
39697
39698 \begin_layout Plain Layout
39699 cc
39700 \end_layout
39701
39702 \end_inset
39703 </cell>
39704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39705 \begin_inset Text
39706
39707 \begin_layout Plain Layout
39708 Cicero (1
39709 \begin_inset space \thinspace{}
39710 \end_inset
39711
39712 cc = 12
39713 \begin_inset space \thinspace{}
39714 \end_inset
39715
39716 dd)
39717 \end_layout
39718
39719 \end_inset
39720 </cell>
39721 </row>
39722 <row>
39723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39724 \begin_inset Text
39725
39726 \begin_layout Plain Layout
39727 Skalierung%
39728 \end_layout
39729
39730 \end_inset
39731 </cell>
39732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39733 \begin_inset Text
39734
39735 \begin_layout Plain Layout
39736 % der originalen Bildbreite
39737 \end_layout
39738
39739 \end_inset
39740 </cell>
39741 </row>
39742 <row>
39743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39744 \begin_inset Text
39745
39746 \begin_layout Plain Layout
39747 Textbreite %
39748 \end_layout
39749
39750 \end_inset
39751 </cell>
39752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39753 \begin_inset Text
39754
39755 \begin_layout Plain Layout
39756 % der Textbreite
39757 \end_layout
39758
39759 \end_inset
39760 </cell>
39761 </row>
39762 <row>
39763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39764 \begin_inset Text
39765
39766 \begin_layout Plain Layout
39767 Spaltenbreite %
39768 \end_layout
39769
39770 \end_inset
39771 </cell>
39772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39773 \begin_inset Text
39774
39775 \begin_layout Plain Layout
39776 % der Spaltenbreite
39777 \end_layout
39778
39779 \end_inset
39780 </cell>
39781 </row>
39782 <row>
39783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39784 \begin_inset Text
39785
39786 \begin_layout Plain Layout
39787 Seitenbreite %
39788 \end_layout
39789
39790 \end_inset
39791 </cell>
39792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39793 \begin_inset Text
39794
39795 \begin_layout Plain Layout
39796 % der Seitenbreite
39797 \end_layout
39798
39799 \end_inset
39800 </cell>
39801 </row>
39802 <row>
39803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39804 \begin_inset Text
39805
39806 \begin_layout Plain Layout
39807 Zeilenbreite %
39808 \end_layout
39809
39810 \end_inset
39811 </cell>
39812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39813 \begin_inset Text
39814
39815 \begin_layout Plain Layout
39816 % der Zeilenbreite
39817 \end_layout
39818
39819 \end_inset
39820 </cell>
39821 </row>
39822 <row>
39823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39824 \begin_inset Text
39825
39826 \begin_layout Plain Layout
39827 Texthöhe %
39828 \end_layout
39829
39830 \end_inset
39831 </cell>
39832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39833 \begin_inset Text
39834
39835 \begin_layout Plain Layout
39836 % der Texthöhe
39837 \end_layout
39838
39839 \end_inset
39840 </cell>
39841 </row>
39842 <row>
39843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39844 \begin_inset Text
39845
39846 \begin_layout Plain Layout
39847 Seitenhöhe %
39848 \end_layout
39849
39850 \end_inset
39851 </cell>
39852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39853 \begin_inset Text
39854
39855 \begin_layout Plain Layout
39856 % der Seitenhöhe
39857 \end_layout
39858
39859 \end_inset
39860 </cell>
39861 </row>
39862 <row>
39863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39864 \begin_inset Text
39865
39866 \begin_layout Plain Layout
39867 ex
39868 \end_layout
39869
39870 \end_inset
39871 </cell>
39872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39873 \begin_inset Text
39874
39875 \begin_layout Plain Layout
39876 Die Höhe des Buchstabens 
39877 \emph on
39878 x
39879 \emph default
39880  im aktiven Zeichensatz
39881 \end_layout
39882
39883 \end_inset
39884 </cell>
39885 </row>
39886 <row>
39887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39888 \begin_inset Text
39889
39890 \begin_layout Plain Layout
39891 em
39892 \end_layout
39893
39894 \end_inset
39895 </cell>
39896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39897 \begin_inset Text
39898
39899 \begin_layout Plain Layout
39900 Die Breite des Buchstabens 
39901 \emph on
39902 M
39903 \emph default
39904  im aktiven Zeichensatz
39905 \end_layout
39906
39907 \end_inset
39908 </cell>
39909 </row>
39910 <row>
39911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39912 \begin_inset Text
39913
39914 \begin_layout Plain Layout
39915 mu
39916 \end_layout
39917
39918 \end_inset
39919 </cell>
39920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39921 \begin_inset Text
39922
39923 \begin_layout Plain Layout
39924 mathematische  Maßeinheit
39925 \series bold
39926  
39927 \series default
39928 (1
39929 \begin_inset space \thinspace{}
39930 \end_inset
39931
39932 mu = 1/18
39933 \begin_inset space \thinspace{}
39934 \end_inset
39935
39936 em)
39937 \end_layout
39938
39939 \end_inset
39940 </cell>
39941 </row>
39942 </lyxtabular>
39943
39944 \end_inset
39945
39946
39947 \end_layout
39948
39949 \end_inset
39950
39951
39952 \end_layout
39953
39954 \begin_layout Chapter
39955 Ausgabedatei-Formate mit Grafiken
39956 \begin_inset CommandInset label
39957 LatexCommand label
39958 name "kap:Ausgabedatei-Formate"
39959
39960 \end_inset
39961
39962
39963 \end_layout
39964
39965 \begin_layout Section
39966 DVI
39967 \begin_inset Index idx
39968 status collapsed
39969
39970 \begin_layout Plain Layout
39971 Dateiformat! DVI
39972 \end_layout
39973
39974 \end_inset
39975
39976
39977 \begin_inset Index idx
39978 status collapsed
39979
39980 \begin_layout Plain Layout
39981 DVI
39982 \end_layout
39983
39984 \end_inset
39985
39986
39987 \end_layout
39988
39989 \begin_layout Standard
39990 Dieser Dateityp hat die Erweiterung 
39991 \begin_inset Quotes gld
39992 \end_inset
39993
39994
39995 \family typewriter
39996 .dvi
39997 \family default
39998
39999 \begin_inset Quotes grd
40000 \end_inset
40001
40002  und wird 
40003 \begin_inset Quotes gld
40004 \end_inset
40005
40006 device independent
40007 \begin_inset Quotes grd
40008 \end_inset
40009
40010  genannt, weil er vollkommen portierbar ist.
40011  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
40012  dvi-Betrachter installiert hat.
40013  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
40014 ate wie PostScript benutzt.
40015 \end_layout
40016
40017 \begin_layout Standard
40018 \begin_inset Note Greyedout
40019 status open
40020
40021 \begin_layout Plain Layout
40022
40023 \series bold
40024 Bemerkung:
40025 \series default
40026  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
40027 \end_layout
40028
40029 \end_inset
40030
40031
40032 \end_layout
40033
40034 \begin_layout Standard
40035 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
40036  auf einen anderen Computer kopieren.
40037  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
40038  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
40039  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
40040 \family typewriter
40041  
40042 \family default
40043 blättern.
40044
40045 \family typewriter
40046  
40047 \family default
40048 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
40049  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
40050  
40051 \end_layout
40052
40053 \begin_layout Standard
40054 Sie können Ihr Dokument als DVI über das Menü 
40055 \family sans
40056 Datei\SpecialChar \menuseparator
40057 Exportieren\SpecialChar \menuseparator
40058 DVI
40059 \family default
40060  exportieren.
40061  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
40062 \family sans
40063 Ansicht
40064 \family default
40065  anschauen.
40066 \end_layout
40067
40068 \begin_layout Section
40069 PostScript
40070 \begin_inset CommandInset label
40071 LatexCommand label
40072 name "abs:PostScript"
40073
40074 \end_inset
40075
40076
40077 \begin_inset Index idx
40078 status collapsed
40079
40080 \begin_layout Plain Layout
40081 Dateiformat  ! PostScript
40082 \end_layout
40083
40084 \end_inset
40085
40086
40087 \begin_inset Index idx
40088 status collapsed
40089
40090 \begin_layout Plain Layout
40091 PostScript
40092 \end_layout
40093
40094 \end_inset
40095
40096
40097 \end_layout
40098
40099 \begin_layout Standard
40100 Dieser Dateityp hat die Erweiterung 
40101 \begin_inset Quotes gld
40102 \end_inset
40103
40104
40105 \family typewriter
40106 .ps
40107 \family default
40108
40109 \begin_inset Quotes grd
40110 \end_inset
40111
40112 .
40113  PostScript wurde von der Firma
40114 \family typewriter
40115  Adobe
40116 \family default
40117  als Druckersprache entwickelt.
40118  Die Datei enthält deshalb Druckbefehle.
40119  PostScript kann als 
40120 \begin_inset Quotes gld
40121 \end_inset
40122
40123 Programmiersprache
40124 \begin_inset Quotes grd
40125 \end_inset
40126
40127  angesehen werden.
40128  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
40129 \begin_inset Foot
40130 status collapsed
40131
40132 \begin_layout Plain Layout
40133 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
40134  von
40135 \series bold
40136  PSTricks
40137 \series default
40138  
40139 \begin_inset CommandInset citation
40140 LatexCommand cite
40141 key "pstricks"
40142
40143 \end_inset
40144
40145  oder 
40146 \begin_inset CommandInset citation
40147 LatexCommand cite
40148 key "latex-praxisbuch"
40149
40150 \end_inset
40151
40152  ansehen.
40153 \end_layout
40154
40155 \end_inset
40156
40157 .
40158  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
40159 \end_layout
40160
40161 \begin_layout Standard
40162 PostScript kann nur Bilder im Format EPS
40163 \begin_inset Index idx
40164 status collapsed
40165
40166 \begin_layout Plain Layout
40167 EPS
40168 \end_layout
40169
40170 \end_inset
40171
40172  (Encapsulated PostScript, Datei-Er\SpecialChar \-
40173 wei\SpecialChar \-
40174 ter\SpecialChar \-
40175 ung 
40176 \begin_inset Quotes gld
40177 \end_inset
40178
40179
40180 \family typewriter
40181 .eps
40182 \family default
40183
40184 \begin_inset Quotes grd
40185 \end_inset
40186
40187 ) enthalten.
40188  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
40189  intern nach EPS konvertieren.
40190  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
40191  verlangsamen.
40192  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
40193  konvertieren und direkt als EPS einfügen.
40194 \end_layout
40195
40196 \begin_layout Standard
40197 Sie können Ihr Dokument als PostScript über das Menü 
40198 \family sans
40199 Datei\SpecialChar \menuseparator
40200 Exportieren\SpecialChar \menuseparator
40201 Post\SpecialChar \-
40202 Script
40203 \family default
40204  exportieren.
40205  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
40206 \family sans
40207 Ansicht
40208 \family default
40209  oder den Werkzeugleistenknopf 
40210 \begin_inset Graphics
40211         filename ../../images/buffer-view_ps.png
40212         scale 70
40213         scaleBeforeRotation
40214
40215 \end_inset
40216
40217  anschauen.
40218 \end_layout
40219
40220 \begin_layout Section
40221 PDF
40222 \begin_inset Index idx
40223 status collapsed
40224
40225 \begin_layout Plain Layout
40226 Dateiformat! PDF
40227 \end_layout
40228
40229 \end_inset
40230
40231
40232 \begin_inset Index idx
40233 status collapsed
40234
40235 \begin_layout Plain Layout
40236 PDF
40237 \end_layout
40238
40239 \end_inset
40240
40241
40242 \end_layout
40243
40244 \begin_layout Standard
40245 Dieser Dateityp hat die Erweiterung 
40246 \begin_inset Quotes gld
40247 \end_inset
40248
40249
40250 \family typewriter
40251 .pdf
40252 \family default
40253
40254 \begin_inset Quotes grd
40255 \end_inset
40256
40257 .
40258  Das
40259 \emph on
40260  
40261 \emph default
40262
40263 \begin_inset Quotes gld
40264 \end_inset
40265
40266 Portable Document Format
40267 \begin_inset Quotes grd
40268 \end_inset
40269
40270  (PDF) wurde auch von der Firma 
40271 \family typewriter
40272 Adobe
40273 \family default
40274  als Derivat von PostScript entwickelt.
40275  Es ist komprimierter und benutzt weniger Befehle als PostScript.
40276  Wie der Begriff 
40277 \begin_inset Quotes gld
40278 \end_inset
40279
40280 portable
40281 \begin_inset Quotes grd
40282 \end_inset
40283
40284  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
40285  werden, und der Ausdruck sieht immer gleich aus.
40286 \end_layout
40287
40288 \begin_layout Standard
40289 PDF kann Bilder im eigenen PDF-Format, im Format 
40290 \begin_inset Quotes gld
40291 \end_inset
40292
40293 Joint Photographic Experts Group
40294 \begin_inset Quotes grd
40295 \end_inset
40296
40297  (JPEG
40298 \begin_inset Index idx
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302 JPG, JPEG
40303 \end_layout
40304
40305 \end_inset
40306
40307 , Datei-Erweiterung 
40308 \begin_inset Quotes gld
40309 \end_inset
40310
40311
40312 \family typewriter
40313 .jpg
40314 \family default
40315
40316 \begin_inset Quotes grd
40317 \end_inset
40318
40319  oder 
40320 \begin_inset Quotes gld
40321 \end_inset
40322
40323
40324 \family typewriter
40325 .jpeg
40326 \family default
40327
40328 \begin_inset Quotes grd
40329 \end_inset
40330
40331 ) und im Format 
40332 \begin_inset Quotes gld
40333 \end_inset
40334
40335 Portable Network Graphics
40336 \begin_inset Quotes grd
40337 \end_inset
40338
40339  (PNG
40340 \begin_inset Index idx
40341 status collapsed
40342
40343 \begin_layout Plain Layout
40344 PNG
40345 \end_layout
40346
40347 \end_inset
40348
40349 , Datei-Erweiterung 
40350 \begin_inset Quotes gld
40351 \end_inset
40352
40353
40354 \family typewriter
40355 .png
40356 \family default
40357
40358 \begin_inset Quotes grd
40359 \end_inset
40360
40361 ) enthalten.
40362  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
40363  Sie konvertieren wird.
40364  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
40365  wird, eines der drei erwähnten Bildformate zu benutzen.
40366 \end_layout
40367
40368 \begin_layout Standard
40369 PDF-Dateien können Sie über 
40370 \family sans
40371 Datei\SpecialChar \menuseparator
40372 Exportieren
40373 \family default
40374  auf drei Arten erzeugen:
40375 \end_layout
40376
40377 \begin_layout Description
40378 PDF
40379 \begin_inset space ~
40380 \end_inset
40381
40382 (ps2pdf) benutzt das Programm
40383 \family typewriter
40384  ps2pdf
40385 \family default
40386 , das eine PDF-Datei aus einer Post\SpecialChar \-
40387 Script®-Version Ihres Dokument erstellt.
40388  Die PostScript-Version wird mit dem Programm 
40389 \family typewriter
40390 dvips
40391 \family default
40392  aus einer DVI-Version erstellt.
40393  Es werden also drei Konvertierungen verwendet.
40394 \end_layout
40395
40396 \begin_layout Description
40397 PDF
40398 \begin_inset space ~
40399 \end_inset
40400
40401 (dvipdfm) benutzt das Programm 
40402 \family typewriter
40403 dvipdfm
40404 \family default
40405 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
40406  PDF konvertiert.
40407 \end_layout
40408
40409 \begin_layout Description
40410 PDF
40411 \begin_inset space ~
40412 \end_inset
40413
40414 (pdflatex) benutzt das Programm
40415 \family typewriter
40416  pdftex
40417 \family default
40418 , das Ihr Dokument direkt nach PDF konvertiert.
40419 \end_layout
40420
40421 \begin_layout Standard
40422
40423 \family sans
40424 PDF
40425 \begin_inset space ~
40426 \end_inset
40427
40428 (pdflatex)
40429 \family default
40430  wird empfohlen, weil
40431 \family typewriter
40432  pdftex
40433 \family default
40434  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
40435  ohne Probleme arbeitet.
40436  Das Programm 
40437 \family typewriter
40438 dvi\SpecialChar \-
40439 pdfm
40440 \family default
40441  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
40442 \end_layout
40443
40444 \begin_layout Standard
40445 Sie können Ihr Dokument als PDF über das Menü 
40446 \family sans
40447 Datei\SpecialChar \menuseparator
40448 Exportieren\SpecialChar \menuseparator
40449 PDF
40450 \family default
40451  exportieren.
40452  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
40453 \family sans
40454 Ansicht
40455 \family default
40456  oder den Werkzeugleistenknopf 
40457 \begin_inset Graphics
40458         filename ../../images/buffer-view_pdf2.png
40459         scale 70
40460         scaleBeforeRotation
40461
40462 \end_inset
40463
40464  anschauen 
40465 \family sans
40466 (
40467 \family default
40468 der 
40469 \family sans
40470 PDF
40471 \begin_inset space ~
40472 \end_inset
40473
40474 (pdflatex)
40475 \family default
40476  verwendet).
40477 \end_layout
40478
40479 \begin_layout Chapter
40480 Liste der dvips-Farbnamen
40481 \begin_inset CommandInset label
40482 LatexCommand label
40483 name "chap:Liste-der-dvips-Farbnamen"
40484
40485 \end_inset
40486
40487
40488 \end_layout
40489
40490 \begin_layout Standard
40491 \begin_inset Tabular
40492 <lyxtabular version="3" rows="17" columns="4">
40493 <features tabularvalignment="middle">
40494 <column alignment="left" valignment="top" width="0pt">
40495 <column alignment="left" valignment="top" width="0pt">
40496 <column alignment="left" valignment="top" width="0pt">
40497 <column alignment="left" valignment="top" width="0pt">
40498 <row>
40499 <cell alignment="left" valignment="top" usebox="none">
40500 \begin_inset Text
40501
40502 \begin_layout Plain Layout
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508
40509 \backslash
40510 fcolorbox{black}{
40511 \end_layout
40512
40513 \end_inset
40514
40515 white
40516 \begin_inset ERT
40517 status collapsed
40518
40519 \begin_layout Plain Layout
40520
40521 }{
40522 \end_layout
40523
40524 \end_inset
40525
40526 Farbe
40527 \begin_inset ERT
40528 status collapsed
40529
40530 \begin_layout Plain Layout
40531
40532 }
40533 \end_layout
40534
40535 \end_inset
40536
40537  Farbname
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="left" valignment="top" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551
40552 \backslash
40553 fcolorbox{black}{
40554 \end_layout
40555
40556 \end_inset
40557
40558 white
40559 \begin_inset ERT
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563
40564 }{
40565 \end_layout
40566
40567 \end_inset
40568
40569 Farbe
40570 \begin_inset ERT
40571 status collapsed
40572
40573 \begin_layout Plain Layout
40574
40575 }
40576 \end_layout
40577
40578 \end_inset
40579
40580  Farbname
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 <cell alignment="left" valignment="top" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 \begin_inset ERT
40590 status collapsed
40591
40592 \begin_layout Plain Layout
40593
40594
40595 \backslash
40596 fcolorbox{black}{
40597 \end_layout
40598
40599 \end_inset
40600
40601 white
40602 \begin_inset ERT
40603 status collapsed
40604
40605 \begin_layout Plain Layout
40606
40607 }{
40608 \end_layout
40609
40610 \end_inset
40611
40612 Farbe
40613 \begin_inset ERT
40614 status collapsed
40615
40616 \begin_layout Plain Layout
40617
40618 }
40619 \end_layout
40620
40621 \end_inset
40622
40623  Farbname
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 <cell alignment="left" valignment="top" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632 \begin_inset ERT
40633 status collapsed
40634
40635 \begin_layout Plain Layout
40636
40637
40638 \backslash
40639 fcolorbox{black}{
40640 \end_layout
40641
40642 \end_inset
40643
40644 white
40645 \begin_inset ERT
40646 status collapsed
40647
40648 \begin_layout Plain Layout
40649
40650 }{
40651 \end_layout
40652
40653 \end_inset
40654
40655 Farbe
40656 \begin_inset ERT
40657 status collapsed
40658
40659 \begin_layout Plain Layout
40660
40661 }
40662 \end_layout
40663
40664 \end_inset
40665
40666  Farbname
40667 \end_layout
40668
40669 \end_inset
40670 </cell>
40671 </row>
40672 <row>
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 Apricot
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  Apricot
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 Aquamarine
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  Aquamarine
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 Bittersweet
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  Bittersweet
40828 \end_layout
40829
40830 \end_inset
40831 </cell>
40832 <cell alignment="center" valignment="top" usebox="none">
40833 \begin_inset Text
40834
40835 \begin_layout Plain Layout
40836 \begin_inset ERT
40837 status collapsed
40838
40839 \begin_layout Plain Layout
40840
40841
40842 \backslash
40843 fcolorbox{black}{
40844 \end_layout
40845
40846 \end_inset
40847
40848 BlueGreen
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854 }{
40855 \end_layout
40856
40857 \end_inset
40858
40859
40860 \begin_inset Phantom Phantom
40861 status open
40862
40863 \begin_layout Plain Layout
40864 W
40865 \end_layout
40866
40867 \end_inset
40868
40869
40870 \begin_inset ERT
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874
40875 }
40876 \end_layout
40877
40878 \end_inset
40879
40880  BlueGreen
40881 \end_layout
40882
40883 \end_inset
40884 </cell>
40885 </row>
40886 <row>
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 BlueViolet
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  BlueViolet
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 BrickRed
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  BrickRed
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 Brown
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  Brown
41042 \end_layout
41043
41044 \end_inset
41045 </cell>
41046 <cell alignment="left" valignment="top" usebox="none">
41047 \begin_inset Text
41048
41049 \begin_layout Plain Layout
41050 \begin_inset ERT
41051 status collapsed
41052
41053 \begin_layout Plain Layout
41054
41055
41056 \backslash
41057 fcolorbox{black}{
41058 \end_layout
41059
41060 \end_inset
41061
41062 BurntOrange
41063 \begin_inset ERT
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067
41068 }{
41069 \end_layout
41070
41071 \end_inset
41072
41073
41074 \begin_inset Phantom Phantom
41075 status open
41076
41077 \begin_layout Plain Layout
41078 W
41079 \end_layout
41080
41081 \end_inset
41082
41083
41084 \begin_inset ERT
41085 status collapsed
41086
41087 \begin_layout Plain Layout
41088
41089 }
41090 \end_layout
41091
41092 \end_inset
41093
41094  BurntOrange
41095 \end_layout
41096
41097 \end_inset
41098 </cell>
41099 </row>
41100 <row>
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 CadetBlue
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  CadetBlue
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 CarnationPink
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  CarnationPink
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 Cerulean
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  Cerulean
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 <cell alignment="left" valignment="top" usebox="none">
41261 \begin_inset Text
41262
41263 \begin_layout Plain Layout
41264 \begin_inset ERT
41265 status collapsed
41266
41267 \begin_layout Plain Layout
41268
41269
41270 \backslash
41271 fcolorbox{black}{
41272 \end_layout
41273
41274 \end_inset
41275
41276 CornflowerBlue
41277 \begin_inset ERT
41278 status collapsed
41279
41280 \begin_layout Plain Layout
41281
41282 }{
41283 \end_layout
41284
41285 \end_inset
41286
41287
41288 \begin_inset Phantom Phantom
41289 status open
41290
41291 \begin_layout Plain Layout
41292 W
41293 \end_layout
41294
41295 \end_inset
41296
41297
41298 \begin_inset ERT
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302
41303 }
41304 \end_layout
41305
41306 \end_inset
41307
41308  CornflowerBlue
41309 \end_layout
41310
41311 \end_inset
41312 </cell>
41313 </row>
41314 <row>
41315 <cell alignment="left" valignment="top" usebox="none">
41316 \begin_inset Text
41317
41318 \begin_layout Plain Layout
41319 \begin_inset ERT
41320 status collapsed
41321
41322 \begin_layout Plain Layout
41323
41324
41325 \backslash
41326 fcolorbox{black}{
41327 \end_layout
41328
41329 \end_inset
41330
41331 Dandelion
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  Dandelion
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 DarkOrchid
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  DarkOrchid
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 Emerald
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  Emerald
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 <cell alignment="left" valignment="top" usebox="none">
41475 \begin_inset Text
41476
41477 \begin_layout Plain Layout
41478 \begin_inset ERT
41479 status collapsed
41480
41481 \begin_layout Plain Layout
41482
41483
41484 \backslash
41485 fcolorbox{black}{
41486 \end_layout
41487
41488 \end_inset
41489
41490 ForestGreen
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496 }{
41497 \end_layout
41498
41499 \end_inset
41500
41501
41502 \begin_inset Phantom Phantom
41503 status open
41504
41505 \begin_layout Plain Layout
41506 W
41507 \end_layout
41508
41509 \end_inset
41510
41511
41512 \begin_inset ERT
41513 status collapsed
41514
41515 \begin_layout Plain Layout
41516
41517 }
41518 \end_layout
41519
41520 \end_inset
41521
41522  ForestGreen
41523 \end_layout
41524
41525 \end_inset
41526 </cell>
41527 </row>
41528 <row>
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 Fuchsia
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  Fuchsia
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 Goldenrod
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  Goldenrod
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 Gray
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  Gray
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 <cell alignment="left" valignment="top" usebox="none">
41689 \begin_inset Text
41690
41691 \begin_layout Plain Layout
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697
41698 \backslash
41699 fcolorbox{black}{
41700 \end_layout
41701
41702 \end_inset
41703
41704 GreenYellow
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710 }{
41711 \end_layout
41712
41713 \end_inset
41714
41715
41716 \begin_inset Phantom Phantom
41717 status open
41718
41719 \begin_layout Plain Layout
41720 W
41721 \end_layout
41722
41723 \end_inset
41724
41725
41726 \begin_inset ERT
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730
41731 }
41732 \end_layout
41733
41734 \end_inset
41735
41736  GreenYellow
41737 \end_layout
41738
41739 \end_inset
41740 </cell>
41741 </row>
41742 <row>
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 JungleGreen
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  JungleGreen
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 Lavender
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  Lavender
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 LimeGreen
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  LimeGreen
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 <cell alignment="center" valignment="top" usebox="none">
41903 \begin_inset Text
41904
41905 \begin_layout Plain Layout
41906 \begin_inset ERT
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910
41911
41912 \backslash
41913 fcolorbox{black}{
41914 \end_layout
41915
41916 \end_inset
41917
41918 Mahogany
41919 \begin_inset ERT
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923
41924 }{
41925 \end_layout
41926
41927 \end_inset
41928
41929
41930 \begin_inset Phantom Phantom
41931 status open
41932
41933 \begin_layout Plain Layout
41934 W
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \begin_inset ERT
41941 status collapsed
41942
41943 \begin_layout Plain Layout
41944
41945 }
41946 \end_layout
41947
41948 \end_inset
41949
41950  Mahogany
41951 \end_layout
41952
41953 \end_inset
41954 </cell>
41955 </row>
41956 <row>
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 Mahogany
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  Mahogany
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 Maroon
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  Maroon
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 Melon
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  Melon
42112 \end_layout
42113
42114 \end_inset
42115 </cell>
42116 <cell alignment="left" valignment="top" usebox="none">
42117 \begin_inset Text
42118
42119 \begin_layout Plain Layout
42120 \begin_inset ERT
42121 status collapsed
42122
42123 \begin_layout Plain Layout
42124
42125
42126 \backslash
42127 fcolorbox{black}{
42128 \end_layout
42129
42130 \end_inset
42131
42132 MidnightBlue
42133 \begin_inset ERT
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137
42138 }{
42139 \end_layout
42140
42141 \end_inset
42142
42143
42144 \begin_inset Phantom Phantom
42145 status open
42146
42147 \begin_layout Plain Layout
42148 W
42149 \end_layout
42150
42151 \end_inset
42152
42153
42154 \begin_inset ERT
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158
42159 }
42160 \end_layout
42161
42162 \end_inset
42163
42164  MidnightBlue
42165 \end_layout
42166
42167 \end_inset
42168 </cell>
42169 </row>
42170 <row>
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 Mulberry
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  Mulberry
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 NavyBlue
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  NavyBlue
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 OliveGreen
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  OliveGreen
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 <cell alignment="left" valignment="top" usebox="none">
42331 \begin_inset Text
42332
42333 \begin_layout Plain Layout
42334 \begin_inset ERT
42335 status collapsed
42336
42337 \begin_layout Plain Layout
42338
42339
42340 \backslash
42341 fcolorbox{black}{
42342 \end_layout
42343
42344 \end_inset
42345
42346 Orange
42347 \begin_inset ERT
42348 status collapsed
42349
42350 \begin_layout Plain Layout
42351
42352 }{
42353 \end_layout
42354
42355 \end_inset
42356
42357
42358 \begin_inset Phantom Phantom
42359 status open
42360
42361 \begin_layout Plain Layout
42362 W
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373 }
42374 \end_layout
42375
42376 \end_inset
42377
42378  Orange
42379 \end_layout
42380
42381 \end_inset
42382 </cell>
42383 </row>
42384 <row>
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 OrangeRed
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  OrangeRed
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 Orchid
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  Orchid
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 Peach
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  Peach
42540 \end_layout
42541
42542 \end_inset
42543 </cell>
42544 <cell alignment="left" valignment="top" usebox="none">
42545 \begin_inset Text
42546
42547 \begin_layout Plain Layout
42548 \begin_inset ERT
42549 status collapsed
42550
42551 \begin_layout Plain Layout
42552
42553
42554 \backslash
42555 fcolorbox{black}{
42556 \end_layout
42557
42558 \end_inset
42559
42560 Periwinkle
42561 \begin_inset ERT
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565
42566 }{
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \begin_inset Phantom Phantom
42573 status open
42574
42575 \begin_layout Plain Layout
42576 W
42577 \end_layout
42578
42579 \end_inset
42580
42581
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587 }
42588 \end_layout
42589
42590 \end_inset
42591
42592  Periwinkle
42593 \end_layout
42594
42595 \end_inset
42596 </cell>
42597 </row>
42598 <row>
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 PineGreen
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  PineGreen
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 Plum
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  Plum
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 ProcessBlue
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  ProcessBlue
42754 \end_layout
42755
42756 \end_inset
42757 </cell>
42758 <cell alignment="left" valignment="top" usebox="none">
42759 \begin_inset Text
42760
42761 \begin_layout Plain Layout
42762 \begin_inset ERT
42763 status collapsed
42764
42765 \begin_layout Plain Layout
42766
42767
42768 \backslash
42769 fcolorbox{black}{
42770 \end_layout
42771
42772 \end_inset
42773
42774 Purple
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780 }{
42781 \end_layout
42782
42783 \end_inset
42784
42785
42786 \begin_inset Phantom Phantom
42787 status open
42788
42789 \begin_layout Plain Layout
42790 W
42791 \end_layout
42792
42793 \end_inset
42794
42795
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801 }
42802 \end_layout
42803
42804 \end_inset
42805
42806  Purple
42807 \end_layout
42808
42809 \end_inset
42810 </cell>
42811 </row>
42812 <row>
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 RawSienna
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  RawSienna
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 RedOrange
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  RedOrange
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 RedViolet
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  RedViolet
42968 \end_layout
42969
42970 \end_inset
42971 </cell>
42972 <cell alignment="left" valignment="top" usebox="none">
42973 \begin_inset Text
42974
42975 \begin_layout Plain Layout
42976 \begin_inset ERT
42977 status collapsed
42978
42979 \begin_layout Plain Layout
42980
42981
42982 \backslash
42983 fcolorbox{black}{
42984 \end_layout
42985
42986 \end_inset
42987
42988 Rhodamine
42989 \begin_inset ERT
42990 status collapsed
42991
42992 \begin_layout Plain Layout
42993
42994 }{
42995 \end_layout
42996
42997 \end_inset
42998
42999
43000 \begin_inset Phantom Phantom
43001 status open
43002
43003 \begin_layout Plain Layout
43004 W
43005 \end_layout
43006
43007 \end_inset
43008
43009
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015 }
43016 \end_layout
43017
43018 \end_inset
43019
43020  Rhodamine
43021 \end_layout
43022
43023 \end_inset
43024 </cell>
43025 </row>
43026 <row>
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 RoyalBlue
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  RoyalBlue
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 RoyalPurple
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  RoyalPurple
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 RubineRed
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  RubineRed
43182 \end_layout
43183
43184 \end_inset
43185 </cell>
43186 <cell alignment="left" valignment="top" usebox="none">
43187 \begin_inset Text
43188
43189 \begin_layout Plain Layout
43190 \begin_inset ERT
43191 status collapsed
43192
43193 \begin_layout Plain Layout
43194
43195
43196 \backslash
43197 fcolorbox{black}{
43198 \end_layout
43199
43200 \end_inset
43201
43202 Salmon
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208 }{
43209 \end_layout
43210
43211 \end_inset
43212
43213
43214 \begin_inset Phantom Phantom
43215 status open
43216
43217 \begin_layout Plain Layout
43218 W
43219 \end_layout
43220
43221 \end_inset
43222
43223
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229 }
43230 \end_layout
43231
43232 \end_inset
43233
43234  Salmon
43235 \end_layout
43236
43237 \end_inset
43238 </cell>
43239 </row>
43240 <row>
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 SeaGreen
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  SeaGreen
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 Sepia
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  Sepia
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 SkyBlue
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  SkyBlue
43396 \end_layout
43397
43398 \end_inset
43399 </cell>
43400 <cell alignment="left" valignment="top" usebox="none">
43401 \begin_inset Text
43402
43403 \begin_layout Plain Layout
43404 \begin_inset ERT
43405 status collapsed
43406
43407 \begin_layout Plain Layout
43408
43409
43410 \backslash
43411 fcolorbox{black}{
43412 \end_layout
43413
43414 \end_inset
43415
43416 SpringGreen
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422 }{
43423 \end_layout
43424
43425 \end_inset
43426
43427
43428 \begin_inset Phantom Phantom
43429 status open
43430
43431 \begin_layout Plain Layout
43432 W
43433 \end_layout
43434
43435 \end_inset
43436
43437
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443 }
43444 \end_layout
43445
43446 \end_inset
43447
43448  SpringGreen
43449 \end_layout
43450
43451 \end_inset
43452 </cell>
43453 </row>
43454 <row>
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 Tan
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  Tan
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 TealBlue
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  TealBlue
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 Thistle
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  Thistle
43610 \end_layout
43611
43612 \end_inset
43613 </cell>
43614 <cell alignment="left" valignment="top" usebox="none">
43615 \begin_inset Text
43616
43617 \begin_layout Plain Layout
43618 \begin_inset ERT
43619 status collapsed
43620
43621 \begin_layout Plain Layout
43622
43623
43624 \backslash
43625 fcolorbox{black}{
43626 \end_layout
43627
43628 \end_inset
43629
43630 Turquoise
43631 \begin_inset ERT
43632 status collapsed
43633
43634 \begin_layout Plain Layout
43635
43636 }{
43637 \end_layout
43638
43639 \end_inset
43640
43641
43642 \begin_inset Phantom Phantom
43643 status open
43644
43645 \begin_layout Plain Layout
43646 W
43647 \end_layout
43648
43649 \end_inset
43650
43651
43652 \begin_inset ERT
43653 status collapsed
43654
43655 \begin_layout Plain Layout
43656
43657 }
43658 \end_layout
43659
43660 \end_inset
43661
43662  Turquoise
43663 \end_layout
43664
43665 \end_inset
43666 </cell>
43667 </row>
43668 <row>
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 Violet
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  Violet
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 VioletRed
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  VioletRed
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 WildStrawberry
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  WildStrawberry
43824 \end_layout
43825
43826 \end_inset
43827 </cell>
43828 <cell alignment="left" valignment="top" usebox="none">
43829 \begin_inset Text
43830
43831 \begin_layout Plain Layout
43832 \begin_inset ERT
43833 status collapsed
43834
43835 \begin_layout Plain Layout
43836
43837
43838 \backslash
43839 fcolorbox{black}{
43840 \end_layout
43841
43842 \end_inset
43843
43844 YellowGreen
43845 \begin_inset ERT
43846 status collapsed
43847
43848 \begin_layout Plain Layout
43849
43850 }{
43851 \end_layout
43852
43853 \end_inset
43854
43855
43856 \begin_inset Phantom Phantom
43857 status open
43858
43859 \begin_layout Plain Layout
43860 W
43861 \end_layout
43862
43863 \end_inset
43864
43865
43866 \begin_inset ERT
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871 }
43872 \end_layout
43873
43874 \end_inset
43875
43876  YellowGreen
43877 \end_layout
43878
43879 \end_inset
43880 </cell>
43881 </row>
43882 <row>
43883 <cell alignment="left" valignment="top" usebox="none">
43884 \begin_inset Text
43885
43886 \begin_layout Plain Layout
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892
43893 \backslash
43894 fcolorbox{black}{
43895 \end_layout
43896
43897 \end_inset
43898
43899 YellowOrange
43900 \begin_inset ERT
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 }{
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset Phantom Phantom
43912 status open
43913
43914 \begin_layout Plain Layout
43915 W
43916 \end_layout
43917
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }
43927 \end_layout
43928
43929 \end_inset
43930
43931  YellowOrange
43932 \end_layout
43933
43934 \end_inset
43935 </cell>
43936 <cell alignment="left" valignment="top" usebox="none">
43937 \begin_inset Text
43938
43939 \begin_layout Plain Layout
43940
43941 \end_layout
43942
43943 \end_inset
43944 </cell>
43945 <cell alignment="left" valignment="top" usebox="none">
43946 \begin_inset Text
43947
43948 \begin_layout Plain Layout
43949
43950 \end_layout
43951
43952 \end_inset
43953 </cell>
43954 <cell alignment="left" valignment="top" usebox="none">
43955 \begin_inset Text
43956
43957 \begin_layout Plain Layout
43958
43959 \end_layout
43960
43961 \end_inset
43962 </cell>
43963 </row>
43964 </lyxtabular>
43965
43966 \end_inset
43967
43968
43969 \end_layout
43970
43971 \begin_layout Chapter
43972 Erklärung der Gleichung
43973 \begin_inset space ~
43974 \end_inset
43975
43976 (
43977 \begin_inset CommandInset ref
43978 LatexCommand ref
43979 reference "eq:Wgn"
43980
43981 \end_inset
43982
43983 )
43984 \begin_inset CommandInset label
43985 LatexCommand label
43986 name "kap:Erläuterung-einer-Gleichung"
43987
43988 \end_inset
43989
43990
43991 \end_layout
43992
43993 \begin_layout Standard
43994 Die Gesamtbreite von
43995 \emph on
43996  n
43997 \emph default
43998  Tabellenzellen 
43999 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44000 \end_inset
44001
44002  kann wie folgt berechnet werden:
44003 \begin_inset Formula 
44004 \begin{equation}
44005 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44006 \end{equation}
44007
44008 \end_inset
44009
44010
44011 \end_layout
44012
44013 \begin_layout Standard
44014 Dabei ist 
44015 \begin_inset Formula $W_{g\, n}$
44016 \end_inset
44017
44018  die Breite jeder Zelle.
44019
44020 \series bold
44021  
44022 \backslash
44023 tabcolsep
44024 \series default
44025  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
44026  Standardwert 6
44027 \begin_inset space \thinspace{}
44028 \end_inset
44029
44030 pt.
44031  
44032 \series bold
44033
44034 \backslash
44035 arrayrulewidth
44036 \series default
44037  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
44038 \begin_inset space \thinspace{}
44039 \end_inset
44040
44041 pt.
44042 \end_layout
44043
44044 \begin_layout Standard
44045 Nach Gleichung
44046 \begin_inset space ~
44047 \end_inset
44048
44049
44050 \begin_inset CommandInset ref
44051 LatexCommand ref
44052 reference "eq:Wtot_n"
44053
44054 \end_inset
44055
44056  ist die Gesamtbreite einer Mehrfachspalte, 
44057 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44058 \end_inset
44059
44060 ,
44061 \begin_inset Formula 
44062 \begin{equation}
44063 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44064 \end{equation}
44065
44066 \end_inset
44067
44068
44069 \end_layout
44070
44071 \begin_layout Standard
44072 Setzt man die Gleichungen
44073 \begin_inset space ~
44074 \end_inset
44075
44076
44077 \begin_inset CommandInset ref
44078 LatexCommand ref
44079 reference "eq:Wtot_n"
44080
44081 \end_inset
44082
44083  und 
44084 \begin_inset CommandInset ref
44085 LatexCommand ref
44086 reference "eq:Wtot_mult"
44087
44088 \end_inset
44089
44090  gleich, kann man die benötigte Breite 
44091 \begin_inset Formula $W_{g\, n}$
44092 \end_inset
44093
44094 , wenn 
44095 \emph on
44096 n
44097 \emph default
44098  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
44099 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44100 \end_inset
44101
44102  hat, berechnen:
44103 \begin_inset Formula 
44104 \begin{equation}
44105 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44106 \end{equation}
44107
44108 \end_inset
44109
44110
44111 \end_layout
44112
44113 \begin_layout Bibliography
44114 \labelwidthstring Literaturverzeichnis
44115 \begin_inset CommandInset bibitem
44116 LatexCommand bibitem
44117 key "latexcompanion"
44118
44119 \end_inset
44120
44121 Frank Mittelbach and Michel Goossens: 
44122 \emph on
44123 The LaTeX Companion Second Edition.
44124
44125 \emph default
44126  Addison-Wesley, 2004
44127 \end_layout
44128
44129 \begin_layout Bibliography
44130 \labelwidthstring Literaturverzeichnis
44131 \begin_inset CommandInset bibitem
44132 LatexCommand bibitem
44133 key "latexguide"
44134
44135 \end_inset
44136
44137 Helmut Kopka and Patrick W.
44138  Daly: 
44139 \emph on
44140 A Guide to LaTeX Fourth Edition.
44141
44142 \emph default
44143  Addison-Wesley, 2003
44144 \end_layout
44145
44146 \begin_layout Bibliography
44147 \labelwidthstring Literaturverzeichnis
44148 \begin_inset CommandInset bibitem
44149 LatexCommand bibitem
44150 key "lamport"
44151
44152 \end_inset
44153
44154 Leslie Lamport: 
44155 \emph on
44156 LaTeX: A Document Preparation System.
44157
44158 \emph default
44159  Addison-Wesley, second edition, 1994
44160 \end_layout
44161
44162 \begin_layout Bibliography
44163 \labelwidthstring Literaturverzeichnis
44164 \begin_inset CommandInset bibitem
44165 LatexCommand bibitem
44166 key "latex-praxisbuch"
44167
44168 \end_inset
44169
44170 Niedermair, Elke & Michael: 
44171 \emph on
44172 LaTeX-Praxisbuch
44173 \emph default
44174 , Franzis-Verlag, 2004
44175 \end_layout
44176
44177 \begin_layout Bibliography
44178 \labelwidthstring Literaturverzeichnis
44179 \begin_inset CommandInset bibitem
44180 LatexCommand bibitem
44181 key "arydshln"
44182
44183 \end_inset
44184
44185 Dokumentation des LaTeX-Pakets 
44186 \series bold
44187
44188 \begin_inset CommandInset href
44189 LatexCommand href
44190 name "arydshln"
44191 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44192
44193 \end_inset
44194
44195
44196 \series default
44197
44198 \begin_inset Index idx
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202 LaTeX-Pakete ! arydshln
44203 \end_layout
44204
44205 \end_inset
44206
44207
44208 \end_layout
44209
44210 \begin_layout Bibliography
44211 \labelwidthstring Literaturverzeichnis
44212 \begin_inset CommandInset bibitem
44213 LatexCommand bibitem
44214 key "booktabs"
44215
44216 \end_inset
44217
44218 Dokumentation des LaTeX-Pakets 
44219 \series bold
44220
44221 \begin_inset CommandInset href
44222 LatexCommand href
44223 name "booktabs"
44224 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44225
44226 \end_inset
44227
44228
44229 \series default
44230
44231 \begin_inset Index idx
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235 LaTeX-Pakete ! booktabs
44236 \end_layout
44237
44238 \end_inset
44239
44240
44241 \end_layout
44242
44243 \begin_layout Bibliography
44244 \labelwidthstring Literaturverzeichnis
44245 \begin_inset CommandInset bibitem
44246 LatexCommand bibitem
44247 key "caption"
44248
44249 \end_inset
44250
44251 Dokumentation des LaTeX-Pakets 
44252 \series bold
44253
44254 \begin_inset CommandInset href
44255 LatexCommand href
44256 name "caption"
44257 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
44258
44259 \end_inset
44260
44261
44262 \series default
44263
44264 \begin_inset Index idx
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268 LaTeX-Pakete ! caption
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \end_layout
44275
44276 \begin_layout Bibliography
44277 \labelwidthstring Literaturverzeichnis
44278 \begin_inset CommandInset bibitem
44279 LatexCommand bibitem
44280 key "diagbox"
44281
44282 \end_inset
44283
44284 Dokumentation des LaTeX-Pakets 
44285 \series bold
44286
44287 \begin_inset CommandInset href
44288 LatexCommand href
44289 name "diagbox"
44290 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44291
44292 \end_inset
44293
44294
44295 \series default
44296
44297 \begin_inset Index idx
44298 status collapsed
44299
44300 \begin_layout Plain Layout
44301 LaTeX-Pakete ! diagbox
44302 \end_layout
44303
44304 \end_inset
44305
44306
44307 \end_layout
44308
44309 \begin_layout Bibliography
44310 \labelwidthstring Literaturverzeichnis
44311 \begin_inset CommandInset bibitem
44312 LatexCommand bibitem
44313 key "endfloat"
44314
44315 \end_inset
44316
44317 Dokumentation des LaTeX-Pakets 
44318 \series bold
44319
44320 \begin_inset CommandInset href
44321 LatexCommand href
44322 name "endfloat"
44323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44324
44325 \end_inset
44326
44327
44328 \series default
44329
44330 \begin_inset Index idx
44331 status collapsed
44332
44333 \begin_layout Plain Layout
44334 LaTeX-Pakete ! endfloat
44335 \end_layout
44336
44337 \end_inset
44338
44339
44340 \end_layout
44341
44342 \begin_layout Bibliography
44343 \labelwidthstring Literaturverzeichnis
44344 \begin_inset CommandInset bibitem
44345 LatexCommand bibitem
44346 key "footmisc"
44347
44348 \end_inset
44349
44350 Dokumentation des LaTeX-Pakets 
44351 \series bold
44352
44353 \begin_inset CommandInset href
44354 LatexCommand href
44355 name "footmisc"
44356 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44357
44358 \end_inset
44359
44360
44361 \series default
44362
44363 \begin_inset Index idx
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367 LaTeX-Pakete ! footmisc
44368 \end_layout
44369
44370 \end_inset
44371
44372
44373 \end_layout
44374
44375 \begin_layout Bibliography
44376 \labelwidthstring Literaturverzeichnis
44377 \begin_inset CommandInset bibitem
44378 LatexCommand bibitem
44379 key "hypcap"
44380
44381 \end_inset
44382
44383 Dokumentation des LaTeX-Pakets 
44384 \series bold
44385
44386 \begin_inset CommandInset href
44387 LatexCommand href
44388 name "hypcap"
44389 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44390
44391 \end_inset
44392
44393
44394 \series default
44395
44396 \begin_inset Index idx
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400 LaTeX-Pakete ! hypcap
44401 \end_layout
44402
44403 \end_inset
44404
44405
44406 \end_layout
44407
44408 \begin_layout Bibliography
44409 \labelwidthstring Literaturverzeichnis
44410 \begin_inset CommandInset bibitem
44411 LatexCommand bibitem
44412 key "hyperref"
44413
44414 \end_inset
44415
44416 Dokumentation des LaTeX-Pakets 
44417 \series bold
44418
44419 \begin_inset CommandInset href
44420 LatexCommand href
44421 name "hyperref"
44422 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44423
44424 \end_inset
44425
44426
44427 \series default
44428
44429 \begin_inset Index idx
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433 LaTeX-Pakete ! hyperref
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \end_layout
44440
44441 \begin_layout Bibliography
44442 \labelwidthstring Literaturverzeichnis
44443 \begin_inset CommandInset bibitem
44444 LatexCommand bibitem
44445 key "KOMA-Script"
44446
44447 \end_inset
44448
44449 Dokumentation des LaTeX-Pakets 
44450 \series bold
44451
44452 \begin_inset CommandInset href
44453 LatexCommand href
44454 name "KOMA-Script"
44455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
44456
44457 \end_inset
44458
44459
44460 \series default
44461
44462 \begin_inset Index idx
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466 LaTeX-Pakete ! KOMA-Script
44467 \end_layout
44468
44469 \end_inset
44470
44471
44472 \end_layout
44473
44474 \begin_layout Bibliography
44475 \labelwidthstring Literaturverzeichnis
44476 \begin_inset CommandInset bibitem
44477 LatexCommand bibitem
44478 key "lettrine"
44479
44480 \end_inset
44481
44482 Dokumentation des LaTeX-Pakets 
44483 \series bold
44484
44485 \begin_inset CommandInset href
44486 LatexCommand href
44487 name "lettrine"
44488 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44489
44490 \end_inset
44491
44492
44493 \series default
44494  und ein 
44495 \begin_inset CommandInset href
44496 LatexCommand href
44497 name "Beispiel"
44498 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
44499
44500 \end_inset
44501
44502
44503 \begin_inset Index idx
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507 LaTeX-Pakete ! lettrine
44508 \end_layout
44509
44510 \end_inset
44511
44512
44513 \end_layout
44514
44515 \begin_layout Bibliography
44516 \labelwidthstring Literaturverzeichnis
44517 \begin_inset CommandInset bibitem
44518 LatexCommand bibitem
44519 key "listings"
44520
44521 \end_inset
44522
44523 Dokumentation des LaTeX-Pakets 
44524 \series bold
44525
44526 \begin_inset CommandInset href
44527 LatexCommand href
44528 name "listings"
44529 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44530
44531 \end_inset
44532
44533
44534 \series default
44535
44536 \begin_inset Index idx
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540 LaTeX-Pakete ! listings
44541 \end_layout
44542
44543 \end_inset
44544
44545
44546 \end_layout
44547
44548 \begin_layout Bibliography
44549 \labelwidthstring Literaturverzeichnis
44550 \begin_inset CommandInset bibitem
44551 LatexCommand bibitem
44552 key "marginnote"
44553
44554 \end_inset
44555
44556 Dokumentation des LaTeX-Pakets 
44557 \series bold
44558
44559 \begin_inset CommandInset href
44560 LatexCommand href
44561 name "marginnote"
44562 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44563
44564 \end_inset
44565
44566
44567 \series default
44568
44569 \begin_inset Index idx
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573 LaTeX-Pakete ! marginnote
44574 \end_layout
44575
44576 \end_inset
44577
44578
44579 \end_layout
44580
44581 \begin_layout Bibliography
44582 \labelwidthstring Literaturverzeichnis
44583 \begin_inset CommandInset bibitem
44584 LatexCommand bibitem
44585 key "pdfpages"
44586
44587 \end_inset
44588
44589 Dokumentation des LaTeX-Pakets 
44590 \series bold
44591
44592 \begin_inset CommandInset href
44593 LatexCommand href
44594 name "pdfpages"
44595 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44596
44597 \end_inset
44598
44599
44600 \series default
44601
44602 \begin_inset Index idx
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606 LaTeX-Pakete ! pdfpages
44607 \end_layout
44608
44609 \end_inset
44610
44611
44612 \end_layout
44613
44614 \begin_layout Bibliography
44615 \labelwidthstring Literaturverzeichnis
44616 \begin_inset CommandInset bibitem
44617 LatexCommand bibitem
44618 key "prettyref"
44619
44620 \end_inset
44621
44622 Dokumentation des LaTeX-Pakets 
44623 \series bold
44624
44625 \begin_inset CommandInset href
44626 LatexCommand href
44627 name "prettyref"
44628 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44629
44630 \end_inset
44631
44632
44633 \series default
44634
44635 \begin_inset Index idx
44636 status collapsed
44637
44638 \begin_layout Plain Layout
44639 LaTeX-Pakete ! prettyref
44640 \end_layout
44641
44642 \end_inset
44643
44644
44645 \end_layout
44646
44647 \begin_layout Bibliography
44648 \labelwidthstring Literaturverzeichnis
44649 \begin_inset CommandInset bibitem
44650 LatexCommand bibitem
44651 key "pstricks"
44652
44653 \end_inset
44654
44655 Webseite des LaTeX-Pakets 
44656 \series bold
44657
44658 \begin_inset CommandInset href
44659 LatexCommand href
44660 name "PSTricks"
44661 target "http://tug.org/PSTricks/"
44662
44663 \end_inset
44664
44665
44666 \series default
44667
44668 \begin_inset Index idx
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672 LaTeX-Pakete ! pstricks
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \end_layout
44679
44680 \begin_layout Bibliography
44681 \labelwidthstring Literaturverzeichnis
44682 \begin_inset CommandInset bibitem
44683 LatexCommand bibitem
44684 key "refstyle"
44685
44686 \end_inset
44687
44688 Dokumentation des LaTeX-Pakets 
44689 \series bold
44690
44691 \begin_inset CommandInset href
44692 LatexCommand href
44693 name "refstyle"
44694 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44695
44696 \end_inset
44697
44698
44699 \series default
44700
44701 \begin_inset Index idx
44702 status collapsed
44703
44704 \begin_layout Plain Layout
44705 LaTeX-Pakete ! refstyle
44706 \end_layout
44707
44708 \end_inset
44709
44710
44711 \end_layout
44712
44713 \begin_layout Bibliography
44714 \labelwidthstring Literaturverzeichnis
44715 \begin_inset CommandInset bibitem
44716 LatexCommand bibitem
44717 key "sidecap"
44718
44719 \end_inset
44720
44721 Dokumentation des LaTeX-Pakets 
44722 \series bold
44723
44724 \begin_inset CommandInset href
44725 LatexCommand href
44726 name "sidecap"
44727 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44728
44729 \end_inset
44730
44731
44732 \series default
44733
44734 \begin_inset Index idx
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738 LaTeX-Pakete ! sidecap
44739 \end_layout
44740
44741 \end_inset
44742
44743
44744 \end_layout
44745
44746 \begin_layout Bibliography
44747 \labelwidthstring Literaturverzeichnis
44748 \begin_inset CommandInset bibitem
44749 LatexCommand bibitem
44750 key "NeuInLyX20"
44751
44752 \end_inset
44753
44754
44755 \begin_inset CommandInset href
44756 LatexCommand href
44757 name "Wiki-Seite"
44758 target "http://wiki.lyx.org/LyX/NewInLyX20"
44759
44760 \end_inset
44761
44762  über neue Funktionen in 
44763 \family sans
44764 LyX 2.0
44765 \family default
44766 .
44767 \end_layout
44768
44769 \begin_layout Standard
44770 \begin_inset CommandInset index_print
44771 LatexCommand printindex
44772 type "idx"
44773
44774 \end_inset
44775
44776
44777 \end_layout
44778
44779 \end_body
44780 \end_document